/*  
Theme Name: Simply Green
Theme URI: http://bebop-net.com/
Description: a theme... not finished
Version: 0.42
Author: Thierry Régagnon
Author URI: http://bebop-net.com/

All CSS that involves the use of images, can be found in the 'header.php' file.
This is to ease installation inside subdirectories of a server.

Index :
- General
- Header
- Entries
- Entries Informations
- Asides
- Pages
- Special
- Footer

*/



/*---- General ----*/

* {
	margin: 0;
	padding: 0;
}
body{
	text-align: center;
	font-size: 62.5%;
	font-family: Helvetica, Arial, sans-serif;
	background-color: #FFF;
	color: #0C0C0C;
}
h1,h2,h3,h4,h5,h6{
	font-family: Georgia, Palatino, serif;
	font-weight: normal;
}
h1{
	padding: 40px 16px 10px 160px;
	font-size: 5.5em;
}
hr{
	display: none;
}
a{
	color: #3F3F3F;
	background-color: transparent;
}
a:hover, a:focus{
	color: #DF2929;
	text-decoration: none;
	background-color: transparent;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none;
}
code {
	font-family: "Courier New", Courier, monospace;
}
pre{
	border: 1px solid #CCC;
	padding: 10px;
	width: 95%;
	overflow: auto;
	margin-bottom: 1em;
}
cite{
	font-style: normal;
	font-weight: bold;
}
acronym, abbr{
	cursor: help;
	border: none;
}
img{
	border: none;
}


div.page{
	width: 700px;
	margin: auto;
	text-align: left;
}


/*---- Header ----*/

div#menu-top{
	width: 100%;
	background-color: #799834;
	color: #FFF;
}
div#menu-top ul{
	overflow: hidden;
	list-style: none;
}
div#menu-top li{
	float: left;
	display: inline;
	font-size: 1.4em;
	font-weight: bold;
}
div#menu-top li a{
	display: block;
	padding: 8px;
	text-decoration: none;
	color: #FFF;
	background-color: #799834;
}
div#menu-top li a:hover, div#menu-top li a:focus{
	text-decoration: none;
	color: #DF2929;
	background-color: #A3CC52;
}
div#menu-top li#search {
	float: right;
	margin-top: 5px;
}
div#menu-top form input{
	padding: 1px;
} 
div#menu-top form input#searchsubmit{
	border: none;
	background-color: #799834;
	cursor: pointer;
	color: #FFF;
} 
div#menu-top form input#s{
	border: 1px solid #799834;
	background-color: #D9E3D1;
	color: #000;
}
div#menu-top form input#s:focus{
	border: 1px solid #252F0F;
}
p#description{
	margin: 0 16px 20px 160px;
	font-size: 1.2em;
}
form#searchform fieldset{
	border: none;
	display: inline;
}
form#searchform legend{
	display: none;
}

/*---- Entries ----*/

div.navigation{
	font-size: 1.2em;
	margin-top: 40px;
	margin-left: 160px;
}
div.navigation p.before{
	float: left;
}
div.navigation p.after{
	float: right;
}
div#content h2{
	color: #3F3F3F;
	background-color: transparent;
	font-size: 3em;
	padding: 60px 0 5px 160px ;
	border-bottom: 1px solid #CCC;
}
div#content h2#h2single{
	padding: 20px 0 5px 160px !important;
	padding: 0px 0 5px 160px;
}
div.post{
	clear: both;
}
div.post-content a:visited{
	color: #8F8F8F;
	background-color: transparent;
}
div.post-content a:hover, div.post-content a:focus{
	color: #DF2929;
	background-color: transparent;
	text-decoration: none;
}
div.post-content acronym, abbr{
	letter-spacing: 0.07em;
}
div.post-content ul, div.post-content ol, div.post-content p{
	margin-bottom: 1em;
	word-spacing: 1px;
	line-height: 1.4;
}
div.post-content ul, div.post-content ol{
	margin-left: 1.5em;
}
div.post-content ul{
	list-style-type: disc;
}
div.post-content p{
	line-height: 1.5;
	word-spacing: 0.03em;
}
div#content div.post-content{
	margin: 8px  0 0 160px;
	font-size: 1.3em;
}
div.post-content h3{
	font-size: 1.5em;
	padding: 0.5em 0 0.6em 0;
}
div.post-content blockquote{
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}


/*---- Entries Informations ----*/

div#content p.postmetadata{
	font-size: 0.96em;
	float: left;
	color: #666;
	width: 135px;
	background-color: transparent;
}
div#content span.metadata{
	display: block;
	padding: 7px 2px;
	border-bottom: 1px solid #CCC;
}
div#content p.postmetadata a{
	border-bottom: 1px dotted #3F3F3F;
	background-color: transparent;
	text-decoration: none;
}
div#content p.postmetadata a:hover, div#content p.postmetadata a:focus{
	border: none;
}


/*---- Asides ----*/

div#content div.titre-asides{
	width: 580px;
	padding-left: 160px;
	margin-top: 40px;
}
div#content div.asides{
	padding-top: 1px !important;
	padding-top: 40px;
}
div#content div.asides div.titre-asides h2{
	display: inline;
	border: none;
	padding-left: 0;
}
div#content div.asides div.post-content{
	margin: 5px 0 0 0;
	padding: 8px 0 0 160px;
	border-top: 1px solid #CCC;
}
div#content p.postmetadata-asides{
	display: inline;
	margin: 0 0 0 10px;
	font-size: 1.2em;
}
div#content p.postmetadata-asides a{
	text-decoration: none;
}


/*---- Pages ----*/

p#pageedit{
	text-align: center;
	font-size: 1.2em;
}


/*---- Special ----*/

div#content h2#searchtitle{
	border: none;
}
p#message{
	margin: 8px 0 0 160px;
	font-size: 1.3em;
}
div#content div.page-content p#tagcloud{
	margin: 0;
	padding: 0;
}
div#ads{
	display: block;
	clear: both;
	padding-top: 30px !important;
	padding-top: 10px;
	margin-left: 160px;
}
div.post-content p.image{
	text-indent: 0;
}
div.post-content p.image img{
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 2px 2px 1px;
	padding: 7px;
	margin: 10px 0;
}

/*---- Comments ----*/

div#comments{
	font-size: 1.2em;
	line-height: 1.4;
	clear: both;
	padding-top: 20px;
}
div#comments h3{
	font-size: 1.7em;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 0;
	padding: 7px 7px 7px 160px;
	margin-top: 50px;
}
div#comments ol{
	margin: 0 0 0 160px;
}
div#comments p.commentmetadata{
	margin: 30px 0 5px 0;
	padding-bottom: 4px;
	border-bottom: 1px solid #CCC;
}
div#comments p.commentmetadata a{
	text-decoration: none;
}
div#comments form{
	margin: 20px 12px 12px 0;
}
div#comments form p{
	margin-left: 160px;
}
div#comments label{
	display: block;
	margin: 8px 0 2px 160px;
}
div#comments p#codecomment{
	float: left;
	margin: 2px 0;
	width: 135px;
	border-style: solid;
	border-color: #CCC;
	border-width: 1px 0 1px 0;
	padding: 7px 2px;
	font-size: 0.86em;
	color: #666;
	background-color: transparent;
}
div#comments p#codecomment acronym{
	letter-spacing: 0.043em;
}	
div#comments p#codecomment code{
	display: block;
	padding-top: 7px;
}
div#comments input#submit{
	margin: 10px 40px 0 0;
	float: right;
	display: inline;
}
div#comments input#url, div#comments input#author, div#comments input#email,div#content textarea{
	display: block;
	margin-left: 160px;
	border: 1px solid #9F9F9F;
}
div#comments input[type=hidden]{
	border: none;
}
div#comments blockquote blockquote{
	padding-left: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
div#comments blockquote p:first-child{
	text-indent: 0;
}
div#comments blockquote p{
	text-indent: 1.5em;
}


/*---- Footer ----*/

p#copyright{
	text-align: center;
	color: #3F3F3F;
	clear: both;
	font-size: 1.1em;
	padding: 40px 0 15px 0;
	background-color: transparent;
}
p#copyright a{
	color: #666;
	background-color: transparent;
}
p#copyright a:hover, p#copyright a:focus{
	color: #DF2929;
	background-color: transparent;
}
