/**************************************************************
   AUTHOR:  Pat Heard (fullahead.org)
   DATE:    2006.09.12 
   PURPOSE: Controls the layout of the site and styles
            the menus
 **************************************************************/



/**************************************************************
   #wrapper & #content: wrapper positions and sets the width
   on the content.  The background is then applied to #content.
 **************************************************************/

#wrapper {
  width: 800px;
  height: 100%;
  margin: 0 auto;
  
  text-align: left;
	background-color: white;
}


#content { 
  float: left;
  width: 800px;
  height: 100%;
  min-height: 100%; 
  
  background: url(../img/bg/content.gif) repeat-y center;
}


#content[id] {
  height: auto;  
  background: url(../img/bg/content.gif) repeat-y center;
}




/**************************************************************
   #header: Holds the site title and header images
 **************************************************************/

#header {
  padding: 0px 0 0 10px;  
  height: 287px;
  /*background: url(../img/bg/header.jpg) no-repeat top center;  */
}

/* Forces IE to set the hasLayout flag and show the header at the height of its contents \*/
* html #header {
  height: 290px;
}
/* End hide from IE-mac */


#header h1,
#header h2 {
  margin: 0;
  padding: 0;  
  background: none;
}

#header h1 {
  font-size: 3.5em;
  font-family: georgia;
  letter-spacing: -3px;
  color: #6898ca;
}

#lingo {
  padding: 70px 0 0 618px; 
  font-size: 0.85em; 
}


/**************************************************************
   #navbar:   padding key T R B L
 **************************************************************/

#navbar {
	margin: 0;
	padding: 0px 0 0 44px;
	height: 1em; 
	}

#navbar li {
	display: inline;
	list-style: none;
	float: left; 
	}

#navbar li a {
	display: block;
	padding: 11px 9px 5px 9px;
	color: #666;
	font: 100 1.2em century gothic, tahoma, arial, helvetica, verdana, sans-serif;
	text-decoration: none;
	border-bottom: 1px solid #ccc; 
	}
	
#navbar li a:hover {
  	color: #336699;
  	background: url(../img/bg/menu.gif) repeat-x bottom left;
  	border-bottom: 1px solid #336699;
  	}

#navbar li ul {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	display: none; 
	width: 10em; /* Width to help Opera out */
	}

#navbar li:hover ul, #navbar li.hover ul {
	display: block;
	position: absolute;
	margin: 0;
	padding: 0;
	background: #fff;
	}

#navbar li:hover li, #navbar li.hover li {
	float: none; 
	}

#navbar li:hover li a, #navbar li.hover li a {
	}
	
#navbar li li a:hover {
	}

	
#navbar #current{
	color: #1598ca;
	background: url(../img/bg/menu.gif) repeat-x bottom left;
	border-bottom: 1px solid #1598ca;
	}

#navbar #current-s{
	color: #faa921;
	background: url(../img/bg/menu-s.gif) repeat-x bottom left;
	border-bottom: 1px solid #ff9900;
	}

/**************************************************************
   #page: Holds the main page content.
 **************************************************************/

#page {  
  float: left;
  clear: both;   
  width: 700px !important;
  width: 100%;
  
  padding: 2em 49px;  
}




/**************************************************************
   .footer: Site footer
 **************************************************************/

.footer {
  padding-top: 3em;
  font-size: 0.85em;
	text-align: center;
}


/*************
 Accordion
*************/

.accordion_toggle {
display : block;
height : auto;
width : auto;
padding : 0 0 0 0px;
text-decoration : underline;
outline : none;
cursor : pointer;
margin : 0 0 0 0;
}

.accordion_toggle_active {
background : #d1fefe;
text-decoration : underline;
}

.accordion_content {
overflow : hidden;
width : auto;
}

.accordion_hidden {
display : none;
}


/**************************************************************
   .bigLinks: Large, clickable links
 **************************************************************/

ul.bigLinks {
  margin: 10px 0;
  padding: 0;
  list-style: none;
  
}

ul.bigLinks li {
  display: inline;
  margin: 0;
  padding: 0;
  background: none;
}

ul.bigLinks li a,
ul.bigLinks li a:visited {  
  display: block;

  margin: 10px 0;
  padding: 3px;

  text-decoration: none;
  background-color: #FFF;
  border: 0;  
}

ul.bigLinks li a:hover {
  padding-bottom: 2px;
  background-color: #ccc;
  border-bottom: 1px solid #336699;
}

ul.bigLinks li a span.title {
  color: #6898ca;  
  border-bottom: 1px solid #336699;
}

ul.bigLinks li a:hover span.title {
  color: #6898ca;
  border-bottom: 1px solid #336699;
}

ul.bigLinks li a span.desc {
  display: block;
  color: #6D6864;
}

ul.bigLinks li a:hover span.desc {
  color: #555;
}



/**************************************************************
   Width classes used by the site columns
 **************************************************************/

.width100 {
  width: 100%;
}

.width75 {
  width: 73%;
}

.width66 {
  width: 64%;
}

.width50 {
  width: 48%;
}

.width33 {
  width: 31%;
}

.width25 {
  width: 23%;
}



/**************************************************************
   Alignment classes
 **************************************************************/

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.alignLeft {
  text-align: left;
}

.alignRight {
  text-align: right;
}



/**************************************************************
   Generic display classes
 **************************************************************/

.clear {
  clear: both;
}

.block {
  display: block;
}

.big {
  font-size: 1.3em;  
}

.small {
  font-size: 0.85em;
  line-height: 120%;  
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.grey {
  color: #AAA;
}

.green {
  color: #008000;
}

.red {
  color: #FF0000;
}

.darkBrown {
  color: #003366;
}


.greenBg {
  padding: 0 10px;
  background-color: #cccccc;
  border-bottom: 1px solid #336699;
}

.highlight {
  padding: 1px 2px;
  background: #ccffff;
  border-top: 1px solid #336699;
}





