/*  
Theme Name: Digital Pop
Theme URI: http://writerspace.net
Description: A bright and colourful 3 column theme based on NewFeel by <a href="http://hellowiki.com/">Fen</a>.
Version: 1.0
Author: Andrew Eglinton
Author URI: http://writerspace.net
*/
/*************************************
 +Containers
 *************************************/

body{
    background:#26210e url(./images/background.gif) center repeat-y;
	color:#666;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:62.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
}

#head_text {
	color: #000;
	text-align: right;
}
#head_text h1, #head_text h3 {
	font-family: verdana, "trebuchet ms";
	font-size: 260%;
	font-weight: normal;
	margin: 5px 10px 0 0;
	color: #663333;
}
#head_text .sub {
	font-family: verdana, "trebuchet ms";
	margin: 0 10px 20px 0;
	font-weight: normal;
	font-size: 170%;
	color: #000;
}

#content{
	background:#FFFFFA url(./images/main.jpg) no-repeat;
	float:left;
	padding: 10px;
	padding-top:200px;
	width:480px;
	font-size:1em;
}

#content_2{
	background:#FFFFFA url(./images/page.jpg) no-repeat;
	float:left;
	padding:10px;
	padding-top:200px;
	width:480px;
	font-size:1em;
}
* html #content, * html #content_2 { padding-right: 1px;}

#footer{	
	color:#888;
	font-size:1em;
	text-align:center;
	margin:0;
	padding:0;
}

#header{
	margin-top:20px;
	margin-left:20px;
}

#sidebar{
	color:#ddd;
	background:#EBE9DC;
	padding:0 35px 10px 30px;
	margin:0;
	font-size:1.1em;
	float: right;
	width:155px
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;
}

#left{
	background:#CCCCCC;
	background-color: #4f4624;
    font-size:1.1em;
	margin:0;
	float:left;
	width:240px;
}

#left2{
	background:#CCCCCC;
	font-size:1.1em;
	margin:0;
	float:left;
	width:400px;
}

.blog_description{
	background-image: url(./images/bike_blog.gif);
	background-color: #4f4624;
	padding: 0px 20px 5px 10px;
	margin: 0;
	height: 130px;
	color: #000;
	font-size: 140%;
	font-weight: normal;
}
* html .blog_description {
	margin: 0;
}
	

/*************************************
 +Hn
 *************************************/


#sidebar h2{
	color:#333231;
	font-size:1.4em;
	margin-bottom:10px;
	font-weight:normal;
}

#header h1{
	display:inline;
	font-size:2.4em;
	margin:0;
}

#header h1 a{
	color:#333;
}

#header h1 a:hover{
	color:#fffab8;
}

h1, h2, h3, h4{
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    letter-spacing:-1px;
}

h2{
   font-size:1.5em;
   padding-right:5px;
}

h3{
   font-size:1.2em;
}

h4{
   font-size:0.9em;
}

#header h1{
   font-weight:normal;
}

.entrytitle h1, .entrytitle h4{
   display:inline;
   font-weight:normal;
}

.entrytitle h1{
   color:#4F5D52;
   font-size: 160%;
}

.entrytitle h3{
   font-weight:normal;
}

.entrytitle h4{

   font-weight:normal;
}

.related_posts {
	padding: 8px 15px;
	margin: 0px 10px 10px 10px;
	background-color: #F9F9F9;
}
.related_posts ul {
	margin: 0 -10px;
}


/*************************************
 +Left
 *************************************/

.latest {
   background-color: #4f4624;
   color:#333;
   margin:0;
   padding:0px 0 16px 10px;
}
.left_header {
	background-color: #4f4624;
	margin: 10px 10px 0 0;
	color: #fff;
	border-top: 1px solid #fff;
	border-bottom: 1px dashed #fff;
}

.latest li{
   list-style-type:none;
   margin:5px 0;
   padding:0 0 0 10px;
   border-bottom: 1px dashed #7f7957;
}

.latest li a{
   color:#fff;
   margin:0;
   padding:10px;
}

.latest li a:hover{
   text-decoration:underline;
   color:#fff;
}

.latestactivity{
   list-style-type:none;
   background:#CCCCCC url(./images/comments.gif) no-repeat;
   margin:0;
   padding:60px 0 30px 30px;
}

.latestactivity li{
   color:#333;
   margin:0;
   padding:4px 0 4px 0;
}

.latestactivity li a{
   color:#333;
   margin:0;
}

.latestactivity li a:hover{
   color:#333; 
   text-decoration:underline;
}

.latestactivity small{
   display: block;
   margin: 0px;
   font-size: 94%;
}

.related {
   background:#CCC url(./images/related.gif) no-repeat;
   color:#111;
   margin:0;
   padding:50px 0 10px 10px;
}

.related li{
   list-style-type:none;
   margin:5px 0;
   padding:0 0 0 10px;
}

.related li a{
   color:#333;
   margin:0;
   padding:10px;
}

.related li a:hover{
   text-decoration:underline;
   color:#333;
}


/*************************************
 +Lists
 *************************************/


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

#sidebar ul li{
	list-style-type:none;
	margin:0;
	border-bottom:1px solid #D3D1C6;
}

#sidebar ul li a{
	color:#666;
	display:block;
	padding:2px;
}

#sidebar ul li a:hover{
	margin:0;
	background:#D3D1C6;
}

#sidebar ul ul {
	padding-left: 15px;
}


/*************************************
 +Misc
 *************************************/

a{
    text-decoration:none;
    color:#d05d00;
}

a:hover{
    color:#853c01;
}

#footer a{
    color:#ab8;
}

#header{
	margin:0;
	background:#000;
	width:960px;
	height: 2px;
}

#header p{
	color:#eee;
	margin:0;
}

.navigation{
    padding:3px;
    text-align:center;
}

/*************************************
 +Entry
 *************************************/

.entry{
	font-size:1.2em;
	margin:5px 0 0 0;
	padding:10px;
}

.entrytitle{

}

.entrytitle a{
    color:#4F5D52;
    text-decoration:none;
}

.entrymeta{
	color:#666;
	font-size:0.9em;
	padding:3px 8px;
}

.entrymeta a{
	color:#666;
}

.entry-1{
	background:#F1F2F1;
	border:1px solid #fff;
	color:#555555;
	font-size:1.2em;
}

.entry-1 .entrymeta{
	color:#888;
}

.entry-1 .entrymeta a{
	color:#777;
}

.entry-1 .entrytitle{
	border-bottom:none;
}

.entry-1 .entrytitle a{
	color:#4F5D52;
	font-size:1.2em;
}

.entry-1 .entrytitle a:hover{
	color:#353E37;
}

.left_img {
	border: none;
	padding: 10px;
	float: left;
}

.right_img {
	border: none;
	padding: 10px;
	float: right;
}
	

/*************************************
 +Comments
 *************************************/

.commentsblock{
	margin:5px;
	padding:10px 0 0 0;
	font-size:12px;
}

.commentsblock textarea{
	width:450px;
}

.commentauthor{
	display:block;
	font-size:1.5em;
}

.even{
	background:#3F464A;
	border:1px solid #43494D;
}

.alt{
	background:#F1F2F1;
	border:1px solid #F1F2F1;
}

/*************************************
 +Images
 *************************************/

p img{
	padding-right:8px;
	border:none;
}

img.centered{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright{
	padding: 0;
	margin: 0 0 1px 5px;
	display: inline;
}

img.alignleft{
	padding: 0;
	margin: 0 5px 1px 0;
	display: inline;
}

.alignright{
	float: right;
}

.alignleft{
	float: left
}

/*************************************
 +Search Form
 *************************************/

.search{
	vertical-align:top;
	margin:0 auto;
	width:360px;
	height:18px;
}

.form{
	font-size:14px;
	color:#1B1B1B;
	border: 1px solid #909090;
	font-family:Tahoma, arial, verdana, courier;
	width:280px;
	height:16px;
	padding:0;
	margin:0 15px 0 0;
	vertical-align:top;
}

/*- most recent twitter*/

.sb-lasttwitter ul li {
	list-style-type: none;
    margin-right: 3px;
    margin-left: 0px;
	}