/*  
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:#320B09 url(./images/background.gif) repeat-y;
	color:#F5F0DA;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size:62.5%;
	line-height:1.7;
	text-align:center;
	margin:0;
}

#content{
	background:#F5F0DA url(./images/main.gif) no-repeat;
	float:left;
	padding:10px;
	padding-top:120px;
	width:480px;
	font-size:1em;
}

#content_2{
	background:#F5F0DA url(./images/main.gif) no-repeat;
	float:left;
	padding:10px;
	padding-top:120px;
	width:480px;
	font-size:1em;
}

#footer{	
	color:#7C1315;
	font-size:1em;
	text-align:center;
	margin:0;
	padding:0;
}

#header{
	margin-top:20px;
	margin-left:20px;
}

#sidebar{
	color:#ddd;
background: url(./images/sidebar-background.gif) no-repeat;
	padding:90px 35px 10px 30px;
	margin:0;
	font-size:1.1em;
	float:left;
	width:155px
}

#wrap{
	margin:0;
	text-align:left;
	width:960px;
}

#left{
	background:#EBE9DC;
    font-size:1.1em;
	margin:0;
	float:left;
	width:240px;
}

#left2{
	background:#CCCCCC;
	font-size:1.1em;
	margin:0;
	float:left;
	width:400px;
}

#image1{
background-image: url("./images/hudson1.gif");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

#image2{
background-image: url("./images/stephen1.gif");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

#image3{
background-image: url("./images/gil1.gif");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

#image4{
background-image: url("./images/vince1.gif");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}

#image5{
background-image: url("./images/ricky1.gif");
background-repeat: no-repeat;
background-position: -1000px -1000px;
}


/*************************************
 +Hn
 *************************************/


#sidebar h2{
	color:#5F1311;
	font-size:1.4em;
	margin-bottom:0px;
	font-weight:normal;
}

#header h1{
        display: inline;
        font-size:0.4em;
	margin:30;
        width: 180px;
        height: 135px;
        position: relative;
}

#header h1 a{
	color:#320B09;
        position: absolute;
        top: 0;
        left: 240px;
        width: 500px;
        height: 117px;
}

#header h1 a:hover{
}

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.0em;
color:#555555;
   padding-left:10px;
}

h4{
   font-size:0.9em;
}

#header h1{
   font-weight:normal;
}

.entrytitle h2, .entrytitle h3, .entrytitle h4{
   display:inline;
   font-weight:normal;
}

.entrytitle h2{
   color:#7C1315;
}

.entrytitle h3{
   font-weight:normal;
color#000000;
}

.entrytitle h4{

   font-weight:normal;
color:#555555;
}


/*************************************
 +Left
 *************************************/

.latest {
   background:#4f4624 url(./images/latest.gif) 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:0px;
}

#sidebar ul li{
	list-style-type:none;
	margin:0;
}

#sidebar ul li a{
	color:#555555;
	display:block;
	padding:0px;
}

#sidebar ul li a:hover{
	margin:0;
color:#7C1315;
	background:#F5F0DA;
}


/*************************************
 +Misc
 *************************************/

a{text-decoration:none;
    color:#5F1311;
}

a:hover{
    color:#555555;
}

#footer a{
    color:#7C1315;
}

#header{
	margin:0;
	background:#fff url(./images/header.gif) center no-repeat;
	width:960px;
	height:20px;
}

#header p{
	color:#eee;
	margin:0;
}

.navigation{
    padding:3px;
color:#555555;
    text-align:center;
}

/*************************************
 +Entry
 *************************************/

.entry{
	font-size:1.2em;
	margin:5px 0 0 0;
	padding:10px;
}

.entrytitle{

}

.entrytitle a{
    color:#7C1315;
    text-decoration:none;
}

.entrymeta{
	color:#555555;
	font-size:0.9em;
	padding:3px 8px;
}

.entrymeta a{
	color:#5F1311;
}

.entry-1{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-1 .entrymeta{
	color:#555555;
}

.entry-1 .entrymeta a{
	color:#5F1311;
}
.entry-1 .entrymeta a:hover{
	color:#555555;
}

.entry-1 .entrytitle{
	border-bottom:none;
}

.entry-1 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-1 .entrytitle a:hover{
	color:#555555;
}

.entry-2{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-2 .entrymeta{
	color:#888;
}

.entry-2 .entrymeta a{
	color:#777;
}

.entry-2 .entrytitle{
	border-bottom:none;
}

.entry-2 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-2 .entrytitle a:hover{
	color:#555555;
}

.entry-3{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-3 .entrymeta{
	color:#888;
}

.entry-3 .entrymeta a{
	color:#777;
}

.entry-3 .entrytitle{
	border-bottom:none;
}

.entry-3 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-3 .entrytitle a:hover{
	color:#555555;
}

.entry-4{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-4 .entrymeta{
	color:#888;
}

.entry-4 .entrymeta a{
	color:#777;
}

.entry-4 .entrytitle{
	border-bottom:none;
}

.entry-4 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-4 .entrytitle a:hover{
	color:#555555;
}

.entry-5{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-5 .entrymeta{
	color:#888;
}

.entry-5 .entrymeta a{
	color:#777;
}

.entry-5 .entrytitle{
	border-bottom:none;
}

.entry-5 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-5 .entrytitle a:hover{
	color:#555555;
}

.entry-6{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-6 .entrymeta{
	color:#888;
}

.entry-6 .entrymeta a{
	color:#777;
}

.entry-6 .entrytitle{
	border-bottom:none;
}

.entry-6 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-6 .entrytitle a:hover{
	color:#555555;
}

.entry-7{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-7 .entrymeta{
	color:#888;
}

.entry-7 .entrymeta a{
	color:#777;
}

.entry-7 .entrytitle{
	border-bottom:none;
}

.entry-7 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-7 .entrytitle a:hover{
	color:#555555;
}

.entry-8{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-8 .entrymeta{
	color:#888;
}

.entry-8 .entrymeta a{
	color:#777;
}

.entry-8 .entrytitle{
	border-bottom:none;
}

.entry-8 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-8 .entrytitle a:hover{
	color:#555555;
}

.entry-9{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-9 .entrymeta{
	color:#888;
}

.entry-9 .entrymeta a{
	color:#777;
}

.entry-9 .entrytitle{
	border-bottom:none;
}

.entry-9 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-9 .entrytitle a:hover{
	color:#555555;
}

.entry-10{
	background:#DCCBAA;
	color:#555555;
	font-size:1.2em;
}

.entry-10 .entrymeta{
	color:#888;
}

.entry-10 .entrymeta a{
	color:#777;
}

.entry-10 .entrytitle{
	border-bottom:none;
}

.entry-10 .entrytitle a{
	color:#5F1311;
	font-size:1.0em;
}

.entry-10 .entrytitle a:hover{
	color:#555555;
}
/*************************************
 +Comments
 *************************************/

.commentlist{
	color:#555555;
}
.commentmeta{
	background:#DCCBAA;
color:#5F1311;
	font-size:0.9em;
	padding:40px 8px;

}

.commentsblock{
color:#5F1311;
	margin:5px;
	padding:0px 0 0 0;
	font-size:12px;
}

.commentsblock textarea{
color:#000000;
	width:450px;
}

.commentauthor{
color:#000000;
	display:block;
	font-size:1.5em;
}

.even{
color:#000000;
	border:1px solid #43494D;
}

.alt{
}

/*************************************
 +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
}

a.button1 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 240px; /* width of reactive image */
     height: 117px; /* height of reactive image */
     background-image: url(http://www.ribriot.com/wp-content/themes/wmptheme/images/hudson.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button1:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(./images/hudson1.gif); /* source for target image */
     } 

a.button2 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 240px; /* width of reactive image */
     height: 117px; /* height of reactive image */
     background-image: url(http://www.ribriot.com/wp-content/themes/wmptheme/images/stephen.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button2:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(./images/stephen1.gif); /* source for target image */
     } 

a.button3 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 240px; /* width of reactive image */
     height: 117px; /* height of reactive image */
     background-image: url(http://www.ribriot.com/wp-content/themes/wmptheme/images/gil.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button3:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(./images/gil1.gif); /* source for target image */
     } 

a.button4 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 240px; /* width of reactive image */
     height: 117px; /* height of reactive image */
     background-image: url(http://www.ribriot.com/wp-content/themes/wmptheme/images/vince.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button4:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(./images/vince1.gif); /* source for target image */
     } 

a.button5 { /* definition of the "image" class in the <a> tag */
     display: block; /* a tag must be a block */
     width: 240px; /* width of reactive image */
     height: 117px; /* height of reactive image */
     background-image: url(http://www.ribriot.com/wp-content/themes/wmptheme/images/ricky.gif); /* source for start image */
     background-repeat: no-repeat;
     }
	 
a.button5:hover { /* definition of the "image" class for <a> tag when hovered onto */
     background-image: url(./images/ricky1.gif); /* source for target image */
     } 

/*************************************
 +Search Form
 *************************************/

.search{
	vertical-align:top;
	margin:0 auto;
	width:150px;
	height:18px;
}

.form{
	font-size:14px;
	color:#1B1B1B;
	border: 1px solid #909090;
	font-family:Tahoma, arial, verdana, courier;
	width:150px;
	height:16px;
	padding:0px;
	margin:0 15px 3px 0;
	vertical-align:top;
}

/*- most recent twitter*/

.sb-lasttwitter ul li {
	list-style-type: none;
    margin-right: 3px;
    margin-left: 0px;
	}
