/*  
Theme Name: Sustentator English
Theme URI: http://Sustentator.org
Description: Simple, highly customizable, well-balanced 3 column theme. More Power. More Style. Your Style!
Tags: fixed width, three columns, simple, control panel, custom layout
Author: Alex Cristache - Edit by Sustentator
Author URI: http://Sustentator.org
*/

/* License and other information: 

- This theme is released unde Creative Commons 3.0 licence;
- You may share, modify and use it in personal or commercial projects;
- I'd appreciate it if you DO NOT remove the author information in the theme's footer;
- Under any circumstances, DO NOT remove the original author information from this CSS file (this includes Name and URL);
- If you modify the theme, please mention the original author in a comment like this one.
*/

/* MAIN TYPOGRAPHY */
html { font-size: 62.5%; font-family:  Candara, Helvetica, Arial, sans-serif; }
strong, th, thead td, h1, h2, h3, h4, h5, h6 { font-weight: bold; }
cite, em, dfn { font-style: italic; }
code, kbd, samp, pre, tt, var, input[type='text'], input[type='password'], textarea { font-size: 92%; font-family: helvetica, tahoma, courier, monaco, "Lucida Console", mono-space; }
del { text-decoration: line-through; color: #666; }
ins, dfn { border-bottom: 1px solid #ccc; }
small, sup, sub { font-size: 85%; }
abbr, acronym { text-transform: uppercase; font-size: 85%; letter-spacing: .1em; }
a abbr, a acronym { border: none; }
abbr[title], acronym[title], dfn[title] { cursor: help; border-bottom: 1px solid #ccc; }
sup { vertical-align: super; }
sub { vertical-align: sub; }

/* QUOTES */
/*blockquote { border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; color: #666; }
blockquote *:first-child:before { content: "\201C"; }
blockquote *:first-child:after { content: "\201D"; }*/

/* language specific quotes! */
q { quotes: "\201C" "\201D" "\2018" "\2019"; }


/* FORMS */
fieldset { border: 1px solid #ccc; }
legend { background: #fff; }
textarea, input[type='text'], input[type='password'], select { border: 1px solid #ccc; background: #fff; }
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { border-color: #aaa; }
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { border-color: #888; outline: 2px solid #ffffaa; }
input, select { cursor: pointer; }
input[type='text'], input[type='password']  { cursor: text; }

/*
-----------------------------
CONTENT ONLY
-----------------------------
*/

/* BASE SIZES */
body { font-size: 1.3em; line-height: 1.5em; background:#FFF;  }
h1 { font-size: 1.6em; }
h2 { font-size: 1.5em; }
h3 { font-size: 1.4em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.2em; }
h6 { font-size: 1em; }

/* HR */
hr { display: block; background: #DBDBDB; color: #DBDBDB; width: 100%; height: 1px; border: none; }
hr.right { background: #000; color: #000; }

/* LISTS */
ul li { text-indent: -.85em; margin-left: .85em; }
/*ul li:before { content: "\2022\00a0\00a0"; }*/
ol { list-style-position: outside; list-style-type: decimal; }
dt { font-weight: bold; }

/* TABLES */
table { border-top: 1px solid #ccc;  border-left: 1px solid #ccc; }
th, td { border-bottom: 1px solid #ddd; border-right: 1px solid #ccc; }

/* MARGINS & PADDINGS */
blockquote *:first-child { margin: 0;}
/* hr, p, ul, ol, dl, pre, blockquote, address, table, form { margin-bottom: 1.6em; } */
hr, p, ul, ol, dl, pre, address, table, form { margin-bottom: 1.6em; }
p+p { margin-top: -.8em; }

/* NOTE: Calulate header margins: TOP: 1.6em/size, BOTTOM: 1.6em/size/2 */
h1 { margin: 1em 0 .5em;  }
h2 { margin: 1.07em 0 .535em; }
h3 { margin: 1.14em 0 .57em; }
h4 { margin: 1.23em 0 .615em; }
h5 { margin: 1.33em 0 .67em; }
h6 { margin: 1.6em 0 .8em; }
th, td { padding: .8em; }
caption { padding-bottom: .8em; } /* padding instead of margin for IE */
/* blockquote { padding: 0 1em; margin: 1.6em 0; } */
fieldset { padding: 0 1em 1em 1em; margin: 1.6em 0; } /* padding-top is margin-top for fieldsets in Opera */
legend { padding-left: .8em; padding-right: .8em; }
legend+* { margin-top: 1em; } /* compensates for the opera margin bug */
textarea, input { padding: .3em .4em .15em .4em; }
select { padding: .1em 0 0 .2em; }
option { padding: 0 .4em; }
dt { margin-top: .8em; margin-bottom: .4em; }
ul { margin-left: 1.5em; }
ol { margin-left: 2.35em; }
ol ol, ul ol { margin-left: 2.5em; }
form div { margin-bottom: .8em; }

/* COLORS */
a:link { text-decoration: underline; color: #009000; }
a:visited { text-decoration: underline; color: #009000; }
a:hover { text-decoration: underline; color: #01CC01; }
a:active, a:focus { text-decoration: underline; color: #009000; }
code, pre { color: #262626; } /* very optional, but still useful. W3C uses about the same colors for codes */

/* CLEARFIX */
.clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; font-size:0;}
.clearfix {display: inline-block;} /* for IE/Mac */
html[xmlns] .clearfix {  display: block; }

/* IMG ALIGN */
img[align=left] {float:left; margin:0 1em 1em 0}
img[align=right] {float:right; margin:0 0 1em 1em}




/* General styles */
body {
	margin: 0 auto;
	text-align: center;
	color: #262626; }	

#wrap {
	margin: 0 auto;
	width: 994px;
	text-align: left; }
 
a {
	color: #009000;
	text-decoration: none; }
 
	a:hover { color: #009000; text-decoration: underline; }
	 
	a img { border: none; }

h1, h2, h3, h4, h5, h6 { 
	font-family: Calibri, Helvetica, Arial, sans-serif;	
	letter-spacing: 1px; 
	color: #009000;
	text-transform: uppercase; } 

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { text-decoration: none!important; } 
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { text-decoration: underline!important; }  

blockquote {
	font-family: Calibri, Helvetica, Arial, sans-serif;	
	color: #169131;
}
  
   
form {
	margin: 0;
	padding: 0; }
 
small { font-size: 9px; }
div.left { float: left; }
div.right {	float: right;}  
div.clearer { clear: both; }
 
/* Header styles */
#header {
	width: 994px;
	overflow: hidden; }

#header ul {
	list-style-type: none;
	text-align: right;
	margin-top: 12px;
	margin-bottom: 0;
} 
#header ul li {
	list-style-type: none;
	display: inline;
	border-right: 1px solid #727272;
	margin: 0px;
	padding: 0px 4px 0px 4px;
}
#header ul li.last {
	border-right: 0px;
	/*background: white url(img/icon_f.png) right center no-repeat;*/
}
#header ul li.last img {
	padding: 3px 0px 0px 7px;
	/*background: white url(img/icon_f.png) right center no-repeat;*/
}    
#header ul li a {
	color: #262626;
	text-decoration: none;
} 
#header ul li a:hover {
	color: #262626;
	text-decoration: underline;
} 

a.logo {
	margin-left: 61px;
	width: 201px;
	height: 84px;
	float: left;
	display: block; }
	 a.logo img {
		width: 201px;
		height: 84px; } 
div.date {
	color: #000;
	font-size: 1em;
	font-style: normal;
	width: 504px;
	float: left;
	padding: 10px 0px 0px 9px;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	min-height: 77px;
	background: url('img/sustentip.gif') bottom right no-repeat;
}
div.date blockquote {
	margin-right: 62px;
	padding: 4px 7px;
	background-color: #fefcd4;
}
#header form {
	margin: 0;
	padding: 0;
} 
.topSearch {
	width: 218px;
	float: left;
	padding: 15px 0px 0px 0px;
	text-align: right;
 }
 
.s {
	border: 1px solid #A6A6A6;
	width: 136px; }
 
.searchSubmit, #searchsubmit {
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	color: #000;
	font-family: Calibri, Helvetica, Arial, sans-serif; }
 
/* Page structure styles */

#page {
	width: 994px;
	margin-top: 6px;
	overflow: hidden; }
 
#lsidebar {
	width: 251px;
	float: left;
	margin-right: 20px; 
	text-align: right;
	border-top: 1px solid #DBDBDB;}
 
#rsidebar {
	float: right;
	width: 206px; 
	text-align: right;
	border-top: 1px solid #000;}
 
#content {
	float: left;
	width: 494px;
	margin-right: 20px;
	border-top: 1px solid #000; }
 
/* Sidebars styles */

#lsidebar, #rsidebar {
	line-height: 1.7em;
}
#lsidebar h2, #rsidebar h2 {
	font-size: 1.1em;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
}

#lsidebar ul, #rsidebar ul { list-style-type: none; } 

#rsidebar ul, #rsidebar li { margin: 0; } 

#rsidebar li.cat-item-5 {
	border-bottom: 1px solid #ccc;
}
#rsidebar li.cat-item {
	border-top: 1px solid #ccc;
}
#lsidebar a, #lsidebar h2, #rsidebar a, #rsidebar h2 {
	text-transform: uppercase;
}
#lsidebar a, #rsidebar a {
	text-decoration: none;
}
#rsidebar a {
	color: #000;
}
#rsidebar a:hover {
	color: #009000;
}

#lsidebar h2 {
 	color: #009000;
}
#lsidebar a:hover {
 	color: #000;
}

ul.advertising-right li div {
	margin: 15px;
	text-align: center;
} 
img.promo_right {
	width: 159px;
	height: 116px;
	margin: 15px;
	text-align: center;
} 
#wp-calendar {
	width: 100%;
	padding: 0;
	border: none;
	margin: 0; }
 
	#wp-calendar caption {
		padding: 4px;
		font: normal bold 12px Georgia, "Times New Roman", serif;
		color: #009000; }
 
	#wp-calendar th {
		padding: 4px;
		text-align: center;
		background: #eff7f7; }
 
	#wp-calendar td {
		padding: 4px;
		text-align: center;
		background: #f5f5f5; }
 
	#wp-calendar #prev { text-align: left; }
 
	#wp-calendar #next { text-align: right; }
 
	#wp-calendar a { color: #009000; }
 
		#wp-calendar a:hover { color: #009000; }
 
/* Content styles */
.topAd { margin: 15px; }
 
.archiveTitle {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #666;
	font-variant: small-caps;
	text-transform: capitalize;
	border-bottom: 1px solid #ddd; }
 
.post {
	margin-bottom: 25px;
	width: 494px;
	overflow: hidden; }
 
.postFeatured {
	margin-bottom: 25px;
	width: 450px;
	overflow: hidden;
	padding: 10px;
	background: #f5f5f5; }
 
.post a, .postFeatured a { text-decoration: underline; }


.postInfo { 
	font-size: 0.9em;
	font-family: Calibri, Helvetica, Arial, sans-serif;
}

.postInfo a { 
	color: #000;
	text-decoration: none;
}
.postInfo a:hover { 
	text-decoration: underline;
}
.postInfo span.author {
	background: url(img/icon_publicado.png) left center no-repeat;
	padding: 3px;
	padding-left: 21px;
} 
.postInfo span.date {
	background: url(img/icon_date.png) left center no-repeat;
	margin-left: 5px;
	padding: 3px;
	padding-left: 21px;
} 

.postInfo span.commentario {
	background: url(img/icon_comments.png) left center no-repeat;
	margin-left: 5px;
	padding: 3px;
	padding-left: 21px;
} 
  
.postContent {
/*	margin-top: 20px; */
	margin-bottom: 10px;
	color: #565656;
	width: 494px;
	overflow: hidden; }
 
.sizeFeatured { width: 450px; }
 
.featHead {
	font: normal normal 14px Georgia, "Times New Roman", serif;
	color: #777;
	font-variant: small-caps;
	text-transform: capitalize;
	background: #ddd;
	padding: 3px 10px; }

.postContent blockquote {
	margin: 0;
	padding: 20px 20px 20px 40px;  
	background: #eff7f7 url(img/bg-blockquote.gif) no-repeat;
	font: normal normal 12px Georgia, "Times New Roman", serif; }
 
.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px; }
.postExtras a { text-decoration: none }
.postExtras a:hover { text-decoration: underline }
  
.postMeta {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 494px;
	overflow: hidden; }
 
.postMetaFeatured {
	border-top: 1px solid #ddd;
	text-align: right;
	padding-top: 5px;
	font-size: 11px;
	width: 450px;
	overflow: hidden; }
 
.postMeta a, .postMetaFeatured a {
	color: #009000;
	text-decoration: none; }
 
.postMeta a:hover, .postMetaFeatured a:hover { color: #009000; text-decoration: underline; }
 
.postLink { float: left; }
 
.postComments a {
	background: url(img/icon-comments.gif) no-repeat 0 4px;
	padding-left: 16px; }
 
.postLink a {
	background: url(img/icon-postlink.gif) no-repeat 0 1px;
	padding-left: 14px; }
 
.navigation {
	width: 99%;
	overflow: hidden; }
 
	.navigation a {
		text-decoration: none;
		margin-bottom: 25px;
		display: block; }
 
.alignleft {
	float: left;
	margin-right: 10px; }
 
.alignright {
	float: right;
	margin-left: 10px; }
 
.aligncenter { margin: 0 auto; }
 
/* Comments styles */
/*.commentZone { margin-bottom: 25px; }
 
.commentList {
	margin: 0;
	padding: 0;
	list-style: none; }
 
	.commentList .reply { margin-bottom: 10px; }
 
	.commentList li.depth-1 ul.children { border-bottom: none; }
 
	.commentList li {
		overflow: hidden;
		display: block;
		padding: 10px 0 0 0; }
 
		.commentList li ul.children {
			overflow: hidden;
			display: block;
			padding: 10px;
			margin: 0;
			border: 1px solid #ddd;
			background: #eee; }
 
			.commentList li ul.children li {
				padding: 0;
				margin: 0; }
 
			.commentList li ul.children ul.children {
				overflow: hidden;
				display: block;
				padding: 10px;
				margin: 0;
				background: #fff;
				border: 1px solid #ddd; }
 
		.commentList li.depth-1 { border-bottom: 1px solid #ddd; }
 
.commentLeft {
	float: left;
	width: 80px; }
 
	.commentLeft img {
		padding: 4px;
		border: 1px solid #e5e5e5; }
 
.commentAuthor { font: normal bold 14px Georgia, "Times New Roman", serif; }
 
	.commentAuthor a { color: #009000; }
 
		.commentAuthor a:hover { color: #009000; }
 
.commentRight {
	float: right;
	width: 390px;
	overflow: hidden; }
 
.commentList li ul.children .commentRight {
	float: right;
	width: 368px;
	overflow: hidden; }
 
.commentList li ul.children ul.children .commentRight {
	float: right;
	width: 346px;
	overflow: hidden; }
 
.commentRight p { margin: 10px 0; }*/

/* 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 */
 
#author, #email, #url { border: 1px solid #92bdbb; }
 
#comment {
	border: 1px solid #92bdbb;
	width: 400px; }
 
#submit {
	/*width: 80px;
	height: 20px;
	border: none;
	background: url(img/bg-addcomment.gif) no-repeat;
	font: normal bold 12px Georgia, "Times New Roman", serif;
	color: #fff;
	text-align: center;
	cursor: pointer;*/
	padding: 0;
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1em;
	color: #000;
	font-family: Calibri, Helvetica, Arial, sans-serif;
	margin-bottom: 25px;
	margin-bottom: 15px; }
 
.trackbackList {
	margin: 0;
	padding: 0 0 4px 0;
	border-bottom: 1px solid #ddd; }
 
	.trackbackList li {
		padding: 4px 0 0 0;
		margin-left: 23px; }
 
/* Footer styles */
#footer {
	border-top: 1px solid #ddd;
	padding-top: 5px;
	font-size: 10px;
	margin-bottom: 20px;
	width: 970px;
	text-align: center;
	overflow: hidden; }
 
.footerMenu {
	text-align: right;
	list-style: none;
	margin: 0;
	padding: 0; }
 
	.footerMenu li {
		display: inline;
		margin-left: 15px; }
 
 

