/*
Theme Name: 	AquaBlock
Description: 	A quick loading 3 column theme
Version: 		1.0.1
Author: 		Lyndi Geldenhuis
Author URI: 	http://nice2all.com/themes/
Tags: 			3 column, widget ready, most poular posts, wp-pagenavi, related posts, comments on pages, documentation and support.

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* 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
	{
	color:#000;
	font-size:.8em;
	line-height:1.6;
	background:url(images/bg_wrapper.gif) repeat-y left;
	width:100%;
	margin: 0;
	padding: 0;
	/*overflow-x: hidden;*/
	}
#skip
	{
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	/*width:100%;*/
	float:left;
	background: black url(images/bg_header.jpg) no-repeat;
	height:209px;
	margin: 0;
	margin-bottom: 5px;
	/*overflow-x: hidden;*/
	}
#header
	{
	float:left;
	/*width:1200px;*/
	min-width: 1105px;
	height: 209px;
	
	}
#rss
	{
	float:right;
	}
	
	
#nav 
	{
	/*width:100%;*/
	width: 800px;
	}
	
#container
	{
	clear:both;
	/*width:100%;*/
	width: 1105px;
	min-height: 90px;
	background:url(images/bg_wrapper.gif) repeat-y left;
	/*overflow-x: hidden;*/
	}

#content-container
	{
	margin-top: 8px;
	padding-top: 15px;
	float:left;
	width:850px;
	margin-bottom:0;
	border-right: 3px solid #ccc;
	/*display: inline;*/
	}
#content
	{
	/*display: inline;*/
	float:right !important;
	width:600px !important;
	overflow:hidden;
	margin: 0;
	/*margin-left: 220px !important;*/
	margin-right: 0;
	min-width:400px;
	}


#sidebar-left
	{
	overflow:hidden;
	width:220px;
	padding-top: 20px;
	margin-top: -45px;
	text-align: center;
	/*background: #6d310a url(images/bg_left_column.gif) repeat-y right;*/
	}
#sidebar-right
	{
	margin-top: 8px;
	float:left;
	width:250px;
	overflow:hidden;
	margin-bottom:0;
	border-left: 3px solid #cccccc;	
	margin-left: -3px;
	}
#footer
	{
	/*float:left;*/
	clear:both;
	/*width:100%;*/
	min-width: 1105px;
	background:black url(images/bg_footer.jpg) no-repeat;
	color:#9b4b10;
	height:50px;
	/*overflow-x: hidden;*/
	margin: 0;
	padding: 0;
	
	}
	
#footer p {
margin: 22px 0 0 500px;
}	
	
		/* IE6 fixes */
	*html container {
	clear:both;
	display: inline;
	margin-top: -30px;
	}
	
	*html #content-container {
	/*display: inline;*/
	float:left;

	} 	
	
	*html #content {
	/*display: inline;*/ 
	float:right !important;
	overflow:hidden;
	margin: 0;
	
	}
	
	*html #sidebar-left {
	/*display: inline;*/
	float:left !important;
	overflow:hidden;
	width:220px;
	margin-top: 3px;
	}
	
	*html #sidebar-right {
	/*display: inline;*/
	}
	
	
	*html footer {
	display: inline;
	}
	
	/*end IE6 fixes*/
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	color:#fff;
	padding:10px 0;
	margin:10px 10px 0 10px;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}

#sidebar-right .block {
color: black;
}	
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	}
h1
	{
	font-size:2em;
	color:#311c0a;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
h2
	{
	color:#311c0a;
	font-size:1.6em;
	}
	
h2 a:link, h2 a:visited, #footer a:link, #footer a:visited {
color: #6d310a;
text-decoration: none;
}

h2 a:hover, #footer a:hover {
text-decoration: underline;
}
	
h3
	{
	color:#311c0a;
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
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;
	}
ol
	{
	list-style:decimal;
	margin:5px 0 0 0;
	}
li
	{
	margin-left: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#nav
 	{
   	text-align:left;
	padding:0;
	clear: both;
	margin:20px 0 0 250px;
 	}
ul#nav a, a.subnav
 	{
   	background-color:#6d310a;
   	padding:5px;
   	height:auto;
   	color:#fff !important;
   	font-weight:bold;
   	font-style:normal;
   	text-decoration:none;
   	text-transform: uppercase;
 	}
ul#nav li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0;
 	}
ul#nav li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 10px;
	padding:0;
 	}
ul#nav a:hover, ul#nav a:focus, ul#nav a:active, a.subnav:hover
 	{
   	background-color:#ffac08;
   	color:#fff;
 	}
ul#nav li.current_page_item a, ul#nav li.current_page_item a:hover,
ul#nav li.current_page_item a:focus, ul#nav li.current_page_item a:active 
 	{
   	background-color:#ffac08;
   	color:#fff;
   	cursor:default;
   	text-align:left;
 	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#008080;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#000080;
	text-decoration:underline;
	}
/* FORMS
---------------------------------------*/
#searchform 
	{
	padding:0 0 0 10px;
	text-align:left;
	}
#searchform #s 
	{
	width:80%;
	padding:2px 2px 2px 20px;
	margin-top:30px;
	background:#f1f1f1 url(images/search.jpg) 5px 5px no-repeat;
	color:#000;
	border:1px solid #ccc;
	}
#searchsubmit 
	{
	padding:1px;
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
form textarea
	{
	width:80%;
	border:1px solid #ddd;
	padding:0;
	margin-right:10px;
	color:#000;
	background:#f1f1f1;
	height: 100px;
	}
form input
	{
	border:1px solid #ddd;
	padding:3px;
	margin:2px 0;
	color:#000;
	background:#f1f1f1;
	}
form input.submit-comment {
	border:1px solid #ddd;
	padding:5px;
	font-size: 16px;
	margin:2px 0;
	color:#fdc858;
	background:#6d310a;
	cursor: pointer;
}	
form input.submit-comment:hover {
  background: #803a0b;
}
	
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;
	}
	
	
.italic {
font-style: italic;
}	
/* 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;
	}
	
	
img.img_right {
float:right;
margin-top: 70px;
margin-right: 0;
}



/* MAIL FORM STYLES! */
.going-good {
  text-align: center;
  padding: 10px;
  background: #e2ffcc;
  color: #1c4100; 
}

.going-bad {
  text-align: center;
  padding: 10px;
  background: #fcc;
  color: #400000; 
}

form span.errorMC {
  text-align: center;
  padding: 10px;
  background: #fcc;
  color: #400000;
  display: none;
}

ul.pics {
text-align:center;
list-style:none !important;
}

ul.pics li {
margin-bottom:20px !important;
border-bottom:1px solid #999 !important;
}
 h5 {
font-size:14px;
}
