/* RESET 

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

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,del,dfn,font,img,ins,kbd,q,s,samp,strike,sub,sup,tt,var,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:normal;font-style:normal;font-size:100%;font-family:inherit;vertical-align:baseline;}

:focus{outline:0}

body{font-family:Arial, Helvetica, sans-serif;font-size:62.5%;}

ol,ul{list-style:none;}

table{border-collapse:separate;border-spacing:0;}

caption,th,td{text-align:left;font-weight:normal;}

blockquote:before,blockquote:after,q:before,q:after{content: "";}

blockquote,q{quotes: "" "";}

/* STRUCTURE

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

body

	{
	width:940px;
	background:#fff;
	color:#000;
	font-size:0.8em;
	line-height:1.6;
	margin-right: auto;
	margin-left: auto;
	}

#skip

	{

	width:100%;

	display:none;

	color:#000;

	}

#header-container

	{

	width:100%;

	float:left;

	border-top:1px dashed #ccc;
	border-bottom:1px dashed #ccc;
	
	margin-top: 1px;

	}

#header

	{

	float:left;

	width:70%;

	}

.rss

	{

	width:350px;

	}


#menu 

	{

	float:left;

	width:100%;

	}

#container

	{

	clear:both;

	width:100%;

	}

#content-container

	{

	margin-top:5px;

	float:left;

	width:80%;

	margin-bottom:10px;

	}

#content

	{

	float:right;

	width:78%;

	overflow:hidden;
	padding: 0 0px 0 0;

	}

#sidebar-left

	{
	margin-top:25px;
	margin-right:10px;
	float:left;
	overflow:hidden;
	width:22%;
	margin-left:-15px;

	}

#sidebar-right

	{

	margin-top:25px;
	float:right;
	width:20%;
	overflow:hidden;
	margin-bottom:10px;
	margin-right:-5px;

	}

#footer

	{

	clear:both;
	width:100%;
	background:#fff;
	border-top: 1px dashed #CCC;

	}

/* BLOCK

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

.block

	{
	clear:both;
	color:#fff;
	padding:10px 0 0 0;
	margin:0px 10px 0 10px;
	}

.halfblock

	{

	width:50%;

	float:left;

	padding:0;

	margin:0;

	}

.postmetadata

	{

	color:#000;

	padding:10px 10px 10px 0 !important;

		margin:0 0 20px 0;
	border-bottom-color: #CCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	

	}

/* TYPOGRAPHY

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

p, h1, h2, h3, h4, h5, h6

	{

	padding: 0px 10px 0 10px;

	}

h1

	{
	font-size:2em;
	padding:0;
	margin:0px 0 0 0;
	padding-left:10px;
	}

h2

	{
	font-size:1.7em;
	color: #002d62;
	}

h3

	{

	font-size:1.6em;
	color: #002d62;
	}

h4

	{

	font-size:1.4em;
	color: #002d62;
	}

h5

	{

	font-size:1.2em;
	color: #002d62;
	}

h6

	{

	font-size:1em;

	}

#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content small

	{

	padding: 10px 20px;

	}

#header p

	{

	padding:0;

	margin:0;

	padding-left:60px;

	}

/* IMAGES

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

img.centered 

	{

	display:block;

	margin-left:auto;

	margin-right:auto;

	}

img.aligncenter 

	{

	display:block;

	margin-left:auto;

	margin-right:auto;

	}

img.alignright

	{

	padding:4px;

	margin:0 0 2px 7px;

	display:inline;

	}

img.alignleft

	{

	padding:4px;

	margin:0 7px 2px 0;

	display:inline;

	}

.alignright

	{

	float:right;

	margin-left:10px;

	}

.alignleft

	{

	float:left;

	margin-right:10px;

	}

/* LISTS

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

ul

	{
	list-style:none;
	margin:5px 0 0 0;
	list-style-type: square;
	list-style-position: outside;
	}

ol

	{

	list-style:decimal;

	margin:5px 0 0 10px;
	

	}

li

	{

	margin-left:10px;
	margin-bottom:10px;

	padding:0;

	}

dl

	{

	margin-left:20px;

	}

dt

	{

	margin-left:10px;

	}

dd

	{

	margin-left:20px;

	}

#content ul

	{

	list-style:outside square;

	margin:5px 0 5px 30px;

	}

#content ol

	{

	margin:5px 0 5px 30px;

	}

#content li

	{

	margin-left:20px;

	padding:0;

	}

.inline ul

	{

	margin:0;

	padding:0;

	}

.inline li

	{

	display:inline;

	list-style-type:none;

	padding:10px;

	margin:0;

	}

ul#menu 

 	{

 	float:left;

   	list-style-type:none;

   	text-align:left;

	padding:0;

	margin:0;

	margin-top:20px;

 	}

ul#menu a

 	{
	padding:5px;
	height:auto;
	color:#666;
	font-weight:bold;
	font-style:normal;
	text-decoration:none;
 	}

ul#menu li 

 	{

   	display:inline;

   	text-align:center;

	margin:0;

	padding:0;

 	}

ul#menu li.first 

 	{

   	display:inline;

   	text-align:center;

	margin:0 0 0 0px;

	padding:0;

 	}

ul#menu a:hover, ul#menu a:focus, ul#menu a:active 

 	{
	background-color:#87b6dd;
	color:#fff;
 	}

ul#menu li.current_page_item a, ul#menu li.current_page_item a:hover,

ul#menu li.current_page_item a:focus, ul#menu li.current_page_item a:active 

 	{
	background-color:#87b6dd;
	color:#fff;
	cursor:default;
	text-align:left;
 	}

/* LINKS

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

a:link, a:visited

	{
	color:#002d62;
	text-decoration:underline;
	}

a:hover, a:focus, a:active

	{
	color:#87b6dd;
	text-decoration:underline;
	}

/* FORMS

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

#searchform 

	{

	padding:0 0 0 0px;
	text-align:left;
	float:right;
	

	}

#searchform #s 

	{

	width:auto;

	padding:2px 2px 2px 20px;

	margin-top:0px;

	background:#f1f1f1 url(images/search.jpg) 5px 5px no-repeat;

	color:#000;

	border:1px solid #ccc;
	margin-right:-20px;

	}

#searchsubmit 

	{

	padding:1px;

	background:#fff;

	color:#000;

	border:1px solid #ddd;

	}

form textarea

	{

	width:80%;

	border:1px solid #ddd;

	padding:0;

	margin-right:10px;

	color:#000;

	background:#f1f1f1;

	}

form input

	{

	border:1px solid #ddd;

	padding:3px;

	margin:2px 0;

	color:#000;

	background:#f1f1f1;

	}

form input submit

	{

	margin:10px 0;

	}

form input:focus, form textarea:focus

	{

	color:#000;

	background:#fff;

	}

form p

	{

	margin:0;

	}

/* MISCELLANEOUS

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

.hidden

	{

	display:none;

	}

.clear

	{

	clear:both;

	}

.center

	{

	text-align:center;

	}

.author

	{

	color:#666;

	font-size:.9em;

	}

.navigation

	{

	margin:10px 20px;

	}

.navigation-right

	{

	text-align:right;

	}

.navigation-left

	{

	text-align:left;

	}

code

	{

	font-size:1.4em;

	}

blockquote

	{

	background:#f1f1f1;

	color:#000;

	padding:10px !important;

	margin:20px 10px 20px 20px;

	border:1px solid #ddd;

	}

cite

	{

	margin:10px 10px 10px 20px;

	}

/* PAGENAVI

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

.wp-pagenavi a, .wp-pagenavi a:link, .wp-pagenavi a:active 

	{

	color:#008080 !important;

	background:transparent !important;

	}

.wp-pagenavi a:hover 

	{

	color:#000080 !important;

	background:transparent !important;

	}

.wp-pagenavi span.pages 

	{

	background:transparent !important;

	}

.wp-pagenavi span.current 

	{

	background:transparent !important;

	}

.wp-pagenavi span.extend 

	{

	background:transparent !important;

	}

/* COMMENTS

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

.commentlist li .avatar

	{ 

	float:right;

	border:1px solid #eee;

	padding:2px;

	margin:2px 0;

	background:#fff;

	color:#000;

	}

.commentlist li

	{

	list-style:decimal;

	margin:10px;

	padding:0;

	}

.commentlist .alt

	{

	background:#f1f1f1;

	color:#000;

	border:1px solid #ddd;

	}
#authorbox
{
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 100%
	height: auto;
	padding: 5px 10px 10px 10px;
	margin-top: 10px;
	margin-left:20px;
	background-color:#F2F2F2;
}

.authorpic
{
	float:left;
	padding: 5px 5px 0 10px;
}

.authormainbio
{
	padding: 0 0 0 10px;
	margin: 0 0 0 130px;
}
.authorbio
{
	padding: 5px 0 0 10px;
	margin: 0 0 0 80px;
}
.authorbio a, .authorbio a:hover
{
	font-weight: bold;
}

.authortitle
{
	font-weight: bold;
	font-size: 12pt;
	font-weight: bold;
	color: 002d62;
	margin-left:10px;
}
#authorpage
{
	height:auto;
	margin-bottom: 10px;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	border-left-color: #fff;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	width: 545px;
	min-height:100px;
	padding: 5px 0 20px 10px;
}

#menu-container

	{
	float:left;
	}
	
.top-header
{
	float:left;
}

.feed
{
	
	margin-top:20px;
	padding-bottom:0;
	width:160px;
	float:right;
}
.rssfeed
{
	background-image: url(http://66.147.242.92/~onthero6/wp-content/themes/aquablock/images/rss-gray.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	float:left;
	

}

.commentfeed
{
	background-image: url(http://66.147.242.92/~onthero6/wp-content/themes/aquablock/images/comment-gray.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 20px;
	float:right;
}

.policy
{
	color:#999;
	border-top-color:#CCC;
	text-align:center;
	}
.policy a, .policy a:link, .policy a:hover
{
	color:#999;
}
.resource
{
	font-size: medium;
	font-weight: bold;
	padding-top:10px;
	padding-bottom: 5px;
	color: #666;
	border-bottom-color: #CCC;
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	margin-left: 20px;
		
}
.block ul
	{
	margin-left: 18px;
	list-style:none;
	margin-bottom: 10px;
	color: #87b6dd;
	list-style-type: square;
	list-style-position: outside;
	font-size:small;
	}
	
	#byline
{
	padding-left: 20px;
	font-weight: bold;
	color:#002d62;
}
#byline a, #byline a:hover
{
	font-weight: bold;
}

#postdate
{
	font-size: 9pt;
	color: #666;
	padding: 5px 0 0px 10px;
	height:50px;
	margin-left:10px;
	width:570px;
	margin-bottom:20px;
}

#postdate2

{
	font-size: 9pt;
	color: #666;
	padding: 5px 0 0px 10px;
	height:50px;
	margin-left:10px;
	width:550px;
	margin-bottom:20px;
}
.comment
{
	float:right;
	padding: 0 0 0 0;
	margin-right: 10px;
	height:auto;
}
.commentbox
{
	margin-left:10px;
	width:525px;
}
#search-container
{
	width:940px;
}

.float
{
	float:right;
	margin-right:20px;
}

.extra
{
	margin-top:20px;
	margin-left:0px;
}

.textwidget
{
	margin: 0px 0 0px 0;
	float: left;
}
.textwidget li, .textwidget a, .textwidget a:hover
{
	font-size:small;
}
.frontpagesecond 
	
	{
	margin-top: 10px;
	font-size: medium;
	font-weight: bold;
	margin-left: 20px;
	padding-top:10px;
	padding-bottom: 10px;
	color: #666;
	border-top-color: #CCC;
	border-top-style: dashed;
	border-top-width: 1px;
	width:545px;
	}
	
.author-content
{
	width:580px;
}
