/*  
Theme Name: David_Yardt_Bullit
Theme URI: http://www.davidyardt.fr/themes/David_Yardt_BULLITT
Description: Inspiration affiche Bullitt
Version: 1.0
Author: David TARDY
Author URI: http://www.davidyardt.fr/

*/

/* Social Style 
********************* */

html
{
	height: 100%;
	margin-bottom: 0.1em;
}
*
{
	margin: 0;
	padding: 0;
}
img
{
	border: 0;
}
p
{
	line-height: 1.6em;
	margin: 0.7em 0;
}
dl
{
	margin: 1em 0;
}
dt
{
	font-weight: bold;
}
dd
{
	margin: 0.5em;
	padding: 0;
}
img.alignright, img.right
{
	float: right;
	margin: 10px 0 0 10px;
display: inline;
}
img.alignleft, img.left
{
	float: left;
	margin: 0 10px 0 0;
display: inline;
}
hr
{
	display: none;
}
body
{
	background: #fff;
	color: #333;
	font: 74%/1.6em "Georgia", "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva,  verdana, tahoma, arial, sans-serif; 
/*	font: 72%/1.6em verdana, tahoma, arial, sans-serif; */
	margin: 0;
	padding: 0;
	text-align: center;
}
a
{
	text-decoration: none;
}
a:link, a:visited
{
	color: #5c1010;
}
a:hover, a:active
{
}
h1, h2, h3, h4, h5, h6
{
	font-family: Georgia, Verdana, Serif;
}

/* Etc
******************** */
br.clear {
	clear: both;
}

/* Design 
******************** */
#top {
	background:#f9ecbf /*url(images/bg/bg-g-top.gif) 0 100% repeat-x*/;
	margin-bottom: 20px;
}
#page {
	text-align: left;
	width: 950px;
	border-top: none;
	margin: 0 auto;
	/*background: url(images/bg-gradient.gif) 0 bottom repeat-x; */
}
#headr {
	width: 950px;
	margin: 0 auto 5px;
	color: #f9ecbf;
	position: relative;
	text-align: left;
	height: 50px;
	padding-top: 10px;
}
#logo h1 {
	margin: 0px 0 0;
	font-size: 1em;
	font-family: Georgia, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
#logo h1 a {
	color: #fff;
	}
#logo h1 a:hover {
	color: #f0b25b;
	}
#logo .description {
	color: #E9FFFF;
	font-size: 1.3em;
	margin-top: 5px;
	display: none;
}

#logo {
	position: absolute;
	right: 0;
	bottom: 0;
}
#top-rss {
	position: absolute;
	right: 0;
	top: 0;
}
#top-img {
	width: 930px;
	margin: 0px auto;
	background: #F7FFFF;
	height: 90px;
	border: 10px solid #BBC5C6;
	display: none;
}
#headr #top-menu {
	position: absolute;
	left: 0;
	bottom: 0;
}
/* Menu */
ul#menuv {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: "Georgia", Arial, verdana, tahoma, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
}
ul#menuv li {
	float: left;
	margin-right: 4px;
display: inline;
}
ul#menuv li a {
	padding: 3px 10px;
	display: block;
	color: #f0b25b;
	background: #b43a2f /*url(images/bg/bg-g-menu.gif) 0 0 repeat-x*/;
}
ul#menuv li a:hover {
	background: #f0b25b;
	color: #b43a2f;
}
ul#menuv li.current_page_item a {
	background: #fff;
	color: #5c1010;
	font-weight: bold;
}

#content-wrap {
	float: left;
display: inline;
	width: 100%;
}

#content {
	margin: 0 440px 0 0;
	text-align:justify;
}
.post {
	margin-bottom: 25px;
}
.post2 {
}

.side {
	width: 440px;
	margin-left: -440px;
	float: left;
display: inline;
}
.side1 {
	width: 220px;
	float: left;
display: inline;
	color: #333;
	margin-left: -0px;
	color: #5c1010;
	text-align:left;
}
.side2 {
	color: #5c1010;
	width: 220px;
	float: left;
display: inline;
	color: #333;
	text-align:left;
}
#content .gap {
	margin: 0 20px 0 0; 
}
.side1 .gap {
}
.side2 .gap  {
	margin: 0 0 0 10px; 
}
#out-foot {
	width: 100%;
	float: left;
display: inline;
}

#footer {
	margin: 0 auto 0;
	width: 950px;
	color: #5c1010;
	font-size: 1em;
	text-align: left;
	position: relative;
}
#footer a {
	color: #5c1010;
	text-decoration: underline
}
#footer a:hover {
	color: #5c1010;
	text-decoration: none;
}
#footer {
	padding-top: 5px;
	text-align:center;
}
#footer p.right {
	position: absolute;
	right: 0;
	text-align: right;
	top: 0;
}

/* Starting Sidebar
******************** */
.side1  ul, .side2  ul, .side ul{
	list-style: none;
}
.about a:link, .about a:visited {
	background: #D7F7D4;
	color: #34B027;
	padding: 0 2px;
}
.about a:hover {
	background: #34B027;
	color: #D7F7D4;
	padding: 0 2px;
}
.linkcat, .widget, .boxy, .side .categories, .widget-sortable {
	padding: 10px;
	/*border: 1px solid #3AC52C;
	background: url(images/bg-gradient.gif) 0 bottom repeat-x;*/
}
.side1  ul li ul li, .side2  ul li ul li {
	padding: 2px 0;
	margin-left: 15px;
	list-style: square;
	color: #b43a2f;
}
.side1  ul li ul li ul li{
	border: none;
}
.side1  ul.children, .side2  ul.children{
	margin-left: 16px;
}
.boxy, .side1 .categories, .side2 .categories, .widget, .side1 .linkcat, .side2 .linkcat, .about, .widget-sortable  {
	margin-bottom: 20px;
}
.side2 .boxy, .side2 .linkcat {
}
.side1 h2, .side2 h2{
	font: bold 1.4em "Georgia", Trebuchet, Verdana, Arial, sans-serif;
	color: #C20F0F;
	margin-bottom: 5px;
	/*background: #F7D4D4 url(images/bg/bg-g-h2.gif) 0 0 repeat-x;*/
	padding: 3px 5px;
}
.side1 ul li ul li a:link, .side1 ul li ul li a:visited,.side2 ul li ul li a:link, .side2 ul li ul li a:visited{
	color: #5c1010;
}

.side1 ul li ul li  a:hover,.side2 ul li ul li  a:hover{
	color: #5c1010;
}
.side1 ul li ul li.current_page_item a,.side1 ul li ul li.current-cat a, .side2 ul li ul li.current-cat a  {
	color: #5c1010;
	font-weight: bold;
}

/* --Calendar-- */
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}


/* Starting Search
************************ */
input#s {
	width: 408px;
	padding: 10px 5px 10px 25px;
	margin: 0 0 10px;
	background: #fff url(images/ico/zoom1.png) 5px 10px no-repeat;
	border: 1px solid #5c1010;
	color: #b43a2f;
	font-size: 1.3em;
}
	

input#s:hover {
	border: 1px solid #5c1010;

}
input#s:focus {
	background: #fff url(images/ico/zoom.png) 5px 10px no-repeat;
	color: #b43a2f;
	border: 1px solid #5c1010;
}

input#searchsubmit
{
	margin: 0;
}

/*Starting  Typography
********************* */

h2.pagetitle {
	text-align: left;
	font: 1.5em Georgia, verdana;
	border-bottom: 1px solid #5c1010;
}

.post h2 {
	font: bold 1.7em Georgia, "Trebuchet MS", Verdana, sans-serif;	
	color: #5c1010;
	font-variant: small-caps ; 
}
.post h2 a:link, .post h2 a:visited , .post h2 a:hover{
	color: #b43a2f;
	/*padding: 0 5px;*/
	/*background: #D7F7D4;*/
}

.post a:hover {
}

.date {
	color: #5c1010;
	font-size: 50%;
}
p.meta {
	/*font-size: 100%;*/
	color: #4D7E8F;
}	
p.meta2 {
	text-align: right;
	/*font-size: 100%;*/
	color: #b43a2f;
	border-top: 2px solid #f9ecbf;
	padding: 5px 0 0 0;
}
p.meta2:hover {
	border-top: 2px solid #f9ecbf;
}
p.meta a:link, p.meta a:visited, p.meta2 a:link, p.meta2 a:visited, p.meta a:hover,p.meta2 a:hover {
	color: #b43a2f;
	padding: 2px 4px;
	text-decoration: underline
}
/*p.meta a:hover,p.meta2 a:hover {
	color: #2E9B22;
	background: #DAF7D4;
}*/
.post ul.postspermonth{
	list-style:none;
	padding: 0;
	margin: 0;
}
/*
.entry p a:link, .entry p a:visited {
	border-bottom: 1px solid #4D71A5;
	color: #4D71A5;
} */
	.entry a:link, .entry a:visited, .entry a:hover {
		/*background: #D7F7D4;*/
		color: #b43a2f;
		padding: 0 0px;
	}
/*	.entry a:hover {
		background: #34B027;
		color: #D7F7D4;
		padding: 0 2px;
	}*/	

.post ul {
	margin-left: 35px;
}
.post ol {
	margin-left: 40px;
}
.post p a:hover {
	border: none;
}
.categr, .monthr {
	margin-bottom: 20px;
}
.categr h2, .monthr h2{
	border-bottom: 1px solid #ccc;
}

.rss {
	background: url(images/feed-icon-10x10.png) left center no-repeat;
	padding-left: 12px;
	/*border: 1px solid #b43a2f;*/
}
.tags {
	margin-bottom: 10px;
	font-weight: bold;
	font-style:italic;
}
	.tags a {
		font-weight: normal;
	}


/* Comment Etc
********************* */
.navigation 
{
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
display: inline;
	width: 100%;
}

.navigation a
{
	color: #b43a2f;
}
.navigation .alignleft
{
	float: left;
display: inline;
	width: 50%;
}
.navigation .alignright
{
	float: right;
display: inline;
	text-align: right;
	width: 50%;
}



.ileft {
	float: left;
display: inline;
	margin-right: 5px;
}
#avatr {
	border: 1px solid #3AC52C; 
}
p.stats {
	color: #999;
	font-size: .8em;
	border: 1px solid #ccc;
	border-left: none;
	border-right: none;
}
blockquote
{
	background: url(images/blockquote.gif) no-repeat left top;
	color: #666;
	margin: 1em;
	padding: 0 0 10px 50px;
}
#content .commentsfeedr
{
	background: url(images/ico/feed.png) no-repeat left center;
	padding: 2px 2px 2px 20px;
}
#content .trackbackr
{
	background: url(images/ico/arrow_refresh.png) no-repeat left center;
	padding: 2px 2px 2px 20px;
}
input.textbox, textarea, textarea, input#url, input#email, input#author
{
	background: #fff /*url(images/shadow_top.gif) repeat-x top*/;
	border: #f9ecbf 1px solid;
	font: 1em Verdana, Arial, Serif;
	padding: 2px;
}
input.textbox:focus, textarea:focus, input#url:focus, input#email:focus, input#author:focus
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border: #5c1010 1px solid;
}
#submit {
	background: #b43a2f;
	color: #f0b25b;
	padding: 3px 5px;
	font: bold 1em Georgia;
	border: #b43a2f solid 2px;
	border-top: 2px solid #b43a2f;
	border-left: 2px solid #b43a2f;
}
#submit:focus, #submit:hover {
	background: #b43a2f;
	color: #f0b25b;
	border: #5c1010 solid 2px;
	border-top: 2px solid #b43a2f;
	border-left: 2px solid #b43a2f;
}


.comment
{
	background: #fff url(images/shadow_top.gif) repeat-x top;
	border-bottom: #f9ecbf 1px solid;
	list-style: none;
	margin: 0;
	padding: 1em 0.5em;
}
.alt
{
	background: #f9f9f9;
}
.MyAvatars
{
	border: 1px solid #ccc;
	border-bottom: 1px solid #999;
	border-right: 1px solid #999;
	float: right;
display: inline;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px;
}

h3#respond, h3#comments {
	font: bold 1.3em "Georgia", Verdana, Arial, sans-serif;
	color: #b43a2f;
	text-transform: uppercase;
}

#comment {
	width: 98%;
}

fieldset {
	border: none;
}
textarea#cp_message {
	width: 100%;
}


pre {
	width: 95%;
	overflow:auto;
	font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
	color: #921A14;
	max-height: 350px;
	line-height: 18px;
	margin: 10px 0;
	border: 1px solid #921A14;
	padding: 5px;
	background: #F7D5D4;
}

code {
font: 13px 'Courier New', Courier, Verdana, Arial, sans-serif;
color: #921A14;
padding: 2px;
}

pub {
text-align: center;
}

/* Commentaires imbriqu�s */

.comment 
{
	position: 				relative;
	margin:					3px;
	margin-top:				6px;
/*	border: 				1px solid #666; */
	padding:				4px 4px 4px 8px;
	background-color:		#fff9e3;
}

.odd
{
	background-color: #ffffff;
}

.comment div {
	position: 				relative;
}

.comment .comment img
{
	margin: 				0px;
}

.comment .collapseicon 
{
	width: 					13px;
	height: 				13px;
	overflow:				hidden;

}

.collapsed .collapseicon 
{

}


.comment .reply {
	text-align: 			right;
	font-size: 				80%;
	padding: 				0px 6px 6px 0px;
}

.comment
{
	border: 	1px solid #f9ecbf;
	margin-top: 			10px;
}

input#subscribe
{
	width: auto;
}

.comment .body .content
{
	padding:				0px 3px 0px 3px;
	/*width: 					100%;	*/
	overflow: 				auto; 
}

.comment .title abbr
{
	border: none;
}

.collapsed .body, .collapsed .comment
{
	display:				none;
}
 
#commentform textarea {
	width: 97%;
}


.btc_gravatar {
	float: right;
display: inline;
	margin: 3px 3px 4px 4px;
}

