/*
Theme Name: awayBop
Theme URI: http://www.mydrix.com/
Description: The first theme created by Adrien BEY.
Version: 0.1
Author: Adrien BEY
  
*/
html {
	margin: 0px;
	padding: 0px;
}

body {
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.8em;
	text-align: left;
	background: #1C292F;
	color: #006699;
	margin: 0px;
	padding: 0px;
	height: 100%
	top: 0px;
}

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	color: #777;
	text-decoration: underline;
}

#page {
	margin: 0 auto 0 auto;
	width: 750px;
}

/* ----------			 HEADER			  ---------- */
#header {
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	width: 100%;
	height: 140px;
	display: inline-block;
	position: fixed;
	background: #1C292F;
	top: 0px;
}

#header .content {
	background-image: url("images/header.gif");
	/*background-color: #B5CD2D;*/
	padding: 10px 10px 20px 10px;
	margin-left: 25px;
	margin-right:25px;
	height: 140px;
	background-repeat: repeat-x;
}

#header .undercontent {
	/*background-color: #B5CD2D;*/
	float: left;
	padding: 10px 10px 20px 10px;
	margin-left: 50px;
	margin-top: 38px;
}

#header .right, #header .left {
	width: 25px;
	height: 140px;
	background-repeat: no-repeat;
}

#header .right {
	background-image: url("images/header_r.gif");
	background-position: left top;
	float: right;
}

#header .left {
	background-image: url("images/header_l.gif");
	background-position: right top;
	float: left;
}

#header h1 {
	font-size: 2em;
	text-align: right;
}


#header p {
	padding: 0 30px 0 0;
	font-size: 1.2em;
	margin-left: 50px;
}

#header .logo {
	width: 162px;
	height: 130px;
	background-image: url("images/myDrix_bis.gif");
	background-position: right top;
	float: right;
	margin-right: 75px;
	margin-top: 15px;
}


/* ----------			 CONTENT			  ---------- */
#content {
	float: left;
	margin: 145px 0px 20px 160px;
	width: 47%;
}

#content .post {
	margin-bottom: 25px;
}

#content .post_content {
	background: #ffffff;
	padding: 0px 5px 10px 15px;
}

#content .post_contentligne {	
	height: 10px;
}


#content .post_topleft, #content .post_bottomleft {
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	float: left;
}

#content .post_topleft {
	background-image: url("images/post_tl.png");
}

#content .post_bottomleft {
	background-image: url("images/post_bl.png");
}

#content .post_top, #content .post_bottom{
	height: 10px;
	background: #ffffff;
	margin-left: 10px;
}


#content h1 {
	font-size: 1.2em;
	padding-top: 10px;
	padding-bottom: 5px;
}

#content h2 {
	font-size: 1.0em;
	padding-top: 10px;
	padding-bottom: 5px;
	margin-top: 0px;
}

#content h2 a{
	font-size: 1.5em;
	font-family: Century Gothic, Lucida Grande, Verdana, Arial, Sans-Serif;
	color: #006699;
}

#content h2 a:hover{
	color: #dc9100;
}

.commentsquare {
	width: 67px;
	height: 76px;
	background-image: url("images/c-box.gif");
	color: #FFF;
	font-size: 27px;
	float: right;
	text-align: center;
	vertical-align: top;
	margin-top: 10px;
}

.post_content {
	font-size: 1em;
	color: #555;
}

.post_content a {
	color: #006699;
}

.post_content a:hover {
	color: #fff;
}

/* ----------			 SIDEBAR			  ---------- */
.sidebar {
	float: left;
	width: 215px;
	margin-top: 145px;
	padding-top: 30px;
	background-color: #CA8D3F;
	color: orange;
	line-height:110%;
}

.sidebarsocial {
	float: left;
	width: 215px;
	margin-top: 130px;
	padding-top: 20px;
	line-height:110%;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
}

.sidebar ul, .sidebarsocial ul {
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

.sidebar h2 {
	font-size: 1.2em;
}

.sidebar a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* ----------			 SIDEBAR LEFT			  ---------- */
#sidebarleft {
	float: left;
/*	margin-left: 100px;
	margin-top: 170px;*/
	width: 60px;
	position: fixed;
	padding-top: 10px;
	padding-bottom: 30px;
	background-color: #CA8D3F;
	color: orange;
	top: 170px;
	left: 100px;
}

#sidebarleft .image{
	height: 150px;
	width: 35px;
	background-image: url("images/categories_bas_haut.jpg");
}

#sidebarleft .content{
	display: none;
}









#sidebarleft .content ul{
	list-style-type: none;
	margin: 0;
	padding: 0 10px;
}

#sidebarleft .content h2 {
	font-size: 1.2em;
}

#sidebarleft .content a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

/* ----------			 FOOTER			  ---------- */
#footer {
	text-align: center;
	font-size: 1em;
	background-color: #CA8D3F;
	padding: 25px 0px 10px 0px;
	clear: both;
	width: 100%;
}



/* ----------			 COMMENTS			  ---------- */
.comments-template{
margin: 10px 0 0 0;
}

.comments-template ol{
margin: 10px;
padding: 0 0 0 15px;
list-style: none;
}

.comments-template ol p{
font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}

.comments-template ol li{
margin: 10px 0 0 0;
line-height: 15px;
padding: 0 0 10px;
}

.comments-template h2, .comments-template h3{
font-size: 1.2em;
}

.commentmetadata{
font-size: 0.9em;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
font-size: 0.9em;
}

.cadre_commentaires {
border-bottom: 1px solid #ccc;
border-top: 1px solid #ccc;
}

.post_content #listeVDM li{
padding-bottom: 8px;
}