/*
¡Bienvenido a Custom CSS!

CSS (Hojas de estilo en cascada) es un tipo de lenguaje de programación
que indica al navegador cómo procesar una página web. Puedes eliminar
estos comentarios y comenzar con tus personalizaciones.

Por defecto, tu hoja de estilo se cargará después de las hojas de estilo
del tema, lo que significa que tus normas pueden prevalecer y anular las
reglas CSS del tema. Solo tienes que escribir aquí lo que quieres cambiar,
no es necesario copiar todo el contenido de la hoja de estilo de tu tema.
*/
body {
	background: #000000;
	color: #000000;
	font-family: Tahoma, 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.5;
}

h1,
h2 {
	color: #bd953f;
}

h1 {
	font-family: Century Gothic, sans-serif;
	font-size: 24px;
	text-align: center;
}

h2 {
	font-family: Century Gothic, sans-serif;
	margin: 0;
}

#page {
	background: #ffffff;
	margin: 0 auto;
}

#masthead {
	background-color: #fff;
}

#primary-bar {
	border-bottom: 1px solid #a58c56;
	background-color: #a58c56;
	width: 100%;
	height: 40px;
}

#primary-nav ul li a {
	color: #fff6e4;
	display: block;
	font-size: 12px;
	line-height: 15px;
	margin: 6px;
	padding: 8px 15px;
}

#secondary-bar {
	background-color: #a58c56;
	border-top: 2px solid #a58c56;
	border-bottom: 1px solid #a58c56;
	display: block;
	margin-bottom: 0;
	padding: 10px;
}

#secondary-nav ul li a {
	color: #fff6e4;
	display: block;
	font-size: 12px;
	font-weight: 700;
	margin: 6px;
	padding: 8px 15px;
	text-transform: uppercase;
}

.entry-summary p {
	padding: 15px;
}

.entry-meta {
	padding: 15px;
}

.more-link {
	padding: 5px;
}

h3.widget-title {
	background-color: transparent;
}

h3.section-title {
	background-color: transparent;
}

.sidebar1 {
	border-right: 1px solid #a58c56;
	float: left;
	width: 160px;
	margin: 25px 0;
	margin-left: -928px;
	padding-right: 19px;
}

.sidebar2 {
	border-left: 1px solid #a58c56;
	width: 300px;
	margin: 25px 0 0;
	padding: 0 0 0 20px;
	float: right;
}

.widget .widget-title {
	background-color: transparent;
	color: #333333;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.widget .widget-title strong {
	background: transparent;
	padding-right: 10px;
}

.widget-area .widget ul li {
	border-bottom: 1px solid #a58c56;
	list-style: none;
	padding: 15px 0;
}

.top-bottom.wrapper {
	background: #730f0f;
}

.footer-wrapper {
	background: #730f0f;
	color: #fff !important;
}

.footer-copyright {
	background: #730f0f;
}

.footer-wrapper a:link, a:active {
  text-decoration:none;
	text-transform:none;
	background: #730f0f;
	color: #fff !important;
}

.footer-copyright a:link, a:active {
	background: #730f0f;
	color: #730f0f;
}

.footer-copyright > p {
	background: #730f0f;
	color: #fff !important;
}


.tags-links, .comments-link, .edit-link {
	border-left: 1px solid #fff;
	margin-left: 12px;
	padding-left: 10px;