/*
Theme Name: ClubRenault8y10 1.0
Theme URI: http://blog.clubrenault8y10.com
Description: Based on <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.0
Author: Jose Carlos Gil Zambrana
Author URI: http://www.wezstudio.com/
Tags: yellow, custom header, fixed width, two columns, widgets

*/

@import "reset.css";

#searchsubmit {
	padding:0px;
}

textarea, input {
	border: 1px solid #B7B8B8;
}



/* Button */

.button, .button:visited {
	padding-top:7px;
	padding-bottom:7px;
	padding-left:15px;
	padding-right:15px;
	background-color:#516DA4;
	color:#FEFEFE;
	font-size:14px;
	text-decoration:none;
	display:inline;
	font-weight:bold;
	border-color: #6C82AF;
	border-style: solid;
	border-width: 2px;
}

.button:hover {
	background-color:#618FD2;
	color:#FFF;	
	border-color: #76A6EB;
}


.header {
	color:#5A5230;
	font-size:16px;
	line-height:30px;
	text-transform:uppercase;

	background-color:#FECE06;
	display:inline;
	padding-top:10px;
	padding-bottom:5px;
	padding-left:10px;
	padding-right:10px;
	font-weight:bold;
}

.post h2 a, .post h3 a {
	color:#5A5230;
	font-size:18px;
	line-height:30px;
	text-decoration:none;
	font-weight:normal;
}


/* better IE img resize */
img
{
	-ms-interpolation-mode: bicubic;
}

em {
	font-style:italic;
}

/* sidebar Post */


#sidebar_post {
	/*
	margin-left:755px;
	*/
	margin-left:745px;
	width:200px;
	font-size:14px;
	line-height:18px;
	padding-top:60px;
}

.sidebar_postautor {
	background-color:#ECE8C7;
	border: 1px solid #BCB896;

	padding:10px;
	height:50px;
}

.sidebar_postautor strong{
	font-weight:bold;
	line-height:20px;
	display:inline;
}

.sidebar_postautor span {
	font-style:normal;
	font-weight:normal;
	display:inline;
	line-height:30px;
}

.sidebar_postautor img {
	float:left;
	margin-right: 10px;
	width:45px;
	border: 1px solid #E6E5E5;
	padding: 2px;
	background-color:#FFF;
}

#sidebar_comments {
	font-size:14px;
	margin-top:20px;
	display:block;
	text-align:center;
}

#sidebar_post h2 {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top:20px;
}

.post-categories {
	font-size:14px;
	margin-top:5px;
}

.post-categories li {
	line-height:18px;	
}



/* end sidebar post */


/* YARPP Related posts plugin */

#yarpp span {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top:20px;
}

#yarpp ol, #yarpp li  {
	list-style-type:none;
}



/* Sociable Plugin*/

div.sociable { 
	margin: 16px 0; 
	/*clear: both;*/ 
}

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 17px;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before {
	 content: ""; 
}


.sociable img {
	float: none;
	width: 16px;
	height: 16px;
	border: 0;
	margin: 0;
	padding: 0;
	border-width: 0px;
}


.sociable strong {
	font-size:16px;
	font-weight:bold;
	color:#333333;
	margin-top:20px;
	margin-bottom:10px;
	display:block;
}
/*
.sociable-hovers {
	opacity: .4;
	-moz-opacity: .4;
	filter: alpha(opacity=40);
}
.sociable-hovers:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);
}*/





/* 404 page */

#notfound_title {
	height: 120px;
}

#notfound img {
	float:left;
	margin-right:20px;	
}

#notfound h1 {
	float:left;
	font-size:28px;
	margin-top:20px;
	color: #000000;	
}

#notfound h2 {
	font-size:18px;
}

/* To insert a summary at the beginning of the posts*/
/* Box = a general box inside the post */
.summary, .box {
	border-color:#FBEFB2;
	background-color:#FCF5D8;
	border-style:solid;
	border-width:3px;
	margin-left:20px;
	margin-right:20px;
	margin-top:20px;
	margin-bottom:20px;
	padding:10px;
}

/* To insert photo and metadata at the end of the post */
.postautor {
	clear:both;
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	padding:10px;
	height: 75px;	

	background-color:#ECE8C7;
	border: 1px solid #BCB896;

}

.postautor img {
	float:left;
	margin-right: 10px;

	border: 1px solid #E6E5E5;
	padding: 2px;
	background-color:#FFF;
}

.postautor-title {
	font-size: 16px;
	line-height: 26px;
	font-weight:bold;
}





/* Begin Typography & Colors */

html {
	font-size:100%; /* http://www.alistapart.com/articles/howtosizetextincss */
}

body {
	font-family: helvetica,arial, verdana,sans-serif;  
	font-size: 1em; /*1em=16px*/
	background:	#F8F7ED url("images/header/background_header.jpg") repeat-x scroll 0 0;
	color:#353535;
	text-align: center;
}

p {
	font-size: 14px;
	line-height: 18px;
	color:#353535;
	margin-top:10px;
	font-weight:normal;	
}

#page {
	background-color: #F8F7ED;
	text-align: left;
}


a {
	color:#425f99;
}

a:visited {
	color:#570513; 
}

#content ol,#content ul {
	list-style: disc;
	margin-left:20px;
	margin-top:10px;
}

#content strong {
	font-weight:bold;
}

/* Header */


/* Numero de socios */

#register span, .num-socios {
	display:inline;
}

#logo span, #header-title span {
	display:none;
}

#header {
	height: 306px;	
	margin-top: 0px;
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 15px;
	background:	transparent url("images/header/background_dibus.jpg") no-repeat scroll 0 0;
	position:relative;
}

#header-title {
	float:left;
	margin-left:40px;
	margin-top:8px;
}

#header-title h1 a, #header-title h2 a, #header-title h1 a:visited, #header-title h2 a:visited {
	text-decoration:none;
	color:#422d00;
	font-family: "Times New Roman",helvetica,serif;
}


#header-title h1, #header-title h2 {
	color:#422d00;
	float:left;
	text-transform: uppercase;
	clear:both;
}

#header-title h1 {
	font-size:56px;
	margin-top:0px;
}

#header-title span {
	font-size:50px;
	display:inline;
}

#header-title h2 {
	font-size:32px;
	margin-top:4px;
}

/* Logo */

#logo {
	background: transparent url("images/header/logo_club_r8_espanya.png") no-repeat scroll 0 0;
	width: 87px;
	height: 132px;
	display:block;
	margin:0;
	margin-top:10px;
	padding:0;
	float:left;
	position:absolute;
	top:100px;
	left:105px;
}

/* Register */

#register {
	background: transparent url("images/header/splash_apuntate.gif") no-repeat scroll 0 0;
	width: 256px;
	height: 142px;
	display:block;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
	left:720px;
	top:0px;
	text-align:center;
	clear:both;
}

#register h3 {
	color:#981301;
	text-transform: uppercase;
	font-size:16px;
	font-weight:bold;
	margin:0;
	margin-top:10px;
}

#register p {
	font-size:14px;
	line-height: 20px;
	text-transform: none;
	margin:0;
}

#register a, #register a:visited {
	font-size:16px;
	font-weight:bold;
	text-transform: none;
	line-height: 26px;
	color:#425f99;
}


/* Menu */

#menu {
	float:left;
	clear:both;
	position:absolute;
	font-size: 20px;
	top:278px;
	left:260px;
	margin-top:2px;
}

#menu ul {
	list-style-type:none;
	margin:0;
	padding:0;
	/*position:absolute;*/
}


#menu li {
	float:left;
	display:inline;
	margin:0;
	padding:0;
	text-align:center;
	padding-left:8px;
	padding-right:8px;
	
	font-weight:bold;
}


#menu a:hover {
	color:#981301;
	background: transparent url("images/header/menu_hover.png") no-repeat scroll 50% 0;
	height:56px;
}

#menu a.menu_active:hover {
	background: none;
}


#menu a.menu_active {
	color:#FFF;
}

#menu li.separator {
	padding-left:0;
	padding-right:0;
	color:#b59501;
	height:32px;
	padding-top:10px;
}

#menu a{
	color: #422d00;
	text-decoration: none;
	display:block;
	height:32px;
	padding-top:10px;
}

/* meetings */

#meetings, #meetings:visited {
	background: transparent url("images/header/encuentros.png") no-repeat scroll 0 0;
	width: 190px;
	height: 125px;
	display:block;
	margin:0;
	padding:0;
	float:left;
	position:absolute;
	left:40px;
	top:140px;
	clear:both;
	color:#425f99;	
}

#meetings p {
	padding-top:50px;
	padding-left:0;
	padding-right:20px;
	padding-bottom:0;
	margin:0;
	font-size:14px;
	line-height:18px;
	text-align:right;
	color:#425f99;
	margin-top:0;
}


/* Footer */

#footer-wrap span, #subfooter-wrap span {
	display:none;
}

#footer-wrap {
	clear:both;
	width:100%;
	margin: 0;
	height: 55px;
	background: #425f99 none repeat scroll 0 0;
	padding: 25px 0;
}

#footer-dibu {
	background: transparent url("images/footer/coches_footer.gif") no-repeat scroll 0 0;
	width:960px;
	margin: 0 auto;
	height:74px;
	margin-top:40px;
}

#footer {
	width: 960px;
	margin: 0 auto;
}

#web_footer {
	background: transparent url("images/footer/wezstudio_footer.gif") no-repeat scroll 0 0;
	margin-right: 10px;
	display: block;
	float: left;
	width: 44px;
	height:44px;
}

#designed_by {
	padding-top: 3px;
	width: 260px;
	height: 43px;
	float:right;
}

.footer_container {
	padding-top: 3px;
	height: 43px;
	float:left;
}

.footer_container p {
	color: #fefefe;
	font-size: 14px;
	line-height: 20px;
	margin:0;
	text-align:left;
}

.footer_container a, .footer_container a:visited {
	color: #FFF;
}

/* end footer */


#page {
	font-size: 14px;
}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 19px;
	}

.widecolumn {
	line-height: 22px;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color:#ECE8C7;
	border: 1px solid #BCB896;	
}

small {
	font-size: 12px;
	line-height: 20px;
	display:block;
	margin-top:5px;
}

h1, h2, h3, h4 {
	font-weight: bold;
	}

h1 {
	font-size: 44px;
}

#headerimg .description {
	font-size: 20px;
}

h2 {
	/*
	font-size: 22px;
	text-align: left;
	*/

	font-size: 24px;
	text-align: left;
}

h2.pagetitle {
	font-size: 22px;
	margin-bottom:10px;
}

#sidebar h2 {
	font-size: 16px;
}

#sidebar ul li {
	font-size:14px;
	font-weight:normal;	
}

h3 {
	font-size: 16px;
	}

h4 {
	font-size: 14px;
	}


h1, #headerimg .description {
	color: white;
}

h2, h3, h4 {
	color: #333;
	margin-top:15px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 12px 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

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

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

.commentmetadata {
	font-weight: normal;
	}

code {
	font: 15px 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 12px;
	letter-spacing: 0.9625px;
}


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

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

#wp-calendar caption {
	font: bold 18px ;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



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

#page {
	background-color:#F8F7ED;
	margin: 0px auto;
	width: 960px;
	padding-top:15px;
	padding-bottom:0;
	padding-left:0;
	padding-right:0;
}

.narrowcolumn {
	float: left;
	padding-right:20px;
	margin: 0;
	width: 620px;
}

.widecolumn {
	float:left;
	width: 720px;
	padding-top:20px;
}

.post {
	margin: 0 0 40px;
	text-align: justify;
	clear:both;
	padding-top:20px;
}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.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;
}

/* End Structure */



/*	Begin Headers */
#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3,h4 {
	padding: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}

#comments, #respond {
	clear:both;
}

/* 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 */

.postmetadata ul, .postmetadata li {
	display: inline;
	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 outside;
	}

#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;
	}


#sidebar #searchform #s {
	width: 208px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}
	
/*
.entry img {
	border: 1px solid #E6E5E5;
	padding: 5px;
	background-color:#FFF;
}*/


select {
	width: 130px;
	}

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

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	font-weight:bold;
	}
/* End Form Elements */



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

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

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

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	margin-left:655px;
	width: 300px;
	padding-top:10px;
	line-height:18px;
}

#sidebar form {
	margin: 0;
	}
/* 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 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;
}

.right {
	text-align: right;
}


.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 0px;
	/*margin-bottom: 30px;*/
	float:left;
	width:100%;
}


/* End Various Tags & Classes*/



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

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #FFF;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

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

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


/*
.textwidget {
	width:100%;
	clear:right;
	height:30px;
}

.textwidget div {
	float:left;
	line-height:28px;
	margin-left:12px;
	margin-top:5px;
}

.textwidget img {
	border-style:none;
}*/


/* sidebar block */

.sidebar_block {
	background-color:#ECE8C7;
	border: 1px solid #BCB896;

	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 10px;
	padding-left: 10px;
	
	margin-top:10px;
}

.sidebar_block h3 {
	font-size:16px;
	line-height:16px;
	margin-top:0;
}

.sidebar_block p {
}

.sidebar_block strong {
	font-weight:bold;
}

.sidebar_block img {
	border: 1px solid #E6E5E5;
	padding: 2px;
	background-color:#FFF;
	margin-bottom:10px;
}

.sidebar_block ul {
	list-style-type: disc;
	list-style-position:inside;
	margin-top:10px;
	line-height:22px;
}

.center {
	text-align:center;
}

/* Tables */

table {
	border-top: 1px solid #BCB896;
	border-left: 1px solid #BCB896;	
}

td {
	border-right: 1px solid #BCB896;
	border-bottom: 1px solid #BCB896;
	padding: 2px;
	background-color:#ECE8C7;
	vertical-align:middle;
	text-align:center;
}

td p{
	text-align:center;
	color:#353535;
	font-size:14px;
	font-weight:normal;
	line-height:16px;
	margin-top:0;
}

/* Gallery captions */

.gallery-caption {
    font-size: 11px;
    font-weight: bold;
    line-height: 17px;
}
