/* @override http://www.gaybombay.org/wp-content/themes/hybrid-news/front-page.css?ver=0.1 */

/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 * @since 0.1
 */


#leftwrapper {
width: 680px;
float: left;
}

/**
* Featured slider
************************************************/
#slider-container {
	border-right-color: #D76246;
	border-right-width: 1px;
	border-right-style: solid;
	overflow: hidden;
	width: 679px;
	height: 300px;
	margin: 0 0 0px 0;
	float: left;
	
	}
#slider {
	color: #edc7af;
	padding-top: 10px;
	background-color: #480D1B;
	overflow: hidden;
	height: 260px;
	}
#slider .post {
margin: 0px;
} 
#slider .entry-summary p {color: #edc7af;line-height: 1.6em;}
.feature {
	overflow: hidden;
	width: 635px;
	height: 260px;
	padding: 10px 0px 0 30px;
	border: none !important;
	}
#slider-container a {
	color: #fbe7d2;
	font-weight: bold;
	}
.feature img {
	float: left;
	max-width: 300px;
	max-height: 225px;
	height: 225px;
	margin: 0 15px 0 0;
	border: 5px solid #FCEEE8;
	}
#slider .feature .entry-title {
	line-height: 25px;
	text-transform: uppercase;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	padding-top: 0px;
	font-size: 21px;
	}
#slider .feature .entry-title a {
	color: #fbe7d2;
}
#slider .feature .byline {
display: none;
	color: #fbe7d2;
	margin-bottom: 15px;
	}


/* Slider controls */
.slider-controls {
	border-top-color: #480D1B;
	border-top-style: solid;
	border-top-width: 2px;
	float: left;
	width: 66px;
	height: 30px;
	overflow: hidden;
	clear: both;
	line-height: 15px;
	margin: 0 0 0;
	padding: 0 20px 0 594px;
	background: #480D1B;
	}
.slider-controls .slider-prev {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #480D1B url(images/slider-prev.gif) no-repeat 0 0;
	border: none !important;
	}
.slider-controls .slider-prev:hover {
	background: #480D1B url(images/slider-prev.gif) no-repeat left -20px;
	}
.slider-controls .slider-pause {
	text-indent: -9999px;
	float: left;
	width: 22px;
	height: 20px;
	background: #480D1B url(images/pause.gif) no-repeat center 0;
	border: none !important;
	}
.slider-controls .slider-pause:hover, .slider-controls a.paused {
	background: #480D1B url(images/pause.gif) no-repeat center -20px;
	}
.slider-controls .slider-next {
	text-indent: -9999px;
	float: right;
	width: 22px;
	height: 20px;
	background: #480D1B url(images/slider-next.gif) no-repeat right 0;
	border: none !important;
	}
.slider-controls .slider-next:hover {
	background: #480D1B url(images/slider-next.gif) no-repeat right -20px;
	}

/**
* Featured excerpts
************************************************/

#content {
	width: 960px;
}
#excerpts {
	padding: 0 0 0 0px;
	width: 640px;
	float: left;
}
.content .entry-title, #content .entry-title {

	}
.byline {
	margin-bottom: 3px;
	}

.post {
	border-bottom: 1px solid #ddd;
	}

.page-template-front-page .entry-meta {
	display: none;
	}

/**
* Headlines
************************************************/
.section-title {
	color: #fe6026;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #ddd;
	}

#headlines .section-title {
	}
#headlines {
	overflow: hidden;
	margin: 0px;
	padding: 20px 0 30px 30px;
	width: 640px;
	float: left;
	}

#headlines .odd {
	float: left;
	overflow: hidden;
	width: 205px;
	margin-right: 8px;
	}
#headlines .even {
	float: left;
	overflow: hidden;
	width: 205px;
	margin-right: 8px;
	}
#headlines ul {
	font-size: 11px;
	margin-left: 5px;
	}
#headlines ul li {
	background: url(images/bullet.gif) no-repeat 0 7px;
	}
#headlines ul li a {
	font-weight: bold;
	}

#content .post, .content .post {
	margin-bottom: 0px;
	}
.wp-pagenavi, .navigation-links {
	display: none;
	}