/*
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
{
	width: 100%;
	background: #FFF;
	color: #000;
	font-size: 0.8em;
	line-height: 1.6;
}
#skip
{
	width: 100%;
	display: none;
	background: #F1F1F1;
	color: #000;
}
#header-container
{
	width: 100%;
	float: left;
	border-top: 5px solid #000080;
}
#header
{
	float: left;
	width: 70%;
}
#rss
{
	float: right;
	width: 30%;
}
#menu
{
	float: left;
	width: 100%;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background: #F1F1F1;
}
#container
{
	clear: both;
	width: 100%;
}
#content-container
{
	margin-top: 20px;
	float: left;
	width: 73%;
	margin-bottom: 10px;
}
#content
{
	float: right;
	width: 70%;
	overflow: hidden;
}
#sidebar-left
{
	float: left;
	overflow: hidden;
	width: 28%;
}
#sidebar-right
{
	margin-top: 20px;
	float: right;
	width: 24%;
	overflow: hidden;
	margin-bottom: 10px;
}
#footer
{
	clear: both;
	width: 100%;
	background: #F1F1F1;
	color: #000;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	text-align: center;
}
/*BLOCK
---------------------------------------*/
.block
{
	clear: both;
	background: #F1F1F1;
	color: #000;
	padding: 10px 0;
	margin: 10px 10px 0;
	border: 1px solid #DDD;
}
.halfblock
{
	width: 50%;
	float: left;
	padding: 0;
	margin: 0;
}
.postmetadata
{
	background: #F1F1F1;
	color: #000;
	padding: 10px !important; /*[e]10px*/
	margin: 20px 10px 20px 20px;
	border: 1px solid #DDD;
}
/*TYPOGRAPHY
---------------------------------------*/
P, H1, H2, H3, H4, H5, H6
{
	padding: 5px 10px 0;
}
H1
{
	font-size: 2em;
	background: url(images/logo.jpg) no-repeat 5px 5px;
	padding: 0;
	margin: 10px 0 0;
	padding-left: 50px;
}
H2
{
	font-size: 1.8em;
}
H3
{
	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;
}
OL
{
	list-style: decimal;
	margin: 5px 0 0;
}
LI
{
	margin-left: 10px;
	padding: 0;
}
DL
{
	margin-left: 20px;
}
DT
{
	margin-left: 10px;
}
DD
{
	margin-left: 20px;
}
#content UL
{
	list-style: square outside;
	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
{
	background-color: #008080;
	padding: 5px;
	height: auto;
	color: #FFF;
	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 10px;
	padding: 0;
}
UL#menu A:hover, UL#menu A:focus, UL#menu A:active
{
	background-color: #000080;
	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: #005080;
	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) no-repeat 5px 5px;
	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*/
#INVALID-RULE
{
	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: 0.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; /*[e]10px*/
	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; /*[e]#008080*/
	background: transparent !important; /*[e]transparent*/
}
.wp-pagenavi A:hover
{
	color: #000080 !important; /*[e]#000080*/
	background: transparent !important; /*[e]transparent*/
}
.wp-pagenavi SPAN.pages
{
	background: transparent !important; /*[e]transparent*/
}
.wp-pagenavi SPAN.current
{
	background: transparent !important; /*[e]transparent*/
}
.wp-pagenavi SPAN.extend
{
	background: transparent !important; /*[e]transparent*/
}
/*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;
}
