/*
Theme Name: Arenas
Theme URI: http://arenasdiputado.cl/
Description: Arenas Diputado
Version: 1
Author: JJC
Author URI: http://arenasdiputado.cl
Tags: WP

*/


/* Paleta 

Azul: #003a89
Negro: #3b3b3b
Blanco : #fff
Amarillo : #ffc000
Rojo: #e30a15

*/


/* 
   Resetiando Segun Leimos (http://meyerweb.com/eric/tools/css/reset/)
------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; 
font-size: 100%; vertical-align: baseline; background: transparent; } body { 
line-height: 1; } ol, ul { list-style: none; } blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: 
none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }

/* 
   General 
------------------------------------------------------------------- */

html {
	font-size: 62.5%; /* reset 1em to 10px */
	height: 100%;
}

body {
	background-color: #fff;
	color: #5A5A50;
	font-size: 1.3em;
	font-family:  Lucida Grande,Verdana,Lucida Sans Regular,Lucida Sans Unicode,Arial,Verdana,sans-serif;
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}


/*
	Flotadores y Hacks
--------------------------------------------------------------------- */

.left {
	float: left;
}

.right {
	float: right;
}

.clear,.clearer {
	clear: both;
}

.clearer {
	display: block;
	font-size: 0;
	line-height: 0;	
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/*
	Tipografia
--------------------------------------------------------------------- */
p {
	line-height: 1.3em;
	padding: 0.2em 0 1.2em;
}

h1 {font: normal 3em Lucida Grande;}
h2 {font: normal 1.2em Lucida Grande;}
h3 {font: normal 1.5em Verdana;font-weight:bold;}
h4 {font: normal 1.4em Lucida Grande;padding-left:10px;font-weight:bold;}
h5 {font: normal 1.6em Lucida Grande;}
h6 {font: bold 1.2em Lucida Grande;}

h1,h2,h3,h4,h5,h6 {margin-bottom: 0.2em;}

blockquote {
	background: #f1f1f1 url('i/backgrounds.gif') no-repeat 0 -414px;
	border-bottom: 1px solid #E0E0D4;
	border-top: 1px solid #E0E0D4;
	color: #332;
	display: block;
	margin: 0.6em 0 1.6em;
	padding: 0.8em 1em 0.2em 46px;
}

.post-cuerpo ol, .post-cuerpo ul {margin: 0 0 1.2em 1.6em;}
.post-cuerpo ul li {list-style: disc;}
.post-cuerpo ol li {list-style: decimal;}
.post-cuerpo li {padding: 5px 0; margin-left: 25px;}


/* 
   Enlaces
------------------------------------------------------------------- */
a {
	color: #3b3b3b; 
	text-decoration:underline;
}

a:hover {
	color: #a40000;
	text-decoration: none;
}


/*
	Seleccion *.* - IE
--------------------------------------------------------------------*/
/*Mozilla-Geko*/
::-moz-selection{
	background:#a40000;
	color:#fff;
}

/* Otros */
::selection {
	background:#a40000;
	color:#fff;
}


/*
	Estructura
--------------------------------------------------------------------- */

#contenedor {
	width: 995px;
	margin: auto;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);	
}

#contenido {
	width :618px;
	float: left;
	border-right: 1px solid #ccc;	
}

#sidebar {
	width: 373px;
	float:left;
}

#footer {
	width: 993px;
	margin: auto;
}

/*
	Sub-Estructura
----------------------------------------------------------------------- */

.header {
	width: 995px;
	margin:auto;
	background: url(i/encabezado.png) no-repeat;
	height: 271px;
}	



/*post*/

.post {
	padding: 20px 5px 0px 5px;

}

.post-titulo {
	margin: 5px 10px 0px 10px;
	text-align: left;

}


.post-titulo h2 a {
	font-size: 1.4em;
	text-decoration: none;
}

.post-titulo h2 a:hover {
	color: #a40000;

}

.post-fecha {
	margin: 5px 1px 5px 20px;
	text-align: left;
	font-size: 0.8em;
}

.post-thumb {
	float: left;
	margin: 25px 10px 0px 10px;
	border: 1px solid #222;
}

.post-cuerpo {
	margin: 0;
	padding: 5px 0px 15px 0px;
	min-height: 160px;
}

.post-cuerpo p {
	font-family: Arial, Helvetica, Clean, sans-serif;
	padding: 0;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: 14px;
	line-height: 25px;
	word-spacing: 2px;
	color: #333333;	
}

.meta {
	width: 85%;
	display: block;
	margin: 20px auto 20px auto;
	border-top: 1px solid #333;
	border-bottom: 1px dotted #333;
	padding: 10px 0px 10px 0px;

}

	span.comments { 
	background:url(i/comment.gif) no-repeat; 
	padding-left:20px; 
	font-weight:bold; 
	}
	
	span.comments a{
	text-decoration: none;
	}

img#wpstats{
	display:none;
}

a.more-link {

	font-family: Lucida Grande, sans-serif;
	font-size: 1em;
	float:right;
	font-weight: bold;
	color: #3b3b3b;
	padding-right: 20px;
	padding-left: 10px;
	padding-bottom: 20px;
	margin-left: 10px;
	margin-right: 20px;
}
a:hover.more-link {
	text-decoration: none;
	font-weight:bold;
	color: #003a89;
}

/* 
	Sub Estructura
-------------------------------------------------------- */
.comunas {
	width: 995px;
	background: #003a89;
	height: 30px;
	padding-top: 20px;

}

.comunas span{
	margin: 10px;
	color: #ffc000;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: "Gill Sans";	
}

.branding {
	height: 200px;
	width: 995px;
	background: #fff;
	padding-top: 20px;

}

.branding span {
	font-size: 1.9em;
	color: #3b3b3b;
	text-transform: uppercase;
	margin: 10px;
	font-family: Garamond, ÒHoefler TextÓ, Palatino, ÒPalatino LinotypeÓ, serif;
	
}


.menu-nav {
	background: url(i/bg-menu.png) repeat-x;
	width: 995px;
	height: 30px;
	color: #fff;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.menu-nav ul {
	margin: 0;
	padding: 10px 0px 0px 0px;
}

.menu-nav ul li{
	list-style-type: none;
	float: left;
	padding: 0px 0px 0px 10px;
	line-height: 100%;
}

.menu-nav ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

.menu-nav ul li a:hover{
	color: #fff;
	text-decoration: underline;	
}


/* sidebar */

.elemento-titulo {
	width: 60%;
	margin: 0px auto 20px auto;
	text-transform: uppercase;
	border-bottom: 1px dotted #003a89;
	font-size: 1.5em;
	font-family: Palatino, Palatino Linotype, Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	text-align: center;
	line-height: 110%;
	padding-top: 20px;
	text-shadow: 1px 1px 1px #ccc;
}

.videos object{
	padding-top: 10px;
	margin: auto;
	display: block;
}

.videos {
	margin: auto;
	display: block;
}

.twitter {
	width: 60%;
	display: block;
	margin: auto;
}

.ultimas ul li{
	list-style-type: none;
	font-size: 0.84em;
	line-height: 18px;
	margin: 0px 5px 0px 10px;
}


/*Comments*/
/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}
	
.centradors {
	display: block !important;
	margin: auto !important;
	width: 80%;
}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 80%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* 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 */

/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	
	
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
			
/* End Images */	

