/*
Theme Name: CeDigest
Theme URI: http://cedigest.co.uk/
Description: Theme for Cedigest.co.uk
Version: 1
Author: Carbon Nine
Author URI: http://carbonnine.com

*/



/* Typography & Colors */
body {
padding:0;
margin:0;
font-size:0.8em;
font-family: Georgia, "Times New Roman", Times, serif;
background: #000 url('images/bg.jpg') no-repeat;
background-position: top center;
color: #DDD;
}
	
#page {
margin:0 auto;
padding:0;
width: 970px;
background: #000;
height:1000px;}
	
#header {
height:80px;
margin:0;
padding:0;
background: #000 url('images/header.jpg') ;
border-bottom: 1px solid #333;
text-align: center;
}

input, textarea {
border: 1px solid #333;
color: #999;
background: #131313;
}

#content textarea {
width: 500px;
}
	

#content img, #sidebar img{
margin-bottom: 10px;
margin-right:10px;
border: 1px solid #222;
padding:2px;
background-color: #131313;
}



h1 {
display:none;
}

h2, h3 {
font-size:1.3em;
color: #971f1f;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-weight:lighter;
}

p {
font-family:Arial, Helvetica, sans-serif;
}

a {
color: #971f1f;
text-decoration:none;
}

a:hover {
text-decoration: underline;
}

#header p {
font-family: Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
}

#header a {
color: #DDD;
text-decoration:none;
font-family: Georgia, "Times New Roman", Times, serif;
text-transform:uppercase;
font-weight:lighter;
}



#header a:hover {
color: #971f1f;
text-decoration: underline;
}

/* Layout & Shit */
.leftcolumn{
float:left;
width:600px;
margin-left:20px;
margin-right:20px;
margin-top:10px;
}

.rightcolumn{
float:right;
width:280px;
margin-right:20px;
margin-top:10px;
}

#footer {
margin-top: 20px;
padding-left:20px;
padding-right:20px;
display:block;
background: #000 url('images/header.jpg') ;
padding: 10px;
border-top: 1px solid #222;
}

.entry {
padding: 10px;
margin: 0px;
margin-top: 1px;
margin-bottom: 1px;
background:#0D0D0D;
border-top: 1px solid #222;
border-bottom: 1px solid #222;
}

.postmetadata, small, .commentlist {
font-family: Georgia, "Times New Roman", Times, serif;
color:#999999;
font-size:0.9em;
display:block;
background:#131313;
padding: 10px;
border-bottom: 1px solid #222;
}

#commentform small {
display:inherit;
background:none;
padding: 2px;
}

.commentlist {
background:#0D0D0D;
}

.postmetadata alt {
background:none;
border: none;
}

li {
list-style:none;
font-family: Arial, Helvetica, sans-serif;
font-style:normal;
font-size:1em;
}

.commentmetadata {
background:#0D0D0D;
padding:0; 
margin:0; 
text-indent:0;
padding-top: 6px; 
padding-bottom: 6px; 
}

img .wp-smiley {
border:none;
background:none;
}