/*

name: Atlantic Geothermal
designer: Positronic Design
designer_url: http://www.positronicdesign.com

*/

@charset "utf-8";
/* CSS Document */
/*clearing browsers' default settings */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,
blockquote,th,td {margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal; }
ol,ul { list-style:none; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal; }
q:before,q:after { content:”; }
abbr,acronym { border:0; }
img{
	behavior: url(iepngfix.htc);  /*ie png transparency fix*/
}

body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	background: #a9351d url(bg_body.jpg) top center repeat-x;
}

#container {
	/*margin-top:-8px;*/
	width:820px;
	margin-left:auto;
	margin-right:auto;
	background: url(bg_container.png) top center repeat-y;
}


/*--- Header Area --------------------*/

#header {
	margin-left:auto;
	margin-right:auto;
	width:800px;
	height:220px;
	overflow:hidden;
	background: url(bg_header.png) top center no-repeat;
}

#menuNav { /*//top menu bar*/
	position: absolute;
	top: 200px;
	padding-bottom:1px;
	margin-top:-3px;
	font:"Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color:#003f63;
	color:#FFF;
	height:20px;
	width:800px;
	display: table;   /* Allow the centering to work */
}

	#menuNav ul {
		font-size:15px;
		font-weight:600;
		letter-spacing:1px;
		width:800px;
		text-align:center;
		margin-left:auto;
		margin-right:auto;
		list-style:none;
	}
		
	#menuNav ul li {
		display:inline;
	}
	
	#menuNav a, #menuNav a:visited, #menuNav a:active {
		color:#FFF;
		text-decoration:none;
	}
	
	#menuNav a:hover {
		text-decoration:underline;
	}
		
		
/*--- Content Area --------------------*/

#content {
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	padding-top:10px;
	padding-bottom:10px;
	background: url(bg_container.png) top center repeat-y;
}

	#content h1{
		padding-left:10px;
		padding-bottom:5px;
		font-size:16px;
		font-weight:bold;
	}
	
	#content h2{
		padding-left:10px;
		padding-bottom:5px;
		font-size:14px;
		font-weight:bold;
	}
	
	#content h3{
		padding-left:35px;
		padding-bottom:5px;
		font-size:12px;
		font-weight:bold;
	}
	
	#content p {
		font-size:13px;
		padding-bottom:10px;
		padding-left:15px;
		text-indent:20px;
		font-size:13px;
	}
	
	#content a, #content a:visited, #content a:active {
		color:#003f63;
		text-decoration:none;
	}
	
	#content a:hover {
		text-decoration:underline;
	}
	
#gamma {
	height:auto;
	width:800px;
}

#gamma-inner {
	text-align:justify;
	height:auto;
	margin: 0 20px 0 0;
}

#gamma-inner-left {
	float:left;
	height:auto;
	width:565px;
}

#gamma-inner-right {
	border-left:dotted #003f63 1px;
	text-align: center;
	float:right;
	height:auto;
	width:180px;
	padding: 0 0 0 20px;
}

#alpha {
	text-align:justify;
	float:left;
	height:auto;
	width:565px;
}

	#alpha-blog {
	}
	
	#alpha-blog h2 {
		font-size: 18px;
		padding-bottom: 0;
	}
	
		#alpha-blog h2.comments {
			font-size: 16px;
			padding: 15px 0 5px 10px;
		}
	
	#alpha-blog p {
		font-size:13px;
		padding-bottom:10px;
		padding-left:0px;
		text-indent:0px;
		font-size:13px;
	}
	
		#alpha-blog .postDetails {
			font-size: 11px;
			text-align: left;
			font-style: italic;
			border-top: 1px dotted #003f63;
			border-bottom: 1px dotted #003f63;
			padding: 1px 0 1px 1px;
			margin: 0 0 5px 10px;
		}
		
		#alpha-blog .postSummary {
			font-size: 13px;
			text-align: justify;
			padding: 0;
			margin: 0 0 0 10px;
		}
		
		#alpha-blog .postFull {
			font-size: 13px;
			text-align: justify;
			padding: 0;
			margin: 0 0 0 10px;
		}
		
		#alpha-blog .postReadMore {
			font-size: 11px;
			text-align: left;
			font-weight: bold;
			padding: 0;
			margin: 10px 0 30px 10px;
		}
		
		#alpha-blog .postTags {
			font-size: 11px;
			text-align: left;
			padding: 0;
			margin: 10px 0 30px 10px;
		}
		
		#alpha-blog ul {
			list-style-type:square;
			padding-bottom: 10px;
		}
		
			#alpha-blog li {
				margin: 0 0 5px 20px;
			}
		
	#alpha-blog-footer {
		text-align: center;
		font-size: 14px;
		font-weight: bold;
	}
	
	#alpha-blog-archives h2 {
		font-size: 18px;
		padding-bottom: 10px;
	}
	
	#alpha-blog-archives ul {
		list-style-type:square;
	}
	
	#alpha-blog-archives li {
		font-size: 13px;
		margin: 0 0 0 30px;
	}
	
	.comment-form {
		font-size: 13px;
		font-weight: bold;
		margin-left: 20px;
		padding: 5px;
	}

#beta {
	border-left:dotted #003f63 1px;
	text-align:center;
	float:right;
	height:auto;
	width:220px;
}

	#beta p {
		text-align:center;
		font-size:10px;
		padding-left:0px;
		text-indent:0;
	}
	
	#beta a, #beta a:visited, #beta a:active {
		font-size:12px;
		color:#003f63;
		text-decoration:none;
	}
	
	#beta a:hover {
		text-decoration:underline;
	}
	
	#beta hr {
		margin:auto;
		width:200px;
		height:2px;
		color:#003f63;
		border-bottom:#003f63 2px solid;
		border-top:0px;
		border-left:0px;
		border-right:0px;
	}
	
	#beta h3 {
		padding: 2px 0 2px 0;
		margin: 0 30px 0 30px;
		border-bottom:dotted #003f63 1px;
		border-top:dotted #003f63 1px;
	}
	
hr {
	clear:both;
	width:800px;
	height:2px;
	color:#003f63;
	padding-top: 20px;
	border-bottom:#003f63 2px solid;
	border-top:0px;
	border-left:0px;
	border-right:0px;

}

blockquote {
	margin: 0 25px 0 15px;
}
		
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

#content .contact table, #content .contact small {
	margin: 0 0 0 20px;
}

	#content .contact td {
		padding: 3px;
	}


/*--- Footer Area --------------------*/

#footer {
	margin-left:auto;
	margin-right:auto;
	padding-top:5px;
	padding-bottom:10px;
	text-align:right;
	font-size:10px;
	padding-right:20px;
	clear:both;
	width:820px;	
	background:url(bg_footer.png) center top no-repeat;
	height:200px;
}

	#footer a, #footer a:active, #footer a:visited {
		color:#003f63;
		text-decoration:none
	}
	
	#footer a:hover {
		text-decoration:underline;
	}

#footerNav {
	font-size:12px;
	color:#000;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:760px;
	padding-bottom:10px;
}

	#footerNav a, #footerNav a:visited, #footerNav a:active {
		color:#000;
		text-decoration:none;
	}

	#footerNav a:hover {
		text-decoration:underline;
	}