/*  
Theme Name: Wake up and smell the coffee
Theme URI: (none)
Version: 1.4
Description: A dark, 2 column theme for Wordpress. 
Author: David Murphy, based on Neonglow
Author URI: blog.rivast.com
Tags: Dark
*/

/* Global */

html{
background: #000 url(images/background.jpg) no-repeat 100% 0;
}

body{
margin: 0;
font-family: Verdana, "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
text-align: center;
vertical-align: 0;
color: #919999; /* Text decoration.*/
}

h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
font-weight: normal;
}

/* This is the Blog Title */
#header h1{
padding: 2% 0 0 0;
font: normal 1.8em Georgia, "Times New Roman", Times, serif;
}

#header h1 a{
text-decoration: none;
color: #919999;
/* Title colour.*/
}

/* */

h2{
font-size: 1em;
}

h3{
font-size: 0.8em;
} 

a:link {
text-decoration: none;
color: #919999;
text-decoration: underline;
}

a:visited{
text-decoration: none;
color: #919999;
text-decoration: underline;
}

a:hover{
color: #dcdae0;
text-decoration: underline;
}

a img{
border: none;
padding: 10px;
}

p{
padding: 10px 5px 0 0 ;
}

li{
padding: 5px 0 0 0;
}

blockquote {
padding-top:15px;
padding-bottom:15px;
padding-right:15px;
padding-left:15px;
}

img{
padding: 10px;
background: #eee;
}

img.alignleft{
float: left;
margin: 10px 10px 10px 0;
}

img.alignright{
float: right;
margin: 10px 0 10px 10px;
}

img.aligncenter{
   display: block;
   margin: 10px auto;
}

/* Layout */

#wrapper{
width: 100%;
margin: 0 auto 0 auto;
text-align: left;
font: normal 1.3em Verdana, "Lucida Grande","Lucida Sans Unicode",sans-serif;
}

#header{
float: left;
margin: 1em 2% 0 2%;
padding: 0 0 0 5% ;
width: 91%;
height: 100px;
text-align: left;
text-decoration: none;
background: url(images/bluebg.png);
color: #fff;
border-bottom: 3px solid #adbaba;
font-size: 0.8em /* Subtitle size */
}

#content{
float: left;
width: 60%;
margin: 0% 0 0 10%;
padding: 0 3% 0 1%;
background:transparent url(images/greybg.png);
}

.sidebar{
float: left;
width: 23%;
margin: 1% 1% 0 1%;
background:transparent url(images/blackbg.png);
display: inline;
}

#footer{
clear: both;
float: left;
width: 98%;
margin: 1%;
padding: 10px 0;
border-top: 1px solid #fff;
}

/* Posts */

.post{
padding: 1em 0;
}

.post h2{
padding: 1.2em 0 0 0;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 1em /* Post title size */
}

.post h2 a{
color: #919999; /* Post title colour */
text-decoration: none;
}

.post h2 a:hover{
color: #adbaba;
text-decoration: underline;
font-size: 1em }

.entry{
line-height: 1.4em;
font-family: Verdana, sans-serif;
color: #ffffff;
font-size: 0.7em}

p.postmetadata{
clear: both;
margin: 10px 0 0 0;
padding: 0 0 0 24px;
font-family: Georgia, serif;
font-size: 0.9em;

background: #121518 url(images/comment.png) no-repeat 0 90%;
border-top: 1px solid #333;
}

.navigation{
padding: 10px 0 0 0;
font-size: 0.9em;
font-family: Georgia, serif;
}

.posttime{ 
margin: 0;
font-size: 0.7em;
font-family: Georgia, serif;
color: #6f7a7a;
}

/* Comments */

.comments-template{
margin: 10px 0 0;
border-top: 1px solid #ccc;
padding: 10px 0 0;
font-size: 0.7em;
}

.comments-template ol{
margin: 0;
padding: 0 0 15px;
line-height: 1.3em;
list-style: none;
}

.comments-template ol li{
margin: 0;
padding: 2% ;
line-height: 1.3em;
font-family: Verdana, sans-serif;
border-bottom: 1px solid #919999;
}

.comments-template h2{
font-size: 1em;
color: #DCDAE0;
}

.comments-template h3{
padding: 10px;
font-size: 0.7em;
color: #DCDAE0;
}

.commentmetadata{ 
font-size: 0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #919999;
}

.commentmetadata a{
color: #6f7a7a;
}

.comments-template p.nocomments{
padding: 0;
}

.comments-template textarea{
font-size: 1em;
}

.alt{
color: #ddd;
background: #162027 url(images/altcomment.gif) repeat-x top left;
}


.gravatarstyle { 
float:left; padding-right:10px; 
}

/* Sidebar */

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 10px ;
}

.sidebar ul li h2{
padding-top: 0.5em;
font-size: 1em;
font-family: Georgia, "Times New Roman", Times, serif;
color: #919999; /* Sidebar title colour */
border-top: 1px solid #/;
}

.sidebar ul ul li{
margin: 0;
padding: 0;
line-height: 1.5em; /* Sidebar label size */
font-size: 0.7em; 
}

.sidebar a{
text-decoration: none; /* Sidebar label colour */
color: #DCDAE0;}

.sidebar a:hover{
text-decoration: underline;
}

form#searchform{
margin-bottom: 15px;
}

li#calendar{
font-family: Verdana, sans-serif;
}

/* Footer */

#footer p{
padding: 0 0 0 30px;
line-height: 1.1em;
font-size: 0.6em;
}

/* Widgets */

.textwidget{
line-height: 1.2em;
margin: 12px 0;
}

#tag_cloud{
margin: 0 0 15px 0;
}