/*
Theme Name: desbien
Theme URI: 
Description: A free wordpress theme
Version: 1.0
Author: VR
Author URI: 
Tags: fixed-width, two-columns, threaded-comments, right-sidebar, green

	desbien Wordpress Theme v1.0
	
	
*/

body{
	margin:0;
	padding:0;
	background:#ddd url(img/bg.png);
	font:15px arial;
	line-height	: 1.5em;
}



img{border:none;}
form,fieldset{margin:0;padding:0;border:0;}
a {color:#fff;}


/* header */


h1{margin:0;}
h1  a{
	width:236px;
	height:36px;
	margin:15px 0 0 45px;
	float:left;
	background:url(img/bg-logo.png) no-repeat 0 0;
	text-indent:-9999px;
	overflow:hidden;
}


/* content */


#contact-form ul{
	width:100%;
	float:left;
	margin:0;
	padding:0 0 12px;
	list-style:none;
}
#contact-form li{
	float:left;
	width:100%;
	margin:13px 0 0;
}
#contact-form label,
#signup-form label{
	float:left;
	width:100%;
	padding:0 0 3px;
	font-weight:bold;
}
#contact-form label span{
	color:#F47C2A;
}
#contact-form input,
#contact-form textarea,
#signup-form input{
	float:left;
	font:1em Verdana, Tahoma, sans-serif;
	border:0;
	color:#90AF94;
	background:#1C2B1E;
}
#contact-form input,
#signup-form input{
	width:295px;
	margin:0;
	padding:6px 5px 5px;
	height:17px;
}
#contact-form textarea{
	width:380px;
	height:85px;
	margin:0;
	padding:0 0 0 5px;
	background:#1C2B1E;
}
#contact-form li.submit{
	margin:0;
}
#leftcol #contact-form p{
	margin:0;
	float:left;
	font-size:0.84em;
}
#leftcol #contact-form p span{
	font-size:1.2em;
	font-weight:bold;
	color:#F47C2A;
}
#contact-form li.submit input,
#signup-form input.submit{
	float:right;
	width:112px;
	height:27px;
	padding:0;
	margin:6px 137px 0 0;
	font-weight:bold;
	color:#4A3915;
	background:url(img/bg-submit.png) no-repeat 0 0;
}

#signup-form{
	margin:12px 0 0;
}
#signup-form input{
	width:155px;
}
#signup-form input.submit{
	width:72px;
	margin:7px 0 0;
	padding:0 0 1px;
	background:url(img/bg-submit-signup.png) no-repeat 0 0;
}


#comments, #pings, #respond {padding: 15px 0px 2px 0px;margin: 0px 0px 0px 0px;clear:both;text-transform:none;}


#commentform {margin-top: 10px;font: 110% Arial, Helvetica, sans-serif;}
#commentform label, #commentform label small{font-weight: normal;font-size: 100%;}
#commentform label span{font-weight: normal;}
#commentform input{width: 400px;	color:#90AF94;
	background:#1C2B1E;border:#90AF94 1px solid; 
padding: 3px;margin-top: 3px;}
#commentform textarea{width: 99%;height: 135px;color:#000;
	background: #dddddd;border:#90AF94 1px solid; padding: 3px;margin-top: 3px;}
#commentform #submit {width: 150px;padding: 4px 12px;font: bold 12px Arial, Helvetica, sans-serif;color:#90AF94;
	background:#1C2B1E;border:#90AF94 1px solid; }
#commentform #submit:hover {background: #000;color: #fff;cursor:pointer;}
#commentform textarea:focus, #commentform input[type="text"]:focus {background: #fff; color:#000;}


/* 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 */



/* 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;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	padding: 0 15px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #213223;
	text-align: center;
	background-color: #213223;
	padding-top: 4px;
	margin: 10px 5px;
	-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: 12px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */





