/*
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:georgia, 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:100%;
	background:#fff;
	color:#000;
	font-size:.8em;
	line-height:1.6;
	}
#skip
	{
	width:100%;
	display:none;
	background:#f1f1f1;
	color:#000;
	}
#header-container
	{
	width:100%;
	float:left;
	border-bottom:3px solid #000000;
	height:121px;
	background-image:url(images/logo.gif);
	background-repeat:no-repeat;
	}
#header
	{
	}
#headerimg 	{ 
	margin: 0; 
	height: 121px; 
	position:absolute;
	left:0px;
	top:0px;
	width:500px;
	} 
#rss
	{
	position:absolute;
    left:792px;
	top:53px;
	width: 200px;
	}
#menu 
	{
	border-bottom:1px solid #000;
	font-family:Arial, Helvetica, sans-serif;;
	width:100%;
	clear:both;
	}
#container
	{
	clear:both;
	width:100%;
	background-image:url(images/bg_content.gif);
	background-repeat:repeat-y;
	background-position:-2px top ;
	margin-top:20px;
	}
#content-container
	{
	}
#content
	{
	margin:0px 43px 10px 110px;
	overflow:hidden;
	float:left;
	width:600px;
	}
#sidebar-left
	{
	margin:0px 20px 0 0;
	float:left;
	width:224px;
	border-top:1px solid #000;
	}
#sidebar-right
	{
	margin:0px 0 0 0;
	float:left;
	width:202px;
	overflow:hidden;
	border-top:1px solid #ddd;
	}
.sideposts_date {
	display:none;
}
#footer
	{
	clear:both;
	width:98%;
	background:#fff;
	color:#000;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	padding:0px 0 2px 2%;
	}
.hidden, img.hidden
	{
	display:none;
	}
table.yt {
	margin:0px 0 5px 20px !important;
	clear:both;
}
.sp {
	display:block;
	height:0px;
	border-bottom:1px solid #ddd;
	line-height:1px;
	background-color:none;
	margin-top:10px;
}
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:0px solid #ddd;
	}
#sidebar-right .block,
#sidebar-left .block
	{
	padding:0px 0;
	margin:10px 10px 20px 10px;
	}

.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	color:#000;
	padding:10px 0px 10px 0px !important;
	margin:20px 10px 20px 20px;
	border-bottom:1px solid #ec8d23;
	}
/* TYPOGRAPHY
---------------------------------------*/
p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 0px;
	}
h1
	{
	font-size:1.4em;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
h2
	{
	font-size:1.2em;
	}
h3
	{
	font-size:1.2em;
	}
h4
	{
	padding: 0px 0px 4px 0px;
	font-size:1.1em;
	font-weight:bold;
	}
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: 5px 20px;
	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:60px;
	}
small {
	font-size:1em;
}
#sidebar-right, #sidebar-left {
	font-size:0.9em;
	line-height: 1.4em;
}
/* IMAGES
----------------------------------------*/
img.centered 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.aligncenter 
	{
	display:block;
	margin-left:auto;
	margin-right:auto;
	}
img.alignright
	{
	padding:0px;
	margin:0 0 0px 7px;
	display:inline;
	}
img.alignleft
	{
	padding:0px;
	margin:0 7px 0px 0;
	display:inline;
	}
#sidebar-right img.alignleft{
	display:block;
	float:none;
}
.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:0px;
	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 0px;
	}
#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 
 	{
   	list-style-type:none;
   	text-align:left;
	padding:10px 0px 10px 0px;
	margin:0;
	width:100%;
 	}
ul#menu a
 	{
   	padding:0px;
   	color:#000;
   	font-weight:normal;
   	font-style:normal;
   	text-decoration:none;
	font-size:15px;
 	}
ul#menu li 
 	{
   	display:inline;
   	text-align:center;
	margin:0;
	padding:0 8px 0 8px;
	border-right:1px solid #000;
 	}
ul#menu li.first 
 	{
   	display:inline;
   	text-align:center;
	margin:0 0 0 0px;
	padding:0;
 	}
ul#menu li.spacer 
 	{
	padding-left:381px;
	border-right:0px solid #fff;
 	}
.mac.gecko  ul#menu li.spacer 
 	{
	padding-left:376px;
 	}
.mac.safari  ul#menu li.spacer 
 	{
	padding-left:384px;
 	}
ul#menu li.no-border-left 
 	{
	border:none;
 	}
ul#menu a:hover, ul#menu a:focus, ul#menu a:active 
 	{
   	color:#ec8d23;
 	}
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 
 	{
   	color:#000;
   	text-align:left;
 	}
#sidebar-right li {
	margin-bottom:15px;
}
#sidebar-left #hitlist li {
	list-style:inside decimal;
	margin:0px 0px 0px 0px;
	}
.wppp_list li {
	list-style:inside decimal;
	margin:0px 0px 0px 20px;
	text-indent:-20px;
}
.wppp_list ol {
}

/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	color:#ec8d23;
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#000;
	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:550px;
	border:1px solid #ddd;
	padding:0;
	margin-right:0px;
	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;
	}
form p
	{
	margin:0;
	}
/* MISCELLANEOUS
---------------------------------------*/
.clear
	{
	clear:both;
	}
.center
	{
	text-align:center;
	}
.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:0px 10px;
	}
.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:0px 10px 10px 0px;
	}
/* PAGENAVI
look @ pagenavi-css.css in this theme-folder
---------------------------------------*/

/* COMMENTS
---------------------------------------*/
.commentlist li .avatar
	{ 
	}
.commentlist ol
	{
	margin:10px 10px 10px 0px;
	}
.commentlist li
	{
	list-style:inside decimal;
	margin:10px 10px 10px 0px;
	}
.commentlist .alt
	{
	background:#f1f1f1;
	color:#000;
	border:1px solid #ddd;
	}
#content li
	{
	padding:10px 0 0 10px;
	}
/* ------------------------------------------------------------------------- */
/* calendar */
/* ------------------------------------------------------------------------- */

#wp-calendar {
	border: 0px solid #ED8C23;
	empty-cells: show;
	font-size: 13px;
	margin: 0;
	width: 140px;
	height: 70px;
}


#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
	text-decoration: none;
	background: #FBE9D8;
}

#wp-calendar a:hover {
	background: #ED8C23;
	color: #333;
}

#wp-calendar caption {
	color: #000;
	font-size: 13px;
	text-align: left;
	margin: 0 0 4px 0;
}

#wp-calendar td {
	color: #000;
	padding: 1px 1px;
	text-align: center;
	font-size: 10px;
}

#wp-calendar td.pad:hover {
}

#wp-calendar td:hover, #wp-calendar #today {
	background: #eee;
	color: #bbb;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

