/*
Theme Name: Manzana Latente
Theme URI: http://www.manzanalatente.com.ar
Description: Primer diseño de Manzana Latente llevado a Wordpress
Version: 1.0
Author: Ezequiel Prieto
Author URI: http://www.ezequielprieto.com.ar

*/

/*CSS Reset*/
@import url(css/reset.css);

body { 
	background: #000;
	color: #FFF;
	font-family: Arial,Verdana, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}


/*********************************************
		Estilos de Links 
*********************************************/
a {
	color: #62BB47;
	text-decoration: none;
}
a:hover { 
	color: #F67C13; 
	text-decoration: none; 
}

/*********************************************
		Elementos de Texto
*********************************************/
p, ul, ol, blockquote {

}
ol, ul {
	margin-left: 15px;
}
ol {
	list-style-type: decimal;
}

ul li {
	display:block;
}

blockquote {
	margin: 5px 0px 5px 10px; 
	padding: 0px 0px 0px 10px;
	font-style: italic;
}
img { 
	border: 0px; 
	background: none; 
}

p {
	padding: 3px 0;
	margin: 0px;
}

hr{
	height:2px;
    	width:100%;
    	background:#EEE5CE;
	color:#EEE5CE;
   	 margin: 10px 0px; 
	border: 0;
}
input, textarea
{
	font-family: Arial;
	font-size: 14px;
	font-weight: lighter;
}
strong{
	font-weight: bold;
}

em{
	font-style:italic;
	font-family: Georgia;
}
strong em{
	font-weight: bold;
}
/*********************************************
		Header Styles
*********************************************/

h1,h2,h3,h4,h5,h6 {
	font-size: 25px;
	line-height: 25px;
	font-weight: normal;
	color: #323A2F;
	margin: 0px; 
	padding: 0px;
}

h1 { 
	font-size: 20px;
	margin: 0px; 
	padding: 0px;
	text-transform: uppercase;
	display:none;
}
h2 { 
	font-size: 18px;
	margin: 0px 0 10px 0; 
	padding: 0px;
}
h3 { 
	font-weight: normal;
	margin: 0px; 
	padding: 0px;
	color: #000;
}

h4 { 
	margin: 0px; 
	padding: 0px;
}
h5 {
	font-size: 16px;
	margin: 0px; 
	padding: 0px;
}
h6 {
	font-size: 14px;
	margin: 0px; 
	padding: 0px;
}


/*********************************************
		Estructuras
*********************************************/
#wrapper {
	width: 960px;
	margin: auto; 
	padding: 0px;
}

#header{
	background: url('images/header.jpg') no-repeat;
	height: 187px;
	border-bottom: 4px solid #62BB47;
	margin-bottom: 10px;
}

#menu{
	position: relative;
	top: 165px;
	font-size: 20px;
}

#menu ul{
	float:left;
}

#menu ul li{
	padding: 0 15px;
	display: inline;
}

#menu ul li:hover{
	background: #62BB47;
}

#menu ul li a{
	color: white;
}

#searchbox{
	float:right;
	color: #000;
}

#content{
	width: 630px;
	margin-right: 30px;
	float: left;
}

#content h2{
	/*background: transparent url('images/bg-h2.jpg'); */
	height:24px;
	padding-left:112px;
	padding-top:4px;
	color: #FFF;
}
#destacados{
	margin-bottom: 20px;
	width: 630px;
	height: 400px;
	overflow: hidden;
}

#dest-imagen{
	overflow:hidden;
	width: 530px;
	height: 300px;
}

#dest-info{
	background: white;
	color: black;
	width: 500px;
	height: 80px;
	padding: 10px 10px 10px 20px;
}

#dest-info h2{
	background: none;
	color: black;
	padding: 0;
	margin: 0;
}
#dest-info h2 a,#dest-info h2 a:hover{
	color: black;
}
#dest-info h2 a:hover{
	text-decoration:underline;
}
#lo-que-late{
	clear: both;
}
#lo-que-late h2 {
	background-image:url(images/bg_lo-que-late.jpg);
	text-indent: -9999px;
}

#cronicas h2 {
	background-image:url(images/bg-cronicas.jpg);
	text-align: right;
}

.post{
	clear: both;
	margin-bottom: 20px;
	display: inline-block;
	
}
.post img{
	float: left;
	margin-right: 20px;
}

.post .info{
	width: 600px;
}
.post h3{
	color: #FFF;
	font-size: 24px;
}
#criticas h2 {
	background-image:url(images/bg_criticas.jpg);
	text-indent: -9999px;
}

.critica{
	width: 150px;
	margin: 0 5px 20px 0;
	border-right: 2px solid #FFF;
	float: left;	
}

.critica .subcat{
	clear:both;
	color: #62BB47;
	font-size: 16px;
}

.critica h3{
	font-size: 16px;
	color: #FFF;
}
.critica hr{
	margin-left:25px;
	width: 100px;
}
.critica .puntaje{
	margin-left:20px;
}
.critica .cant-comentarios{
	margin-left:25px;
}
.omega{
	margin-right:0px;
	border: none;
}
#sidebar{
	width: 300px;
	float: left;
}
#tabs{
	margin-bottom: 10px;
}

#tabs span{
	width: 150px;
	text-align: center;
	font-size: 20px;
	height: 26px;
	cursor: pointer;
	background: #62BB47;
	color: #000;
	display: block;
	float: left;
}

#tabs span.selected, #tabs ul{
	background: #FFF;
}
 #tabs ul{
 	clear: both;
 	padding: 0 30px 30px;	
 }
#tabs ul li{
	display: block;
	font-size: 16px;
	line-height: 25px;
	border-bottom: 1px solid #62BB47;
}
#tabs ul li a:hover{
	color: black;
}


* html .ui-tabs-nav {
display:inline-block;
}
:first-child + html .ui-tabs-nav {
display:inline-block;
}
.ui-tabs-hide {
display:none;
}

.ui-tabs-panel{
	float: left;
}

#sidebar h2{
	background: transparent url('images/bg-h2-sidebar.jpg');
	height:24px;
	padding-left:55px;
	padding-top:4px;
	color: #FFF;
}

#video{
	margin: 10px 0;
}
#video h2, .title{
	background: transparent url('images/bg-sidebar-h2.png');
	height:24px;
	padding-left:55px;
	padding-top:4px;
	color: #FFF;
	font-size:18px;
}

#agenda ul li{
	display: block;
	font-size: 16px;
}

.wp-polls{
background: transparent url('images/bg-encuesta.jpg');

}

#facebook{
	margin: 10px 0;
}

#single{
	background: white;
	color: black;
	font-family:Trebuchet MS,Arial,sans-serif;
	font-size: 16px;
	line-height: 18px;
	padding: 15px;
	width: 600px;
	margin-right: 30px;
	float: left;
	overflow: hidden;
	margin-bottom: 20px;
}
#single .post{
	margin-bottom: 0;
}
#single h2{
	color: black;
	background: none;
	font-size: 26px;
	line-height:30px;
}
#single h3{
	color: black;
	background: none;
	font-size: 20px;
	line-height:24px;
}

#comments{
	line-height: 25px;
	margin-bottom: 10px;
}
.commentlist{
	clear: both;
}
#respond h3{
	line-height: 25px;
	margin-bottom: 10px;
	margin-top: 10px;	
}
.navigation, #respond{
	clear: both;
}
.alignright{
	float:right;
}

.alignleft{
	float:left;
}

.principal{
	float: left;
	margin-right: 20px;
}
.hr{
	border-bottom:1px dashed #CCCCCC;
	display:block;
	width:600px;
	margin-bottom: 10px;
	clear: both;
}
.entry{
	font-family:"Trebuchet MS",Arial,sans-serif;
	font-size: small;
	line-height: 18px;

}

.entry ul, .entry ol{
	list-style-position: inside;
}

.entry ul{
	list-style-type: circle;
	
}

.comment{
	margin-bottom: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.comment.odd{
	background-color: #ECEFF5;
}


#footer{
	height: 100px;
	background: url('images/bg-footer.jpg') repeat-y;
	clear: both;
	font-size: 14px;
	line-height: 18px;
	padding-top: 10px;
}
#footer ul{
	display: block;
	float: left;
	margin-right: 20px;
}

#footer ul li {
	display: block;
}

#galeria
{
	padding: 10px 0px;
	background-color: #ECEFF5;	
}
#carousel{
	width: 600px;
	height: 100px;
	overflow: hidden;
}
#carousel li{
	display: inline;
	padding: 0 10px;
}

