@import url('carousel.css');



/*Styles Only Pertinent to the Homepage*/


#upper {
	float: right;
	}

#home #footer {
    width: 620px;
}

#recent ul {
	margin-top:-5px;
	}
#home #page {
	width:620px;
	margin:0px auto;
	font-size:13px;
	border:5px solid #FFF;
	background:url(../images/featheredPipeRightLogo.jpg);
	background-repeat:no-repeat;
    background-position:top left;
    min-height: 650px;
	}

#home #masthead {
	height:60px;
	float: right;
	padding-right: 0px;
	}
		
#home .stripes {
	padding:0px;
	}


#home #lead .left {

	}

#home #lead .right {

	}


/*Features and Carousel*/

#carousel {
	height:350px;
	}

#carousel li {
	float:left;

	}

#carousel li img {
	display:block;

	}
	
#carousel a, #carousel a:visited {
	float:left;

	}

#carousel a:hover, #carousel a:active {

	}
	
#home #content {
	float:left;

	}

#home #sidebar {

	}

.whitebox h3 a, .whitebox h3 a:visited {

	}



/*Middle Column*/

.whitebox {

	float: right;
	}
	
#home #content .whitebox {
    float: right;
	}

.catnews a, .catnews a:visited {

	}	

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

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

.headlines li {
	margin-left:12px;

	list-style:square
	}	
	
#home .commentcount {
	font-size:0.8em;
	font-weight:normal;
	margin-left:2px;
	}	
	
	
/*Rightbar*/

			
#rightbar { 	
	width:165px;
	float:right;
	border-top:1px solid #e0e0db;
	background:#FFF;
	padding:0 13px 13px 13px;	
	}

#rightbar li {
	list-style:none;
	padding:5px 0;
	border-bottom:1px solid #e7e8df;
}

#rightbar li a, #rightbar li a:visited {
	color:#737373;
	}

#rightbar li a:hover, #rightbar li a:active {
	color:#000;
	text-decoration:none
	}


/* ---------- gallery styles start here ----------------------- */
.gallery {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-right: 10px;
}
.gallery li {
	padding: 0;
	float: left;
	position: relative;
	width: 240px;
	height: 205px;
}

.gallery a {
	text-decoration: none;

}
.gallery a:hover {
	text-decoration: none;
}
.gallery img {
	padding: 0;
}
.gallery em {
	width: 245px;
	background: url(../images/border.png) no-repeat;
	display: block;
	position: absolute;
	text-align: center;
	font: 100%/100% Georgia, "Times New Roman", Times, serif;
	padding-top: 205px;
	top: -2px;
	left: -2px;

}

