/* - - - - - - - - - - - - - - - - - - - - -

Title : 
Author : Eric Wolf
URL : http://www.activecanvas.com

Description : global style sheet for AIRC main page at airc-education.org

Created : 4/10/2010
Modified : 8/20/2010

- - - - - - - - - - - - - - - - - - - - - */

/* ----- CSS ----- */

*{
margin: 0;
padding: 0;
}
html{
font-size: 1.25em; /* 1.25 x 16px = 20px */
}
body{
margin:0;
color:#222;
	background:#f6f1e1;
font:50% Verdana, Helvetica, Geneva, Arial, sans-serif; /* adjusts base font to 10px */
}
html>body {
font-size: 10px; /* overrides the above in all browsers except IE */
}

/* ----- IDs ----- */

#page, #banner, #content, #content_layout{
position:relative;
width:987px;
}
#page{
z-index:20;
margin:15px auto;
text-align:left;
}
#navigation{
height:30px;
}
#banner{
clear:left;
float:left;
z-index:25;
height:152px;
background:url(/img/airc_gradient.png) 0 0 no-repeat;
}
#banner_logo{
clear:left;
float:left;
background:url(/img/AIRC_logo_web100.png) 60px 0 no-repeat;
width:300px;
	height:100px;
}
#banner_img{
clear:none;
float:left;
}
#banner_links{
clear:right;
float:right;
margin:20px 0 0 0;
width:240px;
font-family:Tahoma, 'MS Tahoma', Arial, Helvetica, sans-serif;
text-align:right;
}
#placeholder-search{
	clear:none;
	float:left;
	width:300px;
	margin:10px 0 0 10px;
}
#content{
clear:left;
float:left;
z-index:10;
background-image:url(/img/AIRC_logo_bkgd.jpg);
}
#content_layout{
	clear:left;
	float:left;
}
#footer{
padding:25px 0;
}

/* ----- CLASSES ----- */

.col_ctr{
	border-right:2px solid #999;
	border-left:2px solid #999;
}

/* ----- HEADINGS ----- */

h1, h3, h4, h5, dt, b, strong {
	font-weight: bolder;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}
h2, h3, h4{
	padding:0 12px;
	color:#0086c4;
}

h1{
margin:0;
padding:0 12px;
}
h2{
margin:0 0 .25em 0;
font-size:1.1em;
}
#banner_logo h2{
margin:18px 0 18px 190px;
padding:0;
font-size:1.8em;
font-style:italic;
color:#fff;
}

h3{
font-size: 1.6em;
margin: .83em 0 .3em 0;
}
#primaryContent h3.scrunch{
margin-top:0;
}

h4{
font-size:1.3em;
margin:.3em 0 .7em 0;
}

h5{
margin:0 0 15px 0;
color:#000;
}


#navigation h6{
float:left;
margin-top:.3em;
width:987px;
	font-size:1.1em;
	text-align:center;
}
#navigation h6 span{
display:inline;
list-style:none;
width:139px;
line-height:2em;
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1.2em;
font-weight:bolder;
text-align:right;
}
#navigation h6 span.stat{
background:#666;
color:#fff;
}
#navigation h6 span.stat, #navigation h6 span a{
	margin:0;
	border:1px solid #666;
	padding:6px 2px 2px 60px;
}

/* ----- PARAGRAPHS ----- */

p, blockquote, fieldset, form, dir, menu{
font-size:1.2em;
padding:0 12px;
margin:.3em 0 .7em 0;
}
#banner_links p{
font-weight:bolder;
/*padding-left:5px;*/
}
.col_ctr p{
padding-left:20px;
}
#footer p{
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size:1em;
line-height:1em;
}

/* ----- QUOTES ----- */

blockquote{
margin-left: 40px; 
margin-right: 40px;
}

/* ----- LISTS ----- */

ol, ul{
	margin:.5em 12px .5em 40px;
	padding:0;
	font-size:1.1em;
}
ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

ul ul, ol ol, ol ul, ul ol{
	font-size:1em;
}

ul li, ol li{
	padding:.5em 0;
}

/* ----- IMAGES ----- */

img, a img{
border:none;
}
img.fotoL{
padding:0 10px 0 0;
}
img.fotoR{
padding:0 0 0 10px;
}

#banner_img img{
margin:12px 0;
}

/* ----- TEXT FORMATTING ----- */

strong, b{
font-weight:bolder;
}
em, i{
font-style:italic;
}

/* ----- LINKS ----- */

a{
text-decoration: none;
}
a, a:link, a:visited{
border:none;
color:#9c2a24;
}

a:hover, a:active {
	text-decoration: underline;
}

#navigation h6 span.link, #navigation h6 span a, #navigation h6 span a:link, #navigation h6 span a:visited{
	text-decoration:none;
	background:#ccc;
	color:#666;
}
#navigation h6 span a:hover, #navigation h6 span a:focus{
	text-decoration:none;
	background:#b29a81;
	color:#630;
}

/* ----- TABLES ----- */

table{
display:table;
border-spacing:0;
}
caption{
display:table-caption;
text-align:center;
}
thead, tbody, tfoot {
	margin:0;
	padding:0;
}

th{
font-weight:bolder; 
text-align:center;
vertical-align:inherit;
}

#content table{
margin-top:25px;
/*padding-top:100px;*/
}
#primaryContent td{
margin:0 10px 10px 10px;
}

td{
	vertical-align:top;
}

/* ----- CODE ----- */

pre, tt, code, kbd, samp{ 
font-family: monospace;
}
pre{
white-space: pre;
}

/* ----- PRINTING ----- */

@media print {
h1 { 
page-break-before: avoid; 
}
h1, h2, h3, h4, h5, h6 { 
page-break-after: avoid; 
}
ul, ol, dl { 
page-break-before: avoid; 
}
#navigation{
display:none;
}
}
