@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
	background: #fff;
	padding:14px 0px 0px 0;
	}
	
#recent {
	width:360px;
	background: url(../images/bg_recent.jpg) no-repeat top right;
	float:right;
	padding:0px 0px 8px 0px;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li {
	border-bottom:1px solid #62b1d8;
	list-style:none;
	padding:7px 0 7px 15px;
	background:url(../images/icon_page_home.gif) no-repeat 0 9px;
	}

#recent a, #recent a:visited {
	color: #660000;
	font-weight:bold;
	font-size:1em;
	}

#recent h3 {
border-bottom:3px solid #CCCCCC !important;
color:#7D7D7D !important;
font:bold 1.2em Arial,Helvetica,sans-serif;
margin-top:0px;
}
				
#home .stripes {
		padding:5px 5px 5px 5px;
background: #fff;
	}

#home  #lead {
        min-height: 255px;
        margin-bottom: 15px;
	}


#home #lead .left {
	width:200px;
	}

#home #lead .right {
	width:350px;
	}


/*Features and Carousel*/

#carousel {
	height:180px;
	background:#e7e8df url(../images/bg_carousel.jpg) repeat-x;
	}

#carousel li {
	float:left;
	padding:0 15px;
	}

#carousel li img {
	border:3px solid #FFF;
	display:block;
	margin-bottom:6px
	}
	
#carousel a, #carousel a:visited {
	float:left;
	color:#585b41;
	}

#carousel a:hover, #carousel a:active {
	color:#828569;
	}
	
#home #content {
	float:left;
	width:620px;
        padding: 10px;
       background: #fff url(http://www.urbanhomesteading.com/wp-content/themes/mimbopro/images/content-right.png) right repeat-y;
	}


.whitebox h3 a, .whitebox h3 a:visited {
	color:#FFF;
	}



/*Middle Column*/

.whitebox {
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:13px;
	}
	
#home #content .whitebox {
	margin-bottom:13px;
	}

.catnews a, .catnews a:visited {
	color:#660000;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
		
.catnews img {
	float:left;
	margin:3px 11px 7px 1px;
	border:1px solid #516f80;
	padding:1px;
	}

.catnews .catnewsMainStory {
	margin-top:15px;
	}
	
.headlines {	
	padding:12px;
	}

.headlines li {
	margin-left:12px;
	padding:2px 0;
	list-style:square
	}	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	




