/*
Theme Name: GuilhemCaprili.com
Theme URI: http://www.guilhemcaprili.com
Description: Theme for Guilhem Caprilis website!
Version: 1.0
Author: Robin Mattsson
Author URI: http://www.robin-mattsson.se
*/

@import "style/css/reset.css";
@import "style/css/typography.css";
@import "style/css/layout.css";

/*****Fonts*****/

@font-face {
 font-family: Myfont;
 src: url("style/fonts/321impact.eot") /* EOT file for IE */
}
@font-face {
 font-family: Myfont;
 src: url("style/fonts/321impact.ttf") /* TTF file for CSS3 browsers */
}

/*****Browser Warning*****/
.browser_warning{
	background: red;
	color: white;
	width: 100%;
	Height: 30px;
	text-align:center;
}

/*****General styles*****/
body{
	background: #0e0e0e;
	font-family: "myriad Pro", sans-serif;
	color: #d4d4d4;
}
a{
	color: #d4d4d4;
	text-decoration:underline;
	font-weight: bold;
}
a:hover{
	color: #777;
	text-decoration:none;
}
#wrap{
	background: transparent url(style/images/body_img.png) top center no-repeat scroll;
	width: 100%;
	height: auto;
}
#content_wrap{
	width: 900px;
	height: auto;
	margin: 0 auto;
}
.content{
	float: left;
	width: 530px;
	padding: 10px;
}
.divider{
	clear: both;
	background: transparent url(style/images/divider.png) left no-repeat scroll;	
	height: 21px;
	width: 568px;
	margin-left: -10px;
}
/*****Header styles*****/
#header{
	width: 900px;
	height: 120px;
	float: left;
	margin: 0;
	padding: 0;
}
.site_name{
	float: left;
	background: transparent url(style/images/guilhemcaprili.png) no-repeat scroll;
	width: 494px;
	height: 73px;
	margin: 40px 0 0 30px;
	padding:0;
}
.go4hit_header{
	float: right;
	background: transparent url(style/images/go4hit_header.png) no-repeat scroll;
	width: 179px;
	height: 106px;
	margin: 30px 20px 0 0;
}
#navigation{
	clear:left;
	float: left;
	background: transparent url(style/images/navigation_bg.png) no-repeat scroll;
	width: 900px;
	height: 79px;
	line-height: 79px;
	margin-left: -19px;
	padding-left: 40px;
}
.menu li{
	display: inline;
}
.menu li a{
	color: #fff;
	font-family:Myfont, impact, sans-serif;
	font-size: 14px;
	font-weight:normal;
	text-decoration: none;
	padding: 10px;
	border-right: 1px solid #13111a;
}
.menu li a:hover{
	background:#13111a; 
	padding: 10px 10px 12px 10px;
}
.menu li ul{
	display:none;
}

/*****Post styles*****/
.post{
	width: 550px;
	font-size: 13px;
	font-weight: normal;
	margin-bottom: 40px;
}
.post .dateicon{
	background: transparent url(style/images/date_icon.png) no-repeat scroll;
	width:50px;
	height:51px;
	float: left;
}
.post .dateicon .month{
	text-align: center;
	font-family:Myfont, impact, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #fff;
	height: 15px;
	line-height: 18px;
}
.post .dateicon .date{
	text-align: center;
	font-family:Myfont, impact, sans-serif;
	font-weight:normal;
	font-size:28px;
	color: #000;
	height: 32px;
	line-height: 40px;
}
.post .post_title{
	float: left;
	width: 450px;
}
.post h2{
	float: left;
	font-size: 30px;
	font-weight:bold;
	margin: 15px 0 0 10px;
}
.post h2 a{
	color: #d4d4d4;
	text-decoration:none;
}
.post h2 a:hover{
	color: #888;
}

.post .rss_icon{
	background: transparent url(style/images/rss_icon.png) no-repeat scroll;
	height: 28px;
	width: 28px;
	float: right;
	margin: 20px 0 0 5px;
}
.post .post_content{
	width: 515px;
	line-height: 18px;
}
.post .comments{
	float: right;
	background: transparent url(style/images/comment_icon.png) no-repeat scroll;
	width: 30px;
	height: 38px;
	line-height:34px;
	text-align:center;
	font-family:Myfont, impact, sans-serif;
	font-weight:normal;
	font-size:20px;
	margin: -30px 0px 0 0;
}
.post .comments a{
	color: #fff;
	font-weight:normal;
	text-decoration:none;
}
.post-meta{
	float: left;
	width: 550px;
	height:auto;
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
	font-size:14px;
}
.post-meta .author{
	float: left;
	background: transparent url(style/images/author_icon.png) no-repeat scroll;
	padding-left: 12px;
	line-height: 16px;	
}
.post-meta .category{
	float: left;
	background: transparent url(style/images/category_icon.png) no-repeat scroll;
	padding-left: 15px;
	margin-left: 10px;	
	line-height: 16px;
}
.post-meta .category a{
	color: #d4d4d4;
	text-decoration: none;
	font-weight:normal;
}
.post-meta .category a:hover{
	color: #888;
}
.post-meta .edit_post{
	float: left;
	margin-left: 10px;	
	line-height: 16px;
}
.post-meta .edit_post a{
	text-decoration: none;
}
.post-meta .post_time{
	float: left;
	background: transparent url(style/images/time_icon.png) no-repeat scroll;
	padding-left: 15px;
	margin-left: 10px;
	line-height: 15px;

}
.post-meta .facebook_share{
	float: right;
	background: transparent url(style/images/facebook_icon.png) no-repeat scroll;
	width: 68px;
	height: 20px;
	margin-right: 5px;
}
.post-meta .twitter_share{
	float: right;
	background: transparent url(style/images/twitter_icon.png) no-repeat scroll;
	width: 68px;
	height: 21px;
}
/*****Sidebar styles*****/
.sidebar{
	float:right;
	width: 300px;	
	margin-left: 50px;
}
.sidebar li h2{
	background: transparent url(style/images/Sidebar_header.png) no-repeat scroll;
	width: 299px;
	height: 65px;
	line-height: 90px;
	margin-left: -25px;
	padding-left: 50px;
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
	font-size: 22px;
	color: #fff;
}
.sidebar ul ul li{
	background: transparent url(style/images/Sidebar_content.png) repeat-y scroll;
	width: 299px;
	margin-left: -25px;
	padding-left: 50px;
	line-height: 22px;
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #fff;
}
.sidebar ul ul li a{
	color: #fff;
	font-weight:normal;
}
.sidebar ul ul li a:hover{
	color: #888;
	text-decoration: none;
}
.sidebar_content{
	background: transparent url(style/images/Sidebar_content.png) repeat-y scroll;
	width: 299px;
	margin-left: -25px;
	padding-left: 50px;
	line-height: 22px;
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #fff;
}
.sidebar_footer{
	background: transparent url(style/images/Sidebar_footer.png) no-repeat scroll;
	width: 349px;
	height: 33px;
	margin-left: -25px;
}

/*****Search styles****/
#s{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 210px;
	height: 20px;
}
#searchsubmit{
	background: transparent url(style/images/search_button.png) no-repeat scroll;
	border:none;
	height: 28px;
	width: 28px;
	cursor: pointer;
}
/*****Footer Styles*****/
#footer{
	background: transparent url(style/images/Footer.png) no-repeat scroll;
	width: 860px;
	height: 19px;
	float: left;
	margin-left: -20px;
	padding: 30px 40px 0 40px;
}
#footer .powered_by{
	float: left;
	font-size: 12px;
	font-weight:bold;
}
#footer .copyright{
	float: right;
	font-size: 12px;
	font-weight: bold;
}
/*****Page styles*****/
h2.page{
	margin: 0;
	font-size: 28px;
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
	color: #fff;
}
h2.page_title{
	font-size: 20px;
}
.post .page_content{
	line-height: 18px;
}

/*****Comment styles*****/
.comments_template{
	margin-top: 50px;
}
#commentform{
	margin: 10px 0;
}
#commentform input{
	margin: 3px 0;	
}
.gravatar img{
	border: 4px solid #fff;
}
ol#comments{
	margin-top: 10px;	
}
ol#comments li{
	border-top: 2px solid #ccc;
	padding: 10px 0 0 0;
	margin: 0;
}
.comment_text{
	float: left;
	margin-left: 10px;
	width: 480px;
}
p.meta{
	clear: both;
	float: right;
	font-size: 11px;
	color: #999;
	margin: 0 ;
}
.comment_input{
	border-top: 2px solid #ccc;
	padding-top: 20px;
}
.comment_input h3{
	font-size: 20px;
	margin-bottom: 10px;
}
/*****Frontpage Styles*****/
.frontpage_divider{
	clear: both;
	background: transparent url(style/images/frontpage_divider.png) left no-repeat scroll;	
	height: 22px;
	width: 453px;
	margin-left: -10px;
}
.slideshow_border{
	clear:both;
	float: left;
	background: transparent url(style/images/slideshow_border.png) no-repeat scroll;
	width: 950px;
	height: 425px;
	margin-left: -25px;
}
.slideshow_images{
	width: 900px;
	height: 375px;
	margin: 25px 26px 25px 24px;
}
.sponsors{
	clear: left;
	float: left;
	display: inline;
	width: 432px;
	height: auto;
	overflow:hidden;
}
.sponsors h2{
	font-size: 24px; 
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
}
.go4hit{
	float: left;
	display: inline;
	width: 432px;
	height: auto;
	margin-left: 30px;
	overflow:hidden;
}
.go4hit h2{
	font-size: 24px; 
	font-family: Myfont, impact, sans-serif;
	font-weight:normal;
}
.go4hit p{
	font-family: "myriad Pro", helvetica, sans-serif;	
	font-size: 13px;
	font-weight:bold;
}
/*****Rider page styles*****/
.rider-wrap{
	clear: left;
	float: left;
	display:inline; /* IE FIX */	
	width: 550px;
	margin: 20px 0 0 0;
	padding-top: 10px; 
	border-top: dashed 1px #555;
}
.rider-wrap a{
	text-decoration: none;
}
.rider-wrap .rider-img{
	float: left;
	width: 150px;
	height: 99px;
	margin-right: 10px;
	display:inline; /* IE FIX */
}
.rider-wrap .rider-img img{
	border: 2px solid #777;
}
.rider-wrap .rider-name h3{
	Font-size: 24px;
}
.rider-wrap .rider-info{
	font-style: italic;
}