/* Red Colors Stylesheet */

/*-----------------------------*/
/* 1. SETUP */
/*-----------------------------*/

/* 1.1 Defaults */

body  {
	color: #191919;
	background:#e3e3e3;
	
}

h1, h2, h3, h4, h5, h6  {
	color: #191919;
}

/* 1.2 Hyperlinks */

a:link, a:visited  { color: #e60000; }


/*-----------------------------*/
/* 2. SITE STRUCTURE & APPEARANCE */
/*-----------------------------*/

/* 2.1 Containers */

#topborder  {
	background: url() repeat-x top left;
}

/* 2.2 Header */

#header  {
	border-bottom:;
	
	background: url() no-repeat center top;
}

/* 2.3 Navigation */

#nav .current_page_item a:link, #nav .current_page_item a:visited, #nav a:hover  {
	background: url(red/navhover_left.png) no-repeat left top;
	background-color:;
}

#nav .current_page_item a span, #nav a:hover span  {
	background: url(red/navhover_right.png) no-repeat right top;
}



/* 2.3 Drop-down menus */

#nav li ul { background-color: #e60000; }
#nav li ul li a:hover  { color: #e60000!important; }

/* 2.4 Homepage Picture Widgets */

.picture_widget  {
	border-top:;
	border-bottom:;	
}

.arh {  border-bottom:;    }

.heading a.rss  {
	color: #494331;	
}

.picture_widget .image_box  {
	border:;
	background-color: #999;
}
 
 /* Slider */

/* 2.5 Content */
#content, .post-wrap,#innerpage ,.advert-content, .widget-ad, .home-page-widget,.footer-widgets,.wrapper  {
	border-top:;
	border-bottom:;
}

.innercontent { border-bottom:; }
.template-div { border-bottom: 1px solid #d36e6e;  }

.more_entries {	border-top: 1px solid #fdfaf1; border-bottom: 1px solid #d36e6e; }

.blog-loop {	border-bottom: 1px solid #fdfaf1; }
.blog-holder {	border-bottom: 1px solid #d36e6e; }

.spacer { border-top: 1px solid #fdfaf1; }

/* Home Page Widgets */ 

/* Footer Widgets */

/* Popular Attachmetns Widget */

.popular .pop-posts-ul li {	border-bottom: 1px solid #d36e6e; }

/* Archives - Tempalte */


/* 2.6 Sidebar */

#exif  {
	background-color: #000;
}

#exif ul  {
	border-top: 1px solid #e98282;
}

#exif ul li  {
	border-bottom: 1px solid #e98282;
}

#exif .arrow  {
	background: url(red/exif_arrow.png) no-repeat left top;
}

/* 2.7 Footer */

#footer  {
	border-top: 1px solid #999;	
}


/*-----------------------------*/
/* 3. WIDGETS */
/*-----------------------------*/

#widgets  { border-left:; }

.widget h3  {
	color: #000;
	background-color:;
}

.widget ul  {
	border-top:;
}
.widget ul ul  {
	border-top:;
}

.widget ul li a:link, .widget ul li a:visited  {
	border-bottom:;
}

.widget ul li a:hover  {
	color: #fff;
	background-color:;
}

.widget_recent_comments li  {
	border-bottom: 1px solid #d36e6e;
}

#searchform #s  {
	border: 1px solid #d36e6e;
}

#searchform .submit  {
	border: 1px solid #d36e6e;
	background-color: #d36e6e;
}

#flickr .flickr_badge_image  {
	border:3px solid #d36e6e;
}

.lifestream .lifestream_meta  {
	color: #191919!important;	
}

/*-----------------------------*/
/* 4. POSTS */
/*-----------------------------*/

.entry  {
	border-bottom: 1px solid #d36e6e;
}

/* 4.1 Typographic Elements */

.entry blockquote  {
	background: url(red/blockquote.png) no-repeat left 10px;
}

/* 4.2 Images */


/* CALENDAR */

#wp-calendar th { background:#d36e6e; }


/*-----------------------------*/
/* 5. COMMENTSAREA */
/*-----------------------------*/

/* 5.1 Comments */

#comments  {	
	border-top: 1px solid #fdfaf1;
}

.comment  {
	border-bottom: 1px solid #d36e6e;
	border-top: 1px solid #fdfaf1;
}

.comment li  {
	background: url(red/commentreply.png) no-repeat 5px 16px;
}

.comment .comment-meta img.avatar  {
	border: 1px solid #d36e6e;
}

.comment .reply a, .comment .cancel-comment-reply a  {
	background-color: #e60000;
}

/* 5.2 Comments Form */

#commentform input.txt  {
	border: 1px solid #d36e6e;
}

#commentform textarea  {
	border: 1px solid #d36e6e;
}

#commentform #submit  {
	border: 1px solid #e60000;
	background-color: #d36e6e;
}

/* 5.3 - Pingbacks */

.commentlist.pingbacks {
	border-bottom:1px solid #d36e6e;
}

/*-----------------------------*/
/* 6. GENERAL STYLES */
/*-----------------------------*/

.textwidget{
	font-size:14px;
	
	}

#home_blurb{
	background-color:#333;
	padding: 10px;
	border: solid 8px #999;
	color:#FFF;
	width:900px;
	}
	
#home_blurb h1{
	color:#FFF;
	}

ul p{ list-style: disc;
	text-indent: 15px;
	list-style-position: inside;
	
	}
