/*
Theme Name: 	AquaBlock
Description: 	A quick loading 3 column theme
Version: 		1.0.1
Author: 		Lyndi Geldenhuis
Author URI: 	http://nice2all.com/themes/
Modified by: 	302productions.com

	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:Georgia, 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:100%;
	background:#a1defd url(images/main_bg.jpg) no-repeat scroll center top;
	color:#333;
	font-size:1em;
	display:table;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	width:100%;
	float:left;
	}
#header
	{
	height:260px;
	float:left;
	width:70%;
	}
#rss
	{
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:140px;
	}
#container
	{
	clear:both;
	width:960px;
	margin:0 auto;
	padding:0;
	min-height:100px;	
	overflow: hidden;
	position:relative;
	background-image: url(images/wrap_bg.jpg);
	background-repeat: repeat-y;
	background-position:right top;
	}
#content-container
	{
	float:left;
	width:740px;
	margin-left:19px;
	}
#content
	{
	background:#fff;
	float:right;
	width:562px;
	overflow:hidden;
	min-height:620px;
	padding-bottom:220px;
	background-image:url(images/page_bottom.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	}
#sidebar-left
	{
	padding-left:10px;
	overflow:hidden;
	height:100%;
	background:transparent url(images/banner_1.png) repeat-y 0 0;
	}
#sidebar-right
	{
	float:right;
	width:150px;
	overflow:hidden;
	padding-left:12px;
	padding-right:25px;
	background:transparent url(images/banner_2.png) repeat-y 0 0;
	}
#footer
	{
	clear:both;
	color:#000;
	text-align:center;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	height:515px;
	}
#footer p
	{
	position:relative;
	top:222px;
	}
#footer a
	{
	color:#fff4d1;
	}
#footer a:hover
	{
	color:#fff4d1;
	background-color:#009900;
	}
#staydown{
	position:relative;
	vertical-align:bottom;
	}
.post {
	background-color:#FFFFFF;
	background-image:url(images/page_top.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	border-top:solid 1px #666;
	min-height:200px;
	}
#wp_quotes
	{
	clear:both;
	position: relative;
	margin-left:100px;
	margin-right:200px;
	padding:140px 0 0 0;
	width:520px;
	line-height:1.6;
	}
#wp_quotes div.wp_quotes_quote
	{
	font-size:1.6em;
	color:#660066;
	}

#wp_quotes div.wp_quotes_author
	{
	text-align:right;
	font-style: italic;
	margin-top: 5px;
	font-size:10px;
	}


/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	padding:10px 0;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	font-size:11px;
	background:#fdfaee;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 10px;
	border:1px solid #f7ecbd;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	line-height:1.6;
	}
h1, h3
	{	
	color:#660066;
	}
h4, h5, h6
	{
	color:#660066;
	}	
h1
	{
	font-size:2em;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
#content h2
	{
	font-size:1.8em;
	color:#660066;
	padding:30px 0 0 20px;
	}
h3
	{
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}
#content p, #content h1, #content h3, #content h4, #content h5, #content h6, 
	{
	padding: 10px 20px;
	}
#content small{	
	padding:2px;
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
	}
.postdate {
	text-align: center;
	border: 1px solid #660066;
	padding: 5px;
	width:42px;
	margin:40px 20px 0 20px;
	background-color:#FFFFFF;
	float:left
}
.postday {
	display: block;
	color: #660066;
	font: 30px Times, serif;
	margin-top: -5px;
}
.postmo {
	text-transform:uppercase;	
	color: #660066;
	}
.entry p{
	padding:10px;
	}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:2px solid #afe7fd;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	padding:5px;
	border:2px solid #afe7fd;
	background:#FFFFFF;
	}
img.alignright
	{
	padding:5px;
	border:2px solid #afe7fd;
	display:inline;
	background:#FFFFFF;
	}
img.alignleft
	{
	padding:5px;
	border:2px solid #afe7fd;
	display:inline;
	background:#FFFFFF;
	}
.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;
	xpadding:10px;
	margin:0;
	}
ul#menu 
 	{
 	float:left;
	clear:both;
   	list-style-type:none;
	padding:0;
	margin:0 0 0 10px;
	position: relative;
	height:540px;
	width:132px;
	overflow:hidden;
 	}
ul#menu li 
 	{
	margin:0;
	padding:0;
	list-style: none;
 	}
ul#menu a
 	{
	height:73px;
	width:132px;
	margin:0;
	padding:0;
	display:block;
 	}
#menu1 a:hover
	{
	background: transparent;
	display:block;
	height:73px;
	text-indent:-132px;
	margin:0;
	padding:0;
	}
#menu2 a:hover
	{
	background: transparent;
	display:block;
	height:73px;
	text-indent:-132px;
	margin:0;
	padding:0;
	}
/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#e0468e;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#e0468e;
	background-color:#FEFFDF;
	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;
	}
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:#e0468e !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;
	background-color:#FFFFFF;
	background-image:url(images/comment_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
	border:1px solid #ffebf4;
	}
.commentlist .alt
	{
	background:#edfbff;
	background-image:url(images/coment_bg_alt.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
	color:#000;
	border:1px solid #afe7fd;
	}

