/**
 * Front Page Stylesheet
 * This is only loaded when using the front-page.php page template
 *
 */

/**
   Header
************************************************/

#header-container { overflow: hidden; width: 1024px; height: 140px; margin: 0 auto; background-color: transparent; /* border-bottom: 1px solid #4f6271; */ }
#header { overflow: hidden; width: 1024px; height: 140px; margin: 0 auto; background-color: transparent; background-image: url(../images/rr-logo-500.png); background-repeat: no-repeat; background-position: 20px 0; }
#site-title { float: left; width: auto; line-height: 68px; font-size: 48px; font-family: georgia, serif; margin: 19px 0 0 0; }
#site-title a { display: block; width: 500px; height: 100px; text-indent: -99999em; }
#site-title a:hover {}
#site-description { display: none; }

/**
   Featured excerpts
************************************************/

.page-template-front-page .content .entry-title, #content .entry-title { margin-bottom: 8px; font: 16px/20px georgia, times, 'times new roman', serif; font-weight: bold; }
.page-template-front-page .byline {}
.page-template-front-page .post {}
.page-template-front-page .entry-meta { border-top: 1px #ccc dotted; border-bottom: 1px #ccc solid; }

/**
   Easy Slider 
************************************************/

#slider-container { margin-bottom: 40px; border-bottom: 5px #ccc solid; }
#slider {}
#slider ul, #slider li { margin:0; padding:0; list-style:none !important; }

/* define width and height of list item (slide) entire slider area will adjust according to the parameters provided here */ 
#slider li { width:6 00px; height: 398px; overflow: hidden; }	
		
/* numeric controls */	
ol#controls{ margin:1em 0 .5em 0; padding: 0; height: 28px; }
ol#controls li{ margin:0 10px 0 0; padding:0; float:left; list-style:none; height:28px; line-height:28px; }
ol#controls li a{ float:left; height:20px; line-height: 20px; border: 1px solid #ccc; background: #f1f1f1; color: #6c889d; padding: 0 7px; text-decoration: none; }
ol#controls li.current a{ background: #4f6271; color: #fff; }
ol#controls li a:focus { outline: none; }
	
