/**
Theme Name: ClassicMag Purple
Author URI: http://wpjunction.com
Theme URI: http://wpjunction.com
Version: 1.0
Author: hpa
*/
@import url('css/basketmorao.css');
@import url('css/reset.css');
@import url('css/comments.css');
@import url('css/widgets.css');
/*@import url('css/default.css');*/

body {
	background:#FFFFFF url('./images/background1.gif') repeat-x 0 0;
	font:normal 12px Arial,'trebuchet MS', Verdana, Tahoma;
	color:#333;
}

a {
	color:#5A5287;
	text-decoration:none;
}

a:hover { color:#FF6633; }


#body-in {
	background:transparent url('./images/body-in.gif') repeat-x 0 100%;
}

#wrapper {
	width:990px;
	margin:0px auto;
}

/* container */
#container {
	/*vacio*/
}

/* content */
#content {
	float:left;
	width:750px;
}
.pagetitle {
	font:bold 24px 'Trebuchet MS', Tahoma, Verdana;
	text-align:center;
	padding:10px;
	background-color:#D75703;
	margin-bottom:15px;
	color:#FFF;
}
/*articulos*/
.post {
	clear:left;
	margin-bottom:15px;
	padding-right:0px;
}

/*titulo del articulo*/
.post .title {
	font:normal 20px 'Trebuchet MS', Tahoma, Verdana;
	color:#FFFFF0;
	text-align:center;
	background:url('./images/title-bg.gif') repeat-x 0 0;
	height:20px;
	padding:2px 6px 10px 6px;
	overflow:hidden;
	position:relative;
}

.post .title a {
	color:white;
}

.post .title a:hover{
	text-decoration:underline;
}

.post .post-title-left, .post .post-title-right{
	position:absolute;
	display:block;
	width:9px;
	height:32px;
	top:0;
}
.post .post-title-left{
background:url('./images/title-left-bg.gif') repeat-x 0 0;
left:0;
}
.post .post-title-right{
background:url('./images/title-right-bg.gif') repeat-x 0 0;
right:0;
}

/*contenido del articulo*/
.post .entry{
	/*text-indent:25px;*/
	line-height:22px;
	padding-top:15px; 
	padding-bottom:15px; 
	padding-left:25px; 
	padding-right:25px; 
	border-left:1px solid #5A5287;
	border-right:1px solid #5A5287;
	background-color:#F2F5FF;
}
.post img{
	margin:5px;
display: block;
}
/*pie de los articulos*/
.post .meta {
	background:url('./images/meta-bg.gif') repeat-x 0 0;
	height:20px;
	padding:6px;
	font:normal 12px 'Trebuchet MS', Tahoma, Verdana;
	color:#9597C2;
	text-transform:lowercase;
	overflow:hidden;
	position:relative;
	text-align:center;
}

.post .meta-left, .post .meta-right {
	position:absolute;
	display:block;
	width:10px;
	height:32px;
	top:0;
}

.post .meta-left {
	background:transparent url('./images/meta-left-bg.gif') no-repeat 0 0;
	left:0;
}

.post .meta-right {
	background:transparent url('./images/meta-right-bg.gif') no-repeat 100% 0;
	right:0;
}

/*subtitulos de fotos*/
.post .wp-caption-text{
font-size:10px; text-align:center; color:#5A5287; text-indent:0px;
}
/*capas con fotos*/
.post .wp-caption{
margin-left:10px;
margin-right: 10px;
padding:5px;
border-top: 1px solid #CCC;
border-left: 1px solid #CCC;
border-bottom: 1px solid #666;
border-right: 1px solid #666;
line-height:15px;
background:#FFF;
}
 .post .aligncenter {margin: 0px auto;}

/*ngg*/
.post .ngg-gallery-thumbnail-box img{margin:0 0 10px 0;}
.post .ngg-galleryoverview{text-align:center;}
/*navegacion inferior*/
#post-nav {
	margin-bottom:60px;
}
.alignright { float:right; }

.alignleft { float:left }

/* sidebar */
#sidebar {
	float:left;
	width:230px;
	margin-left:10px;
	overflow:hidden;
	/*un pixel mas aqui y el sidebar se va a tomar por culo*/
}

#primary .widget, #secondary {
	background:#FFFFFF url('./images/widget-bottom-bg.gif') no-repeat 0 100%;
	padding-bottom:12px;
	margin-bottom:5px;
}

.widget-top {
	background:transparent url('./images/widget-top-bg.gif') no-repeat 0 100%;
	height:12px;
}

.widget-title, .widgettitle {
	font:normal 16px 'trebuchet MS', Verdana;
	text-align:center;
	color:#5A5287;
	text-transform:uppercase;
	padding-bottom:3px;
	margin-bottom:8px;
	border-bottom:1px dotted #FF6633;
}

#primary .widget-content {
	background:transparent url('./images/widget-bg.gif') repeat-y 0 0;
	padding:0 5px;
	width:220px;
}

.widget-content li a:hover {
	text-decoration:underline;
	color:#FF6633;
}

.widget-content li {
	background:transparent url(images/sidebar-list.gif) no-repeat center left;
	padding-left:22px;
	padding-top:4px;
	font-size:12px;
}

.widget-content li:hover {
	background:transparent url(images/sidebar-listhv.gif) no-repeat center left;
}

.widget-content li li {
	border:none;
	padding-bottom:0;
}

.wp-polls p{	
font-size:16px;	
padding:12px;	
background:#5A5287;	
color:#FFF;	
margin:0px auto;
}

.wp-polls li{	
background:none;        
text-indent:0px;        
padding-left:0px;	
color:#66C;	
border-bottom:1px dotted #66C;
}

.wp-polls li:hover{ background:none;}

.wp-polls ul{ margin:0px;}

.wp-polls li label{font-size:14px; color:#5A5287;}

#secondary { margin-bottom:60px; }

#secondary .widget-content{
	padding-bottom:10px;
	margin-bottom:10px;
	margin-right:10px;
	}

#secondary-in {
	background:#FFFFFF url('./images/widget-bg.gif') repeat-y 0 0;
	width:220px;
	padding:0 5px;
}

#secondary-in .widget {
	padding-bottom:10px;
padding-left:5px;
overflow:hidden;
}

#secondary-in .widget-title , #secondary-in .widgettitle, #secondary-in .widget-title a{
	color:#FF6633;
}

.widget-bottom {
	background:#FFFFFF url('./images/widget-bottom-bg.gif') no-repeat 0 0;
	height:6px;
}

/* footer */
#footer {
	position:relative;
	padding:0 12px;
	font-size:10px;
	height:40px;
	line-height:40px;
	color:#5A5287;
	text-transform:uppercase;
	overflow:hidden;
}

#footer a{
color:#FF6633;
}

#footer a:hover{
color:#5A5287;
}

#footer-left, #footer-right {
	display:block;
	position:absolute;
	height:40px;
	width:10px;
	top:0;
}

#footer-left {
	background:#433C65 url('./images/footer-left-bg.gif') repeat-x 0 0;
	left:0;
}

#footer-right {
	background:#433C65 url('./images/footer-right-bg.gif') repeat-x 100% 0;
	right:0;
}
 .ngg-widget{
text-align:center;
}

/*links de imagenes*/
.post h4{font-size:15px; text-align:center; font-weight:normal; margin-bottom:10px;}

#tabla_trofeo{ margin:5px auto; background-color:#EEE;}
#tabla_trofeo .tHeader{background-color:#5A5287; color:#FFF; font-weight:bold;}
#tabla_trofeo td{padding: 3px; vertical-align:middle;}
#tabla_trofeo .tSep{padding:0px;}
#tJornada{margin: 5px auto; width:700px;}
#tJornada td{padding:3px; vertical-align:top;}
#tJornada .jHeader{ background-color:#5A5287; color:#FFF; padding:3px; text-align:center; font-weight:bold;}
#tJornada .jContent{ padding:5px; line-height:20px; padding-left:30px;}
#trofeo_ultima{margin:5px auto; background-color:#EEE;}
#trofeo_ultima td{padding: 3px; vertical-align:middle;}
#trofeo_ultima .tHeader{background-color:#5A5287; color:#FFF;  font-weight:bold;}
.tableTitle{background-color:#C93; color:white; text-align:center; font-weight:bold; font-size:16px;}
#normativa li{padding:5px;}








