/*
Theme Name: Simple RED
Theme URI: http://theredwebsite.com/
Description: Minimal theme for The Red Website
Version: 0.8
Author: The Red Website
Author URI: http://theredwebsite.com/
Tags: minimal, clean, black, grey, red

*/


/* -- MAIN DIV'S -- */
#wrapper {float:none;clear:both;margin:0 auto;padding:0;width:960px;}
#header {height:90px;margin:0 auto;text-align:center;padding: 20px 100px;border-bottom:2px solid #000000;}
#footer {height:50px;overflow:hidden;margin:20px auto 0;clear:both;float:none;text-align:center;padding: 20px 0;border-top:2px solid #333333;}

/* -- HEADER -- */
#header h1 {text-transform:uppercase;}
#header h1 a, #header h1 a:visited {color:#EE0000;}
#header h2 {font-weight:normal; color:#333333;}

/* -- POSTS -- */
.post {clear:both;}
.post-index {margin:0 0 10px;}
#post-single {margin:0 0 20px;}
.posts-wrap {float:left; clear:none;width:640px;border-right:2px dashed #333333;}
h2.entry-title a:visited {color:#0000FF;}

/* -- SIDEBARS --*/
.sidebar-wrap {margin:0 auto;overflow:hidden; float:right; clear:none;width:300px;}


/* - BASIC STUFF - */
body {background:#FFF;font:9pt/11pt Verdana, Geneva, sans-serif;color:#000;margin:0 auto;padding:0 20px;}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
.additional-meta {font-size: xx-small}
blockquote {font-style:oblique}

/* -- LISTS -- */
ul {margin:0;padding:0;}
ul li {	margin:0 0 1em 1em;padding:0;}
li {list-style-type:disc;} /* want dots in front of your lists...? change to list-style-type: disc */


/* -- 404-PAGE --*/
.error404 {margin:0;width:100%;}
.error404 h1,.error404 h2 {margin: 10px auto;}

/* -- COMMENTS -- */
div.comments-wrap {margin:15px auto; padding:0;}
li.comment,li.trackback, li.pingback {margin: 10px auto;}
ul.children {margin-left:10px;}
ul.commentlist, ul.pinglist {margin:10px 0;}
textarea#comment {overflow:auto}

/* -- NAVIGATION --*/
div.navigation {height:25px; overflow:auto;float:none;clear:both; margin:0 auto}
* +html div.navigation {overflow:visible} /* IE hack to prevent scrollbars on the .navigation div... */

.nav-next {float:right;clear:none;width:48%; text-align:right;}
.nav-prev {float:left;clear:none;width:48%; text-align:left;}

/* -- ATTACHMENTS --*/
.alignleft {float:left;}
.alignright {float:right;}
