/* -------------------------------------------------------------- 
  
   fancy-type.css
   * Lots of pretty advanced classes for manipulating text.
   
   See the Readme file in this folder for additional instructions.

-------------------------------------------------------------- */

/* Indentation instead of line shifts for sibling paragraphs. */
   p + p { text-indent:2em; margin-top:-1.5em; }
   form p + p  { text-indent: 0; } /* Don't want this in forms. */
   

/* For great looking type, use this code instead of asdf: 
   <span class="alt">asdf</span>  
   Best used on prepositions and ampersands.#2A3772#EC6F1F #A85400  #5E4E07 #BE9801*/
  
.alt { 
  color: #FFCD01; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: 16pt;
}

.welcome { 
  color: #FFCD01; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 13pt;
  line-height: 13pt;
}

.fade, .fade a { 
  color: #8DACC5; 
  font-size:8pt;
  font-family:Arial,Helvetica,sans-serif
  font-weight: normal;
}

.alt-2 { 
  color: #FFCD01; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 16pt;
  line-height: 16pt;
}

.news_title, .news_title a:link, .news_title a:visited, .news_title a:active {  
  color: #FFF; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 14pt;
  line-height: 16pt;
  margin:0 0 3px 0;
}

.news_title a:hover { 
  color: #FFCD01; 
}

.side_title, .side_title a { 
  color: #336699; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.3em;
  text-decoration: underline;
}

.side_title a:hover { 
  color: #FFCD01; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.3em;
  text-decoration: underline;
}

.s_title { 
  color: #336699; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 8pt;
  line-height: 1.3em;
  text-decoration: none;
}

.sub_title { 
  color: #333; 
  font-family: "Book Antiqua", Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.3em;
  text-decoration: none;
}

.para_title { 
  color: #336699; 
  font-family: Arial, serif; 
  font-style: normal;
  font-weight: bold;
  font-size: 8pt;
  line-height: 1.3em;
  text-decoration: none;
}

.tpara_title { 
  color: #000034; 
  font-family: Arial, serif; 
  font-style: normal;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
  padding-bottom:30px;
}

.td_title { 
  color: #336699; 
  font-family: Arial, serif; 
  font-style: normal;
  font-weight: bold;
  font-size: 8pt;
  text-decoration: none;
  padding-bottom:5px;
}


/* For great looking quote marks in titles, replace "asdf" with:
   <span class="dquo">&#8220;</span>asdf&#8221;
   (That is, when the title starts with a quote mark). 
   (You may have to change this value depending on your font size). */  
   
.dquo { margin-left: -.5em; } 


/* Reduced size type with incremental leading
   (http://www.markboulton.co.uk/journal/comments/incremental_leading/)

   This could be used for side notes. For smaller type, you don't necessarily want to 
   follow the 1.5x vertical rhythm -- the line-height is too much. 
   
   Using this class, it reduces your font size and line-height so that for 
   every four lines of normal sized type, there is five lines of the sidenote. eg:

   New type size in em's:
     10px (wanted side note size) / 12px (existing base size) = 0.8333 (new type size in ems)

   New line-height value:
     12px x 1.5 = 18px (old line-height)
     18px x 4 = 72px 
     72px / 5 = 14.4px (new line height)
     14.4px / 10px = 1.44 (new line height in em's) */

p.incr, .incr p {
	font-size: 10px;
	line-height: 1.44em;  
	margin-bottom: 1.5em;
}


/* Surround uppercase words and abbreviations with this class.
   Based on work by Jørgen Arnor Gårdsø Lom [http://twistedintellect.com/] */
   
.caps { 
  font-variant: small-caps; 
  letter-spacing: 1px; 
  text-transform: lowercase; 
  font-size:1.2em;
  line-height:1%;
  font-weight:bold;
  padding:0 2px;
}

/* forms*/
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.20em 0 0.50em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {padding:0.10em 0.50em 0.50em 0.50em;font-size:1.2em;}
input.title {font-size:1.5em;}
textareas {font:9pt normal Arial;}
select.formselect,textarea.formtextarea{background:#FFF;color:#3B5998;font:normal 9pt Arial;border:1px solid #9BABB0;padding:1px 2px;margin:0px;}
input.inputBox{background:#FDFDFD;color:#336699;font:normal 9pt Arial;border:1px solid #BED5E4;padding:1px 2px;margin:0px;}
button, input.submitBox, button.submitBox {background:#BFD3EE;border:1px solid #BED5E4;color:#336699;cursor:pointer;font:bold 8pt Arial;margin:0;padding:1px;text-transform:none;}
select.selectBox{background:#FFF;color:#336699;font:normal 8pt Arial;border:1px solid #BED5E4;padding:1px 2px;margin:0px;}
textarea.textareaBox{background:#FFF;color:#336699;font:normal 9pt Arial;border:1px solid #BED5E4;padding:1px 2px;}
button {background:#BFD3EE;border:1px solid #BED5E4;color:#336699;cursor:pointer;font:bold 8pt Arial;margin:3px 0;padding:1px;text-transform:none;}
.event_name, .event_name a{ 
  color: #336699; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.2em;
}

ul .simple{
	list-style: none;
	margin: 0px;
	padding: 5px 0 10px 0;
	}

.simple li {
	list-style:none;
	display:block;
	padding:1px 0 1px 12px;
	background:url(/images/links.gif) no-repeat 0 6px;
	}

ul .simple-1{
	list-style: none;
	margin: 0px;
	padding: 5px 0 10px 0;
	}

.simple-1 li {
	list-style:none;
	display:block;
	padding:1px 0 5px 12px;
	background:url(/images/links.gif) no-repeat 0 8px;
	}

.box_title { 
  color: #FFCD01; 
  font-family: Georgia, serif; 
  font-style: normal;
  font-weight: normal;
  font-size: 9pt;
  line-height: 1.3em;
  text-decoration: none;
}