/*
Theme Name: Sirius06
Theme URI: http://www.sirius06.es
Description: Theme del blog Sirius06.es.
Version: 2.0
Author: Sirius06.
Author URI: http://www.sirius06.es/autor/
*/

/* #################### */
/* ___ ESTILOS GENERALES */
/* #################### */

html,
body {
  font: 13px Georgia;
  color: #666666;
}

html {
  background: url(img/bg.gif) repeat-y center #f0f0f0;
}

body,
#posts .post .content .texto .single {
  margin: 0 auto;
}

h1,
ul,
blockquote,
#menu,
#secciones,
#posts .post .content .header .titulo_fecha h2,
#posts #caja_comentarios #commentform table tr td ul.notas {
  margin: 0;
}

h2,
#posts .post .content .header .titulo_fecha,
#posts .post .content .header .titulo_fecha h2,
#posts .post .content .header .titulo_fecha a {
	font-size: 20px;
}

h2,
h3,
input {
	color: #333333;
}

h3.titulo,
#posts .post .content .header .tags_comentarios a,
#posts h3 .destacado,
#posts #caja_comentarios #commentform .obligatorio {
	color: #ed0191;
}

h2,
#posts .post .content .texto .more-link {
	margin: 15px 0;
}

h3 {
	font-size: 16px;
	margin: 0 0 15px 0;
}

h3.actualizacion {
	border-top: 1px solid #666666;
}

p {
	margin: 0 0 10px 0;
}

blockquote,
#posts h3 .destacado {
	font-style: italic;
}

blockquote,
#posts #caja_comentarios #comments li {
	margin-bottom: 10px;
}

code,
blockquote {
	background-color: #efefef;
}

code {
	color: #000000;
}

blockquote,
#posts .post .content .texto .more-link {
	border: 1px dotted #666666;
}

blockquote,
#posts #caja_comentarios #comments li .texto {
	padding: 10px 10px 0 10px;
}

ul {
	list-style-type: square;
	padding-left: 20px;
}

a {
  color: #3fcfc5;
  text-decoration: none;
	font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

a img {
	border: 1px dotted #3fcfc5;
}

input,
textarea,
#menu_content,
#tagline,
#posts #caja_comentarios #comments .datos {
	font-size: 11px;
}

input,
textarea,
.submit,
#header a img,
#nav a img {
  border: 0;
}

input,
textarea {
	background-color: #cfdd85;
}

input {
  width: 250px;
}

textarea {
  width: 400px;
	height: 100px;
}

.submit {
  width: auto;
}

.submit,
#menu,
#secciones,
#posts #caja_comentarios #comments,
#posts #caja_comentarios #commentform table tr td ul.notas {
  padding: 0;
}

body,
#content {
  width: 904px;
}

label,
#menu,
#menu li,
#menu li a,
#searchform #s,
#secciones li a,
#header,
#posts,
#posts .post,
#posts .post .top,
#posts .post .content,
#posts .post .bottom,
#posts .post .content .header,
#posts .post .content .header .titulo_fecha,
#posts .post .content .header .titulo_fecha .titulo,
#posts .post .content .header .tags_comentarios .tags,
#posts .post .content .texto,
#posts .post .content .texto .inline_1,
#posts .post .content .texto .more-link,
#posts #caja_comentarios,
#posts #caja_comentarios #comments li .datos,
#posts #caja_comentarios #comments li .datos .autor,
#bottom {
	float: left;
}

#tagline,
#secciones,
#posts .post .content .header .titulo_fecha .fecha,
#posts .post .content .header .tags_comentarios .comentarios,
#posts .post .content .texto .inline_2,
#posts #caja_comentarios #comments li .datos .num {
	float: right;
}

#menu,
#header,
#secciones,
#posts,
#posts .post .top,
#posts .post .bottom,
#posts .post .content .header,
#posts .post .content .header .titulo_fecha,
#posts .post .content .texto,
#posts .post .content .texto table,
#posts #caja_comentarios #comments li .datos {
	width: 100%;
}

/* #################### */
/* ___ BUSCADOR */
/* #################### */

#searchform #s {
	margin: 0 5px;
	width: 150px;
}

#searchform .submit {
	margin-top: 3px;
}

/* #################### */
/* ___ TAGS */
/* #################### */

#tag_cloud {
	padding: 0 100px;
	text-align: center;
}

/* #################### */
/* ___ MENU */
/* #################### */

#menu_content,
#tagline {
	color: #999999;
}

#menu_content,
#posts #form_comentarios tr tr td,
#posts .post .content .texto .more-link {
  padding: 5px;
}

#menu_content,
#posts #caja_comentarios {
	background-color: #ffffff;
}

#menu_content {
	border: 2px solid #00716b;
	width: 892px;
	border-top: 0;
}

#menu,
#secciones,
#posts #caja_comentarios #comments,
#posts #caja_comentarios #commentform table tr td ul.notas {
  list-style: none;
}

#menu .activo {
	background-color: #00716b;
}

#menu li {
	padding: 3px;
	background-color: #3fcfc5;
	margin-right: 5px;
}

#menu li a {
	color: #ffffff;
  padding-right: 10px;
	background: url(img/flecha.png) no-repeat right;
}

/* #################### */
/* ___ TAGLINE */
/* #################### */

#tagline {
	margin-top: -20px;
	width: 425px;
	text-align: right;
}

/* #################### */
/* ___ HEADER */
/* #################### */

#header,
#posts #loading,
#posts .post .content .texto .more-link,
h3.actualizacion {
	margin-top: 15px;
}

/* __________ */
/* ___ SECCIONES */
/* __________ */

#secciones {
	margin-top: -50px;
	width: 324px;
}

#secciones li a {
	text-indent: -99999px;
}

#secciones li.portfolio a {
  background-image: url(img/portfolio.png);
  width: 111px;
	height: 37px;
}

#secciones li.portfolio a:hover {
  background-position: 0 -37px;
}

#secciones li.autor a {
  background-image: url(img/autor.png);
  width: 72px;
	height: 31px;
	margin: 0 20px;
}

#secciones li.autor a:hover {
  background-position: 0 -31px;
}

#secciones li.contacto a {
  background-image: url(img/contacto.png);
  width: 101px;
	height: 32px;
}

#secciones li.contacto a:hover {
  background-position: 0 -32px;
}

/* #################### */
/* ___ NAV */
/* #################### */

#nav {
	position: fixed;
	right: 5px;
	top: 50%;
	margin-top: -20px;
	width: 21px;
}

/* #################### */
/* ___ POSTS */
/* #################### */

#posts,
h3.actualizacion {
	padding-top: 15px;
}

#posts {
	margin-top: -5px;
}

/* __________ */
/* ___ POST */
/* __________ */

/* ___ ESTRUCTURA */

#posts .post,
#posts .post .content .header,
#posts .post .content .texto ul,
#posts .post .content .texto table {
	margin-bottom: 10px;
}

#posts .post .content .texto .inline_1 {
	margin: 0 10px 5px 0;
}

#posts .post .content .texto .inline_2 {
	margin: 0 0 5px 10px;
}

#posts .post .content .texto .single {
	display: block;
}

#posts .post .content .texto table tr td {
	text-align: center;
}

#posts .post .content .texto .more-link {
	width: 870px;
}

#posts .post .top,
#posts .post .bottom {
	height: 17px;
}

#posts .post .top {
	background-image: url(img/post_top.png);
}

#posts .post .content {
	background-image: url(img/post_bg.png);
	padding: 0 12px;
	width: 880px;
}

#posts .post .bottom {
	background-image: url(img/post_bottom.png);
}

/* ___ TEXTO */

#posts .post .content .header .titulo_fecha,
#posts .post .content .header .titulo_fecha h2,
#posts .post .content .header .titulo_fecha a {
	color: #cfdd85;
}

#posts .post .content {
	margin-bottom: -5px;
}

#posts .post .content .photos {
	padding-left: 10px;
}

#posts .post .content p {
	text-align: justify;
}

/* __________ */
/* ___ COMENTARIOS */
/* __________ */

#posts #caja_comentarios {
	width: 884px;
	padding: 10px;
}

#posts #caja_comentarios #comments li,
h3.actualizacion {
	border-top: 1px dotted #999999;
}

#posts #caja_comentarios #comments li {
	border-bottom: 1px dotted #999999;
}

#posts #caja_comentarios #smilies img {
  cursor: pointer;
}

#posts #caja_comentarios #comments li .datos {
	background-color: #f2f2f2;
}

/* ___ FORMULARIO */

#posts #caja_comentarios #commentform table tr td {
	padding-top: 5px;
}

#posts #caja_comentarios #commentform table tr td .submit {
	background-color: #ed0191;
	color: #ffffff;
	font-size: 14px;
}