/*

Theme Name: Raiders Granada
Theme URI: http://www.raiders-granada.es
Description: Web de Los Raiders de Granada
Author: Bruno Felicio
Author URI: http://www.iwannabeadesigner.com
Version: 1.0
Tags: Moto Club Raiders de Granada

*/

@charset "UTF-8";
/* CSS Document */

/* Reset */

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 {
margin: 0;
padding: 0;
border: 0;
outline: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
/*font-family: inherit;*/
vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

.clear {
	clear: both;
}

/* Main */

body {
	font-family: Arial, Helvetica, sans-serif;
	color:#FFF;
	background:url("img/background.jpg") no-repeat center top;
	background-color: black;
}

/* General Rules */

h1 {
	font-size: 30px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 14px;
}

p {
	font-size: 12px;
}

a {
	text-decoration: none;
	color: #505050;
	font-size: 12px;
}

a:hover {
	text-decoration: underline;
}
li {
	font-size: 12px;
}
input {
	background: white;
	border: 1px solid #505050;
	color: #505050;
	padding: 3px;
}

input:focus, input:hover {
	background:red;
	color:white;
}

/* Main Rules */

#wrapper {
	width: 960px;
	margin:auto;
}

/* Header */
#header {
	width: 960px;
}

#header h1 {
	background:url("img/logo_raiders.png") no-repeat;
	text-indent: -9999px;
	width: 268px;
	height:279px;
	margin-top: 40px;
	margin-bottom: 25px;
}

#header h1 a {
 	width: 268px;
	height:279px;
 	display: block;
}

#header #menu {
	width: 960px;
	height:46px;
	margin-left:35px;
}

#header #menu ul li {
	float:left;
}


#header #menu ul li a {
	float:left;
	font-size: 17px;
	color:#FFF;
	margin:10px 0px 0 5px;
	padding:15px 14px 20px 24px;
	display:block;
	text-decoration: none;
}

#header .selected {
	padding:15px 24px 20px 44px;
	background:url("img/bullet01.gif") no-repeat 10px 0;
	background-color: #000;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

#header .current_page_item a{
	padding:15px 24px 20px 44px;
	background:url("img/bullet01.gif") no-repeat 10px 0;
	background-color: #000;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}


#header #menu ul li a:hover {
	padding:15px 14px 20px 24px;
	background:url("img/bullet01.gif") no-repeat 10px 0;
	background-color: #000;	
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}

.sticky {
	background:#CCC;
}

/* Content Wrapper */

#content-wrapper{
	clear:both;
	overflow:hidden;
	background:#000;
	height:100%;
	margin-bottom:50px;
	-moz-border-radius: 5px;
}


/* content */

#content {
	width: 520px;
	min-height:680px;
	background:url("img/divider.gif") no-repeat right top;
	padding: 35px 90px 60px 60px;
	float: left;
	overflow: hidden;
}

#content p {
	line-height:17px;
	color: #dcdcdc;
}

#content h2 {
	padding-bottom: 30px;
	font-weight: bold;
}

#content h3 {
	padding-top: 24px;
	padding-bottom: 24px;
	font-weight: bold;
	clear:both;
}

#content h3 a{
	font-size: 22px;
	color:#FFF;
	padding-top: 20px;
	font-weight: bold;
	clear:both;
	text-decoration: none;
}

#content h3 a:hover {
	color:#993333;
}

#content img#featured {
	border: 1px solid white;
	margin-bottom: 0;
}

#content .post-item {
	margin-top: 15px;
	margin-bottom: 5px;
	float:left;
}	


#content .post-item img {
	float: left;
	margin: 20px 28px 10px 0;
	padding:4px;
	border:1px solid gray;
}

#content .post-item p {
	margin-top: 8px;
	line-height: 17px;
}

#content .post-item p.meta {
	margin: 0;
}

#content .post-item a.btn-news {
	font-size:11px;
	color:#FFF;
	float:right;
	clear:both;
	padding: 33px 0 0 38px;
	background: url("img/btn_ver_mas.jpg") no-repeat;
	width: 65px;
	height: 20px;
}

#content .post-item div.numComments {
	float:right;
	margin:30px 20px 0 0;
}

#content .post-item div.numComments a{
	font-size:11px;
	color:#993333;
	
}

#morePrev {
	margin:35px 0 0 0;
	float: right;
}

/* Audio Player stuff */

#content .wpaudio img {
	margin:0 10px 10px 0;
}
#content .wpaudio .wpa_bar {
	margin:0 0 0 10px;
}
#content #wpa0_bar {
	margin:0 0 0 35px;
}

/* Single Posts*/

body.single div.post-item p {
	font-style: normal;
}

.single div.post-item img {
	padding: 2px;
	border: 1px solid #FFF;
}

.single #content {
	min-height: 700px;
}

/* Sidebar */

#sidebar {
	width: 234px;
	float:right;
	padding:28px;
	overflow:hidden;
}

#sidebar .widget h2 {
	font-weight: bold;
	font-size:15px;
	color:#e2e2e2;
	margin:35px 0 10px 0;
	
}

#sidebar .widget h4 {
	font-size:14px;
	color:#e2e2e2;
	margin:35px 0 10px 0;
}

#sidebar .widget h3 {
	padding-bottom:15px;
	font-size:16px;
	color:#e2e2e2;
}

#sidebar .widget {
	margin:45px 0 0 0;
}

#sidebar .widget#tag_cloud-3 a{
	color:#d3c3e4;
}

#sidebar li {
	line-height: 17px;
}

#sidebar .widget ul#popular li {
	background:url("img/bullet02.jpg") no-repeat left top;
	padding-left: 25px;
	padding-bottom:3px;
}

#sidebar .widget li  {
	padding-bottom:3px;
}

#sidebar .widget li a {
	font-size:12px;
	line-height: 17px;
	color:#dcdcdc;
	background:url("img/bullet02.jpg") no-repeat left top;
	padding-left: 25px;
	padding-bottom:3px;
}

#sidebar .widget li a:hover {
	text-decoration: none;
	color: #FFF;
}

#sidebar .widget a.btn-news {
	float:left;
	padding:10px 0 0 0;
	color:#dcdcdc;
}

#sidebar .widget a.btn-news:hover {
	text-decoration: none;
	color: #FFF;
}


/* Footer */

#footer {
	width: 960px;
	height: 140px;
	margin: auto;
	background: #000;
	padding: 35px;
	overflow: hidden;
}

#footer ul li {
	float:left;
	padding:30px 0 0 25px;
}

#footer img {
	float:left;
}

#footer a {
	font-size: 11px;
	color:#dcdcdc;
}

#footer a:hover {
	color:#FFF;
}

#footer p {
	float:right;
	margin-top:30px;
}

/* Comments Template */

#comments_template {
	margin-top: 2em;
	margin-bottom:20px;
	overflow:hidden;
	padding:20px;
}

#comments_template input {
	background: white;
	width:200px;
	margin-right: 10px;
	margin-top: 10px;
	border:none;
}

#comments_template li {
	clear:left;
	margin-bottom:55px;
	padding-top:30px;
	background:url("img/comments_divider.gif") no-repeat center top;
}

#comments_template p {
	color:#CCC;
}

#comments_template h4 {
	margin-bottom:10px;
}

#comments_template h3#comments{
	margin-bottom:20px;
}

#comments_template h3{
	margin-bottom:10px;
}

#comments_template img {
	float:left;
	margin-bottom:30px;
	padding-right: 30px;
}

#comments_template textarea#comment {
	margin-top:10px;
	padding: 10px;
}

#comments_template input#submit {
	margin-top:10px;
	padding: 10px;
}

#comments_template input#submit:hover{
	background: #333333;
	color:#FFF;
}

/* Page Content */

#page_content {
	width: 520px;
	background:url("img/divider.gif") no-repeat right top;
	padding: 35px 90px 60px 60px;
	float: left;
	overflow: hidden;
}

#page_content p {
	line-height:20px;
	color: #dcdcdc;
}

#page_content p.wp-caption-text {
	font-size:11px;
	margin-bottom:10px;
	color:#333;
}


#page_content h3 {
	padding-bottom: 20px;
	font-size: 24px;
	font-weight: bold;
	clear:both;
}

#page_content h3 a{
	font-size: 18px;
	color:#FFF;
	padding-top: 20px;
	font-weight: bold;
	clear:both;
}

#page_content img {
	border: 1px solid white;
	margin-bottom: 10px;
	margin-right: 20px;
	padding: 0;
}

/* Sticky Post */
#content .sticky h3 a{
	font-size:28px;	
}

#content .sticky p{
	font-size:12px;
	font-style: italic;
}

#content .sticky img{
	border: 1px solid #333;	
}

/* Subpages */

/* SideBar subpages */
#sidebar h2.h2-subpages a {
	font-size:14px;
	font-weight: bold;
	color:#FFF;
	padding-bottom:15px;
	display:block;
	text-decoration: none;
}


#sidebar  li a{
	font-size:14px;
	color:#FFF;
}

#sidebar  li a:hover{
	color:#993333;
	text-decoration: none;
}

#sidebar .current_page_item a{
	color:#FFF;
	font-weight: bold;
	color:#993333;
}
/* Content subpages */
#content h2.h2-subpages a {
	font-size:14px;
	font-weight: bold;
	color:#FFF;
	padding-bottom:15px;
	display:block;
	text-decoration: none;
}
#content a{
	font-size:12px;
	color:#FFF;
}

#content a:hover{
	color:#993333;
	text-decoration: none;
}

#content .current_page_item a{
	color:#FFF;
	font-weight: bold;
	color:#993333;
}


#content p.subtitle {
	margin-top: 10px;
	font-size:14px;
}
/* End of Main */

