@charset "UTF-8";
/*
Theme Name: Shining Shadows
Theme URI: http://jlc-productions.net/
Description: Diseño para la web JLC Productions, por Juanlu001
Version: 1.0
Author: Juan Luis Cano
Author URI: http://jlc-productions.net/
*/

/* *********************** */
/* Resetea los estilos css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big,
cite, code, del, dfn, em, font, img,
ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
center, u, b, i {
     margin: 0;
     padding: 0;
     border: 0;
     outline: 0;
     font-weight: normal;
     font-style: normal;
     font-size: 100%;
     font-family: inherit;
     vertical-align: baseline
}
body {
     line-height: 1
}
:focus {
     outline: 0
}
ol, ul {
     list-style: none
}
table {
     border-collapse: collapse;
     border-spacing: 0
}
blockquote:before, blockquote:after, q:before, q:after {
     content: ""
}
blockquote, q {
     quotes: "" ""
}
input, textarea, hr {
     margin: 0;
     padding: 0
}
hr {
     border: 0;
     color: #000;
     background-color: #000;
     height: 1px
}

/* ************************* */
/* Hoja de estilos principal */

/* Etiquetas */

html, body {
	margin: 0;
	padding: 0;
}
body, td, th {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background: #000 url('images/stars.png');
	font-size: 62.5%;
	text-align: center;
}
a {
	color: #03f;
	font-style: inherit;
	font-weight: bold;
	text-decoration: underline;
}
a:hover, a:active {
	color: #f60;
}
h3 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 18px;
	margin: 10px 0 4px;
	padding: 1px 0;
}
strong {
	font-style: inherit;
	font-weight: bold;
}
em {
	font-style: italic;
	font-weight: inherit;
}
sup {
	font-size: 0.8em;
	vertical-align: super;
	margin-left: 2px;
}
sub {
	font-size: 0.8em;
	vertical-align: sub;
}
abbr, acronym {
	border-bottom: 1px dotted;
	cursor: help;
}
big {
	display: inline-block;
	font-size: 2em;
	margin: 8px 0 10px;
}
small {
	font-size: .9em;
}
code {
	font: 1em 'Courier New', Courier, Fixed;
	background-color: #ddd;
	padding: 0 3px;
}


/* Header */

#header {
	background: url('images/background_header.jpg') top center no-repeat;
	color: #fff;
	height: 440px;
	text-indent: -999em;
}
#page {
	margin-top: -140px;
}

/* Navegación */

#nav {
	margin: 0 auto;
	position: relative;
	width: 892px;
	z-index: 2;
}
#nav ul li {
	display: inline-block;
	height: 50px;
	margin: 0 -2px 0 -1px;
	width: 120px;
}
#nav ul li a {
	background: url('images/button_normal.png') no-repeat;
	color: #000;
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	height: 32px;
	padding-top: 18px;
	text-decoration: none;
	text-transform: uppercase;
	width: 120px;
}
#nav ul li a:hover, #nav ul li a:active {
	background: url('images/button_over.png') no-repeat;
}
#nav ul li.current {
	height: 85px;
}
#nav ul li.current a, #nav ul li.current a:hover, #nav ul li.current a:active {
	background: url('images/button_current.png') no-repeat;
	height: 55px;
	padding-top: 30px;
}
#nav a.rss-link, #nav a.rss-link:hover, #nav a.rss-link:active {
	left: 820px;
	position: absolute;
	top: -25px;
}

/* Contenido principal */

#container {
	background-color: #fff;
	border: 10px solid #fc0;
	margin: 0 auto;
	padding: 35px 10px 30px 16px;
	position: relative;
	text-align: justify;
	top: -40px;
	width: 846px;
	z-index: 1;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#container .breadcrumb {
	background-color: #eef;
	border-top: 1px dashed #678;
	border-bottom: 1px dashed #678;
	font-size: 1.1em;
	margin-bottom: 10px;
	padding: 2px 5px 4px;
}
#main {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	padding: 0 10px 0 2px;
}
.wide {
	width: 644px;
}
.narrow {
	width: 464px;
}
#main h1 {
	font-size: 2.5em;
	font-weight: bold;
	margin: 3px 0 10px;
	padding: 2px 0;
}
#main h2 {
	font-size: 1.8em;
	font-weight: bold;
	margin: 20px 0 8px;
}
#main h2.section {
	background: url('images/title_background.png') repeat-x;
	display: block;
	height: 20px;
	padding: 6px 5px 2px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main h2.pagetitle {
	font-size: 2.4em;
	margin: 8px 0 14px;
	padding: 6px 0 2px;
}
#main .featured {
	background: #69c;
	border: 1px solid #369;
	padding: 6px 15px;
	font-size: 1.2em;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#main .featured h1 {
	border-bottom: 1px solid #036;
	text-align: center;
	padding-bottom: 4px;
}
#main .featured h3 {
	border-bottom: 1px dashed #036;
	text-align: left;
	margin: 5px 0 10px;
}
#main .featured p {
	font-weight: bold;
}
#main .featured p big {
	font-size: 1.4em;
}
#main .featured ul {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 5px;
}
#main .featured ul li:before {
	content: "\002B \0020";
}
#main .featured ul li a:hover, #main .featured ul li a:active {
	color: #f90;
}
#main .featured ul li span {
	font-size: 0.8em;
	font-style: italic;
}

.post {
	font-size: 1.2em;
	margin: 15px 0;
	position: relative;
}
.post p.postmetadata
{
	background-color: #dde;
	border-top: 1px dashed #99c;
	border-bottom: 1px dashed #99c;
	clear: both;
	font-size: 0.8em;
	margin-top: 15px;
	padding: 3px 5px 5px;
}
.post h3 a {
	color: #000;
	text-decoration: none;
}
.wide .post h3 a {
	font-size: 1.2em;
}
.post h3 a:hover, .post h3 a:active {
	color: #f60;
	text-decoration: underline;
}
.post h3 small {
	color: #333;
	font-size: 0.6em;
	font-style: italic;
}
.post h3 small strong {
	color: #191919;
}
.post .post-date {
	background: url('images/arrow.png') 62px 5px no-repeat;
	display: block;
	height: 60px;
	left: -80px;
	position: absolute;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: 80px;
	
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}
.post .post-date div {
	font-weight: bold;
	position: relative;
	width: 52px;
	
	 -moz-border-radius: 5px;
	 -webkit-border-radius: 5px;
}
.post .post-date .month-year {
	background-color: #f90;
	padding: 2px;
	z-index: 2;
}
.post .post-date .day {
	background-color: #fc0;
	font-size: 3em;
	padding: 10px 2px 5px;
	top: -8px;
	z-index: 1;
}
.post .post-info {
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
	color: #333;
	font-style: italic;
	margin: 0 0 10px;
	padding: 2px 1px;
}
.post .post-info span, .post .post-ratings span {
	font-style: italic;
}
.post img.post-ratings-image {
	vertical-align: text-bottom;
}
.post .post-info strong {
	color: #191919;
}
.post a.more-link {
	display: block;
	float: right;
	margin: 15px 0;
}
.entry h3 {
	font-size: 1.4em;
	margin: 15px 0 10px;
}
.entry p {
	line-height: 1.3em;
	margin: 4px 0 12px;
}
.entry ol {
	list-style-type: decimal;
	margin: 5px 0 5px 25px;
}
.entry ul {
	line-height: 1.2em;
	margin: 5px 0 5px 8px;
}
.entry ul li:before {
	content: "\002B \0020";
}
.entry blockquote {
	background: #ccf url('images/quote.png') no-repeat top left;
	font-family: Serif;
	font-size: 1.1em;
	margin: 15px;
	padding: 10px 15px 1px;
	
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
.entry blockquote p span {
	font-size: 1.3em;
	line-height: 1.1em;
	margin-left: 20px;
}	
.entry blockquote p:first-letter {
	font-size: 1.8em;
	margin-right: 1px;
}	
.entry blockquote span:after {
	content: "”";
	margin-left: 4px;
}
.entry blockquote cite {
	margin: 10px 0;
	display: block;
	font-style: italic;
	text-align: right;
}

/* Captions */

.entry div.wp-caption {
	background-color: #dde;
	border: 1px solid #ccd;
	padding: 8px 6px 0;
	text-align: center;

	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
.entry div.wp-caption.alignright {
	margin: 0 0 5px 8px;
}
.entry div.wp-caption.alignleft {
	margin: 0 8px 5px 0;
}
.entry div.wp-caption.aligncenter {
	margin: 0 auto 5px;
}
.entry div.wp-caption img {
	border: 1px solid #333;
}
.entry div.wp-caption p.wp-caption-text {
	font-size: 0.9em;
	margin: 5px 0;
}

/* Thumbnails */

.entry img.post-thumbnail {
	background-color: #eef;
	padding: 2px;
	border: 1px solid #bbc;
	
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.entry img.post-thumbnail.alignleft {
	margin: 0 8px 3px 0;
}
.entry img.post-thumbnail.alignright {
	margin: 0 0 3px 8px;
}

/* Tip attachments */

.entry a.download, .entry a.download:hover, .entry a.download:active, .entry a.download:visited {
	color: #fff;
	background: transparent url('images/download_bg.jpg') top left no-repeat;
	display: block;
	font-family: monospace;
	font-size: 1.2em;
	font-weight: normal;
	height: 65px;
	line-height: 1.2em;
	margin: 15px 0 30px;
	padding: 25px 10px 10px 100px;
	text-decoration: none;
	width: 230px;

	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
}

.entry a.download span {
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 1.8em;
	display: block;
	margin-bottom: 10px;
}

.entry a.download:hover span, .entry a.download:active span {
	text-decoration: underline;
}

/* Footnotes */

.entry h4.footnotes {
	font-size: 0.9em;
	font-weight: bold;
	margin: 20px 0 4px;
}
.entry ol.footnotes {
	border-top: 1px dotted #666;
	border-bottom: 1px dotted #333;
	font-size: 0.85em;
	line-height: 1.4em;
	margin-left: 0;
	padding: 4px 5px 4px 25px;
	word-wrap: break-word;
}
.entry ol.footnotes li {
	list-style: decimal outside none;
}

/* Rest of the post */

.post .post-ratings {
	margin: 10px 0 8px;
}
.navigation {
	padding: 2px 0;
	overflow: hidden;
}
.post .enjoyed {
	background: #f90 url('images/big_rss.png') no-repeat 10px center;
	border: 3px solid #fc0;
	font-size: 1.2em;
	margin: 25px 15px 5px;
	padding: 15px 15px 15px 130px;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.post .enjoyed h4 {
	font-size: 1.5em;
	margin: 2px 0 10px;
}
.post .enjoyed a {
	color: #000;
}
.post .enjoyed a:hover, .post .enjoyed a:active {
	color: #f30;
}

.related-posts {
	float: left;
	margin: 0 6px 3px 0;
	width: 332px;
}
.pings {
	float: right;
	margin: 0 0 3px 6px;
	width: 300px;
}
.related-posts ul, .pings ul {
	background-color: #fd9;
	font-size: 1.2em;
	line-height: 1.1em;
	padding: 5px 8px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.related-posts ul li:before, .pings ul li:before {
	content: "\002B \0020";
}
.related-posts ul li a, .pings ul li a {
	color: #f60;
}
.related-posts ul li a:hover, .related-posts ul li a:active,
.pings ul li a:hover, .pings ul li a:active {
	color: #f30;
}

#main > .navigation {
	font-size: 1.2em;
}

/* Comentarios */

#comments span {
	font-size: 0.8em;
}
#comments strong {
	font-size: 1.4em;
}
p.comments_closed {
	background-color: #eee;
	color: #333;
	font-size: 1.2em;
	margin-top: 15px;
	padding: 8px;

	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
ol.commentlist {
	font-size: 1.2em;
}
ol.commentlist li.comment {
	margin: 30px 0 45px;
	position: relative;
}
ol.commentlist li.comment div.comment-number {
	background: url('images/arrow.png') 60px 5px no-repeat;
	font-size: 2.2em;
	height: 40px;
	left: -78px;
	position: absolute;
	top: -10px;
	width: 70px;
}
ol.commentlist li.comment div.comment-number a {
	background-color: #fc0;
	color: #000;
	display: block;
	height: 30px;
	letter-spacing: -2px;
	padding: 6px 5px 10px;
	text-align: center;
	text-decoration: none;
	width: 45px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li.comment div.comment-number a:hover, ol.commentlist li.comment div.comment-number a:active {
	text-decoration: underline;
}
ol.commentlist li.comment div.comment-number a:before {
	content: "\0023";
}
ol.commentlist li.comment div.comment-content {
	background-color: #daddee;
	margin-left: 20px;
	padding: 8px 10px 15px 40px;
	position: relative;
	word-wrap: break-word;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li.comment div.comment-content ul {
	line-height: 1.2em;
	margin: 2px 5px 10px;
}
ol.commentlist li.comment div.comment-content ul li {
	margin: 1px 0;
}
ol.commentlist li.comment div.comment-content ul li:before {
	content: "\002B \0020";
}
ol.commentlist li.comment div.comment-content ol {
	list-style-type: decimal;
	margin: 2px 5px 10px 25px;
}
ol.commentlist li.comment .vcard {
	font-size: 1.2em;
}
ol.commentlist li.comment .vcard cite.fn {
	font-weight: bold;
}
ol.commentlist li.comment .vcard .avatar {
	border: 2px solid #666;
	float: left;
	left: -20px;
	position: absolute;
	top: -10px;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
ol.commentlist li.comment .comment-meta {
	border-bottom: 1px dotted #666;
	color: #333;
	font-size: 0.8em;
	margin: 1px 0 10px;
	padding: 0 0 2px;
}
ol.commentlist li.comment div.comment-content p {
	line-height: 1.1em;
	margin: 4px 0 10px;
}
ol.commentlist li.comment div.user-agent, ol.commentlist li.comment div.reply {
	background-color: #fff;
	border: 2px solid #ccf;
	display: block;
	height: 16px;
	padding: 2px 8px;
	position: relative;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
ol.commentlist li.comment div.user-agent {
	float: left;
	left: -10px;
}
ol.commentlist li.comment div.user-agent img {
	margin: 0 2px;
	vertical-align: middle;
}
ol.commentlist li.comment div.reply {
	float: right;
	left: 20px;
}
ol.commentlist li.comment div.reply a {
	font-size: 1.2em;
}

/* Nivel 2 */
ol.commentlist li.comment.depth-2 div.comment-content {
	margin-left: 60px;
}
ol.commentlist li.comment.depth-2 div.comment-number {
	font-size: 1.7em;
}

/* Nivel 3 */
ol.commentlist li.comment.depth-3 div.comment-content {
	margin-left: 100px;
}
ol.commentlist li.comment.depth-3 div.comment-number {
	font-size: 1.3em;
}

/* Admin */
ol.commentlist li.comment.comment-author-admin div.comment-content {
	background-color: #eaedfe;
}

/* Formulario desplazado */
ol.commentlist #respond {
	font-size: 0.8em;
	margin: 0 0 0 20px;
}

/* Formulario de comentarios */

#commentform {
	font-family: Sans-Serif;
	font-size: 1.2em;
	margin: 10px 0 0;
}
#commentform #form-data {
	overflow: visible;
	padding: 0 0 5px 2px;
}
#commentform #form-data img.preview-avatar {
	border: 1px solid #369;
	float: left;
	margin: 2px 5px 5px 0;
}
#commentform #form-data input {
	border: 1px solid #666;
	color: #333;
	font-size: 1.1em;
	margin: 2px 0;
	padding: 2px 1px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentform #form-data input:focus {
	border: 1px solid #333;
	color: black;
}
#commentform #form-data label {
	background-color: #eee;
	font-size: 0.9em;
	padding: 2px 1px;
}
#commentform p.allowed-tags {
	border: 1px dotted #8ad;
	margin: 5px 0px;
	padding: 6px;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#commentform textarea {
	border: 1px solid #666;
	padding: 8px;
	width: 628px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#commentform #submit {
	background-color: #fb0;
	border: 2px solid #f90;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	margin: 8px 0 0;
	padding: 6px;

	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* Barra de búsqueda */

#sidebar-search {
	display: inline;
	float: left;
	margin: 10px 0 15px;
	padding: 2px 5px 5px;
	text-align: center;
	width: 350px;
}
#searchform {
	text-align: center;
}
#searchform #s {
	border: 1px solid #333;
	margin: 0 2px;
	width: 180px;
}
#searchform #s:focus {
	border: 1px solid #000;
}
#searchform #searchsubmit {
	background-color: #ccc;
	border: 1px solid #999;
	font-size: 1.5em;
	font-weight: bold;
	margin: 0 2px;
	padding: 2px 18px 3px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#searchform label {
	display: none;
}

#sidebar-single #searchform #s {
	width: 150px;
}
#sidebar-single #searchform #searchsubmit {
	margin: 5px auto;
}

/* Barras laterales */


#sidebar-single {
	margin-top: 10px;
}
.sidebar {
	display: inline;
	margin: 0 7px;
	text-align: left;
	width: 166px;
	float: left;
}
.sidebar > ul > li {
	margin: 2px 0 15px;
	overflow: hidden;
}
.sidebar > ul > li p {
	text-align: justify;
}
.sidebar > ul > li > h2 {
	background: url(images/widget_title_background.png) repeat-x;
	font-size: 1.5em;
	font-weight: bold;
	height: 14px;
	margin: 0 0 8px;
	padding: 3px 6px;
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.sidebar ul li p {
	margin: 0 0 6px;
}
.sidebar ul li img.border {
	border: 1px solid #000;
}
.sidebar ul li a {
	color: #f60;
	font-size: 1.1em;
}
.sidebar ul li a:hover, .sidebar ul li a:active {
	color: #f30;
}
.sidebar ul li ul {
	font-size: 1.1em;
	line-height: 1.2em;
}
.sidebar ul li ul li:before {
	content: "\002B \0020";
}

.sidebar ul li.widget.widget_text img.alignleft {
	margin: 0 3px 3px 0;
}
.sidebar ul li.widget.widget_text a.alignright {
	margin-bottom: 3px;
}

/* Footer */

#footer {
	background: url(images/background_footer.jpg);
	border-top: 2px solid #666;
	color: #fff;
	font-size: 1.1em;
	line-height: 1.2em;
	margin-top: 40px;
	padding: 5px 10px 15px;
}
#footer a {
	color: #fff;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer p.bottom-links a {
	font-style: normal;
}
#footer p.bottom-links {
	font-size: 1.1em;
	border-bottom: 1px solid #ccc;
	margin: 1px auto 15px;
	padding: 2px 0 3px;
	width: 800px;
}

/* Otros estilos */

.hidden {
	display: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.clear {
	clear: both;
}
