@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
	padding:10px 0px 0 0;


	}

#upper .left {
    width: 650px;
}

#upper .right {
    width: 310px;
    padding: 20px;
    font-size: 18px;
    color: #808000;
    
    
}

#upper .right p {
    margin: 20px 0 25px 0;
}

#home .widget {
    margin-bottom: 0px;
}

#home .gallery img {
    border: none;
    padding:0
}
.bigger {
    font-size: 11px;
}	
#recent {
	width:260px;
	float:right;
	padding:0px 15px 0px 15px;
	border-left:1px solid #6A7AAE;
	}

#recent ul {
	margin-top:-5px;
	}
	
#recent li {
	list-style:none;
	padding:5px 0 5px 0px;
    font-size: 14px;
	}


#recent h3 a, #recent h3 a:visited {
    color: #6A7AAE;
	font-size:1em;
	}
		
#recent h3 {
    margin-top: 5px;
    text-align: center;
        text-transform: uppercase;
    letter-spacing: 2px;
}		
#home .stripes {
	padding:10px;
	}


#home #lead .left {
	width:360px;
	padding-left: 10px;
	}

#home #lead .right {
	width:300px;

	}
#lead h2 a {
    color:#6A7AAE;
}

/*Features and Carousel*/

#carousel {
	height:175px;
	padding: 35px 0 10px 0;
	border:1px solid #6A7AAE;
	border-top: none;
    background: #dfdfd3;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
	}

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

#carousel li img {
	display:block;
	}
	
#carousel a, #carousel a:visited {
	float:left;
	color:#6A7AAE;
	}

#carousel a:hover, #carousel a:active {
	color:#6A7AAE;
	}
	
#home #content {
	float:left;
	width:760px;
	
	}

#home #sidebar {
	padding:10px;
	width: 190px;
	margin: 0 10px 0 0;

	}



/*Middle Column*/

.whitebox {
	padding:5px;
	margin: 0 5px;
	float:left;
	width: 360px;
	}

.whitebox h2 {
    text-align: center;
        text-transform: uppercase;
    letter-spacing: 2px;
}

.whitebox h4 {
        text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
}
.whitebox h2 a {
    color:#6A7AAE;
}

.whitebox h2 a:visited, a:active, a:hover {
    color:#6A7AAE;
    text-decoration: none;
}
	
#home #content .whitebox {
	margin-bottom:13px;
	float: left;
	}

.catnews a, .catnews a:visited {
	color:#22222d;
	}	

.catnews p {
	font-size:1.1em;
	line-height:150%;
	margin:0;
	}
	
.catnews .textwidget {
    margin: 0px;
}
		
.catnews img {

	}

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

	}

.catnews li {
	padding:2px;
	list-style:none;
	border-bottom: 1px solid #dadeea;
	margin-bottom: 5px;
	line-height: 22.4px;

	}	
	
.catnews li a, .catnews li a:visited {
    	color: #808000;
}

.catnews li:hover {
    background: #dfdfd3;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-bottom: 1px solid #ffffff;
}
.catnews a:hover {
    text-decoration: none;
}


li.cat-post-item p {
    color: #808000;
    font-size: 14px;
	line-height: 22.4px;

}
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
