/*
Theme Name: EcoChic Magazine
Theme URI: http://wordpress.org/
Description: Wordpress theme for EcoChic Magazine.
Version: 1.0
Author: Simon McFarlane [simon@clearbytes.co.uk]
Author URI: http://www.clearbytes.co.uk
Date: Apr 2009
*/



body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
        height: 100%;  
	font-size: 62.5%;	
	color: #333;
	text-align: center;
	font-family: 'century gothic', arial, verdana, sans-serif;
    }


body a img {
	border: none;
}

img{
	display: block;
}

.clearing{	
	clear: both;
}





/*------ clear standard browser styles ------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/*------ general styles ------*/


.clear {
	clear: both;
	overflow: hidden;
	line-height: 0 !important;
	height: 0 !important;
	font-size: 0 !important;
	margin: 0 !important;
	}


.disguise {
	position: absolute;
	left: -10000px;
	}
	

.hide {
	display: none;
	}
	
	
.alignleft{
	float: left;
	border: 1px solid #ccc;
	margin: 0 10px 10px 0;
}


.alignright{
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 10px 10px;
	}


#tweetbacks{
	display: none;
}
	
	
/* http://positioniseverything.net/easyclearing */
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0;
	clear: both; 
	visibility: hidden;
	}


.clearfix {
	display: inline-table;
        min-height: 0;
	}


/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */


/*------ global classes ------*/


#wrap {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	width: 1002px;
	text-align: left;
	background: #FFF url(img/site_bg.gif) no-repeat 50% 0;
}



/*------ #header ------*/


#header {
	float: left;
	width: 1002px;
	height: 135px;
	background: url(img/header-bg.jpg) no-repeat 0 0;
}


#logo{
	float: left;
	margin: 29px 0 0 31px;
	background: url(img/logo.gif) no-repeat 0 0;
}


#logo a.title{
	display: block;
	width: 416px;
	height: 51px;
	text-indent: -9999px;
	background: url(img/logo.gif) no-repeat 0 0;
}


#logo ul{
	float: left;
	width: 416px;
	height: 20px;
}


#logo ul li{
	float: left;
	}


#logo ul li a{
	float: left;
	height: 20px;
	text-lign: center;
	color: #fff;
	font-size: 1px;	
	text-decoration: none;
	}

#logo ul li.fashion a{
	width: 130px;
}

#logo ul li.environment a{
	width: 126px;
}

#logo ul li.fairtrade a{
	width: 94px;
}

#logo ul li.news a{
	width: 66px;
}



#top-banner-advert{
	float: right;
	height: 60px;
	width: 468px;
	padding: 29px 33px 0 0;
}


#top-banner-advert p{
	margin: 0;
	padding: 0;
}


#header .links{
	float: right;
	padding: 7px 33px 0 0;
}


#header .links li{
	float: right;
	font-family: georgia;
	color: #ccc;
	font-size: 1.3em;
}


#header .links li a{
	color: #999;
	text-decoration: none;
}


#header .links li a:hover{
	color: #333;
}


#header .links li.facebook a{
	background: url(img/facebook-tiny.gif) no-repeat 0 0;
	padding-left: 23px;
}

#header .links li.twitter a{
	background: url(img/twitter-tiny.gif) no-repeat 0 0;
	padding-left: 23px;
}


/*------ .strapline ------*/


.strapline {
	float: left;
	width: 1002px;
	padding-bottom: 10px;
	background: url(img/nav-bg.jpg) repeat-y 0 0;
}


.strapline h3{
	float: left;
	width: 638px;
	font-size: 1.8em;
	background: #f3f3f3;
	margin: 0 0 0 32px;
	height: 35px;
	background: #F3F3F3 url(img/strapline-bg.gif) no-repeat 0 0;
	font-size: 1px;
	color: #F3F3F3;
}


.strapline #searchform{
	float: left;
	text-align: right;
	width: 300px;
	height: 29px;
	padding: 10px 0 0 0;
	background: #F3F3F3	
	}
	
	
.strapline #searchform label{
	display: none;
	}
	
.strapline #searchform #s{
	border: 1px solid #ccc;
	padding: 2px;
	}
	
.strapline #searchsubmit{
margin: 0 6px 0 0;
background: #ccc;
border: none;
color: #fff;
font-size: 11px;
padding: 2px 10px;
cursor: pointer;
}

/*------ #flags ------*/


#flags {
	float: right;
	margin-top: 5px;
}


#flags li{
	float: left;
	width: 115px;
	margin-right: 15px;
}	




#flags li a{
	display: block;
	height: 20px;
	line-height: 20px;
	padding-right: 30px;
	text-decoration: none;
	color: #999;
	font-size: 1.2em;
}


#flags li.uk a{
	background: url(img/flags-uk.gif) no-repeat 100% 0;
}


#flags li.dutch a{
	background: url(img/flags-nl.gif) no-repeat 100% 0;
}


#flags li a:hover{
	background-position: 100% -20px;
	color: #000;
}


/*------ #navigation ------*/


#navigation {
	float: left;
	width: 1002px;
	padding-bottom: 10px;
	background: url(img/nav-bg.jpg) repeat-y 0 0;
}


#navigation ul{
	float: left;
	width: 905px;
	margin-left: 31px;
	background: #ccc url(img/nav-ul-bg.gif) repeat-x 0 0;
}


* html #navigation ul{
	margin-left: 15px;
}


#navigation ul li{
	float: left;
	font-size: 1.6em;
	font-family: georgia;
	padding: 4px 0;
	margin-left: -2px;
	background: url(img/nav-bg.gif) no-repeat 0 50%;
}


#navigation ul li.first{
	background: none;
}


#navigation ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	margin: 0 4px;
	padding: 1px 4px;
}


#navigation ul li a:hover,
#navigation ul .current-cat a{
	background: #FFF;
	color: #999;
}	


#navigation .rss{
	margin-right: 30px;
}

#navigation .rss a{
	float: right;
	width: 30px;
	height: 29px;
	text-indent: -9999px;
	background: url(img/rss-icon.gif) no-repeat 0 0;
}



/*------ #content ------*/


#content {
	float: left;
	width: 1002px;
	padding: 20px 0 0px 0;
	background: url(img/content-bg.jpg) repeat-y 0 0;
}



#main-content{
	float: left;
	width: 605px;
	margin-left: 30px;
}

* html #main-content{
	margin-left: 15px;
}


#main-content .main-feature{
	background: #fff;
	float: left;
	width: 605px;
}


#main-content .main-feature img{
	float: left;
	margin-right: 10px;
}

#main-content .main-feature h2{
	padding: 10px 10px 10px 0;
	font-size: 2.6em;
}


#main-content .pagetitle{
	padding: 0px 10px 10px 0;
	font-size: 2.6em;
	color: #666;
	font-family: georgia;
}



#main-content .main-feature h2 a{
	color: #333;
	font-family: georgia;
	text-decoration: none;
}


#main-content .main-feature h2 a:hover{
	color: #FF99CC;
}


#main-content .main-feature h3{
	float: left;
	width: 285px;
	margin: 0 0px 10px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999999;
	font-size: 1.1em;
	padding: 3px 0;
}


* html #main-content .main-feature h3{
	margin: 0 5px 10px 0;
}


#main-content .main-feature h3 a{
	text-transform: uppercase;
	color: #7F4C66;
	font-family: georgia;
	text-decoration: none;
}


#main-content .main-feature h3 a:hover{
	color: #FF99CC;
}



#main-content .main-feature p{
	font-size: 1.3em;
	padding: 0 10px 10px 0;
}


#main-content .main-feature p a{
	color: #cc7aa4;
}


#main-content .main-feature p a:hover{
	text-decoration: none;
}


#home-articles{
	float: left;
	width: 820px;
	margin-left: 20px;
	padding-top: 10px;
	background: url(img/divider-810.gif) no-repeat 10px 9px;
}


* html #home-articles{
	margin-left: 10px;
}


#home-articles .article{
	float: left;
	width: 400px;
	margin: 10px 0 0 10px;
	background: #fff;
}


* html #home-articles .article{
	margin: 10px 0 0 5px;
}


#home-articles .article img{
	float: left;
	margin-right: 10px;
}


#home-articles .article h4{
	padding: 10px 10px 5px 0;
	font-size: 1.6em;
}


#home-articles .article h4 a{
	color: #333;
	font-family: georgia;
	text-decoration: none;
}


#home-articles .article h4 a:hover{
	color: #FF99CC;
}


#home-articles .article h5{
	float: left;
	width: 170px;
	margin: 0 10px 5px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999999;
	font-size: 1em;
	padding: 2px 10px 2px 0;
}


* html #home-articles .article h5{
	margin: 0 5px 5px 0;
}



#home-articles .article h5 a{
	text-transform: uppercase;
	color: #7F4C66;
	font-family: georgia;
	text-decoration: none;
}


#home-articles .article h5 a:hover{
	color: #FF99CC;
}



#home-articles .article p{
	font-size: 1.2em;
	padding-bottom: 5px;
	padding-right: 10px;
}


#home-articles .article p a{
	color: #cc7aa4;
}


#home-articles .article p a:hover{
	text-decoration: none;
}



#home-articles .sign-up{
	float: left;
	width: 400px;
	min-height:200px;
	height:auto !important;
	height:200px;
	margin: 10px 0 0 10px;
}





/*------ .full-article ------*/


#main-content .full-article{
	background: #fff;
	width: 605px;
	float: left;
	color: #444;
	padding-bottom: 15px;
}


#main-content .full-article .main{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

#main-content .full-article h2{
	padding: 10px 10px 10px 10px;
	font-size: 2.6em;
	color: #333;
	font-family: georgia;
}


#main-content .full-article h2 a{
	color: #333;
	font-family: georgia;
	text-decoration: none;
}


#main-content .full-article h2 a:hover{
	color: #FF99CC;
}


#main-content .full-article .date{
	font-family: georgia;
	color: #999;
}


#main-content .full-article h3{
	float: left;
	width: 285px;
	font-family: georgia;
	margin: 0 0px 30px 10px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #E087B5;
	font-size: 1.3em;
	padding: 3px 0;
}


* html #main-content .full-article h3{
	margin: 0 0 30px 5px;
}




#main-content .full-article .post h3{
	text-transform: uppercase;
	color: #7F4C66;
	float: left;
	font-family: georgia;
	font-size: 1.5em;
	width: 585px;
	margin: 15px 0px 15px 10px;
}


* html #main-content .full-article .post h3{
	margin: 15px 0px 15px 5px;
}
	


#main-content .full-article .post p{
	float: left;
	width: 585px;
}



#main-content .full-article h3 a{
	text-transform: uppercase;
	color: #7F4C66;
	font-family: georgia;
	text-decoration: none;
}


#main-content .full-article h4{
	font-size: 1.6em;
	font-family: georgia;
	padding: 10px 10px 10px 10px;
}


#main-content .full-article p{
	font-size: 1.4em;
	padding: 0 10px 10px 10px;
}


#main-content .full-article p a,
#main-content .full-article ul a{
	color: #cc7aa4;
}


#main-content .full-article p a:hover,
#main-content .full-article ul a:hover{
	text-decoration: none;
}


#main-content .full-article ul{
	margin-bottom: 10px;
	padding: 0 10px;
	font-size: 1.4em;
	}
	
	
#main-content .full-article ul li{
	margin: 5px 0;
	padding: 0 0 0 13px;
	background: url(img/bullet.gif) no-repeat 0 4px;
	}


#main-content .full-article .postmetadata{
	padding-top: 20px;
	line-height: 1.7em;
	font-weight: bold;
	color: #999;
}


#main-content .full-article .postmetadata a{
	font-weight: normal;
}


/*------ #articles ------*/


#articles{
	float: left;
	width: 605px;
}


#articles .article{
	float: left;
	width: 605px;
	margin: 0 0 10px 0px;
	background: #fff;
}



#articles .article img{
	float: left;
	margin-right: 10px;
}


#articles .article h4{
	padding: 10px 10px 5px 0;
	font-size: 1.8em;
}


#articles .article h4 a{
	color: #333;
	font-family: georgia;
	text-decoration: none;
}


#articles .article h4 a:hover{
	color: #FF99CC;
}


#articles .article h5{
	float: left;
	width: 385px;
	margin: 0 10px 7px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #999999;
	font-size: 1.1em;
	padding: 2px 0;
}


* html #articles .article h5{
	margin: 0 5px 7px 0;
}



#articles .article h5 a{
	text-transform: uppercase;
	color: #7F4C66;
	font-family: georgia;
	text-decoration: none;
}


#articles .article h5 a:hover{
	color: #FF99CC;
}


#articles .article p{
	font-size: 1.3em;
	padding-bottom: 5px;
	padding-right: 10px;
}


#articles .article p a{
	color: #cc7aa4;
}


#articles .article p a:hover{
	text-decoration: none;
}



/*------ .navigation ------*/


#content .navigation{
	float: left;
	width: 820px;
	margin-top: 20px;
	font-size: 1.3em;
	}
	
	
#content .navigation .alignleft{
	float: left;
	}
	
	
#content .navigation .alignright{
	float: right;
	}
	
	
#content .navigation a{
	display: block;
	padding: 2px 5px;
	background: #cc7aa4;
	border: 1px solid #cc7aa4;
	color: #fff;
	text-decoration: none;
}


#content .navigation a:hover{
	text-decoration: none;
	background: #fff;
	color: #cc7aa4;
}
	

/*------ #sidebars ------*/

#sidebars{
	float: right;
	width: 325px;
	margin-right: 33px;
}


.info-bar{
	float: left;
	width: 195px;
	margin-left: 10px;
}


#widgets{
	background: #fff;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding: 10px;
	}
	

#widgets h2{
	font-family: georgia;
	font-size: 1.8em;
	color: #666;
	}
	
#tag_cloud h2{
	padding-bottom: 10px;
}



#tag_cloud a{
	text-decoration: none;
	color: #cc7aa4;
}


#tag_cloud a:hover{
	text-decoration: underline;
}


#widgets ul li ul{
	margin-bottom: 20px;
	font-size: 1.4em;
	}
	
	
#widgets ul li ul li{
	margin: 5px 0;
	padding: 0 0 0 13px;
	background: url(img/bullet.gif) no-repeat 0 4px;
	}
	
	
#widgets ul li ul li a{
	color: #333;
	}
	
	
#widgets ul li ul li a:hover{
	text-decoration: none;
	}


#sidebar  .sign-up{
	float: left;
	width: 195px;
	min-height:300px;
	height:auto !important;
	height:300px;
	margin: 15px 0 0 0;
}






.skyscraper{
	float: right;
	width: 120px;
	margin-right: 33px;
}


* html .skyscraper{
	margin-right: 16px;
}


/*------ #sub-footer ------*/


#sub-footer {
	float: left;
	width: 1002px;
	padding-top: 20px;
	background: url(img/content-bg.jpg) repeat-y 0 0;
}


#sub-footer .bookmark{
	float: left;
	width: 130px;
	margin: 45px 0 0 33px;
}


* html #sub-footer .bookmark{
	margin: 50px 0 0 16px;
}


#sub-footer .advert{
	float: right;
	width: 728px;
	margin-right: 33px;
}


* html #sub-footer .advert{
	margin-right: 16px;
}

#sub-footer .advert p{
	float: right;
	}

/*------ #footer ------*/


#footer {
	float: left;
	width: 1002px;
	background: url(img/footer-bg.jpg) no-repeat 0 0;
	color: #999;
	padding-bottom: 15px;
	font-size: 1.1em;
}


#footer .copyright{
	float: left;
	padding: 25px 0 0 15px;
}


#footer .creators{
	float: right;
	padding: 25px 15px 0 0;
}

#footer a{
	text-decoration: none;
	color: #999;
}


#footer a:hover{
	text-decoration: underline;
}


#widgets{
	display: none;
}



/*------ #introduction ------*/

#introduction{
	float: left;
	width: 940px;
	margin-left: 30px;
	margin-bottom: 20px;
}


* html #introduction{
	margin-left: 15px;
}


#introduction .mainFeature{
	float: left;
	position: relative;
	width: 400px;
	height: 330px;
}


#introduction .mainFeature dd{
	position: absolute;
	width: 300px;
	bottom: 0;
	right: 0;
	font-family: georgia;
	font-size: 2.2em;
	color: #000;
	background: url(img/trans-63.png);
	text-align: right;
	padding: 5px 10px;
	cursor: pointer;
}


#introduction .mainFeature dd a{
	color: #444;
	text-decoration: none;
}


#introduction .mainFeature dd a:hover{
	color: #000;
}





#introduction .mainFeature dd span{
	font-size: 0.7em;
}


#introduction .features{
	float: left;
	margin-left: 10px;
	width: 195px;
	height: 330px;
}



#introduction .features li{
	float: left;
	position: relative;
	width: 195px;
	height: 160px;
}


#introduction .features li a{
	float: left;
	width: 195px;
	height: 160px;
	color: #333;
	text-decoration: none;
	cursor: pointer;
}





#introduction .features li a span{
	display: block;
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 138px;
	padding: 5px;
	background: url(img/trans-63.png);
	border: 1px solid #fff;
	font-family: georgia;
	font-size: 1.5em;
}


#introduction .features li a:hover span{
	background: #FFFFFF;
}
	


#introduction .features li.two{
	margin-top: 10px;
}



#introduction .offers{
	float: right;
	width: 325px;
	background: #ffffff;
}


#introduction .offers h3{
	font-family: georgia;
	font-size: 1.8em;
	padding: 10px;
	height: 22px;
}



#introduction .offers ul{
	float: left;
	width: 305px;
	margin: 0 10px 0 10px;
}


* html #introduction .offers ul{
	margin: 0 5px 0 5px;
}


#introduction .offers ul li{
	float: left;
	width: 305px;
	padding-bottom: 10px;
}


#introduction .offers ul li a{
	float: left;
	width: 305px;
	background: #fff;
	color: #666;
	text-decoration: none;
	cursor: pointer;
}


#introduction .offers ul li a:hover{
	 color: #000;
}



#introduction .offers ul li img{
	float: left;
	width: 94px;
	
}


#introduction .offers ul li span{
	float: right;
	width: 200px;
	font-size: 1.3em;
}
	


#introduction .products{
	float: right;
	width: 325px;
	line-height: 1.6em;
	margin: 10px 0 0 0;
	padding: 0;
	background: #fff;
}


#introduction .products a{
	float: right;
	width: 325px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #666;
}


#introduction .products a:hover{
	 color: #000;
}


#introduction .products img{
	float: left;
	width: 149px;
}


#introduction .products span{
	float: left;
	width: 135px;
	padding: 7px 10px;
	font-size: 1.4em;
}



.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em;
	}

.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	font-size: 1.1em;
	}


.commentmetadata a{
	color: #999;
	text-decoration: none;
}



.commentmetadata a:hover{
	text-decoration: underline;
}


.comment-author{
	font-size: 1.2em;
}


.comment-author a{
	color: #333;
	text-decoration: none;
}


.comment-author a:hover{
	text-decoration: underline;
}


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}



#comments{
float: left;
width: 585px !important;
	font-size: 1.6em;
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
}



#respond h3{
float: left;
width: 585px !important;
	font-size: 1.6em;
	clear: both;
	color: #666;
	font-weight: bold;
	margin: 20px 0 10px 0;
}



/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */