/*
Theme Name: olkarose
Description: 2 columns template. Widget ready. Blue colors.
Version: 1.0
Author: acidrust
Author URI: http://acidrust.info
*/


* {
	margin:0;
	padding:0;
}

html, body {
	font-family: sans-serif;
	font-size:1em;
	background:#EBF7FD url('images/bg-paper.gif');
	background-position: left bottom;
	background-repeat: no-repeat;
}

#container {
   width:839px;
   margin:5px auto 0 auto;

}

#header {
   position:relative;
   float:left;
   width:839px;
   height:200px;
   background:#EBF7FD url('images/bg-header.gif');
}

#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   background-color:#37519c;
}

h1 {
	position:absolute;
	left:50px;
	bottom:40px;
	font-size:4em;
	font-family: Georgia;
	text-transform:uppercase;
}

h1 a:link, h1 a:visited {
   color:#FFF;
   text-decoration:none;
}

h1 a:hover {
   color:#FFF;
}

#description {
	position:absolute;
	left:50px;
	bottom:20px;
	font-size:1.8em;
	color:#EBF7FD;
}

#main {
   position:relative;
   float:left;
   width:839px;
   background:#EBF7FD url('images/bg-content.gif') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:500px;
   margin:30px 0 10px 40px;
   display:inline;
   padding:0;
}

/* ARTICLES */

.post-content P {
	padding-bottom: 1.5em;
}


.post {
   margin:0 0 50px 0;
   font-size:0.80em;
   text-align:left;
   line-height:1.5em;
   padding:0;
}

.post ul, .post ol {
   margin: 0 0 10px 40px;
}

.post h2 {
	font-size:1.5em;
	font-family: georgia;
	text-transform:uppercase;
	margin:0 0 20px 0;
	padding-bottom: 5px;
}

.post h2 a:link, .post h2 a:visited {
	color: #37519c;
	text-decoration:none;
}

.post h2 a:hover {
	color:#0083be;
	background:#EFDFB3;
}

.post a:link, .post a:visited {
	color:#37519c;
}

.post a:hover {
	color:#0083be;
	background:#EFDFB3;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
   background:#eee;
   margin:5px 0 30px 0;
   padding:5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
   font-size:0.8em;
   color:#999;
}

.postmetadata a:link {
   color:#888;
   text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#000;
   background:#D1E5EF;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */

#abonnements {
   position:relative;
   float:left;
   width:200px;
   margin:5px;
   padding:5px;
}

#searchform {
   position:relative;
   float:right;
   margin-top:5px;
}

#s {
   background:#EBF7FD;
   border:1px inset #69f;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#37519c;
}

img#rssfeed {
   border:none;
}

.sidebar-wrapper {
	position:relative;
	float:right;
	display:inline;
	width:220px;
	margin:25px 15px 0 0;
	padding:0;
	background-color: #fff;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
}

#sidebar {
	position:relative;
	float:left;
	width:220px;
	margin: 5px;
	font-size:0.7em;
}

#sidebar ul {
	list-style-type:none;
	margin:0;
	padding:0;
/*	border-bottom: 2px dotted #B5C2CF; */
}

#sidebar li {
   margin:15px;
   list-style-type:none;
   line-height:1.5em;
}

#sidebar li ul li {
   margin:3px;
}

#sidebar h2 {
   font-size:1em;
   color:#37519c;
   margin-top:10px;
   font-weight:bold;
}

#sidebar a, #sidebar a:visited {
   color:#476C7F;
   text-decoration:none;
   padding:5px;
}

#sidebar a:hover {
   background:#6B7D8F;
   color:#FFF;
}

#sidebar_title_link a {
	color:#37519c !important;
	padding-left: 2px;
}

#sidebar_title_link a:hover {
	text-decoration: underline;
	background:#EFDFB3;
}

#sidebar_frame {
	background:#EBF7FD;
	border:1px inset #69f;
	padding: 5px;
}


/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:839px;
   height:100px;
   color:#aaa;
   padding:10px 0;
   font-size:0.7em;
   text-align:center;
   background:#EBF7FD url('images/bg-footer.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}

/* COMMENTS */

h3#comments {
   margin:10px;
   font-size:0.9em;
}

textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#6B7D8F;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
   font-size:0.8em;
   color:#888;
}

/* WIDGETS  */

.mytwitter_tweet {

}
.mytwitter_separator {

}
.mytwitter_tweet_time {
	font-size: 0.8em;
	text-align: right;
}

#picturegrid {

}
