/*
Theme Name: Underground
Theme URI: http://www.diadzine.org/
Description: The first theme created by Aymeric Bringard.
Version: 0.1
Author: Aymeric Bringard
 
Creation Theme by Aymeric Bringard || http://www.diadzine.org
 
*/

body {
	margin:	0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background-color: #fff;
}
img {
	padding: 0;
	margin: 0;
	border:	none;
}
h1, h2, h3, p, ul, li, ol, blockquote {
	padding: 0;
	margin:	0;
}
a {
	color: #1e82b9;
}
a:hover {
	color: #ea581a
}

img {
	float: right;
	margin-right: 25px;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 2px dashed #333;
}

.clear {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/**** Header ***/
#header {
	background-color: #333;
}
#heading {
	font-size: 2.5em;
	font-weight: bold;
	color: #fff;
	padding: .5em 30px 2px 30px;
	background-color: #EA581A;
	width: 730px;
	margin: 0 auto;
}
.sub_heading {
	color: #333;
	font-size: .7em;
	font-variant: small-caps;
}
#header div.search_form {
	float: right;
}
#header div.search_form form {
	display: inline;
	padding: 0px;
	margin: 0px;
}
#header div.search_form form div {
	padding: 0px;
	margin: 0px;
}
#header #header_image {
	width: 814px;
	height: 103px;
	margin: 0 auto;
	background-attachment: scroll;
	background-image: url(images/header_70x103.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#heading a {
	color: #fff;
	text-decoration: none;
}

/**** Content ***/
#content_wrapper {
	width:814px;
	height:233px;
	margin:0 auto;
	background-attachment: scroll;
	background-image: url(images/content_background_790x233.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#content {
	float:right;
	clear:right;
	width: 582px;
	padding-right: 20px;
	min-height:300px;
	background-attachment: scroll;
	background-image: url(images/right_shadow_12x300.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}

#content h1, h2, h3 {
	margin-top: 1.5em;
}

#content .post h1 {
	font-size: 18px;
	letter-spacing: -1px;
	line-height: 30px;
	margin-bottom: 10px;
	border-bottom: 3px solid #1e82b9;
}
#content .post h1 a {
	text-decoration: none;
}

#content div.post div.post-content {
	margin-top:1.5em;
	margin-left:15px;
	margin-right: 20px;
	text-align: justify;
	color: #333333;
	font-size: 1em;
	line-height: 1.3em;
}

#content div.post div.post-content p {
	margin: 10px 0 20px 0;
}

#content div.post div.post-content h2 {
	margin: 0 0 20px;
	font-size: 14px;
}
#content div.post div.post-content h3 {
	margin: 0 0 20px;
	font-size: 13px;
}

#content div.post div.post-content pre {
	font-family: monospace;
	line-height: 100%;
	overflow: auto;
	background-color: #EDEDED;
	padding: 10px;
	margin: 10px 0 20px 0;
	font-size: 12px;
}

#content ul {
	margin-top:1.5em;
	margin-left: 40px;
	list-style-type: disc;
	list-style-image: url(images/list_10x10.gif);
}
#content ol {
	margin-top:1.5em;
	margin-left: 40px;
}
#content li {
	line-height:1em;
}

#content blockquote {
	float:left;
	width:500px;
	background-color: #CCCCCC;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #1E81B9;
	padding-bottom: 2px;
	padding-top: 2px;
	margin-left:20px;
	margin-top:1em;
	margin-bottom:1em;
}
#content blockquote .readmore {
	float:right;
	font-size:.8em;
	text-transform:uppercase;
	padding-top:1em;
	padding-right:10px;
}

#content div.post div.post-data {
	clear: both;
	padding: 4px 5px;
	margin: 2em 20px 1em 20px;
	border-top: 1px solid #999;
	color: #999;
	text-align: center;
}
#content div.post div.post-data div {
	height: 22px;
	line-height: 20px;
	display: inline;
	margin: 4px 10px;
	padding: 3px;
}
#content div.post div.post-data div a {
	color: #999;
}
#content div.post div.post-data div a:hover {
	color: #1e82b9;
}

#content div.post div.post-data .date {
	background: url(images/date.png) no-repeat left top;
	padding-left: 20px;
}
#content div.post div.post-data .comments {
	background: url(images/comments.png) no-repeat left top;
	padding-left: 20px;
}
#content div.post div.post-data .category {
	background: url(images/folder.png) no-repeat left top;
	padding-left: 20px;
}
#content div.post div.post-data .tags {
	background: url(images/tag.png) no-repeat left top;
	padding-left: 20px;
}
#content div.post div.post-content .more-link {
	background: url(images/readmore.png) no-repeat left top;
	padding-left: 20px;
	display: block;
	float: right;
}
.column {
	width:280px;
	float:left;
}
.right {
	margin-left:20px;
	/* Use this space to individually style the right column */
}
.left {
	/* Use this space to individually style the left column */
}

img.alignright {
	float: right;
	margin: 5px 5px 10px 10px;
}

/**** 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: "Arial", Helvetica, 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;
	margin-left: 30px;
}

.commentmetadata{
	font-size: 0.9em;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
}

.cadre_commentaires {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}

#commentlist {
	margin: 0;
	padding: 10px 0 20px;
	position: relative;
}

#commentlist li {
	margin: 10px 0 0;
	padding: 10px 10px 5px;
	list-style: none;
}

#commentlist li .comment-content {
	padding: 0px 8px;
	font-size: 1.2em;
	line-height: 1.8em;
}

.comment-content p,
.comment-content ul,
.comment-content ol,
.comment-content div,
.comment-content blockquote {
	margin: 13px 10px;
	font-size: 1em;
	font-family: Trebuchet MS;
	line-height: 1.4em;
}



#commentlist li .comment-meta {
	padding: 2px 0;
}
	
.comment-content {
	margin: 0px;
	color:#555;
	padding: 0px;
	border:1px solid #ccc;
}
	



#commentlist li img {
	padding: 0;
	border: none;
}



.gravatar {
	float: left;
	margin: 12px 10px 0 27px;
}

.avatar {
	border: none;
}	
	
.author {
	margin:-1px;
	padding: 21px 15px 2px 15px;
	background: transparent url('images/citation.gif') no-repeat 20px 0;
	height: 32px;
}


li.bypostauthor .comment-content {
	margin: 0px;
	color:#555;
	padding: 0px;
	border:1px solid #006699;
	}
	
li.bypostauthor .author {
	margin:-1px;
	padding: 21px 15px 2px 15px;
	background: transparent url('images/citation-author.gif') no-repeat 20px 0;
	height: 32px;
}

#commentlist li .commentauthor {
	font-size: 1.4em;
}





#commentlist li .counter {
	display: none;
	font: normal 1.5em 'Century Gothic', 'Lucida Grande', Arial, Helvetica, Sans-Serif;
	color: #999;
	float: left;
	width: 35px;
}



li.bypostauthor blockquote {
	color: #333;
	background: url('images/quote.png') no-repeat 10px 0;              
}


/**** Navigation ***/
#navigation {
	float:left;
	clear:left;
	width:197px;
	min-height:300px; /* Minimum height is set to stop the shadow being cut off if not enough content is entered */
	border-right-width: 5px;
	border-right-style: solid;
	border-right-color: #1E81B9;
	background-image: url(images/left_shadow_12x300.jpg); /* the left shadow image */
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 40px;
}

/* The menu is styled using an unordered list */
#navigation ul {
	float:right;
	margin-bottom:2em;
	width:180px;
}
#navigation li {
	font-weight: normal;
	font-variant: normal;
	line-height:1.0em;
	list-style-type: none;
	text-align: right;
	margin-bottom: 1.0em;
	padding-right: 10px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(images/menu_list_6x6.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation li.page_item {
	font-weight: bold;
}
#navigation li.title {
	font-weight: bold;
	line-height:1.6em;
	font-size: 1.2em;
	margin-top: 2.0em;
	margin-bottom: 0.7em;
	padding-right: 40px;
	text-transform: uppercase;
	background-attachment: scroll;
	background-image: url(images/title_menu_list_26x18.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
#navigation li a {
	text-decoration:none;
	color: #000000;
}
#navigation li a:hover, #navigation li .active {
	text-decoration:underline;
	color: #EA581A;
}

#navigation .extra_content {
	background-color: #E9E9E9;
	border: 1px solid #1E81B9;
	border-left-width: 4px;
	margin: 0.5em 0 1.0em 20px;
	padding-top:3px;
	padding-bottom:3px;
	font-size:1em;
	width:165px;
	clear:both;
}
#navigation .extra_content table#wp-calendar {
	width: 90%;
	margin: 5px auto;
}
#navigation .extra_content h1 {
	display:block;
	text-align:center;
	text-transform:uppercase;
	font-size:1.2em;
	margin:0;
}

#navigation .extra_content p {
	padding:0;
	margin-top:1.2em;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:.2em;
	text-align:justify;
}

/**** Post Navigation ***/
#nav-above {
	margin: 40px 20px 0px 20px;
	height: 20px;
	background-color: #fff;
}
#nav-below {
	margin: 10px 20px;
	height: 20px;
	background-color: #fff;
}
#nav-above div, #nav-below div {
	width: 250px;
}
#nav-above div a, #nav-below div a {
	display: block;
	line-height: 16px;
	height: 20px;
	text-decoration: none;
}
#nav-above div.nav-previous, #nav-below div.nav-previous {
	float: left;
}
#nav-above div.nav-previous a, #nav-below div.nav-previous a {
	padding-left: 20px;
	background: url(images/post_previous.png) top left no-repeat;
}
#nav-above div.nav-next, #nav-below div.nav-next {
	float: right;
}
#nav-above div.nav-next a, #nav-below div.nav-next a {
	text-align: right;
	padding-right: 20px;
	background: url(images/post_next.png) top right no-repeat;
}

/**** Footer ***/
#footer {
	clear: both;
	float: left;
	margin-top: 2em;
	width: 100%;
	line-height: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333;
	padding-top: 1.5em;
}
#footer p {
	line-height: 2em;
	padding: 0;
	margin: 0;
	text-align: center;
	height: 20px;
}
#footer a {
	color: #000000;
	line-height: 20px;
	height: 20px;
}
#footer a:hover {
	color: #EA581A;
}
#footer a.html {
	background: url(images/html_valid.png) top left no-repeat;
	padding-left: 20px;
}
#footer a.css {
	background: url(images/css_valid.png) top left no-repeat;
	padding-left: 20px;
}
#footer a.feed {
	background: url(images/feed.png) top left no-repeat;
	padding-left: 20px;
}
