/*
Theme Name: Teatro de Nuevo Leon
Theme URI: http://www.teatrodenuevoleon.com/
Description: Tema desarrollado especialmente para Teatro de Nuevo Leon.
Version: 1
Author: Roberto Urrutia y Osiris Magallón
Author URI: http://tonchi.uno0uno.net/

	Teatro NL
	 http://www.teatrodenuevoleon.com/

	Este tema fué desarrollado por Géminis Soluciones de Soluciones de Software
	

*/

body{
	background-image:url(imagenes/body_bg.jpg);
	padding:0;
	margin:0;
	font-family:Verdana, sans-serif;
	font-size:11px;
}

#title{
	width:750px;
	background-image:url(imagenes/titulo_bg.png);
	height:37px;
	padding:4px 20px 0;
	margin:auto auto;
}

#titulo{
	display:block;
	height:37px;
	width:225px;
	float:left;
	display:inline;
}

#feed{
	display:block;
	width:32px;
	height:37px;
	float:right;
	margin-right:9px;
	display:inline;
}

#page{
	width:750px;
	padding:0 20px;
	background-image:url(imagenes/page_bg.png);
	margin:0 auto;
}

/*********************************************/
/*						Barra Lateral					*/
/*********************************************/
#contentRight{
	background-image:url(imagenes/header_right_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:20px;
	width:175px;
	float:right;
}

#sidebar{
	float:left;
	width:156px;
}

#sidebarTop{
	height:20px;
	background-image:url(imagenes/sidebar_top_bg.png);
}

#sidebarBot{
	height:20px;
	background-image:url(imagenes/sidebar_bot_bg.png);
	margin-bottom:15px;
}

#sidebarBody{
	background-image:url(imagenes/sidebar_cen_bg.png);
	padding:10px 12px 0;
}

#sidebarBody h2{
	margin:0 0 10px;
	font-size:16px;
	border-bottom:1px solid #8c849d;
	color:#353041;
}

#sidebarBody a{
	color:#5D5A64;
	text-decoration:none;
}

#sidebarBody ul{
	padding-left:5px;
	margin-left:0;
	list-style-position:inside;
	margin-bottom:0;
	padding-bottom:20px;
}

#wp-calendar{
	text-align:center;
	padding-bottom:20px;
}

#calendar h2{
	display:none;
}

#wp-calendar caption{
	margin:0 0 5px;
	font-size:16px;
	border-bottom:1px solid #8c849d;
	color:#333333;
	text-align:left !important;
	font-weight:bold;
	padding-bottom:0;
}

#wp-calendar a{
	display:block;
	background-color:#aea6bf;
	text-decoration:none;
}

#wp-calendar #today{
	border:1px solid #8c849d;
}

#wp-wall{
	padding-bottom:20px;
}

/*********************************************/
/*						Contenido						*/
/*********************************************/

#contentLeft{
	background-image:url(imagenes/header_left_bg.png);
	background-repeat:no-repeat;
	background-position:top;
	padding-top:159px;
	width:575px;
	float:left;
	margin-bottom:15px;
}

#contenido{
	padding:0 20px;
}

h2.tituloPost{
	color:#353041;
	border-bottom:1px solid #8c849d;
	margin-bottom:3px;
	font-size:17px;
}

.metapost{
	font-weight:bold;
}

.post{
	color:#302d37;
	text-align:justify;
	line-height:18px;
}

.post a{
	color:#8c849d;
	text-decoration:none;
}

a.more-link{
	display:block;
	margin:12px 0;
}

#navegacion{
	clear:both;
width:95%;
margin: 0 auto 15px;
}

#footer{
	width:750px;
	background-image:url(imagenes/footer_bg.png);
	height:22px;
	padding:0 20px 5px;
	margin:auto auto;
	clear:both;
}

#footerContent{
	text-align:center;
	padding-top:5px;
	color:#494150;
	font-size:10px;
	font-weight:bold;
}

.clear{
	clear:both;
	height:0;
	overflow:hidden;
}

.floatLeft{
	float:left;
}

.floatRight{
	float:right;
}