/*  
Theme Name: Econetix 02
Theme URI: http://neewee.com/wordpress/mumrik-wordpress-theme/
Tags: fixed-width, three-columns, blue, white, custom-header, right-sidebar
Description: Econetix theme is a modification of the Mumrik Theme built on W3C standards brought to you by <a href="http://frontendbook.com">Front-end Book</a>
Version: 2.0
Author: Brendan Wypich
Author URI: http://frontendbook.com/

	Mumrik 1.0.4
	http://neewee.com/wordpress/mumrik-wordpress-theme/

	This theme was designed and built by Mattias Hising,
	whose blog you will find at http://frontendbook.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	font-size:1.0em;
	margin:0;
	padding:0;
	font-family:"Myriad Pro", "Lucida Grande", "Tahoma", "Arial", "Helvetica Neue", Helvetica, Arial, sans-serif;

}

a {
	text-decoration:none;
	color:#1a6091;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0;border:none;}

a img {
	border:0px;
}

a:hover {
	text-decoration:underline;
}

blockquote {
	margin:0;
	padding:10px 20px;
	color:#666;
	line-height:1.5em;
	font-style:italic;
}

#Wrapper{
	margin:10px auto;
	margin-top:0;
	width:938px;
}

#Header {
	/* border-top:1px solid #dbf1fb; */
	position:absolute;
	height:100px;
	width:938px;
	background:#187CA7 url("img/econetix_header.gif");	
}


#Subscription {
	position:absolute;
	z-index:10000;
	right:0;
	top:0;
	background: #dbf1fb;
	
	
	/*
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	*/
}

#RSSButton {
	color:#000;
	font-size:13px;
	padding:4px 12px 4px 28px;
	display: block;
	background:transparent url("img/feed_small.png") no-repeat 8px 3px;
}

#HeaderText h1 {
	padding:0;
	margin:0;
	font-size:1.6em;
	font-weight:bold;
}

#HeaderText h1 a {
	color:#000;
	text-decoration:none;
}

#HeaderText h1 a:hover,
#MainNavigation li a:hover {
	text-decoration:underline;
	position: fixed; 
	top:30px;
         right:5px;;
}

#HeaderText h1 strong {
	font-size:1.1em;
	color:#000;
}

#HeaderText h2 {
	padding:0;
	margin:0;
	font-size:0.9em;
	font-weight:normal;
	color:#999;
}	
	

#LogoPosition {
	margin-top:38px;
	margin-left:10px;
	width:200px;
	float:left;
	z-index:1;
	
}	
	
	
	
#MainNavigation {
	margin-top:52px;
	margin-right:10px;
	float:right;
	/* padding:24px 10px; */
	/* margin-right:270px; */
    z-index:1;
	/* background:#187CA7 url("img/bg_main_navigation.gif") repeat-x; */
	padding:10px;
	/*-moz-border-radius: 5px;*/
	/*-khtml-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
}

#MainNavigation ul,
#MainNavigation li
{
	list-style:none;
	padding:0;
	margin:0;
}
#MainNavigation li
{
	display:inline;
}

#MainNavigation li a{
	padding:6px 12px;
	color:#fff;
	text-decoration:none;
	font-size:0.9em;
}

#MainNavigation li:first-child a {
	/*padding-left:0px;*/
}


#MainNavigation ul > li a.current, 
#MainNavigation ul > li.current_page_parent a,
#MainNavigation ul > li.current_page_item a,
#MainNavigation ul > li.current_page_ancestor a
{
	background-color: #005782;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#MainNavigation ul > li a.current:hover, 
#MainNavigation ul > li.current_page_parent a:hover,
#MainNavigation ul > li.current_page_item a:hover,
#MainNavigation ul > li.current_page_ancestor a:hover {
	text-decoration: none;
	cursor: default;
}

#NavigationContent ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#NavigationContent li {
	font-size:13px;
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 6px 8px;
}





#NavigationContent,
#MainContent,
#ContextualContent{
	float:left;

}

#NavigationContent {
	margin-top:160px;
	width:145px;
	margin-left:20px;
}

#NavigationContent ul ul {
display:none;
}

#NavigationContent ul > li.current_page_parent > ul,
#NavigationContent ul > li.current_page_item > ul,
#NavigationContent ul > li.current_page_ancestor > ul {
	display:block;
}

#HomeContent{
	margin-top:110px;
	float:left;
	
}


#HomeTopRow{
	float:left;
	width:100%;

}

#HomeBottomRow{
	float:left;
	width:100%;
	margin-top:0;

}

#HomeBottomRow .HomeLeftCol{
	width:610px;
	margin-left:-5px;
	margin-right:-4px;
}

.HomeRightCol{
	margin-left:0;
	margin-top:12px;
	width:330px;
	float:right;
	
}

.HomeLeftCol{
	width:600px;
	float:left;
	margin-top:12px;
	margin-right: 0;
	padding:2px;
}

#HomeMiddleCol{
	margin-top:12px;
	float:right;
	width:300px;
	margin-right: 10px;
	
}

#MainContent {
	width:608px;
	margin:125px 11px 0 0;
	padding: 10px;
}

#WideContent {
	width:916px;
	margin-left:10px;
	margin-top: -20px;
	float:left;
}


#EcoHomeContent {
	width:608px;
	margin:10px 155px 10px 155px;
	padding: 10px;
}



.rounded {
	background-color:#DDDDDD; 
	padding:10px; 
	height:100%;
	border:1px solid #999999;
}


.CompanyDescription {
	margin:0;
	padding:0;
	letter-spacing: -0.5px;
	color: #336699; 
	font-weight: 200; 
	font-size: 1.4em; 
	line-height: 1.2em;
	padding:5px;
	margin-left:12px;
	margin-top:10px;
	margin-right:2px;
}



#ContextualContent {
	margin-top:140px;
	width:180px;

}

.widget {
	background-color: #effaff;
	padding:10px;
	margin-bottom: 10px;
	border-right: 1px solid #dbf1fb;
	border-bottom: 1px solid #dbf1fb;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.widget h4 {
	margin: 0 0 10px 0;
	padding: 0;
}

.Post {
	margin:10px 0;
}



.Post h3 {
	margin:0;
	padding:0;
	letter-spacing: -1px;
	color: #336699; 
	font-weight: 200; 
	font-size: 1.7em; 
	line-height: 1em;
}



.Post h3 a {
	/* color:#2B9A09; */
	/* font-size:22px; */
}


.Post h2 {
	color: #555555; 
	font-weight: 200; 
	font-size: 1.4em; 
	line-height: 1em;
}



.PostImage {
	border:1px solid #000;
}


.PostInfo em {
	font-style:normal;
}

.author {
	color:#999;
}

.comments {
	float:right;
}

.LeftImage {
	float:left;
	margin:0 20px 15px 0;
}

.RightImage {
	float:right;
	margin:0 0 20px 20px;
}

.Post .PostInfo {
display: block;
	padding:4px 0;
	margin:0;
	font-size:0.9em;
	color:#B3B3B3;
}

.PostContent {
	clear:both;
	line-height:1.7em;
	font-size:0.9em;
	
}

.PostContent li {
 margin-left:-20px;
padding-bottom:20px;
line-height:20px;
}

/* Contextual Content */

.widget ul,
.widget ul li
{
	list-style:none;
	margin:0;
	padding:0;
}

.widget ul li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	/*font-size: 0.9em;*/
}


.widget ul li ul {
	/*display:none;*/
}
 

span.date {
	color:#B3B3B3;
}

span.title a {
	color:#2B9A09;
}

span.author_and_tags {
	display:block;
	color:#B3B3B3;
}


/* Footer */
#Footer {
	margin:10px 0;
	font-size: 0.9em;
	clear:both;
	padding:20px;
	color:#999;
	text-align:center;
}

#Footer a {

}

/* Ads */
#textads,
#BigFooterAd {
	margin-top:10px;
	text-align:center;
}

#BigAd {
 text-align:center;
}

/* WP Theme Requirements Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 10px 10px 0;
   /*border: 1px solid #333;*/
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

.clearfix {display: inline-block;}  /* for IE/Mac */

#SubscriptionChooser {

	
	display: none;
	padding:4px 12px 4px 6px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#SubscriptionChooser ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#SubscriptionChooser ul li {
	padding:2px 4px;
	margin:0;
}



.gravatar {
	width:96px;
	float:left;
	padding:0 10px 0 0;
}

#contextual_ads {
	list-style: none;
	margin:0;
	padding: 0;
}

#contextual_ads li {
	display: block;
	float:left;
	width:125px;
	height:125px;
	border:1px solid #ccc;
	margin-bottom: 6px;
	text-align: center;
	
}


#contextual_ads li.alt {
	margin-right:6px;
}

/* jQuery UI Tabs */
.ui-tabs-nav {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	position: relative;
	z-index: 1;
	border-right: 1px solid #bed7f1;
	bottom: -1px;
}
.ui-tabs-nav-item {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	border: 1px solid #bed7f1;
	border-right: none;
}
.ui-tabs-nav-item a {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
	float: left;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	padding: .5em .9em;
	color: #555555;
	background-color: #effaff;
}
.ui-tabs-nav-item a:hover {
	background-color: #b2d1ef;
}
.ui-tabs-selected {
	border-bottom-color: #ffffff;
}
.ui-tabs-selected a, .ui-tabs-selected a:hover {
	background-color: #ffffff;
	color: #222222;
}
.ui-tabs-panel {
	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;

	clear:left;
	border: 1px solid #bed7f1;
	background-color: #ffffff;
	color: #222222;
	padding: .5em .7em;
	margin-bottom: 15px;
}
.ui-tabs-hide {
	display: none;/* for accessible hiding: position: absolute; left: -99999999px*/;
}

/* WP Core Classes */
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* CommentLuv support */
abbr em img { float: left !important; margin: 2px !important }

/* templates */
.full_image {
	margin:10px 0 0 0;
}

/* Generic Classes */
ul.links {
	list-style:none;
	margin:0;
	padding:0;
}


ul.links li
{
	padding:4px 0 4px 12px;
	background:transparent url("img/icon_list_arrow.gif") no-repeat 4px 7px;
	font-size: 0.9em;
}

/* Templates */
#FullContent {
	position:relative;
}

#rotator {
	position:absolute;
	width:938px;
	bottom:0;
	left:0;
	
}

.puff {
	padding:10px 20px;
	color:#fff;
	background:transparent url("img/pusher_bg.png");
}

.puff h4 {
	margin:0;
	color:#ff7800;
}

.puff p {
	margin:0;
	font-size:0.9em;
	line-height:1.4em;

}

.puff a {
	color:#ffea00;
}

.puff img {
	float:left;
	border:1px solid #fff; 
	margin:0 15px 0 0;
}

.puff:after, .cols:after {
	content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}

/* Plugin Specific Classes */

/* NavXT */
.breadcrumb {
	margin:10px;
}

#AdsContext {
	border:1px solid #bed7f1;
	padding:5px;
	margin-bottom:10px;
}



/* ROUNDED GREY BOX */

/* Show only to IE PC \*/
* html .boxhead h2 {height: 1%;} /* For IE 5 PC */

.roundbox {
	/* margin: 0 auto;  center for now */
	/*width: 17em;  ems so it will grow */
	background: url(img/round-box_body-r.gif) no-repeat bottom right;
	font-size: 100%;
	width:100%;
}
.boxhead {
	background: url(img/round-box_head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead h2 {
	background: url(img/round-box_head-l.gif) no-repeat top left;
	margin: 0;
	padding: 22px 30px 0px;
	text-align: left;
	color: #336699; 
	font-weight: 200; 
	font-size: 1.5em; 
	line-height: 1em;
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */ */
}
.boxbody {
	background: url(img/round-box_body-l.gif) no-repeat bottom left;
	margin: 0;
	padding: 5px 30px 20px;
}


/* ROUNDED YELLOW BOX */
/* Show only to IE PC \*/
* html .boxhead2 h2 {height: .5%;} /* For IE 5 PC */

.roundbox2 {
	/* margin: 0 auto;  center for now */
	/*width: 17em;  ems so it will grow */
	background: url(img/round-box2_body-r.gif) no-repeat bottom right;
	font-size: 100%;
	width:100%;
}
.boxhead2 {
	background: url(img/round-box2_head-r.gif) no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center;
}
.boxhead2 h2 {
	background: url(img/round-box2_head-l.gif) no-repeat top left;
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #db5317; 
	/*font-weight: 200; 
	font-size: 1.5em; 
	line-height: 1em;*/
	/* text-shadow: rgba(0,0,0,.4) 0px 2px 5px; /* Safari-only, but cool */ */
}
.boxbody2 {
	background: url(img/round-box2_body-l.gif) no-repeat bottom left;
	margin-top: -20px;
	padding: 5px 30px 20px;
	font-size: 1.1em; 
	line-height: .7em;
}

.boxbody2 img {
	margin-left:-10px;
	
}

.boxbody2 a{
	color: #db5317; 
		
}


