/*  
Theme Name: Play Soccer
Theme URI: http://Soccer.qualitywordpress.com
Description: Play soccer is a nicely designed sports theme related to soccer.
Version: 1.0
Author: qualitywordpress
Author URI: http://qualitywordpress.com
*/



/* General */

body {
	margin: 0;
	background-image:url(images/fondito.png);
	font-family: Verdana
}

h1, h2, h3, h4 {
	margin: 0;
}

h1 {
	font-size:16px
}

h2 {
	font-size:12px
}

img {
	border: 0;
float:left
}

.clear {
	clear: both;
	height: 0;
	overflow: hidden;
}


.izquierda {
 float:left
}

.derecha {
float:right
}

/* Page */

#page {
	margin: 0 auto;
	width: 907px;
}


/* Header */

#header {
	width: 907px;
	height: 250px;
	background: url("images/header.jpg") no-repeat;
	position: relative;
}

	/* Header - Info */
	
	#header #header-info {
		position: absolute;
		top: 40px;
		left: 520px;
		display:none
	}
	
	#header #header-info h1 {
		color: #ffffff;
		font: bold 33px Verdana;
		padding-bottom: 5px;
	}
	
	#header #header-info h1 a {
		color: #000;
		text-decoration: none;
	}
	
	#header #header-info .description {
		color: #ffffff;
		font: bold 15px Verdana;
	}
	
	/* Header - Menu */
	
	#header #header-menu {
		position: absolute;
		top: 0px;
		left: 15px;
		height: 34px;
	}
	
	#header #header-menu ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
		height: 34px;
	}
	
	#header #header-menu ul li {
		float: left;
		height: 32px;
		font: 10px/32px Verdana;
		color: #FFFFFF;
		background: url("images/header_menu.gif") repeat-x;
		padding: 0 20px 5px 0;
	}
	
	#header #header-menu ul li a {
		color: #fef01c;
		text-decoration: none;
		
	}
	
	#header #header-menu ul li a:hover {
		border-bottom:2px solid #fff;
		padding:0 0 5px 0;
		
	}
	
	#header #header-menu ul li ul {
		display: none;
	}


/* Main */

#main {
	float:left;
	width: 907px;
	background: #262626 url("images/main.gif") repeat-y;
}

#main-top {
	width: 907px;
	background: url("images/main_top.gif") no-repeat;
}

#main-bottom {

	width: 907px;
	min-height: 50px;
	background: url("images/main_bottom.gif") no-repeat left bottom;
}

	/* Main - Content */
	
	#content {
		float: left;
		width: 475px;
		padding: 12px 40px 0 16px;
	}
	
	/* Main - Content - Post */
	
	#content .post {
		
		margin-bottom: 25px;
		width: 495px;
	}
	
		/* Post - Date */
		
		#content .post .post-date {
			background: url("images/post_date.gif") no-repeat;
			width: 150px;
			height: 25px;
			color: #000;
			text-align: center;
			font: bold 10px/25px Arial;
			padding:0 0 0 20px
		}
		
		/* Post - Title */
		
		#content .post .post-title {
			width: 463px;
			height: 45px;
			border: 1px solid #FFFFFF;
			background: url("images/post_title.gif") repeat-x;
			color: #FFFFFF;
			font: bold 10px Arial, Helvetica, sans-serif, Verdana,;
			padding: 0 15px;
		}
		
		#content .post .post-title a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-title a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-title h2 {
			color: #FFFFFF;
			font: bold 15px/45px Verdana;
			float: left;
		}
		
		#content .post .post-title h2 a {
			color: #FEF01C;
			text-decoration: none;
		}
		
		#content .post .post-title h2 a:hover {
			text-decoration: underline;
		}
		
		.post-title-info {
			font-size:10px;
			line-height: 45px;
			padding:0 0px 0 0;
			text-align:right
		}
		
		/* Post - Entry */
		
		#content .post .post-entry {
			font: normal 11px/18px Verdana;
			color: #000000;
			padding: 0 15px;
			width: 465px;
			background: #FFFFFF;
			float: left;
		}
		
		#content .post .post-entry a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:visited {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .more-link {
			font: bold 11px/20px Verdana;
			color: #404096;
			float: right;
			padding-bottom: 5px;
		}
		
		#content .post .post-entry .more-link a {
			color: #404096;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:visited {
			color: #404096;
			text-decoration: none;
		}
		
		#content .post .post-entry .more-link a:hover {
			text-decoration: underline;
		}

                 #content .post .post-entry img {
			margin:5px 15px 5px 0
		}
		
		/* Post - Info */
		
		#content .post .post-info {
			padding: 0 10px 0 0;
			width: 485px;
			clear: both;
			font: bold 10px/19px Verdana;
			color: #FFFFFF;
			text-align: right;
			background-color:#414297
		}
		
		#content .post .post-info a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		#content .post .post-info a:hover {
			text-decoration: underline;
		}
		
		/* Post - Comments */
		
		#content .post .post-entry h3 {
			color: #000000;
			font: bold 14px Verdana;
			margin: 25px 0 5px 0;
		}
		
		#content .post .post-entry .comments {
			font: normal 11px/18px Verdana;
			color: #000000;
			width: 465px;
		}
		
		#content .post .post-entry .comments a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol {
			margin: 10px 0 10px 0;
			padding-left: 25px;
		}
		
		#content .post .comments ol li {
			padding: 5px;
		}
		
		#content .post .post-entry .comments ol li.alt {
			background: #cccccc;
		}
		
		#content .post .post-entry .comments ol li cite {
			color: #000000;
			font-style: normal;
			font-weight: bold;
		}
		
		#content .post .post-entry .comments ol li cite a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li cite a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry .comments ol li .commentmetadata a:hover {
			text-decoration: underline;
		}
		
		#content .post .post-entry #commentform {
			font: normal 11px/18px Verdana;
			color: #FFFFFF;
			width: 450px;
			padding-left: 15px;
			margin: 0;
		}
		
		#content .post .post-entry #commentform a {
			color: #000000;
			text-decoration: none;
		}
		
		#content .post .post-entry #commentform a:hover {
			text-decoration: underline;
		}
	
	/* Main - Content - Navigation */
	
	#content .navigation {
		font: bold 11px/25px Verdana;
		color: #FFFFFF;
		width: 495px;
		height: 25px;
		float: left;
		margin-bottom: 25px;
	}
	
	#content .navigation a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	#content .navigation a:hover {
		text-decoration: underline;
	}
	
		#content .navigation .navigation-previous {
			float: left;
		}
		
		#content .navigation .navigation-next {
			float: right;
		}
	
	/* Main - Sidebar */
	
	.sidebar {
		float: left;
		width: 360px;
		font: normal 11px/18px Verdana;
		color: #FFFFFF;
	}
	
	.sidebar a {
		color: #FFFFFF;
		text-decoration: none;
	}
	
	.sidebar a:hover {
		text-decoration: underline;
	}
	
		/* Sidebar - Sides */
		
		.sidebar-left {
			padding: 0px;
		}
		
		.sidebar-right {
			width:160px;
			padding: 5px ;
		}
		
		/* Sidebar - Titles */
		
		
		
		.sidebar h3 {
		    padding-left:5px;
			font: bold 14px/26px Verdana;
			color: #FFFFFF;
			width: 100%;
			height: 26px;
			font-style:normal;
                        background-color:#000000;
                        margin:10px 0 0 0
                    }
		

		/* Sidebar - Menus */
		
		.sidebar ul {
			margin: 5px 0 8px 0;
			padding: 0;
			list-style-type: none;
                       font-style:normal
		}
		
		.sidebar ul li {
			padding-left: 11px;
			color: #FFFFFF;
			font: bold 10px/25px Verdana;
			background: url("images/sidebar_menu.gif") repeat-x;
		}
		
		.sidebar ul li a {
			color: #FFFFFF;
			text-decoration: none;
		}
		
		.sidebar ul li a:hover {
			text-decoration: underline;
		}
		
			/* Sidebar - Submenus */
			
			.sidebar ul li ul {
				margin: 0;
				padding: 0;
			}
		
		/* Sidebar - Forms */
		
		.sidebar #searchform {
			margin: 0;
			padding: 5px 0 8px 0;
			width: 170px;
			text-align: center;
		}
		
		.sidebar #searchform #s {
			width: 140px;
			margin:10px 0;
			background-color:#fffbb5;
			border:1px solid #423C3C
		}
		
		.buscar {
		   border:2px solid #000;
		   background-color:#423c3c;
		   color:#fff;
		   font-size:10px;
		   padding:3px 5px
			}
		
		/* Sidebar - Tables */
		
		.sidebar #calendar_wrap {
			margin:0;
			padding: 5px 0 8px 0;
			width: 170px;
			
		}
		
		.sidebar #calendar_wrap caption {
			font-size:11px	
			}
		
		.sidebar #calendar_wrap th {
			background-color:#000000
			}
		
		.sidebar #calendar_wrap caption {
			font-weight: bold;
			
		}
		
		.sidebar #calendar_wrap a:link {
			font-weight:bold;
			color:#0089c9;
			}
		
		.sidebar #calendar_wrap tbody {
			text-align: right;
			background-color:#1e1e1e
		}
		
		.sidebar #calendar_wrap tfoot #next {
			text-align: right;
		}
		
		.sidebar #calendar_wrap #today {
			font-weight: bold;
			background-color:#000
		}
		
		#wp-calendar {
			width:170px;
			margin:0
			}
			
		.sidebar .publicidad {
		margin:10px 0;
		float:left
			}
		
		/* Sidebar - Texts */
		
		.sidebar .textwidget {
			padding: 5px 4px 8px 4px;
		}
		
		/* Sidebar - Feed */
		
		.sidebar #sidebar-feed {
			margin: 5px auto 8px auto; 
			width: 160px;
			height: 60px;
		}
/*Columnas*/

.col-sidebar {
    width:50%;
    float:left
}

.col-entera {
   width:100%;
float:left
}

/* Footer */

#footer {
	width: 887px;
	background: #000000;
	color: #ffffff;
	font: 10px/20px Verdana;
	float:left;
	padding:10px
}

#footer a {
	color: #ffffff;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: underline;
}

#footer .modulo {
	width:280px;
	float:left;
	height:150px;
	border-right:1px dashed #1f1f1f
}

#footer .modulonoborde {
	width:320px;
	float:left;
	height:150px;
	border:none
}

#footer .modulo .contenido {
	padding:5px
}

#footer .modulo ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0
}

#footer .modulo li {
	margin:0;
	padding:0;
	border-bottom:1px solid #1f1f1f
}

#footer .modulo li a:link {
	color:#d35e00;
	font-size:11px;
	text-decoration:none
}

#footer .modulo li a:visited {
	color:#d35e00;
	font-size:11px;
	text-decoration:none
}

#footer .modulo li a:hover {
	color:#fff;

}

#footer .modulonoborde .contenido {
	padding:5px
}

#footer .modulonoborde ul {
	list-style:none;
	margin:10px 0 0 0;
	padding:0
}

#footer .modulonoborde li {
	margin:0;
	padding:0;
	border-bottom:1px solid #1f1f1f
}

#footer .modulonoborde li a:link {
	color:#d35e00;
	font-size:11px;
	text-decoration:none
}

#footer .modulonoborde li a:visited {
	color:#d35e00;
	font-size:11px;
	text-decoration:none
}

#footer .modulonoborde li a:hover {
	color:#fff;

}


#content ul {
	list-style:none
}

#content li a:link {
	color:#006600
}

#content li a:visited {
	color:#006600
}

table {
	width:100%;
	font-size:10px;
	margin:10px
}



/*Submenu*/
#subnavbar {
background: #484242;
width: 100%;
color: #FFFFFF;
margin: 0px;
padding: 0px;
border-bottom:2px solid #404096;
background: url("images/barra-inf.jpg");
float:left
}

#subnav {
margin: 0px;
padding: 0px;
}

#subnav ul {
float: left;
list-style: none;
margin: 0px;
padding: 0px;
}

#subnav li {
list-style: none;
margin: 0px;
padding: 0px;
z-index:1000
}
/*1*/
#subnav li a, #subnav li a:link, #subnav li a:visited {
color: #FFFFFF;
display: block;
font-size: 11px;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;
text-decoration: none;
text-transform:capitalize

}

#subnav li a:hover, #subnav li a:active {
color: #f8ee2a;
display: block;
text-decoration: none;
margin: 0px 0px 0px 0px;
padding: 5px 10px 5px 10px;

}
/*2*/
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
background: #404096;
width: 120px;
heigth: 20px;
float: none;
margin: 0px;
padding: 5px 10px 5px 10px;
border-bottom: 1px solid #bcbcfc;
color:#f7ef2c;
text-transform:capitalize
}

#subnav li li a:hover, #subnav li li a:active {
background: #423c3c;
margin: 0px;
padding: 5px 10px 5px 10px;
}

#subnav li {
float: left;
padding: 0px;
}

#subnav li ul {
z-index: 9999;
position: absolute;
left: -999em;
height: auto;
width: 160px;
margin: 0px;
padding: 0px;

}

#subnav li li {

}

#subnav li ul a {
width: 140px;

}

#subnav li ul a:hover, #subnav li ul a:active {

}

#subnav li ul ul {
margin: -25px 0 0 140px;

}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul {
left: -999em;

}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfhover ul, #subnav li li.sfhover ul, #subnav li li li.sfhover ul {
left: auto;
}

#subnav li:hover, #subnav li.sfhover {
position: static;
}

.chat {
	background-color:#1e1e1e;
	padding:10px
}

.chat p {
	line-height:16px
}

.fixture {
	margin:0 0 10px 0
}

.redes-sociales {
     width:175px;
     float:left
}

.redes {
       float:left;
       margin:5px 10px 0 0;
       border:1px solid #404096
}

.redes:hover {
       border:1px solid #000
}