/*
Theme Name: DoscerolifeV3
Theme URI: doscerolife.com
Description: Tema creado desde cero por @wahni para Ciclonico
Author: JuanI:.Belbis:.
Author URI: http://bit.ly/7PRHJt
Template:
Version: 3.0
.
General comments/License Statement if any.
.
*/

body{
	background: #111;
	margin:0;
}
a img{
border: 0;
}

#top{
	width: 100%;
	height: 230px;
	background: url('img/background.png') repeat-y #222;
	background-position: 50%;
}
#header{
	position:relative; left: 50%;
	margin-left: -500px;
	top:0px;
	height: 170px;
	width: 1000px;
	background:url('img/fondo.png');
	float: none;
}
.nav{
	position:relative; left: 50%;
	margin-left: -500px;
	height: 25px;
	width: 1000px;
	background: #000;
	color: #fff;
}
.nav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nav ul li{
	margin: 0px;
	padding-left: 5px;
	float: left;
	list-style-type: none;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	font-weight: bold;
}
#socialnav{
	position:relative; left: 50%;
	margin-left: -500px;
	padding: 10px 0 0 10px;
	height: 35px;
	width: 990px;
	background:url('img/socialnav.png') #000;
	color: #fff;
}
#content{
	float: left;
	width: 100%;
	background: url('img/background.png') repeat-y #222;
	background-position: 50%;
	font-family:'Arial';
}
#content-wrapper{
	position:relative; left: 50%;
	margin-left: -500px;
	width: 1000px;
	background: url('img/bottom-sq.png') no-repeat #333;
	background-position: bottom left;
	float:left;
}
.alignleft {
	text-align: left;
	float: left;
}
.alignright {
	text-align: right;
	float: right;
}
#main {
	position:relative;
	font-family:'Arial';
	font-size: 12px;
	float:left;
	width: 680px;
	border-left:solid #ccc ;
	padding: 10px 10px 15px 10px;
	background: #fff;
}
.titulos{
	float: left;
	margin-top: 10px;
	display: block;
	width: 670px;
	border-bottom: 1px dotted #ccc;
}
.titulos h3{
	font-size: 10px;
	color: #111;
	padding-left: 13px;
	background: url('img/clock.gif') no-repeat;
	background-position: 3px 0 0 0;
}
.tweetmeme{
	margin: 10px;
	float: right;
}
.post h2{
	font-size: 20px;
	text-decoration: none;
	margin: 0;
}
.postmetadata{
	color: #111;
	background: #eee;
	padding: 5px;
	margin: 0 0 10px 0;
	list-style-type: none;
	width: 670px;
	display: block;
	float: left;
}
.postbottom{
	color: #111;
	background: #ddd;
	padding-left: 5px;
	list-style-type: none;
	float: left;
	width: 675px;
}
.entry{
	padding-right: 10px;
	float: left;
	font-size: 12px;
}
.entry img {
	padding: 3px;
	margin-right: 8px;
	margin-bottom: 5px;
	display: block;
	clear: both;
	float:left;
}
.entry ul{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.entry ul li{
	margin: 0px;
	padding-left: 5px;
	float: left;
	list-style-type: none;
	display: inline;
	font-family: "Trebuchet MS", "Times New Roman", Tahoma;
	font-size: 12px;
	line-height: 35px;
	font-weight: bold;
}
blockquote {
	border-left: 3px solid #bbb;
	margin-left: 1.5em;
	padding: 5px 10px 5px 55px;
	font-family: Arial;
	background: url('img/quote.png') no-repeat #ccc;
	background-position: 3px 0 0 0;
}
.navigation{
	float:left;
}


/* Sidebar */
#sidebar{
	float:right;
	width: 270px;
	padding: 0 12px 0 0;
	top: 234px;
	color: #fff;
	font-size: 10px;
	list-style-type: none;
}
#sidebar h2{
	padding: 0 10px 0 10px;
	color: #eee;
	font-size: 12px;
}

#sidebar ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px 0 15px;
}
#s-badge{
	background: url('img/s-badge-back.png') repeat-y;
	}
#s-badge ul li{
	margin: 0 0 5px -10px;
	list-style-type: none;
}
#s-badge-bottom{
	background: url('img/s-badge-bottom.png') no-repeat #333;
	height: 20px;
}
#s-badge-top{
	padding: 0 5px 0 5px;
}
#rssdoscerolife{
	background: #ddd;
	color: #000;
	padding: 10px;
	margin-right: 3px;
	border: 3px #fff solid;
	font-size: 12px;
}
#rssmail{
	float:right;
	position:relative;
	top:-24px;
	
}
.textwidget{
	background: #eee;
	margin: 10px 0 0 0;
}
#sidebar a:link {
	color: #000;
	text-decoration: none;
}
.nav a:link {
	color: #eee;
	text-decoration: none;
}
.nav a:visited{
	color: #ccc;
	text-decoration: none;
}
a:link {
	color: #993366;
	text-decoration: none;
}
a:visited {
	color: #993300;
	text-decoration: none;
}

#sidebar a:visited {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #993399;
}
a:active {
	text-decoration: none;
}

/* Footer */

#bottom{
	width: 100%;
	clear: both;
	float: left;
	background: url('img/background.png') repeat-y #222;
	background-position: 50%;
}
#footer{
	position:relative; left: 50%;
	margin-left: -500px;
	background: #CCC;
	width: 1000px;
	border-top:solid #000 ;
	font-family:'Arial';
	font-size: 10px;
	color: #fff;
}
#footer ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer ul li{
	margin: 0px;
	padding-left: 10px;
	font-size: 12px;
}

#footer-top {
	padding: 10px 10px 0 10px;
	width: 1000px;
	height: 95px;
}
#footer-left {
	width: 280px;
	float: left;
	padding: 10px;
}
#footer-center{
	width: 380px;
	padding: 10px;
	float: left;
}
#footer-right{
	width: 280px;
	padding: 10px;
	float: left;
}

/* Comentarios */

.rssfeeder{
	margin: 0 0 10px 0;
}
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 20px 0 20px;
	background: #ddd;
	float: left;
	width: 640px;
}
.comments-template img{
	margin: 5px 0 0 5px;
}
.comments-template h2{
	padding: 5px 0 5px 0;
}
.comment-text{
	margin: 0 5px 0 75px;
	padding: 5px 5px 5px 5px;
	background: #EEE;
	font-size: 10px;
	border: 1px solid #CCC;
}
.comments-template ol{
	margin: 0;
	padding: 0;
	list-style: none;
}

.comments-template ol li{
	margin: 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.comments-template li.highlight{
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	border-left: 1px solid #bbb;
	background: #CCFF99;
}
.comments-template li.even{
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
#comments-form p.notify{
	font-size: 8px;
}

/* Estileo de la Barra de Enlaces Sociales */

#socialnav ul{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#socialnav ul li{
	margin: 0px;
	padding-left: 10px;
	float: left;
}
#socialnav ul li#lnk{
	margin-top:1px;
	margin-left: -15px	;
}
#socialnav a#twit{
	background:url('img/twittercomp.png');
	height: 20px;
	width: 86px;
	display: block;
}
#socialnav a#twit:hover{
	background:url('img/twittercomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 86px;
	display: block;
}
#socialnav a#fb{
	background:url('img/facebookcomp.png');
	height: 20px;
	width: 96px;
	display: block;
}
#socialnav a#fb:hover{
	background:url('img/facebookcomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 96px;
	display: block;
}
#socialnav a#tumblr{
	background:url('img/tumblrcomp.png');
	height: 20px;
	width: 74px;
	display: block;
}
#socialnav a#tumblr:hover{
	background:url('img/tumblrcomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 74px;
	display: block;
}
#socialnav a#flickr{
	background:url('img/flickrcomp.png');
	height: 20px;
	width: 68px;
	display: block;
}
#socialnav a#flickr:hover{
	background:url('img/flickrcomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 68px;
	display: block;
}
#socialnav a#formspring{
	background:url('img/formspring.png');
	height: 20px;
	width: 86px;
	display: block;
}
#socialnav a#formspring:hover{
	background:url('img/formspring.png');
	background-position: 0 -20px;
	height: 20px;
	width: 86px;
	display: block;
}
#socialnav a#del{
	background:url('img/deliciouscomp.png');
	height: 20px;
	width: 113px;
	display: block;
}
#socialnav a#del:hover{
	background:url('img/deliciouscomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 113px;
	display: block;
}
#socialnav a#linked{
	background:url('img/linkedincomp.png');
	height: 20px;
	width: 70px;
	display: block;
}
#socialnav a#linked:hover{
	background:url('img/linkedincomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 70px;
	display: block;
}
#socialnav a#sshare{
	background:url('img/slidesharecomp.png');
	height: 20px;
	width: 85px;
	display: block;
}
#socialnav a#sshare:hover{
	background:url('img/slidesharecomp.png');
	background-position: 0 -20px;
	height: 20px;
	width: 85px;
	display: block;
}

/* Sociable Sharing Bar Customization */

.soc{
	align: right;
	display: block;
}
div.sociable { margin: 16px 0 10px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable_tagline{
	font-size: 20px;
	padding: 0 0 5px 5px;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0  !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 50px;
	height: 50px;
	border: 0;
	margin: 0;
	padding: 0;
}

.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}

