@charset "utf-8";
/*
Theme Name: SAGE
Theme URI: http://blog.sage.es
Description: The theme based on the design SAGE (by inmabermejo) and encoded (by javiaurea).
Version: 1.0
Author: javiaurea
Author URI: http://aurea.es/
Company: WeblogsSL
Company URI: http://weblogssl.com
Tags: green, white, grey, fixed width, two columns
*/



/*reset css*/
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,em,strong,th,var { font-style: normal; font-weight:400; }
caption,th { text-align:left; }
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:400; }
q:before,q:after { content:''; }
abbr,acronym { border:0; }



/* TAGS */

html{ font-size: 125%; }

body {
	font: .5em Arial, Helvetica, sans-serif;
	text-align: center;
	color: #6f6f72;	background: #f3f3f3 url(http://blog.sage.es/wp-content/themes/sage/images/bg1.png) repeat-x top;
}


/*heads*/
h1, h2, h3, h4, h5, h6 { 
	font-size: 2.6em;
	margin: 2em 0 .6em;	padding: 0;
	font-weight: 700;
	color: #107c63;	background-color: transparent; 
}
h1, h2 { margin-top: 0; font-weight: 100; }
h3 { font-size: 1.8em; color: #6f6f72; }
h4 { font-size: 1.5em; }
h5 { font-size: 1.3em; }
h6 { font-size: 1.2em; }
h2 span { font-size: .7em; } 


/*links*/
a { color: #107c63;	background-color: transparent; text-decoration: none; }
	a:hover { text-decoration: underline; }


/*text*/
p { 
	margin: 1.4em 0;
	font-size: 1.5em;
	line-height: 1.44em;
}

em {
	padding: 0 .2em;
	font-style: italic;
}

strong { 
	font-weight: 700;
}

acronym, abbr, dfn { border-bottom: 1px dotted #cde7a0; }
	abbr { quotes: '' '.'; }

code, samp, kbd, var {
	padding: 0 .4em;
	font: 1em "Courier New", Courier, monospace;
	border: 1px solid #652d86;
	color: inherit;	background-color: #c2afe6;
}

q { quotes: '<' '>'; }
cite { 
	quotes: '-' '-';
	color: #652d86;
}
blockquote {
	margin: 3em 0;
	font-style: italic;
	color: #652D86; background-color: transparent;
	background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/quote.png) no-repeat 0 3px;
}
blockquote p { margin: 0 0 0 1.8em; }
blockquote cite { font-weight: 700; }
q:after, abbr:after, cite:after { content: close-quote; }
q:before, abbr:before, cite:before { content: open-quote; }


/*list*/
ul, ol {
	margin: 0 0 .8em .6em;
	font-size: 1.2em;
	list-style-position: inside;
}
li { margin: .6em 0; }


/*form*/
form {
	clear: both;
}
	form ol { 
		margin: 0; 
		list-style: none; list-style-position: outside; 
	}
		form ol li { margin: .8em 0; }

caption { display: none; }

legend {
	font-size: 2em;
	color: #6f6f72;	background-color: transparent;
}
	legend span { font-size: .5em; }

label span { display: block; }
label span span { 
	display: inline; 
	padding-left: 1em; 
	color: #652d86;	
	font-size: .8em;
}

label input { vertical-align: middle; }

textarea { width: 97%; }
input, textarea, select { margin: .1em;	padding: .34em; }
	input[type=submit] { cursor: pointer; }
	input:focus[type=text], textarea:focus, select:focus { outline: 1px solid #107c63; }  




/* LAYOUT */

#page {
	width: 980px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}

#skiptocontent { 
	position: absolute; 
	left: -1000px; 
}

#header {
	position: relative;
	display: block;
	overflow: hidden;
	height: 114px;
	color: inherit; background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/head-bg.png) no-repeat top right;
}

	#logo {
		width: 389px;
		float: left;
		margin: 5px 0 0 0;
		line-height: 0;
	}
		#tagline {
			display: none;
			font: 100 .84em Tahoma, Geneva, sans-serif;
			color: #46505d; background-color: transparent;
		}

	#logo-sage {
		position: absolute;
		top: 28px; right: 0;
	}
		#link-sage { 
			display: block;
			width: 99px; height: 44px;
			text-indent: -9999em;
		}

#searchform { margin: 0; }
#searchform fieldset { margin: 0;	padding: 0; }
#searchform legend { display: none; }
	#s { 
		width: 8.8em;
		display: inline;
		color: #999; 
	}
	#searchsubmit { vertical-align: middle; }
	

#content {
	width: 750px;
	float: right;
	margin-top: 3em;
}
	#content a { text-decoration: none; }
		#content a:hover { color: #107c63;	background-color: #cde7a0; }


#sidebar {
	width: 214px;
	float: left;
	font-size: .84em;
	margin-top: 3em; padding: 0 0 30px;
	overflow: hidden;
	color: inherit; background: #fff url(http://blog.sage.es/wp-content/themes/sage/images/side-bg.png) no-repeat 0 100%;
}
	#sidebar-content {
		color: inherit; background: #fff url(http://blog.sage.es/wp-content/themes/sage/images/side-bg.png) no-repeat;
		padding: 30px 0 0;
	}
	
	.module, .widget { 
		overflow: hidden;
		margin: 0;	padding: 0 1.8em 3em;
		color: inherit; background: #fff url(http://blog.sage.es/wp-content/themes/sage/images/side-middle-bg.png) repeat-y;
	}

	#sidebar h2 {
		width: 166px;
		margin: 0 auto .4em; padding: .5em;
		font: 100 1.6em Tahoma, Geneva, sans-serif;
		color: #107c63; background: #fff url(http://blog.sage.es/wp-content/themes/sage/images/title-side-bg.png) no-repeat; 
	}
	#sidebar ul { 
		list-style: none;
		margin: 0;
		list-style-position: outside;
	}
	#sidebar-content ul li { margin: 1px 0; padding: .4em .6em;  }

		#social-media { 
			overflow: hidden; 
			padding-left: .7em; 
		}
			#sidebar-content #social-media li { 
				float: left; 
				padding: .4em; 
			}
	
	#categories h3 { margin: 1em 0 .5em .6em; }
		#sidebar #categories ul {
			margin-left: .8em;
			font-size: 1.2em;
			list-style-position: inside;
		}
		#sidebar #categories li { margin: 0; padding: .6em 0; }

#footer {
	clear: both;
	overflow: hidden;
	margin: 1em auto 3em;
}
	#footer .l-inline {
		float: right;
		margin: 4em 0 0;
	}	
			

/*posts*/
#content .post, #content .page {
	position: relative;
	width: 673px;
 	margin: 0 0 3em 72px;	padding: 0 0 30px;
	color: inherit; background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/post-bg.png) no-repeat 0 100%;
}
	.post-content {
		padding: 30px 0 0;
		color: inherit; background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/post-bg.png) no-repeat;
	}
		.entry {
			overflow: hidden;
			padding: 0 35px;
			color: inherit; background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/post-middle-bg.png) repeat-y;
		}
			.metadata { 
				font-size: 1.1em;
				padding-bottom: 1em;
				border-bottom: 1px solid #e9e9e9;
			}	
				.commented { font-weight: 700; }
			.entry ul {
				font-size: 1.5em;
				line-height: 1.44em;
			}
			.entry a { text-decoration: underline !important; }
			.entry h1 a, .entry h2 a { 
				text-decoration: none !important; 
				color: #107c63; background-color: transparent; 
			}
	
	.more-link {
		display: block;
		text-align: right;
		font-weight: 700;
		float: right;
	}
	

	.vote {
		position: absolute;
		top: 14px;	left: -74px;
		width: 82px;	height: 101px;
		overflow: hidden;
		text-align: center;
		padding: 8px;
		color: #fff; background: transparent url(http://blog.sage.es/wp-content/themes/sage/images/post-vote-bg.png) repeat-y;
	}

		.vote-num {
			display: block;
			font-size: 4em;
			padding: .2em 0;
		}


/*tags*/
#tagcloud {
	margin: .4em;
	line-height: 2em; 
}
	#tagcloud a, #alltags a, #blogroll a { margin-right: .4em; }


/*comments*/
#respond {
	clear:both; 
	margin-top: 4em;
}

#comments {
	overflow: hidden;
	list-style: none;
	margin-left: 0;
}
	#comments li, #pings li, .children li {
		display: block;
		position: relative;
		overflow: hidden;
		clear: both;
		margin: 1em 0 3em;	padding: 0;
		list-style-position: outside;
		list-style: none; 
		font-size: .7em;
		border-bottom: 1px solid #E9E9E9;
		color: #999;	background-color: transparent;
	}	
		#comments li ul, #comments li li { margin: 0; padding: 0; }
		#comments .children .comment-content { border-top: none; }
		.comment-author { 
			float: left; 
			width: 6em; 
			border: none; 
			font-size: 1.4em;
			font-weight: 700;
		}
			.comment-author cite, .says { display: none; }
			.entry .comment-author img, .entry .wpcf7 img { 
				display: inline; 
				padding: .2em 0;
				background-color: #fff;
			}
		.commentmetadata { font-size: 1.4em; display: block; }
		.commentsvote_span { display: inline; }
		.commentvotepanel { 
			position: absolute; 
			top: 0; right: 0;
			border:1px solid red;
			display: block;			
		}
		
#comments .reply { text-align: right; }

#recent-comments { font-size: .7em; }
	#sidebar-content #recent-comments li { padding: 0 .6em; }


/* PAGES */
body.home { 
	color: #6f6f72;	
	background-image: url(http://blog.sage.es/wp-content/themes/sage/images/bg2.png);
	background-repeat: repeat-x;
}
	body.home #header { height: 380px; }


/* CLASS */

.navigation {
	clear: both;
	font-size: 1.8em;
	margin: 2em 1em 1em 4.5em; 
	overflow: hidden;
}
	.navigation a {
		display: block;
		overflow: hidden;
		padding: .4em 1em;
		font-weight: 700;
	}


.alignleft, .alignright { line-height: 1.4em; }
.alignleft { float: left; }
.alignright { float: right; text-align: right; }
	img.alignleft { margin-right: 1em; }


.l-inline, .l-form {
	overflow: hidden;
	list-style: none;
	list-style-position: inside;
}
	.l-inline li {
		float: left; display: inline;
		margin-right: .8em;	padding-right: .8em; 
		border-right: 1px solid #8A8A8A; 
	}
.l-form li { overflow: hidden; }
.l-form .ccolumn,
.l-form .cline {
	display: block;
	float: left;
	width: 7em; height: 2.4em;
	margin: 0;	padding: .74em .6em 0 0;
}
	.l-form .cline { padding: .1em .6em 0 0; }
	.l-form .cline span { display: block; }

.banner-side {
	padding: 0 !important;
}


/*users*/
.username {
	display: block;
	font-size: 1.3em;
	font-weight: 700;
}

/*icons*/
.ico { 
	padding-left: 28px; 
	background-position: top left;
	background-repeat: no-repeat;
	background-color: transparent;
}
	.ifacebook { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/facebook-ico14.png); }
	.irss { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/rss-ico16.png); }
	.iemailrss { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/email-ico16.png); padding-left: 26px; }
	.social-facebook { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/facebook-ico30.png); }
	.social-linkedin { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/linkedin-ico30.png); }
	.social-twitter { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/twitter-ico30.png); }
	.social-youtube { background-image: url(http://blog.sage.es/wp-content/themes/sage/images/youtube-ico30.png); }

/*miscellaneous*/
.vh { visibility: hidden; }
.dn { display: none; }
.adv { 
	font-size: 1.1em;
	padding: 1em;
	color: #fff; background-color: #FC4141;
}
.note { font-size: 1.1em; }


/* WSL class */
.izquierda, .izquierda_sinmarco, 
.derecha, .derecha_sinmarco { 
	float: none;
	clear: both;
	padding: 5px;	
	color: inherit; background-color: #e9e9e9;
}
	.entry img.izquierda, .izquierda_sinmarco { margin-right: 10px;	float: left; }
	.entry img.derecha, .derecha_sinmarco { margin-left: 10px; float: right; }
	
.centro, .centro_sinmarco, .entry img { 
	display: block;
	margin: 0 auto; padding: 5px;	
	color: inherit; background-color: #e9e9e9;
}

.izquierda_sinmarco, 
.derecha_sinmarco, 
.centro_sinmarco { border: none; background: none; }	
		
.marco { color: inherit; background-color: #e9e9e9; }

.nota {
	font: italic 1em/1.3em Georgia,"Times New Roman",Times,serif;
	border-color: #107C64;
	border-style: solid;
	border-width: 1px 1px 1px 20px;
	color: #333; background-color: #CDE7A0;	
	margin: 0 0 1em;	padding: 6px 15px;
}

/*addthis*/
.addthis_toolbox a { float: left; }
.addthis_toolbox a:hover { background: transparent !important; }
.addthis_toolbox a iframe { width:130px !important; }
