/*  
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:#484848;
	color:#666;
	font-family: 'Arial', Verdana, Lucida Grande, Sans-Serif;
	font-size:62.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
	padding: 0px;
   	margin: 0px;
}
#main-wrap {
	position:absolute;
	background:#26210e url(./images/background.gif) repeat-y;
	width:960px;
	vertical-align:top;
	visibility:visible;
}
#content{
	position:relative;
	background:url(./images/main.jpg) no-repeat;
	float:left;
	padding:10px;
	padding-top:290px;
	width:480px;
	font-size:1em;
	background-attachment:inherit;
	overflow:auto;
	margin-top:-6px;
}

#content_2{
	background:#FFFFFA url(./images/page.jpg) no-repeat;
	float:left;
	padding:10px;
	padding-top:295px;
	width:480px;
	font-size:1em;
	margin-top:-6px;
}
#root-foot {
	position:relative;
	height:150px;
	width:960px;
	visibility:visible;
	overflow:hidden;
}
#foot-main {
	position:absolute;
	visibility:visible;
	width:960px;
	background: url(./images/footer.jpg) no-repeat;
	height:150px;
	
}
#footer{
	visibility:visible;
	color:#888;
	font-size:1em;
	text-align:center;
}

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

#sidebar{
	color:#ddd;
	background:#EBE9DC url(./images/sidebar.gif) no-repeat;
	padding:20px 35px 10px 30px;
	margin:0;
	font-size:1.1em;
	float:left;
	width:155px
}

#wrap{
	margin:0 auto;
	text-align:left;
	width:960px;
	background:#26210e url(./images/background.gif) repeat-y;
}
#headleft {
	background:url(images/sujivana.png) no-repeat;
	top:20px;
	width:240px;
	height:101px;
	z-index:10;
}
#left{
	background:#CCCCCC;
    font-size:1.1em;
	margin:0;
	float:left;
	width:240px;
}
#left-down-bg {
	background:url(images/linkbg.jpg) no-repeat;
	width:240px;
	height:209px;
	top:100px;
}
#left2{
	background:#CCCCCC;
	font-size:1.1em;
	margin:0;
	float:left;
	width:400px;
}

/*************************************
 +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 h2, .entrytitle h3, .entrytitle h4{
   display:inline;
   font-weight:normal;
}

.entrytitle h2{
   color:#4F5D52;
}

.entrytitle h3{
   font-weight:normal;
}

.entrytitle h4{

   font-weight:normal;
}


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

.latest {
   background:#161618 url(./images/recent.jpg) no-repeat;
   color:#333;
   margin:0;
   padding:50px 0 16px 10px;
}

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

.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;
}


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

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

a:hover{
    color:#853c01;
}

#footer a{
    color:#ab8;
}

#header{
	margin:0;
	background:#fff url(./images/header.jpg) no-repeat;
	width:960px;
	height:20px;
}

#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 {

	border:1px solid;
	color:#555555;
	font-size:1.2em;
}

.entry .entrymeta{
	color:#888;
}

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

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

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

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

/*************************************
 +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{
	padding-top:10px;
	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;

}

/*- most recent twitter*/

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