/*
Theme Name: WP Deportes
Theme URI: http://12parasegundos.com/
Description: Tema con estilo magazine para una web de resultados deportivos.
Version: 1.0
Author: 12 parasegundos
Author URI: http://12parasegundos.com/
Tags: dark, custom header, fixed width, three columns, widgets

	WP Deportes v1.0
	http://12parasegundos.com/
	
	Tema con estilo magazine para una web de resultados deportivos.

*/



/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Sans', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #333;
	text-align: center;
}

#page {
	text-align: left;
}

#header {
}

#headerimg {
}

#content {
	font-size: 1.2em;
}

.widecolumn .entry p {
	font-size: 1.05em;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}

.widecolumn {
	line-height: 1.4em;
}

.thread-alt {
}
.thread-even {
	background-color: #fff;
}
.depth-1 {
border-top: 1px solid #eee;
}

.alt {
}

.datos {
	line-height: 1.5em;
	margin-top: 0.5em;
}

.publicado {
	color: #666;
	margin: 10px 0;
	background: url('images/postmetadata-publicado.png') left center no-repeat;
	padding-left: 16px;
}

.author {
	text-transform: uppercase;
	font-style: normal !important;
	font-weight: bold;
}

.postmetadata.comentarios,
.numComments {
	background: url('images/comment-bg.png') center center no-repeat;
	font-size: 9px;
	padding: 0px 2px 0px 22px;
	width: 82px;
	height: 17px;
	line-height: 18px;
	font-weight: bold;
}

.numComments {
	float: right;
	display: block;
}

.postmetadata.comentarios a,
.numComments a,
#footer a {
	color: #666;
}

.postmetadata.comentarios a:hover,
.numComments a:hover,
#footer a:hover {
	color: #333;
	text-decoration: none;
}

.datos .publicado {
	float: left;
}

#sidebar {
	color: #777;
}

small, .publicado {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.8em;
	line-height: 1.5em;
	margin-top: 0.5em;
}

h1, h2, h3 {
	font-weight: bold;
	font-family: Arial, Sans-Serif;
}

h1 {
	font-size: 2em;
	text-align: left;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

h2 {
	font-size: 1.6em;
}

h2.pagetitle {
	font-size: 1.6em;
}

#sidebar h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.3em;
}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #fff;
}

h2, h3 {
	color: #333;
}

#sidebar h2, 
#sidebar h3 {
	color: #f93;
}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {

}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font-size: 1em;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
 {
	font-size: 0.9em;
	letter-spacing: .07em;
}

a {
	color: #c33;
	text-decoration: none;
}

a:hover {
	color: #39c;
	text-decoration: underline;
}

h2 a, h3 a {
	color: #036;
}

h2 a:hover, h3 a:hover {
	background-color: #c33;
	color: #fff;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}

.category {
	text-transform: uppercase;
	margin-bottom: 0.5em;
	font-weight: bold;
	font-family: Tahoma, Arial, Sans-Serif; 
	letter-spacing: 0.07em;
	color: #f93;
}

.category a {
	text-decoration: none;
	font-weight: bold;
	color: #f93;
}
/* End Typography & Colors */



/* Begin Structure */
body {
	margin: 0;
	padding: 0;
}

#container {
	background: #fff url('images/body-bg.png') top center repeat-y;
	margin: 0px auto;
	padding: 0;
	width: 1000px;
	overflow: hidden;
}

#page {
	background-color: #fff;
	margin: 0px auto;
	padding: 0;
	width: 976px;
}

#header {
	background-color: #111;
	margin: 0;
	padding: 0;
}

#headerimg {
	background-color: #c33;
	margin: 0;
}

.nav a {
	color: #fff;
	font-weight: bold;
	padding: 0 5px;
}

.nav a:hover {
	text-decoration: none;
	color: #c33;
}

.nav .current-cat a:hover, .nav #current a:hover {
	color: #fff;
}

#secnav li {
	background: url('images/secnav-bg.png') repeat-x;
	border-left: 1px solid #444;
	border-right: 1px solid #000;
	width:193px;
	height: 28px;
	line-height: 28px;
	text-align: center;
}

#secnav li.buscador {
	width:194px;
}

#secnav a {
	background: url('images/secnav-adorno.png') no-repeat 5px 0;
}

#secnav li#current {
	background: url('images/secnav-current-bg.png') repeat-x;
}

#secnav #current a {
	background: url('images/secnav-current-adorno.png') no-repeat 5px 0;
}

#catnav li {
	border-left: 1px solid #c33;
	height: 16px;
	line-height: 16px;
	padding: 0 27px 0 11px;
	margin: 6px 5px;
}

#catnav li.current-cat a {
	background-color: #c33;
}

#content {
	background-color: #fff;
}

#featuredCol,
#homeCol {
	float: left;
	padding: 0 10px;
	width: 355px;
}

#featuredCol {
	border-right: 1px solid #eee;
}

#homeCol {
	border-left: 1px solid #aaa;
}

.liveCol {
	float: left;
	width: 363px;
}

.liveCol .top {
	background: url('images/liveCol-top.png') center bottom no-repeat;
	height: 10px;
	margin: 0;
}

.liveCol .middle {
	background: url('images/liveCol-middle.png') center repeat-y;
	margin: 0;
	padding: 5px;
}

.liveCol .bottom {
	background: url('images/liveCol-bottom.png') center top no-repeat;
	height: 10px;
	margin: 0;
}

.liveCol .listadoHeader h2,
.liveCol .listadoHeader h3 {
	margin-left: 10px;
}

.liveCol .listadoHeader h3 {
	margin-top: 0.5em;
	font-size: 1.2em;
}

.liveCol img {
	vertical-align: middle;
}

.liveCol .smalltext {
	color: #fff;
	font-size: 0.8em;
}

.narrowcolumn {
	float: left;
	padding-top: 10px;
	margin: 0px;
	width: 757px;
}

.widecolumn {
	float: left;
	padding: 10px 15px 0px;
	margin: 0px;
	width: 727px;
}

.widecolumn.more {
	width: auto;
}

.widecolumn .listado {
	height: 400px;
	margin: 0 10px;
	overflow: auto;
}

.widecolumn .listado .even,
.widecolumn .listado .odd {
	border: 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	cursor: pointer;
}

.widecolumn .listado .even {
	background-color: #f9f9f9;
}

.widecolumn .listado .odd {
	background-color: #f5f5f5;
}

.widecolumn .listado .even:hover,
.widecolumn .listado .odd:hover {
	background-color: #e0e0e0;
}

.widecolumn .listado .deporte {
	font-size: 0.8em;
	font-style: italic;
}

.widecolumn .listado .hora,
.widecolumn .burbuja .hora,
.widecolumn .burbuja .deporte {
	font-size: 0.9em;
	margin-right: 0.5em;
}

.widecolumn .listado .evento {
	font-size: 0.9em;
	font-weight: bold;
}

.widecolumn .burbuja .elemento {
	margin: 10px;
}

.post {
	padding: 18px 0;
}

.post hr {
	display: block;
	border: none;
	border-top: dashed 1px #ccc;
	height: 1px;
}

.post .featuredImg {
	margin: 0 auto 14px;
	display: block;
}

.post .featuredThumb {
	margin: 0 0 14px 14px;
	display: block;
	float: right;
}

.post .video {
	margin: 0 auto 14px;
	text-align: center;
}

.post .entry .video {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.post .excerpt {
	color: #666;
	font-size: 0.9em;
	font-style: italic;
}

#featuredCol .post,
#homeCol .post,
.archive .post {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
}

#featuredCol .post.first,
#homeCol .post.first {
	border-top: 0;
	padding-top: 0;
}

#featuredCol .post.widget,
#homeCol .post.widget {
	border: 0;
	background-color: #eee;
	margin-bottom: 10px;
	padding: 10px;
}

.widecolumn .post {
	margin: 0;
}

.postmetadata.comentarios {
	/*background: url('images/postmetadata-comentarios.png') left 2px no-repeat;*/
}

.postmetadata.mas {
	background: url('images/postmetadata-mas.png') left 2px no-repeat;
}

.postmetadata.tags {
	background: url('images/postmetadata-tags.png') left 2px no-repeat;
}

.postmetadata.edit {
	background: url('images/postmetadata-edit.png') left 2px no-repeat;
}

.postmetadata {
	margin-top: 5px;
	padding-left: 16px;
}

.widecolumn .hed {
	border-bottom: 1px solid #eee;
}

.widecolumn .cont {
	border-top: 1px solid #ccc;
}

.widecolumn .links .votacion .textcontainer,
.widecolumn .links .votacion .bartext {
	display: inline;
}

.widecolumn .links .votacion .textcontainer {
	margin: 7px 0px 7px 7px;
}

.widecolumn .links .votacion .bartext {
	margin: 7px 7px 7px 0px;
}

.widecolumn .links .votacion .bartext a {
	margin: 2px;
}

.WP-EmailIcon,
.WP-PrintIcon {
	opacity: 0.4;
}

.WP-EmailIcon:hover,
.WP-PrintIcon:hover {
	opacity: 1;
}

div.sociable,
.votacion {
	float: left;
	margin: 16px 0 !important;
}

div.sociable img,
.votacion img {
	vertical-align: text-top;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

#footer {
	background-color: #eee;
	padding: 0;
	margin: 0;
	clear: both;
}

#footer .enlaces {
	margin: 0 16px 5px;
	padding: 8px 0;
	border-bottom: 1px solid white;
	text-align: center;
}

#footer .enlaces .izq{
	float: left;
}

#footer .enlaces .centro{
}

#footer .enlaces .der{
	float: right;
}

#footer .enlacesIzq {
	border-right: 1px solid white;
	margin-left: 16px;
}

#footer .enlacesDer {
	margin-right: 16px;
}

#footer .enlacesIzq,
#footer .enlacesDer {
	float: left;
	margin: 8px 0;
	padding-left: 26px;
	text-align: left;
	width: 460px;
}

#footer .enlaces ul {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
}

#footer .enlaces ul li {
	border-left: 1px solid #999;
	display: inline;
	margin: 0;
	padding: 0 5px;
}

#footer .enlaces ul li.first {
	border-left: none;
}
/* End Structure */



/*	Begin Headers */
h1 {
	padding: 0;
	margin: 0;
}

h2 {
	margin: 0;
}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
}

h3 {
	padding: 0;
	margin: 0;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	padding-left: 10px;
}

html>body .entry li {
	margin: 7px 0 8px 10px;
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

.burbuja .evento ul,
.burbuja .evento li {
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal inside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#searchform #s {
	width: 95px;
	padding: 2px;
}

#searchsubmit {
	padding: 1px;
}

.widecolumn fieldset.search,
.buscador fieldset.search {
	border: none;
	width: 190px;
	margin: 2px auto;
}

.widecolumn fieldset.search {
	width: 250px;
}

.buscador .search input {
	border: none;
	float: left;
}

.buscador .search input.box {
	font-size: 1.2em;
	width: 95px;
	height: 16px;
	padding: 0 20px 0 25px;
	background: url('images/search-bg.png') no-repeat;
	margin-right: 5px;
}

.buscador .search input.box:focus {
	background: url('images/search-bg.png') no-repeat left -16px;
	outline: none;
}

.buscador .search input.btn {
	width: 32px;
	height: 16px;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	color: #c33;
	background: url('images/search-bg.png') no-repeat top right;
}

.buscador .search input.btn:hover {
	background: url('images/search-bg.png') no-repeat bottom right;
}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 45px;
	list-style: none;
	position:relative;

}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist li .avatar { 
	left: 0px;
	position: absolute;
	top: 5px;
	padding: 3px;
	background-color: #eee;
	border: 1px solid #aaa;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;

	
}

.commentlist li .says { 
	display: none;
}

.commentlist p {
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}

.comment {
	position: relative;
}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	background-color: #000;
	padding: 6px;
	margin-left: 757px !important;
	margin-left: 754px;
	width: 207px;
}

#sidebar form {
	margin: 0;
}

#sidebar .textwidget {
	text-align: center;
}

#sidebar .widget {
	background: url('images/sidebar-widget-bg.png') top center repeat-y;
}

#sidebar .widget h2 {
	background: url('images/sidebar-h2-bg.png') top center no-repeat;
	padding: 18px 0 0 18px;
}

#sidebar .widget h3,
#sidebar .widget h4 {
	padding: 0 0 0 18px;
}

#sidebar .widget .foot {
	background: url('images/sidebar-widget-foot.png') bottom center no-repeat;
}

/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Navigation bars */
ul.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
}

ul.nav li {
	display: block;
	float: left;
}

ul.nav li a {
	display: block;
}

/* End Navigation bars */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #333;
	margin: 10px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	color: #fff;
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

/* Begin Polls for IE */
.wp-polls-archive {
	background-color: #eee;
}

.wp-polls, .wp-polls-form {
	background-color: #eee;
}

.wp-polls-ans {
	background-color: #eee;
}
/* End Polls for IE */

/* Begin Banner Contextual */
.cotizaciones {
	font-weight: bold;
	color: #009;
}

.cotizaciones .titulo {
	font-size: 1.2em;
	margin-bottom: 1em;
}

.cotizaciones.context .titulo {
	margin-bottom: 0.5em;
}

.cotizaciones .equipoA,
.cotizaciones .equipoX,
.cotizaciones .equipoB {
	margin: 0.4em;
}

.cotizaciones .valores {
	margin-top: 40px;
}

.cotizaciones.context .valores {
	margin-top: 0.5em;
}

.cotizaciones .valores .ganaA {
	margin-right: 20px;
}

.cotizaciones .valores .ganaX {
	margin-left: 20px;
	margin-right: 20px;
}

.cotizaciones .valores .ganaB {
	margin-left: 20px;
}

.cotizaciones {
	background: url('images/cotizaciones-bg.png') center no-repeat;
	height: 136px;
	padding-top: 64px;
}

.cotizaciones.context {
	background: url('images/cotizaciones-ancho-bg.png') center no-repeat;
	height: 57px;
	padding-top: 3px;
}

.cotizaciones.clasificacion {
	background: url('images/cotizaciones-clasificacion-bg.png') center no-repeat;
	height: 258px;
	padding-top: 45px;
}

.cotizaciones.context.clasificacion {
	background: url('images/cotizaciones-ancho-bg.png') center no-repeat;
	height: 57px;
	padding-top: 3px;
}

.cotizaciones.clasificacion table{
	margin: 0 auto;
}

.cotizaciones.clasificacion .cotizacion {
	margin-left: 30px;
}

.cotizaciones.clasificacion .participante {
	margin: 0.6em;
}

.cotizaciones.clasificacion .participante .nombre {
	text-align: left;
}

.cotizaciones.clasificacion .participante .cotizacion {
	text-align: right;
}
/* End Banner Contextual */

/* Begin marcadores */
.preloader {
	background: url('images/preloader12.gif') no-repeat;
	padding-left: 12px;
}

#resultados h2 {
	font-size: 1.2em;
}

#resultados h3 {
	font-size: 1.4em;
}

#resultados h4 {
	font-size: 1.1em;
	margin: 0.5em 0;
}

.resultados {
	margin: 6px 6px 0px;
	width: 195px;
	border-spacing: 0;
	border-collapse: collapse;
}

.resultados tr {
	color: #ddd;
	font-size: 1.1em;
}

.resultados .even {
	background-color: #444;
}

.resultados .odd {
	background-color: #000;
}

.resultados .evento {
	text-align: center;
}

.resultados .participante,
.resultados .cronometro {
	text-align: right;
}

.resultados .participante,
.resultados .visitante {
}

.resultados .puntuacion {
	font-weight: bold;
	padding:0 0.5em;
}

.resultados .blink,
.resultados .noblink {
	width: 12px;
}

.resultados .blink {
	background: url('images/blink.gif') 4px center no-repeat;
	padding-left: 13px;
}

#scores {
		width: 60%;
		margin: 0 auto;
}

#scores tr {
	color: #333;
	font-size: 1.1em;
	border: 1px solid #ccc;
}

#scores .even {
	background-color: #f7f7f7;
}

#scores .odd,
#scores .odd .deporte {
	background-color: #fff;
	color: #333;
	font-weight: normal;
}

#scores .deporte {
	background: url(images/secnav-bg.png) repeat-x;
	color: #fff;
	font-weight: bold;
	height: 29px;
	padding-left: 1em;
}
/* End marcadores */

/* Begin WP-EMail */
#wp-email-popup {
	background-color: #fff;
}
/* End WP-EMail */

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */
