/* @override http://quetipodeconductoreres.com/wp-content/themes/landing/css/blog.css */

/*  
Theme Name: Blog Quetipodeconductoreres.com
Theme URI: Quetipodeconductoreres.com
Description: Quetipodeconductoreres.com
Version:1.0
Author: Daniel Gutierrez
Author URI: degt.cl
Tags:
 */
@import url("reset.css");
@import url("960.css");


/* @group Generales */
body{
	background: url(../img/back/fondo.jpg) repeat-x;
	text-align: center;
	font: 12px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
}

p{
	font: 12px/150% "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #666;
	margin: 10px 0;
}
a{
	color: #333;
}
small{
	font-size: 10px;
}
/* @end */

/* @group Divs generales */
#wrap{
	text-align: left;
	margin: 0 auto;
	width: 820px;
	background: #FFF url(../img/back/blog_bg.jpg) no-repeat center top;
}
#header{
	height: 304px;
}
#main{
	padding: 10px 30px;
}
#content{
	width: 500px;
	float: left;
	border-right: solid 1px #CCC;
	padding-right: 30px;

}
#sidebar{
	float: right;
	width: 200px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#footer{
	background: url(../img/back/footer_bg.png) no-repeat center top;
	padding: 0 100px;
	padding-top: 20px;
	width: 800px;
	margin: 0 auto;
}
/* @end */

/* @group header */
#header{
	position: relative;
}
#logo a{
	height: 180px;
	text-indent: -9999px;
	width: 500px;
	display: block;
}
#logotipo,#descripcion,#logo_consorcio{
	display: block;
	overflow: hidden;
	text-indent: -999px;
	position: absolute;
}
#logotipo{
	height: 100px;
	width: 500px;
	left: 0;
}
#logo_consorcio{
	right: 0;
	top: 20px;
	height: 50px;
	width: 200px;
}
#descripcion{
	display: none;
}
/* @end */

/* @group Content */
.post{
	border-bottom: dotted 1px #DDD;
	padding: 10px 0;
}

.single_post{
	border-bottom: none!important;
	min-height: 300px;
}
.post_title{
	margin-bottom: 10px;
}
.post_title p{
	margin: 0;
}
.post_title h2,.post_title h2 a{
	font-size: 22px;
	color: #72A233;
	text-decoration: none;
}
.post_title p{
	color: #999;
	padding: 5px 0;
}
.post_title .fecha strong{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
.post_title .autor,.post_title .comentarios{
	border-left: solid 1px #DDD;
	padding-left: 8px;
	padding-right: 5px;
}
.post_title .comentarios{
	background: url(../img/back/comment.gif) no-repeat right -2px;
	padding-right: 16px;
} 
.more-link{
	margin: 5px 0;
	display: inline-block;
	background: #CCC url(../img/back/light_btn.png) repeat-x center -5px;
	text-decoration: none;
	padding: 0 10px;
	color: #666;
	border-bottom: solid 1px #eee;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.more-link:hover{
	background-color: #e33;
	border-bottom-color: #c33;
	color: #FFF;
}
#content img{
	border: solid 3px #CCC;
}
#content ul{
	list-style: disc;
	padding-left: 30px;
	border-left: dotted 1px #CCC;
	margin: 10px 0;
	margin-left: 20px;
}
.alignleft{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

/* @end */

/* @group Sidebar */
.banner{
	padding: 10px 0;
}
.box{
	padding: 10px 0;
	border-bottom: solid 1px #DDD;
}
.box h3{
	color: #004174;
	font-size: 16px;
	margin-bottom: 10px;
}
.box ul{
	list-style: disc;
	padding-left: 30px;
	color: #004174;
}
.box ul a{
	color: #3999d6;
}
.box ul a:hover{
	color: #004174;
}
.tags_cloud{
	text-align: center;
}
.tags_cloud a{
	text-align: center;
	color: #FFF;
	background-color: #9fc1d6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 0 10px;
	text-decoration: none;
}
.tags_cloud a:hover{
	background-color: #2888e5;
}
.autor_list{
	padding: 0!important;
}
.autor_list li{
	list-style: none;
	display: inline-block;
	border: solid 3px #DDD;
	height: 30px;
	width: 30px;
}

.autor_list a{
	background-color: #CCC;
}
.ToolTip{
	background: url(../img/back/tooltip.gif) no-repeat center top;
	width: 120px;
	height: 26px;
	text-align: center;
	display: none;
}


/* @end */

/* @group Footer */
#footer p{
	color: #AAA;
	margin: 0;
	margin-bottom: 10px;
}


/* @end */

/* @group comments */
#comments{
	padding-top: 20px;
}

.gray_title{
	background: #EEE url(../img/back/light_btn.png) repeat-x;
	display: block;
}

#comments ul{
	padding: 0;
	border: none;
	list-style: none;
}
#comment{
	width: 500px;
}
#author, #email,#url,#comment{
	background-color: #fff;
	border: solid 1px #CCC;
	font-size: 12px;
}
.comment-author{
	display: block;
	background-color: #EFEFEF;
}
.comment-author p{
	margin: 0;
}
.comment-author img{
	float: left;
	margin-right: 10px;
}
.comment-reply-link{
	text-decoration: none;
}
.children{
	border-left: dotted 1px #CCC !important;
	padding-left: 10px !important;
	margin-left: 10px !important;
}
/* @end */

/* @group wp-navi */
.wp-pagenavi{
	text-align: center;
	margin: 10px 0;
}
.wp-pagenavi span, .wp-pagenavi a{
	border: solid 1px #CCC;
	margin: 0 1px;
	padding: 3px 5px;
}
.wp-pagenavi .current{
	background-color: #EEE;
}
.wp-pagenavi a{
	text-decoration: none;
	color: #333;
}
.wp-pagenavi a:hover{
	background-color: #CCC;
	color: #333;
}

ul.siguenos{
    height:25px;
    padding-left:0;
    margin-left:0;
}
.redes{
    margin-left:0;
    padding-left:0;
}

ul.siguenos li{
    float:left;
    list-style:none;
    margin-right:5px;
    padding-left:20px;
}
span.fb{
    background: url(../img/auxi/facebook-2.jpg) 0 50% no-repeat;
    padding-left:20px;
    margin-left:3px;
    line-height:110%;
}
span.tw{
    background: url(../img/auxi/twitter-2.jpg) no-repeat;
    padding-left:20px;
    margin-left:3px;
    line-height:110%;
}

ul.siguenos li#tw{
    background: url(../img/auxi/twitter.jpg) no-repeat;
}
ul.siguenos li#fb{
    background: url(../img/auxi/facebook.jpg) no-repeat;
}
ul.siguenos li#rss{
    background: url(../img/auxi/rss.jpg) no-repeat;
}
/* @end */
