/*
Theme Name: Taberna Barracuda 2
Theme URI: http://www.tabernabarracuda.cl/
Description: un rediseño a la nueva propuesta para la taberna
Version: 2
Author: Alejandro Naves y Vladimir Prieto
Author URI: http://www.akilles.cl
Tags: fixed footer

*/
html, body {
	margin:0;
	padding:0;
}
form, label input { margin: 0; padding: 0; }

img { border: 0; }

html, body {
	height:100%;
}
body {
	background: #FFFFFF url(images/fondo2.jpg) fixed center top no-repeat;
	color:#333333;
}
body, td {
	-x-system-font:none;
	font-family:"Lucida Grande","Lucida Sans Unicode",Tahoma,Verdana,sans-serif;
	font-size:13px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:normal;
}

#wpwrap {
	width: 780px;
	margin: 0 auto;
	min-height: 100%;
	text-align: left;
	background-color: #FFFFFF;

	position:relative;
	min-height:100%;
}
#content{
	padding-bottom:95px;
}
#content h1 {
  margin-top: 0;
}

#content #encabezado {
		height: 98px;
		background-image: url('images/encabezado.gif');
}

/* menu  */
#content #menu{
	background-color: #ac2123;
	text-align: center;
}
#content #menu ul{
	height: 21px;
	text-align: center;
	color: white;
	font: normal small-caps bolder 1em arial;
	margin: 0 auto;
	padding-top: 4px;
}
/*
.encabezado .navegacion{
	margin: 0 0;
	padding: 0 15px;
	float: left;
	font-variant: small-caps;
	position: relative;
}
*/
#content #menu li{
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	margin-left: 5px;
}

#content #menu li a, #content #menu li a:link, #content #menu li a:visited, #content #menu li a.active  {
	display: block;
	color: white;
	text-decoration: none;
	font-weight: bolder;
}

#content #menu li a:hover {
	text-decoration: underline;
}
#content #maincontent{
	padding: 5px 15px 5px 15px;
	background-color: #FFFFFF;
}
#footer {
	color: #999999;
	clear: both;
	font-size:12px;
	height:44px;
	margin:-76px 0pt 0pt;
	position:relative;
}
#footer #footercontent {
	width: 780px;
	margin: 0 auto;
	height: 44px;
	background-image: url('images/pie.gif');
	padding: 0px 0pt 0px 0px;
}
#footer #footercontent-pre {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: #D9D6AC;
	padding: 0px 0pt 0px 0px;
	color: #000000;
	font-weight:bolder;
}

#footer #footercontent-post {
	width: 780px;
	margin: 0 auto;
	text-align: center;
	background-color: #D9D6AC;
	padding: 0px 0pt 0px 0px;
	color: #8F8D74;
	font-weight:bolder;
}
#footer a, #footer a:link, #footer a:visited, #footer a.active  {
	color: #8F8D74;
	text-decoration: none;
	font-weight: bolder;
}

#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}

h2 a{
	text-decoration: none;
	color: black;
}


/*   */

#content #maincontent .sub_menu{
	width: 99%;
	background-color:  #f1e5cb;
	margin: 0 auto;
}
#content #maincontent ul {
	text-align: center; /* We are using text-align: center on ul to horizontally align our menu to the page. If you want the menu aligned left or right just change text-align to either left or right */
	margin: 5px 0px 0px 0px;
}
#content #maincontent .sub_menu li{
	display: inline;
	color: white;
	text-decoration: none;
	margin: 0;
}

#content #maincontent .sub_menu li a, #content #maincontent .sub_menu li a:link, #content #maincontent .sub_menu li a:visited, #content #maincontent .sub_menu li a.active  {
	display:  inherit;
	line-height: 30px;
	font-family: sans-serif;
	font-weight: bolder;
	color: #9d2628;
	text-decoration: none;
	padding: 0px 5px 0px 2px;
}

#content #maincontent .sub_menu li a:hover {
	text-decoration: underline;
}

#content #maincontent .texto{
	float: left;
}
/* comentarios */
.entry .postmetadata{
	border-top: thin solid gray;
	border-bottom: thin solid gray;
	font: italic normal normal 0.9em arial;
	color: gray;
}
h3#comments{
	font: italic normal bolder 1em arial;
}
.commentlist li{
	border-top: thin solid gray;
}
.commentlist li .commentmetadata{
	font: italic normal normal 0.7em arial;
	color: gray;
}

