/*  
Theme Name: Aquasolix
Theme URI: http://www.wild-paradox.com
Description: The WordPress theme designed exclusively for <a href="http://www.aquasolix.com"> http://www.aquasolix.com</a>
Version: 12.6
Author: Michael Hill
Author URI: http://www.wild-paradox.com
*/


/* main body design */
body{
	margin: 0px;
	background-color: #FFFFFF;
	font-family: Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	padding-bottom: 50px;
	color: #2B3C4D;
	}

/* standard text design */
td.content {
	font-size: 80%;
	font-family: Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	color: #2B3C4D;
	text-align: left;
	vertical-align: top;
	line-height: 15px;
	padding-left:10px;
	padding-right:15px;
	width: 614px;
	max-width:624px
	overflow:hidden;
	}

td.cleantech {
	background-image:url(images/home_fade.jpg);
	background-position:top right;
	background-repeat:repeat-y;
	}

/* formatting for header parts*/
table.header_table, td.link_pic, table.header_table tr td > a img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	vertical-align:bottom;
	}
td.content > div > img, td.content > img, content > img, content > div > img{
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

/*left menu padding*/
td.pad_top{
	padding-top:5px;
	}

td.home_pad_top{
	padding-top:2px;
	}

td.home_pad_left{
	padding-top:2px;
	}

/*left menu padding*/
td.pad_left{
	padding-left:10px;
	}
	
li {
	list-style-position:inside;
	}

td > a {
	border:0px;
	}

/* submenu design */
li.page_item{
	font-size: 80%;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:600;
	color:	#2B3C4D;
	text-align: left;
	vertical-align: top;
	text-indent: 15px;
	line-height: 25px;
	list-style-type:none;
	list-style-position:inside;
	margin-left:0px;
	padding-left:0px;
	}

/*Removes underline from menu items*/
li.page_item a {
	text-decoration:none;
	color:#2B3C4D;
	}

/* current first submenu */
li.current_page_item, li.currentPage,  li.currentSub{
	text-align: left;
	vertical-align: top;
	background-image:url(images/subcur.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	margin-left:0px;
	text-indent:15px;
	}

/*Removes all padding from un-ordered lists*/
ul {
	padding-left:0px;
	margin: 0px;
	}

/* sub-submenu design */
li.page_folder > ul li.page_item, li.submenu, #sideMenu ul li{
	font-size: 80%;
	font-weight: normal;
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	list-style-type:disc;
	list-style-position:inside;
	text-indent: 15px;
	padding-left:25px;
	}
	
/* current sub-submenu */
ul li.page_file > ul li.current_page_item{
	text-decoration: underline;
	}

/* table design */
table, tr, td {
	border-color:#FFFFFF;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse:collapse;
	padding: 0px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-position: left;
	background-position: top;
	}

/* body header design */
h1 {
	color:	#2B3C4D;
	font-size: 150%;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	text-align: left;
	vertical-align: top;
	line-height: 35px;
	}

/* glossary header design */
.glossaryHeader {
	padding-top: 52px;
	padding-bottom: 2px;
	color: #2B3C4D;
	font-size: 120%;
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
	background-image:url(images/glossaryheader.jpg);
	background-position: left bottom;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	}

/* glossary table design */
td.glossary{
	background-image: url(images/glossarybar.jpg);
	background-position: left top;
	background-repeat:repeat-y;
	}

/* glossary word design */
.glossaryWord {
	color: #2B3C4D;
	line-height: 50px;
	font-size: 110%;
	font-weight:lighter;
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	text-indent: 10px;
	font-style: italic;
	}

/* glossary word definition */
.glossaryDef {
	color: #2B3C4D;
	font-size: 70%;
	font-weight:lighter;
	padding-left: 10px;
	font-family:"Gill Sans", Verdana, Arial, Helvetica, sans-serif;
	}

/* word to define */
span.define {
	color: #FDB91C;
	font-weight: bold;
	}

/* design for input boxes */
.input{
 font-size: 80%;
 background-color: #FFFFFF;
 border: 1px solid #9bbbc6;
 margin-top:10px;
}

/* design for login dropdown button */
.loginShowHide{
	color:#9bbbc6;
	margin-top: 40px;
	font-size:80%;
	font-family: Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	}

/*login content text */
.loginContent{
	color:#2d3941;
	font-size: 80%;
	font-weight: 500;
	margin-left: 10px;
	font-family: Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	text-decoration: none;
	}
/*front page image styling*/
.mainimg {
	border: 0px;
	padding: 0px;
	margin: 0px;
	}

/*Post header for the home page*/	
.home_post_header {
	color:	#000000;
	font-size: 100%;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	text-align: left;
	text-indent:10px;
	vertical-align: top;
	}

/*Body for the post displayed on the home page*/
.home_post_body {
	color:	#000000;
	font-size: 70%;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	text-align: left;
	margin-left:10px;
	vertical-align: top;
	}

/*Look of more link on home page */
.more-link, .more-link > a {
	color:	#2B3C4D;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	text-align: left;
	margin-left:10px;
	vertical-align: top;
	font-weight:600;
	text-decoration:none;
	font-style:normal;
	}

/*The look of the In the News header*/
.in_the_news {
	color:	#2B3C4D;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:80%;
	font-weight:light;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	display:inline;
	}

/*Header of the news entry*/
.single_news_header{
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:160%;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	display:inline;
	}

/*Body of the news entry*/
.single_news_body {
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:80%;
	font-weight:500;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	max-width: 460px;
	}

.single_date {
	color: #000000;
	font-size: 70%;
	display:inline-block;
	}

/*Header of the news entry*/
.side_news_header, .side_news_header > a {
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:90%;
	font-weight:bold;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	display:inline;
	}

/*Body of the news entry*/
.side_news_body {
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:75%;
	font-weight:500;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	font-style:italic;
	display:inline;
	padding-right:20px;
	}

/*controls links at the top*/
.home_top_links {
	display:inline;
	}

.page_top_links {
	display:inline;
	padding-left:64px;
	}

/*Conrols looks of Home, Login, and Contact links */
.home_top_links > a, .page_top_links > a{
	color:	#2B3C4D;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-size:80%;
	font-weight:light;
	text-align: left;
	vertical-align: top;
	text-decoration:none;
	display:inline;
	padding-left: 15px;
	}

/*More news button*/
.more_news, .more_news > a {
	color:	#2B3C4D;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	font-size: 80%;
	text-align: left;
	vertical-align: top;
	font-weight:600;
	text-decoration:none;
	}
	
/*previous entries button*/
.prev, .prev > a {
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	font-size: 90%;
	vertical-align: top;
	text-decoration:none;
	}

.next, .next > a {
	color:	#000000;
	font-family:Helvetica, Trebuchet, "Gill Sans", Verdana, Arial, sans-serif;
	font-weight:light;
	font-size: 90%;
	vertical-align: top;
	text-decoration:none;
	text-align:right;
	}
	
li.prev_next {
	display:inline;
	list-style-image:none;
	list-style-type:none;
}