/* @override http://oaniteatro.com/wp-content/themes/oani/style.css */

/*-----------Block Level Elements--------------*/

Body {
    margin:0;
	padding:0;
	font-size: .8em;
	font-family: "Lucida Sans", Helvetica, Verdana, sans-serif;
	background-color: #fff;
}

#contenedor {
	width: 100%;
	background-color: #b8b8b8;

}

#content{
    margin:0 auto;
	padding:0;
    width: 800px;
    background-color: #fff;
}

#cabecera {
	background-color: #fff;
	border-bottom: 2px solid #9bd252;
}

#content-cabecera {
	width: 810px;
	margin: 0 auto;
	padding-top: 20px;
}

input#author {
	height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #989898;
}

input#email {
	border-style: none;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #989898;
}

input#url {
	border-style: none;
	height: 25px;
	padding: 0;
	margin: 0;
	border: 1px solid #989898;
}

#cuerpo{
    width:60%;
    padding: 10px;
    margin-bottom: 40px;
    float: left;
}

#centro_izq {
    margin:0;
	padding:0;
	margin: auto;
	float: left;
        
}
#centro_der {
	float: right;
	width: 34.5%;
	background-color: #fff;
	padding: 10px;
	border-left: 1px solid #b8b8b8;
}


#pie {
	clear: both;
	font-size: .8em;
	font-style: italic;
	margin: 0 auto;
	width: 800px;
	padding-bottom: 10px;
	border-top: 2px solid #b8b8b8;
}

div.cita {
	padding-top: 20px;
	padding-bottom: 20px;
}

.cita p {	
	color: #fff;
	font-style: italic;
	font-size: 0.9em;
	text-align: center;
	margin: 0;
}

.breadcrumb a{
	text-decoration: none;
	color: #019444;
}

/*-------------Cabecera-------------*/

#cabecera h1 a{
	display: block;
	/*para que el texto se corra*/
	text-indent: -900%;
	outline: none;
}
#cabecera h1 span{
	display: none;
}

#cabecera .inicio{
	background: url(img/logo_oani.png) no-repeat; /*llama a la marca y la muestra de fondo*/
	/*como el texto se "va" tenemos que darle ancho y alto*/
	width: 260px;
	height: 90px;
	margin: 0 auto;
}

#cabecera h1{
	margin:0;
}

#cabecera h2 {
	margin:0;
	padding:0 10px 5px 10px;
    color: #ccc;
    font-weight: normal;
}

#menu h1{
    font-size: 1.1em;
	font-weight: normal;
	padding-top: 7px;
	padding-left: 14px;
	padding-right: 14px;	
}

#menu ul{
	list-style-type: none;
	margin: 0;
	padding-left: 0px;
}

#menu {
	height: 32px;
	background-color: #fff;
	padding-left: 50px;
}

#menu li{
	float:left;
	display:block;
}

#menu li a {
	text-align: center;
	display:block; 
	color: #fff; 
    text-decoration:none;
    font-size: 11px;
    font-style: normal;
}

#menu li a:hover{
	background-color: #b8b8b8;
}

#menu .home {
	height: 32px;
	background-color: #fff;
	color: #2c2c2c;
}

.post h2 a {
	font-size: 11px;
	font-style: normal;
}

#menu .compania {
	height: 32px;
	background-color: #109940;
}
#menu .noticias {
	height: 32px;
	background-color: #30A537;
}
#menu .espectaculos {
	height: 32px;
	background-color: #50B12F;
}
#menu .talleres {
	height: 32px;
	background-color: #6EBB27;
}
#menu .prensa {
	height: 32px;
	background-color: #89C520;
}
#menu .links {
	height: 32px;
	background-color: #A7D018;
}
#menu .escribenos {
	height: 32px;
	background-color: #C6DC0F;
}

#menu .rss {
	height: 32px;
	background-color: #989898;
}

/*búsqueda
#searchform {
	background-color: #989898;
	height: 32px;
}

input#s {
	border-style: none;
	height: 20px;
}

#searchform div {
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	width: 210px;

}
*/

/*-------------Centro-------------*/

a.url {
	color: #019444;
	text-decoration: none;
}

/*-------------El Post-------------*/

.cuerpo p{
	color: #fff;
	
}

p{
    color: #555;
    line-height: 1.4em;
}

p a{
	font-style: italic;
	color: #019444;
}

.post p a{
        color: #019444;
        text-decoration: none;
}

ul {
	padding-left: 20px;
	font-style: italic;
	margin: 0;
}

.postmetadata {
    margin:0;
	padding:0;
    clear: both;

}

p.postmetadata {
	font-style: italic;
	font-size: .8em;
}

.alignleft {
 	text-align: left;
 	padding: 5px 0 0 10px;
 

}

.alignright {
 	text-align: right;
 	padding: 5px 10px 0 0;

}


/*--------------Sidebar------------*/



#sidebar p {
	padding: 0;
	font-size: 0.9em;
	line-height: 1.7em;
	margin: 0;
}

#sidebar ul {
	font-size: 0.9em;
	font-style: italic;
	margin: 0;
	line-height: 1.7em;
	list-style: decimal;
}

#pie p {
	line-height: 1.6em;
	padding: 10px;
}

#pie p a img {
	padding-top: 5px;
}

/*--------------Pie--------------*/

a {
	color: #019444;
	text-decoration: none;
}

/*--------------Comentarios--------------*/


#commentform textarea{
 	margin:0;
	padding:0;
    width: 100%;
    border-style: none;
	border: 1px solid #989898;
}

/*-------------Imágenes------------------*/

img {
	padding:0;
	border: none;
}


a img{
        border: 0;
      
}

/*-------------Other------------------*/


small {
	font-style: italic;
	font-size: .8em;
	margin: 0;
	color: #000;
}

#commentform {
}

h3 a{
	color: #019444;
	text-decoration: none;
	font-style: normal;
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 11px;
	text-transform: uppercase;
}

.limpia {
clear: both;
visibility: hidden;
}

.commentlist {
	padding: 0;
	list-style-type: none;
}

.commentlist li {
	background-color: #ececec;
	padding: 10px;
	margin-bottom: 10px;
}

div.talleres {	
}

#sidebar {
	padding: 0;
	margin: 0;
}

div.espectaculo {
	padding: 0;
	margin: 0;
}

h3 {
	color: #000;
	font-size: 1em;
	font-weight: normal;
	text-transform: uppercase;
	padding: 0;
	border-bottom: 1px solid #b8b8b8;
}

h3#respond {
	
}

#sidebar .post {
	background-color: #fff;
}

hr {
	color: #989898;
	background-color: #989898;
	height: 1px;
	border: 0;
}

div.post {
	margin-bottom: 30px;
	padding: 10px;
	background-color: #e6ffd5;
}

img.alignnone.size-thumbnail {
	border: 5px solid #fff;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
}

h2 {
	font-size: 13px;
	font-style: italic;
}







