/* CSS Document */
/* styles for screen media */

/* PRIMARY STRUCTURE */
body {
	margin: 0;
	padding: 0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background: url(../images/terrapond.jpg) repeat-x;
	background-color: #d5e6ab;
	text-align: center;
}
#mainpage {
	width: 939px;
 	margin: 0 auto; 
	/* match the header color to fill in the gap btween header and navbar in FF 1.5 */
}

#header {
	height: 157px;
	margin-top: 10px;
	background: url(../images/terranova-top.png); 
}
#site-footer {
 	clear: both;
	height: 60px;
	background: url(../images/terranova-footer.png);
	background-repeat:no-repeat;
	background-color: #468819; 
	font-size: 11px;
	color: #fff;
	text-align: center;
}
#site-footer a {
 	color: #fff;
}
#content-wrapper {
	width: 939px;
}
#content-wrapper-padding {
 	padding: 0 0px;
}

#col-2 {
 	float: left;
	width: 939px;
	height: 527px;
	background: url(../images/terranova-main.png);
	background-repeat:no-repeat;
 	font-size: .66em;
 	color: #000;
 
}
#col-footer {
 	clear: both;
 	color: #fff;
}

/*TAB STYLES*/
#navtop {
	text-align: right;
	padding-top: 20px;
	padding-right: 13px;
	color: #fff;
	font-size: 12px;
}

#navtop a {
	color: #fff;
	text-decoration: none;

}
#navtop a:visited {
	color: #fff;

}
#navtop a:hover {
	color: yellow;

}
#navtop a:active {
	color: yellow;

}

/* HEADINGS */
h1,h2,h3,h4,h5,h6 {
	margin: 0;
	padding: 0;
}
h1 {font-size:15px;}
h2 {font-size:13px;}
h3 {font-size:12px;}
h4 {font-size:11px;}
h5 {font-size:10px;}
h6 {font-size:9px;}

h3	{
	padding-bottom: 4px;
}

#col-2 h5 {
	margin-bottom: .25em;
	padding: 2px;
	color: white;
	background-color: #036;
}

#col-2 h6 {
	padding: 5px 2px 0 2px;
	font-size: 1em;
	color: #7a7155;
}
h6.tagLine {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #069;
	line-height: 30px;
	text-transform: uppercase;
}


/* LINKS */

a:link {color:#036;
}

a:visited {color:#036
}
a:hover {color:#036
}
a:active {color:#036}


/* VARIOUS */
p {
 font-size:13px;
 margin: .5em 0;
}
#mainpage p {
 	margin: 0 .25em;
 	padding: .25em 0 .5em 0;
}
#col-2 .subject {
	float: left; 
	width: 300px; 
	margin: 2px 2px 2px 0; 
	padding: 2px 2px 2px 0;
}
#col-2 .subject h1 {
	font-size: 1em; 
	padding: 2px; 
	color: white; 
	background-color: #8ADC20;
}
#col-2 .subject h2 {
	font-size: 1em;
}
#col-2 .subject h3 {
	font-size: 1em;
	font-weight: normal;
}
#col-2 .moreNews {
	clear: left;
	float: left; 
	width: 620px; 
	margin: 4px 4px 4px 0; 
	padding: 4px 4px 4px 0;
}
#col-2 .moreNews h1 {
	font-size: 1em; 
	padding: 2px; 
	margin-top:15px;
	color: white; 
	background-color: #8ADC20;
}
#col-2 .moreNews h2 {
	font-size: 1em;
}
#col-2 .moreNews h3 {
	font-size: 1em;
	font-weight: normal;
}

/*  3 SELECTORS FOR PHOTOS WITH CREDITS */
.photoLeft { 
	float: left; 
	padding: .75em .25em .25em .25em;  
}
.photoRight { 
	float: right; 
	padding: .75em .25em .25em .25em; 
}
cite {
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333;
	font-style: normal;
}