/*
Theme Name: Crystalline customized for Gualala
Theme URI: http://cozmoslabs.com/
Description: Built on Thematic Theme</a>
Author: Cristi Antohe - customized by Ari Salomon
Author URI: http://cozmoslabs.com/
Template: thematic
Version: 0.1 
.
This work, like WordPress, is released under GNU General Public License, version 2 (GPL).
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout */
@import url('../thematic/library/layouts/2c-l-fixed.css');

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
@import url('default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

body{
	background:url(images/ecotech_bg3.jpg) center 1px repeat-x #fff;
	/*text-align: center;*/
	color:#494a4b;
	font-family:"Trebuchet MS", Verdana, Helvetica, sans-serif;
	line-height: 18px;
}
h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	clear: none;
}
h1 span{
	text-transform:none; 
}
#wrapper{
	/*width:850px;*/
	margin:0 auto;
	border:none;
}
#header {
	background:none;
	width:850px;
	margin:0 auto;
		/* padding-left:350px; sets title to new left margin*/
		left:175px

}
#branding{
	/*display:none;*/
	width:850px;
}
#blog-description{
	position:absolute;
	top:35px;
	padding:0;
	margin:0;
	border:none;
	color:#111;
}
#blog-title{
	width:850px;
	text-align:left; 
	text-indent:0px;
	padding:0px;
	padding-top:40px;
	border:none;
	/*filter:alpha(opacity=40);
	-moz-opacity: 0.40;
	opacity:0.40;*/
	}
#blog-title a{
	/*display:block;*/
	color:#111;
 	font-weight: bold;
	font-size:30px;
	padding:0px;
}
/******************************************** menu */
#access {
	display:none;
	background:none;
	border:none;
}
#menu{}

/*********************************************  MAIN CONTENT */
#main{
	width:850px;
	padding:0;
	background:url(images/main_bg.gif) 0 0 repeat-y;
	margin-top:15px;
}
#container{
	width:671px;
	float:right;
	margin:0;
	padding:0;
}
#content{
	width:auto;
	margin:0;
}
/*********************************************************** post */
h1.entry-title, h2.entry-title{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-transform:none;
	color:#0898cc;
	font-size:22px;
	font-weight:bold;
}
h2.entry-title a{
	color:#0898cc;
}
h2.entry-title a:hover{
	text-decoration:underline;
}
a.more-link{
	clear:both;
}
a.more-link:hover{}
div.entry-utility{
	margin-top:5px;
	clear:both;
	border-top:1px solid #e6e5e5;
	border-bottom:1px solid #e6e5e5;
	padding:2px;
	background:#fff;
}
span.comments-link a{
	color:#fff;
	background:#a75ab4;
	border:1px solid #fff;
	padding:0 1px;
}
span.comments-link a:hover{
	color:#a75ab4;
	background:#fff;
	border:1px solid #a75ab4;
	padding:0 1px;
	text-decoration:none;
}
.hentry{
	border:none;
	padding:0;
	margin:0 0 25px 0;
	left:0;
	right:0;
}
/*********************************************************** columns */
#primary{
margin-top:45px;
}
#secondary{}
.aside{
	width:161px;
}
#subsidiary{
	width:850px;
	margin:0 auto;
}
#subsidiary .aside{
	width:270px;
}
#subsidiary ul li ul li{
	border-bottom:1px solid #fff;
	list-style:none;
	padding:1px 20px;
}

.aside ul.xoxo{}
.aside ul.xoxo li{}
.aside ul.xoxo li{}
.aside ul.xoxo li h3{
	font-size:15px;
	text-transform:uppercase;
	color:#0898cc;
}
.aside ul.xoxo li a{
	color:#7a7f73;
	font-weight:bold;
}
.aside ul.xoxo li a:hover{
	color:#7dc242;
}
.aside ul.xoxo li ul{
	list-style:circle;
}
.aside ul.xoxo li ul li{ }
.aside ul.xoxo li ul li.recentcomments{}
.aside ul.xoxo li ul li.recentcomments a{}
.aside ul.xoxo li ul li.recentcomments a:hover{}
.aside ul.xoxo li ul li a{}
.aside ul.xoxo li ul li a:hover{}
.aside ul.xoxo li ul li.cat-item a{}
.aside ul.xoxo li ul li.cat-item a:hover{}
/***************************************************************** Search */
#top_search{
	position:absolute;
	top:30px;
	left:50%;
	margin-left:200px;
}
#top_search form{
	display:inline;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity:0.75;		
}
#top_search form input{
	vertical-align:middle;
}
#top_search form input#s{
	width:110px;
	border-top:1px solid #c0c0c0;
	border-left:1px solid #c0c0c0;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
}
#top_search form input#searchsubmit{
	
}
/***************************************************************** Tag Cloud */
.aside ul.xoxo li#tag_cloud{}
.aside ul.xoxo li#tag_cloud h3{}
.aside ul.xoxo li#tag_cloud a{}
/***************************************************************** Calendar */
#calendar{
	background:#fff;
}
#calendar_wrap{
	padding:0 0 0 12px;
	/*background:#fff;*/
}
#wp-calendar{
	/*border-collapse:collapse;*/
}
#wp-calendar tr th{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
#wp-calendar tr td{
	padding:0 5px;
	margin:0;
	border:1px solid #e6e5e5;
}
/*********************************************************** Comments */
#comments{
	border:1px solid #e6e5e5;
	background:#f1f1f1;
	padding-top:0px;
}
#comments .comment-meta a{
	color:#2772c8;
}
#comments .comment-author a{
	color:#2772c8;
}
#comments h3{
	color:#323232;
	font-size:20px;
}
#comments li.comment{
	margin-bottom:10px;
	border:1px solid #fff;
	background:url(images/comment.gif) top left repeat-x #e3e3e3;
	color:#323232;
}
#comments li.alt{
	background:url(images/comment_alt.gif) top left repeat-x #eae9e9;
}
#comments li.bypostauthor{
	background:url(images/bypostauthor.jpg) top left repeat-x #d8ebf7;
	color:#323232;
}
#respond{
	margin-bottom:10px;
	border:1px solid #fff;
	background:url(images/comment.gif) top left repeat-x #e3e3e3;
	color:#323232;
}
#respond input{
	font-family:Arial, Helvetica, sans-serif;
}
#respond textarea{
	font-family:Arial, Helvetica, sans-serif;
}
.comment-reply-link a, #cancel-comment-reply a{
	color:#a75ab4;
}
#comments .comment-navigation{
	background:#a75ab4;
	/*border-top:1px solid #7b2889;*/
	border:none;
}
/***********************************************************  FOOTER  */
#footer{
	background:url(images/footer.jpg) bottom left repeat-x #fff;
	border-top:1px solid #f1f1f1;
	min-height:160px;
	width:100%;
	padding:20px 0 0px 0;
	margin:0;
	color:#323232;
}
#footer a{
	color:#2772b3;
}
#footer a:hover{
	color:#000;
}

#siteinfo{
	text-align:center;
	color:#323232;
	padding:0 0 10px 0;
}
#siteinfo a{
	color:#323232;
}
#ll{}


div.wp-forecast-curr-head {
font-size:11px;
margin-left:auto;
margin-right:auto;
padding:0 0 1px 0;
text-align:left;
}

#text-5 h3 {display:none}
#text-3 {padding-bottom:35px}

.aside ul widgetcontainer.li { margin:0 5px}
#page-top {width:590px; }
#page-top  .widgetcontainer {border-bottom:0px solid #E0E0E0;
border-top:0px none;
margin:0 ;
padding:0;}

#pages-2 h3 {display:none}
#pages-2 ul {padding-left:0; margin-left:0;clear:both}
#pages-2 ul li {float:left; list-style:none; padding-right:15px}
#pages-2 ul li a {color:#093; font-size:15px}
#pages-2 ul li.current_page_item a{color:#000}
.entry-title {clear:both; padding:20px 0 0 0}

.home .entry-title { color:#FFF; padding:0}

.slideshow {text-align:left}

.homemaintext {
font-size:18px;
font-weight:bold;
line-height:21px;
margin:0 ;
padding:10px 0 10px 0; width:496px
}
.entry-content img {margin:0;}
.entry-content p {margin:0 0 8px 0;padding:0}

.ngg-gallery-thumbnail img {border:1px solid #fff; margin:4px 3px 10px 2px}

.searchlabel {display:none}


.vnewsticker, a.vnewsticker { line-height: 18px}