/*
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 munder GPL:
	http://www.opensmource.org/licenses/megpl-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;omutline: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%;}*/
body{font-family:Arial, Helvetica, sans-serif;font-size:100%;}
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:1000px;
	background:#fff;
	color:#000;
	font-size:.8em;
         /*font-size: 100%;*/
	line-height:1.2;
          margin-left:auto;
          margin-right:auto;

	}
#skip
	{
	width:1000px;
	display:none;
	background:#f1f1f1;
	color:#000;
	}


#header-container
	{
	width:1000px;
	/*float:left;*/
	border-top:5px solid #6a3065;
	border-bottom:5px solid #fff;
         background-color: #ad8daa; /* lt purple */
	}
#header
	{
	/*float:left;*/
	width:70%;
         margin-top: 10px;
	}
#rss
	{
	float:right;
	width:30%;
	}
#menu 
	{
	float:left;
	width:1000px;
	/*border-top:1px solid #00ff00;
	border-bottom:1px solid #00ff00;*/
         font-size:100%;
	}
#container
	{
	clear:both;
	width:100%;
}

/* holds sidebarleft and content:  floats to left */
#content-container
	{
	margin-top:0px;
	float:left;
	width:710px;
	margin-bottom:10px;
	}
#content
	{
	float:right;
	width: 475px; /* change this if you want to widen left margin of content */
	overflow:hidden;
	font-size:1.1em;
	}


#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:215px; /* origin 25% */
	}
#sidebar-right
	{
	/*margin-top:20px;*/
         margin-left:0px;
	float:right;
	width: 270px; /* origin 20% */
	overflow:hidden;
	margin-bottom:10px;
	}
#footer
	{
	clear:both;
	width:100%;
	background:#f1f1f1;
	color:#000;
	border-top:1px solid #ddd;
	border-bottom:1px solid #ddd;
	}
/* BLOCK
---------------------------------------*/
.blockleft
	{
	clear:both;
	background:#f1f1f1; /* lt grey */
	color:#000;
	padding:10px 5px;
	margin:0px 10px 10px 10px;
	/*border:1px solid #ddd;*/
	border:1px solid #0092d6; /* blue */
	}

.halfblockleft
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadataleft
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}

.blockright
	{
	clear:both;
	background:#f1f1f1; /* lt grey */
	color:#000;
	/*padding:10px 5px;*/
	padding:10px 5px;
	margin:0px 10px 10px 10px;
	/*border:1px solid #ddd;*/
	/*border:1px solid #ef3b2f;  red */
	border:1px solid #0092d6; /* blue */
	}
.halfblockright
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadataright
	{
	background:#f1f1f1;
	color:#000;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}

/* TYPOGRAPHY
---------------------------------------*/
/*p, h1, h2, h3, h4, h5, h6
	{
	padding: 5px 10px 0 10px;
	}*/

h1
	{
	font-size:1.5em;
 	}

h2
	{
	font-size:1.1em;
         clear: both;
	}
h3
	{
	font-size:1em;
	}
h4
	{
	font-size:1.2em;
	}
h5
	{
	font-size:1em;
	}
h6
	{
	font-size:1em;
	}
#content p, #content h1, #content h2, #content h3, #content h4, #content h5, #content h6, #content small
	{
	padding: 10px 0px;

	}
#header p
	{
	padding:0;
	margin:0;
	padding-left:105px;
         color: #fff;
         font-size: 1.3em;
	}

#content h1
	{
	color: #ef3b2f; /* red */
         background-image: url(/images/star-sm.jpg);
	background-repeat: no-repeat;
	background-position: left;
         padding:  23px 20px 23px 70px;  	}

/* 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:0 0 0 0;
	}
ol
	{
	list-style:decimal;
	margin:0 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:0 0 5px 30px;
	}
#content ol
	{
	margin:0 0 5px 30px;
	}
#content li
	{
	margin-left:20px;
	padding:0;
	}
.inline ul
	{
	margin:0;
	padding:0;
	}
.inline li
	{
	display:inline;
	list-style-type:none;
	/*mnj padding:10px;*/
	padding:0px;
	margin:0;
	}
ul#menu 
 	{
         background-image: url(/images/menu-line-red.jpg);
         /*float:left;*/
   	list-style-type:none;
   	text-align:left;
	text-transform: uppercase;
 	}

ul#menu li 
 	{
    	display:inline;
   	/*text-align:center;*/
         line-height: 45px;
	margin: 0 0 0 0;
	padding:0;
 	}
ul#menu li.first 
 	{
	margin:0 0 0 5px;
 	}
ul#menu a
 	{
   	background-image: url(/images/menu-btn-blue.jpg);
         background-repeat: repeat-x;
         margin: 0 3px; /* spacing between li */
         padding: 10px 5px 10px 5px;
         color:#fff;
   	font-weight:bold; 
   	font-style:normal;
   	text-decoration: none;
 	}
ul#menu a:hover, ul#menu a:focus /*, ul#menu a:active */
 	{
  	background-image: url(/images/menu-btn-white.jpg);
   	background-repeat: repeat-x;
         font-weight:bold;
         color:#000;
         text-decoration: underline;

 	}
ul#menu a:active 
 	{
  	background-image: url(/images/menu-btn-red.jpg);
   	color:#fff;
         text-decoration: none;

 	}
/*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: #ff0000; 
   	color:#fff;
   	font-weight:bold;
         cursor:default;
   	text-align:left;
 	}*/

/* LINKS
---------------------------------------*/
a:link, a:visited
	{
	/*color:#008080;*/
	color:#ef3b2f; /* red */
	text-decoration:none;
	}
a:hover, a:focus, a:active
	{
	color:#0092d6; /* blue */
	text-decoration:underline;
	}

.blockleft a:link, .blockleft a:visited {
         color: #0092d6;
	text-decoration:none;
}
.blockright a:link, .blockright a:visited {
         color: #0092d6;
	text-decoration:none;
}

.blockleft a:hover, .blockleft a:focus{
         color: #ef3b2f;
	text-decoration: underline;
}

.blockright a:hover, .blockright a:focus{
         color: #ef3b2f;
	text-decoration: underline;
}



/* FORMS
---------------------------------------*/
#searchform 
	{
 	padding:0 0 0 10px;
	text-align:left;
	}
#searchform #s 
	{
	width:80%;
	padding:2px 2px 2px 20px;
	margin-top:0px;
	background:#ffffff 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;
	}
/*mnj replace with next
 .center
	{
	text-align:center;
	}*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}


.author
	{
	color:#666;
	font-size:.9em;
	}
.navigation
	{
	margin:10px 20px;
         font-size:1.4em;

	}
.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;
	}

.commentlist h2 {
         color: #0092d6; /* blue */
}



