/*   
	Theme Name: Frates
	Theme URI: http://septum.heavenofanime.org/
	Description: Simplemente un estilo para Wordpress.
	Author: n0X
	Author URI: http://septum.heavenofanime.org/
	Version: 1.0b
	
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

/* Etiquetas generales */

body {
	background-color: #888888;
	background-image: url(images/fratesback.png);
	background-repeat: repeat-y;
	background-position: center;
	background-attachment: scroll;
	margin: 0;
	padding: 0;
	}
	
a,
a:visited {
	color: #bd0c00;
	}

a:hover {
	color: #000;
	}


/* Estructura de la página */

#contenedor {
	width: 700px;
	margin: 0 auto;
	}

#cabecera {
	background-color: #fdfdfd;
	background-image: url(images/frateslogo.jpg);
	background-repeat: no-repeat;
	background-position: center;
	width: 700px;
	height: 82px;
	margin: 0 auto;
	}

#contenido {
	width: 100%;
	}

#noticias {
	float: right;
	width: 480px;
	}

#menu {
	float: left;
	width: 180px;
	}
	
#footer {
	padding: 3px 0px;
	background: #bd0c00;
	float: left;
	width: 698px;
}

/* Fuentes, colores y estilos */

/* Header (no se utiliza en esta versión */
h1 {
	font-family: 'Georgia', Times New Roman, Times, serif;
	font-size: 200%;
	text-align: right;
	font-weight: normal;
	margin: 0px;
	padding: 10px 240px 0px 0px;
	color: #000;
}

h1, 
h1 a, 
h1 a:visited,
h1 a:hover {
	text-decoration: none;
	color: #000;
	background-color: #bd0c00;
	}

/* Post/Entradas del blog */
#noticias {
	padding: 10px;
	}

h2 {
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 3px;
	margin-top: 0;
	}

h2,
h2 a,
h2 a:visited {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 20px;
	font-weight: normal;
	color: #bd0c00;
	text-decoration: none;
	}

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

.post-info {
	margin: 0px;
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	color: #919390;
	text-align: right;
	}

.post-info a,
.post-info a:visited {
	color: #000;
	text-decoration: none;
	}

.post-info a:hover {
	font-weight: bold;
	}
	
.post-texto {
	font-family: Arial, "Lucida console", Sans-serif;
	line-height: 1.5em;
	text-align: justify;
	font-size: 12px;
	color: #333;
	margin-top: 20px;
	}
	
.post-texto a,
.post-texto a:visited {
	color: #bd0c00;
	}

.post-texto a:hover {
	color: #000;
	}
	
.post-com {
	margin: 0px 0px 35px 0px;
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #919390;
	text-align: center;
	}
	
.post-com a,
.post-com a:visited {
	color: #000;
	text-decoration: none;
	font-weight: normal;
	}

.post-com a:hover {
	font-weight: bold;
	}

.center {
	text-align: center;
	}

.right {
	text-align: right;
	}
	
.navegacion {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #919390;
	}
	
.navegacion a,
.navegacion a:visited {
	color: #bd0c00;
	text-decoration: none;
	}

.navegacion a:hover {
	color: #000;
	text-decoration: underline;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-left: 5px solid #ddd;
	border: 1px dashed #bd0c00;
	background-color: #f3f3f3;
	font-style: italic;
	}

blockquote cite {
	margin: 8px 0 0;
	text-align: center;
	font-weight: bold;
	}

/* Comentarios */
h3,
h3 a,
h3 a:visited {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 16px;
	color: #000;
	text-decoration: none;
	margin-top: -5px;
	}

h3 a:hover {
	color: #919390;
	text-decoration: none;
	}
	
.comentario-info {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	color: #000;
	background-color: #f3f3f3;
	border-top: 1px solid #eaeaea;
	border-left: 1px solid #eaeaea;
	border-right: 1px solid #eaeaea;
	margin: 0px 0px 0px 0px;
	padding: 3px;
	}

.comentario-info a,
.comentario-info a:visited {
	color: #bd0c00;
	text-decoration: none;
	}
	
.comentario-info a:hover {
	text-decoration: underline;
	color: #000;	
	}
	
.comentario-texto {
	color: #000;
	font-family: Arial, "Lucida console", Sans-serif;
	font-size: 12px;
	line-height: 1.5em;
	text-align: justify;
	background-color: #fbfbfb;
	border: 1px solid #eaeaea;
	margin: 0px 0px 16px 0px;
	padding: 3px;
	}
	
.comentario-texto a:visited {
	color: #000;
	text-decoration: none;
	}
	
.comentario-texto a:hover {
	font-weight: bold;
	}
	
.formulario-texto {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	color: #919390;
	padding: 3px;
	}

/* Sidebar - Menú */
#menu {
	padding: 11px 5px 100px 5px;
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #919390;
	}
	
.sidebar-texto1 {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	border-bottom: 1px solid #d4d4d4;
	color: #333;
	font-weight: bold;
	margin: 0;
	padding-bottom: 5px;
	}
	
.sidebar-texto2 {
	font-family: 'Verdana', Trebuchet MS, Sans-serif;
	font-size: 11px;
	color: #333;
	margin: 0;
	}
	
.sidebar-texto2 a,
.sidebar-texto2 a:visited {
	color: #333;
	text-decoration: none;
	}

.sidebar-texto2 a:hover {
	color: #919390;
	}	
	
#menu a,
#menu a:visited {
	color: #bd0c00;
	text-decoration: none;
	}

#menu a:hover {
	color: #000;
	text-decoration: underline;
	}	

#menu ul, #sidebar ol {
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#menu li {
	margin: 0;
	padding: 0;
	}

/* Footer */
#footer {
	border-top: 1px solid #fff;
	border-left: 1px solid #bd0c00;
	border-right: 1px solid #fff;
	color: #fff;
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	}

#footer a,
#footer a:visited {
	color: #fff;
	text-align: center;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
}
