/*
Theme Name: Displayobject
Theme URI: http://www.displayobject.fr/
Description: Jonas theme
Version: 0.4
Author: Jonas Monnier
 
Creation Theme by Jonas Monnier || http://www.displayobject.fr/
*/

/*
* {
	margin: 0;
	padding: 0;
}
*/

html, body {
	height: 100%;
	margin: 0;
	font-family: Lucida Grande, Arial, Helvetica, Sans-serif;
	font-size: 0.9em;
	text-align: left;
	background: #f2f2f2;
	color: #006699;
}

#global {
	/**/
	
	min-width: 100%;
	min-height: 100%;
	
	position: relative;
	
}

img { padding-right: 20px; }

/***************************
* HEADER
***************************/

#header {
	font-family: Trebuchet MS, Lucida Grande, Arial, Helvetica, Georgia, Sans-serif;
	background:#000000 url('images/header.jpg');
	width: 100%;
	height: 80px;
	/*margin: 0 auto 0 auto;*/
}

/*#header*/ #content {
	width: 980px;
	margin: 0 auto 0 auto;
}

#header #title {
	float:left;
	width: 780px;
}

#header #search {
	float:right;
	width: 180px;
	margin-top: 25px;
}

#header logo {
	position: absolute;
	margin-top: 40px;
	margin-left: 20px;
}

#header h1 {
	position: absolute;
	color: #ffffff;
	font-size: 2em;
	text-align: left;
	margin-top: 25px;
	margin-left: 170px;
}


#header p {
	position: absolute;
	font-size: 1em;
	text-align: left;
	font-weight:bold;
	margin-top: 55px;
	margin-left: 170px;
}




#header a {
	color: #ffffff;
}

#header a:hover {
	border-bottom: none;
}
 



/***************************
* FOOTER
***************************/

#footer {
	position: absolute;
	bottom:0;
	width: 100%;
	background:#000000;
}


#footer p {
	text-align: left;
	font-size: 0.9em;
	width:950px;
	margin: 0 auto 0 auto;
	padding: 8px;
}

/***************************
* CENTER
***************************/

#center {
	width: 950px;
	margin: 0 auto -30px auto;
	background: #ffffff;
	padding-left: 30px; 

	/* Pour éviter la superposition du pied de page et du contenu : */
	padding-bottom: 30px; 
	overflow: auto;
}



#center h2 a {
	color: #006699;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif;
}

#center h2 {
	font-size: 1.2em;
	color: #006699;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif;
}

#center #left h2 a {
	font-size: 1.4em;
}

/*
#center h2 a{
	font-size: 1.4em;
	color: #006699;
	font-family: Trebuchet MS, Lucida Grande, Verdana, Arial, Sans-Serif;
}

#center h2 a:hover{
	
}
*/


/***************************
* LEFT (POST + NAVIGATION)
***************************/

#left {
	float:left;
	width:650px;
}

/***************************
* POST
***************************/

.post {
	float:left;
	width:650px;
	color: #333333;
	margin-top:8px;
	margin-bottom:8px;
}

.postmetadata {
	font-size: 0.8em;
	color: #999;
}

.postcontent {
	font-size: 1em;
	color: #333333;
}

.postcontent a {
	color: #006699;
}

.postcontent a:hover {
	color: #fff;
	background: #006699;
	
}

/***************************
* NAVIGATION
***************************/

.navigation {
	float: left;
	margin: 30px 0 30px 0;
}

/***************************
* SIDEBAR
***************************/
 
.sidebar {
	float: right;
	width: 225px;
	margin: 20px 20px 20px 25px;
}


.sidebar a:hover {
	text-decoration: none;
	border-bottom: 1px dotted;
}

.sidebar ul{
	list-style-type: none;
	margin: 0 0 0 0;
	padding:0;
}

.sidebar ul li{

}

.sidebar ul ul li{
	padding-left: 20px;
	background: url(images/list.png) 0 0px no-repeat;
}

.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{
	border: 1px solid #cccccc;
	width:100%;
	font-family: Trebuchet MS, Arial, Hevletica, Sans-serif;
	font-size: 0.9em;
}
 
 /*
.cadre_commentaires {
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
*/

#searchform button{
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
}

/***************************
* DEFAULT LINKS
***************************/

a {
	color: #555;
	text-decoration: none;
}

a:hover {
	border-bottom: 1px dotted;
}


