/*  
Theme Name: NightmaRevue
Theme URI: http://nightmarevue.com
Description: custom 2 columns template. Widget ready. 
Version: 1.0
Author: Nightmare Revue
Author URI: http://nightmarevue.com
*/


* {
   margin:0;
   padding:0;
}

html, body {
   font-family:helvetica,arial,verdana,sans-serif;
   font-size:1.0em;
   background: url('http://www.nightmarevue.com/img/skinback2.gif');
}

#container {
   width:839px;
   margin:5px auto 0 auto;
}

#header {
   position:relative;
   float:left;
   width:839px;
   height:275px;
   background:url('http://www.nightmarevue.com/img/nmrheader.gif');
}

#main {
   position:relative;
   float:left;
   width:839px;
   background:url('http://www.nightmarevue.com/img/body.gif') repeat-y;
}

#main-content {
   position:relative;
   float:left;
   width:500px;
   margin:0px 15px 10px 80px;
   display:inline;
   padding:0px;
}

/* ARTICLES */

.post {
   margin:10px 0 50px 0;
   font-size:0.85em;
   text-align:justify;
   line-height:1.5em;
   padding:0;

}

.post ul, .post ol {
   margin:10px 0 10px 40px;
}

.post h2 {
   font-size:1.0em;
   text-transform:uppercase;
   margin:0 0 20px 0;
   width:500px;
   padding:3px 0 2px 5px;
   
}

.post h2 a:link, .post h2 a:visited {
   color:#610000;
  font-size:1.0em;
 text-decoration:none;

}

.post h2 a:hover {
   color:#C62A2A;
   background:none;
font-size:1.0em;
 text-decoration:none;
}

.post a:link {
   color:#A1160B;
font-size:1.0em;
 text-decoration:none;
  }

.post a:hover {
  text-decoration:none;
font-size:1.0em;
color:#BE332C;
}

.post a:visited {
  text-decoration:none;
font-size:1.0em;
color:#9D5419;
}
.post p {
  margin-bottom:25px;
}
.navigation a:link {
  text-decoration:none;
font-size:1.0em;
color:#7F6413;
}

.navigation  a:hover {
  text-decoration:none;
font-size:1.0em;
color:#4D6032;
}

.navigation a:visited {
  text-decoration:none;
font-size:1.0em;
color:#9D5419;
}




blockquote {
   background:#fff;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #fff;
   border-bottom:1px solid #fff;
}


/* SIDEBAR */

.sidebar-wrapper {
   position:relative;
   float:right;
   display:inline;
   width:180px;
   margin:10px 10px 0 0;
   padding:0;
   }

#abonnements {
   position:relative;
   float:right;
   width:180px;
   margin:5px;
   padding:5px;
   
}

#searchform {
   position:relative;
   float:right;
   margin-top:0px;
}

#s {
   background:#800000;
   border:3px solid #181818;
   width:65px;}

#searchsubmit {
   background:#181818;
   border:1px solid #181818;
   color:#fff;
}

img#rssfeed {
   border:none;
}


/* PIED DE PAGE */

#footer {
   position:relative;
   float:left;
   width:839px;
   height:223px;
   color:#000;
   padding:20px 0;
   font-size:0.5em;
   text-align:center;
   background: url('http://www.nightmarevue.com/img/nmrfooter.gif') no-repeat;
}

#footer a:link, #footer a:visited {
   color:#800000;
   font-weight:bold;
   text-decoration:none;
}


#footer a:hover {
   color:#ccc;
   background-color:;
}

