/*
Theme Name: Asalto Paintball
Theme URI: http://jordan712.com
Description: Tema creado para Asalto Paintball
Version: 1.0
Author: Antonio Jordán
Author URI: http://jordan712.com
Tags: Asalto Paintball

	jordan712 v 1.0
	 http://jordan712.com/

	This theme was designed and built by Antonio Jordán,
	whose blog you will find at http://jordan712.com

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/
body{
	margin:0 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
	text-align:center;
	background-color:#000000;
	color:#CCCCCC;
}
#pagina{
	margin:0px auto;
	width:970px;
	min-height:800px;
	clear:both;
	background:url(images/bg.jpg) top no-repeat;
	text-align:left;
}
#header{
	width:970px;
	height:136px;
	clear:both;
	float:left;
}
#topmenu{
	width:970px;
	height:30px;
	clear:both;
	float:left;
}
#topmenu a{
	color:#66FF00;
	text-decoration:none;
	padding:8px 10px 9px 10px;
	margin-left:11px;
}
#topmenu a:hover, #topmenu span{
	color:#FF9900;
	background-color:#222222;
	text-decoration:none;
	padding:8px 10px 9px 10px;
	margin-left:11px;
}
#content{
	width:950px;
	min-height:600px;
	clear:both;
	float:left;
	padding-left:10px;
	padding-top:10px;
	text-align:justify;
}
#content-left{
	width:640px;
	min-height:600px;
	float:left;
}
#content-left img{
	padding:0 20px 20px 0;
	float:left;
}
#content a, #footer a{
	color:#99FF00;
	text-decoration:none;
}
#content a:hover, #footer a:hover{
	color:#99FF00;
	text-decoration:underline;
}
#content a img{
	border:none;
}
#content-right{
	width:270px;
	min-height:600px;
	float:right;
}
html>body #content-right{
	width:270px;
	min-height:600px;
	float:left;
	padding-left:40px;
}
#footer{
	width:970px;
	height:60px;
	padding-top:60px;
	text-align:center;
	font-size:0.9em;
	float:left;
	background:url(images/bgfooter.jpg) no-repeat;
}
#slider{
	margin-left:40px;
}
#slider ul, #slider li{
	margin:0;
	padding:0;
	list-style:none;
}
#slider li{ 
	/* 
		define width and height of list item (slide)
		entire slider area will adjust according to the parameters provided here
	*/ 
	width:560px;
	height:180px;
	overflow:hidden; 
}
#slider img{
	float:left;
	padding-right:20px;
}							
#slider p{
	float:left;
}		
p#controls{
	margin:0;
	position:relative;
} 
	
#prevBtn, #nextBtn{ 
		display:block;
		margin:0;
		overflow:hidden;
		text-indent:-8000px;		
		width:26px;
		height:180px;
		position:absolute;
		left:0px;
		top:-180px;
		}	
#nextBtn{ 
		left:614px;
		}														
#prevBtn a, #nextBtn a{  
		display:block;
		width:26px;
		height:180px;
		background:url(images/btn_prev.gif) no-repeat 0 0;	
		}	
#nextBtn a{ 
		background:url(images/btn_next.gif) no-repeat 0 0;	
		}	
.columna{
	width:300px;
	min-height:400px;
	padding-right:20px;
	background-color:#222222;
	float:left;
}
h1, h2, h3, h4, h5{
	color:#99FF00;
	font-weight:lighter;
}
h1{
	font-size:1.8em;
}
h2{
	font-size:1.5em;
}
h3{
	font-size:1.2em;
}
.campo, textarea, .boton, #submit{
	border:#333333 solid 1px;
	background-color:#222222;
	color:#FFFFFF;
}
.campo, textarea{
	width:300px;
}
.fecha{
	background-color:#222222;
	padding-left:10px;
	padding-right:10px;
}
.wp-caption-text{
	color:#666666;
	font-style:italic;
}
.navigation{
	width:640px;
	height:40px;
	clear:both;
	float:left;
}
.alignleft{
	float:left;
	background-color:#222222;
}
.alignright{
	float:right;
	background-color:#222222;
}
img .alignleft, .fl{
	float:left;
}
img .alignright, .fr{
	float:right;
}
.clear, #respond{
	clear:both;
}
#respond, .commentlist{
	color:#FF9900;
}
.numcoment{
	background:url(images/mancha.jpg) no-repeat;
	padding-left:5px;
	padding-right:10px;
}
.comentario{
	color:#EF541E;
}