/*
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:#fff; */changed to fff */
	font-size:.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:66%;
	margin-bottom:10px;
	}
#content
	{
	float:right;
	width:71%;
	overflow:hidden;
        z-index:5;
	}
#sidebar-left
	{
	float:left;
	overflow:hidden;
	width:27%;  
        z-index:-1;
	}
#sidebar-right
	{
	margin-top:20px;
	float:right;
        align: right;
        text-align: right;
	width:300px; 
	overflow:hidden;
	margin-bottom:10px;
	}
#footer
	{
	clear:both;
	width:100%;
	background:#f1f1f1;
/*	color:#000; */
background-image: url(/g/footerback.gif);
height:73px;
border-style: solid;
border-color: #ffffff;
border-width: 1px 0px 0px 0px;
align: left;
text-align: left;
	}
/* BLOCK
---------------------------------------*/
.block
	{
	clear:both;
	background:#f1f1f1;
	color:#000;
	padding:10px 0;
	margin:10px 10px 0 10px;
	border:1px solid #ddd;
	}
.halfblock
	{
	width:50%;
	float:left;
	padding:0;
	margin:0;
	}
.postmetadata
	{
	background:#314252;
	padding:10px !important;
	margin:20px 10px 20px 20px;
	border:1px solid #ddd;
	}
/* TYPOGRAPHY
---------------------------------------*/

h1
	{
	font-size:2em;
	background:url(images/logo.jpg) 5px 5px no-repeat;
	padding:0;
	margin:10px 0 0 0;
	padding-left:50px;
	}
h2
	{
	font-size:1.9em;
	}
h3
	{
	font-size:1.6em;
	}
h4
	{
	font-size:1.4em;
	}
h5
	{
	font-size:1.2em;
	}
h6
	{
	font-size:1em;
	}
#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#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) 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:#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:#314252;
	color:#fff;
	}
.commentlist li
	{
	list-style:decimal;
	margin:10px;
	padding:0;
	}
.commentlist .alt
	{
	background:#314252;
	color:#fff;
	border:1px solid #ddd;
	}

body {
	background-color: #374458;
	margin: 0px;
        height: 100%; 
	background-image: url('/g/dots.gif');
        font-family: Verdana, Arial, Helvetica, helv, sans-serif;
        font-size: 13px;
}

.topsection {
	width:100%;
	background-image: url(/g/lines-middle.gif);
	background-repeat:repeat-x;
}
	.ugologo {
		position:absolute;
		left: 5px;
		top: 0px;
		width:100px;
   		height:103px;
		z-index:4;
		border:0;
	}

	.sitelogo {
		margin-left: 120px;
		border:0;
	}

	.lines-end {
		position:absolute;
		right:0px;
		top: 0px;
		width:117px;
		height:34px;
	}
	
	.pattern {
		position:absolute;
		top: 35px;
		left:0px;
		width:100%;
		height:36px;
		background-image: url(/g/trekbbs/pattern.jpg);
		border-style: solid;
		border-color:#425a84;
		border-width:2px 0px 1px 0px;
		z-index:1;
	}

	.patternlinks {
		position: relative;
		font-family: tahoma, verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 12px;
		top: 10px;
		margin-left:120px;
	}
		.patternlinks a:link {
			color: #04e1fd;
		}
		.patternlinks a:visited {
			color: #efd68c;
		}

	.patternshadow {
		position:absolute;
		top: 74px;
		left:0px;
		width:100%;
		height:5px;
		background-image: url(/g/shadow.png);
		background-repeat:repeat-x;
		z-index:1;
	}

.bodysection {
	position: relative;
	height:100%;
	top:37px;
}	
	.masthead {
		width:100%;
		background-color: #a1abb4;
		background-image: url('/g/masthead.gif');
		background-repeat: no-repeat;
		border-style: solid;
		border-color:#ffffff;
		border-width:0px 0px 1px 0px;
		padding: 27px 0px 30px 0px;
	}
	
	.titlebit {
		position: relative;
		background-image: url('/g/titledots.gif');
		height:19px;
		top: -18px;
		padding-left: 10px;
		z-index: 8;
		border-style: ssolid;
		border-color:#ffffff;
		border-width:1px;
		font-family: tahoma, verdana, arial, helvetica, sans-serif; font-weight: bold; font-size: 15px;
	}

	.titleend {
		position: relative;
		vertical-align: top;
		top: 0px;
		align: right;
		margin: 0px 0px -1px 0px;
		z-index: 7;
	}

.sider {
margin-top: 20px;
}

.siderbox {
width:300px;
font-family: verdana, arial, helvetica, sans-serif;
}

	.siderboxhead {
	position:relative;
	height:21px;
	width:300px;
	background-image: url(/g/siderboxhead.gif);
	}
	
	.siderboxcontent {
	position:relative;
	width:290px;
	background-image: url(/g/siderboxcontent.gif);
	background-repeat:repeat-y;
	padding:0px 5px 0px 10px;
	font-size: 10px;
        text-align:left;
	}
	
	.siderboxfoot {
	position:relative;
	height:21px;
	width:300px;
	background-image: url(/g/siderboxfoot.gif);
	margin-bottom: 20px;
	}

.sidel {
float: right;
margin-top: 20px;
z-index:2;
}

.sidelbox {
width:180px;
font-family: verdana, arial, helvetica, sans-serif;
}

	.sidelboxhead {
	position:relative;
	height:21px;
	width:180px;
	background-image: url(/g/sidelboxhead.gif);
	}
	
	.sidelboxcontent {
	position:relative;
	width:170px;
	background-image: url(/g/sidelboxcontent.gif);
	background-repeat:repeat-y;
	padding:0px 5px 0px 5px;
	font-size: 10px;
	}
	
	.sidelboxfoot {
	position:relative;
	height:21px;
	width:180px;
	background-image: url(/g/sidelboxfoot.gif);
	margin-bottom: 20px;
	}

.footermain {
width:764px;
height: 73px;
background-image: url(/g/footermain.gif);
}

.footertext {
font-family:verdana, arial, helvetica, helv, sans-serif;
font-size: 9px;
padding: 8px 100px 8px 5px;
}

a:link {
 color: #04e1fd;
 text-decoration: none;
}
a:visited {
 color: #EFD68C;
 text-decoration: none;
}
a:active {
 color: #FF8080;
 text-decoration: none;
}
a:over {
 text-decoration: underline;
}
h1 {
font-size: 19px;
font-weight: bold;
}
h2 {
font-size: 19px;
font-weight: bold;
}

.byline {
font-size: 10px;
}

.widget-header {
font-size: 14px;
font-weight: bold;
}


.post {
margin-bottom: 20px;
}

.epinfo {
margin: 20px 0px 20px 20px;
}

p {
margin-bottom:15px;
}

.entry {
margin: 10px 0px 0px 15px;
}
