/*  
Theme Name: Cheeky Monkey
Theme URI: http://oliphantparts.org
Description: Cheeky Monkey 2 columns template. Widget ready, based on Gone Fishing by http://designer-daily.com
Version: 0.1
Author: Nathan Oliphant
Author URI: http://oliphantparts.org
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:1em;
   background:#FFFFCD;
}

a:visited {
  color: #2E600B;
}

#container {
   width:810px;
   margin:5px auto 0 auto;   
}

#header {
   position:relative;
   float:left;
   width:810px;
   height:200px;
   background:#ffffff url('images/bg-header.jpg');
   border-right: 3px solid #2E600B;
}

#infos-header {
   width:760px;
   height:157px;
   margin:45px 0 0 40px;
   background:#FFFFCD url('images/header_green.jpg');
}

h1 {
   position:absolute;
   left:280px;
   bottom:80px;
   font-size:2em;
   text-transform:uppercase;
}

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

h1 a:hover {
   color:#FFFFCD;
   background:#2E600B;
}

#description {
   position:absolute;
   left:260px;
   bottom:50px;
   font-size:0.8em;
   color:#2E600B;
}

#main {
   position:relative;
   float:left;
   width:810px;
   background:#FFFFCD url('images/bg-content.jpg') repeat-y;
   border-right: 3px solid #2E600B;
}

#main-content {
   position:relative;
   float:left;
   width:490px;
   margin:15px 0px 10px 40px;
   display:inline;
   padding:0;
   border-right: 1px solid #2E600B;
}

/* ARTICLES */

.post {
   margin:0 0 10px 0;
   font-size:0.75em;
   text-align:justify;
   line-height:1.5em;
   padding:0 3px 0 0;
}

.post p {
   margin:0px 0px 0px 0px;
   padding:0px 0px 5px 0px;
}

/*.post p:first-letter {
font-size: 1.5em;
float: left;
}
*/

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

.post h2 {
   font-size:0.9em;
   text-transform:uppercase;
   margin:0 0 10px 0;
   width:480px;
   padding:3px 0 3px 10px;
   background:#2E600B;
}

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

.post h2 a:hover {
   color:#FFFE28;
   background:none;
}

.post a:link {
   color:#2E600B;
   font-weight:bold;
}

.post a:hover, post a:visited {
   background:#FFFE28;
}

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

.postmetadata {
   background:#FFFFCD;
   width:490px;
   margin:5px 0 20px 3px;
   padding:5px;
   border-top:1px solid #2E600B;
   border-bottom:1px solid #2E600B;
   font-size:0.8em;
   color:#000000;
}

.postmetadata a:link {
   color:#2E600B;
   text-decoration:underline;
}

.postmetadata a:hover, .postmetadata a:visited {
   color:#FFFFCD;
   text-decoration:none;
   background:#2E600B;
}

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

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

/* SIDEBAR */
.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:250px;
   margin:10px 10px 0px 0px;
   padding:0;
   background:#ffffff;
}

#abonnements {
   position:relative;
   float:right;
   width:250px;
   margin:5px;
   padding:5px;
   background-color:#B5C2CF;
}

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

#s {
   background:#FFFFCD;
   border:1px solid #FFF;
   width:120px;
}

#searchsubmit {
   background:transparent;
   border:none;
   color:#FFF
}

img#rssfeed {
   border:none;
}

#sidebar {
   position:relative;
   float:right;
   width:250px;
}

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

#sidebar li {
   margin:10px, 10px, 10px, 5px;
   list-style-type:none;
   line-height:1.0em;
   font-size: 0.9em;
}

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

/* Sidebar headers */
#sidebar h2 {
   font-size:0.7em;
   text-transform:uppercase;
   color:#000000;
   margin-top:10px;
   font-weight:normal;
}

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

#sidebar a:hover {
   background:#FFFE28;
   color:#2E600B;
   text-decoration:underline;
   padding:5px;
   font-weight: bold;
}

.bookmarkswidget a {
  display:inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

#bookmarkswidget a {
  display:inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

.randomsides a {
  display:inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

#randomsides a {
  display:inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

#meta a {
  display:inline !important;
  padding: 0 !important;
  margin: 0 !important;
}

/*  Footer stuff */
#footer {
   position:relative;
   float:left;
   width:810px;
   height:39px;
   color:#000;
   padding:10px 0;
   font-size:0.8em;
   text-align:center;
   background:#ffffff url('images/bg-footer.jpg') no-repeat;
   border-right: 3px solid #2E600B;
   border-bottom: 3px solid #2E600B;
}

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

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

/* 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;
}

/* Prev/Next links */
.alignleft a:link, .alignleft a:visited {
  font-size:0.8em;
  color: #2E600B;
  float:left;
}

.alignright a:link, .alignright a:visited {
  font-size:0.8em;
  color: #2E600B;
  float:right;
  padding-right: 10px;
}

.alignleft a:hover, .alignright a:hover {
  font-size:0.8em;
  background-color: #2E600B;
  color: #FFFFCD;
}


