/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/

/*The title in the photo of the slider*/
.image .name_of_slide{position: absolute; top: 200px; left: 0px; z-index: 99999; opacity: .65; background: white; width: 514px; text-align: center; padding: 3px; font-weight: bold; font-family:Helvetica, Georgia, Serif;}

.entry ul.project_info, .entry ul.project_info li{list-style-type: none;}


/*Spotlight Section*/
#spotlight_sliderWrap #spotlight_header{position: relative; padding: 8px 0 8px 10px; line-height: 35px; font-size: 26px; background: url(images/bg-scanlines.png) repeat left center; border-bottom: 1px solid #E9E9E9;}

.spotlight-nav-buttons{position: relative; padding: 10px; margin-bottom: 20px}
.spotlight-nav-buttons .previous{position: absolute; left: 0px;}
.spotlight-nav-buttons .next{position: absolute; right: 0px;}

#spotlightSlider .spotlight_container{overflow: hidden; position: relative;}
#spotlightSlider .spotlight_slides{position: absolute; top: 0; left: 0;}

#spotlightSlider .spotlight_slides .slide{position: absolute; top: 0; width: 300px; padding: 10px 0; display: none;}

.spotlight_content .spotlight_image{text-align:center;}
.spotlight_content .spotlight_title{text-align:center; font-size: 11px;}

/*Business Hours*/
#business_hour{width: 100%;}
	#business_hour #bus_title{float: left; width: 32%; border-right: dotted thin black; height: 60px;}
		#business_hour #bus_title h3{font-size: 14px; margin-top: 15px;}
	#business_hour #bus_info{float: right; width: 65%;}
	
/*Sub Footer*/
#sub-footer{border: 1px solid #000; background-color: #2c2525; -webkit-box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), inset -1px -1px 0 rgba(255,255,255,.2); -moz-box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), inset -1px -1px 0 rgba(255,255,255,.2); box-shadow: inset 1px 1px 0 rgba(255,255,255,.2), inset -1px -1px 0 rgba(255,255,255,.2); color: white;}

	#sub-footer #sub-footer-left{float: left; width: 30%; margin: 25px; margin-right: 0;}
	#sub-footer #sub-footer-right{float: right; width: 60%; margin: 25px; margin-left: 0; position: relative;}
	#sub-footer-left, #sub-footer-right{height: 225px; margin-bottom:5px;}
		#sub-footer-right #sub-footer-nav{}
			#sub-footer-nav li{display: inline;}
				#sub-footer-nav li a{font-size: 12px; font-family: Arvo, Helvetica, Arial, sans-serif; color: white; text-decoration: none; padding: 10px;}
			#sub-footer-nav li ul.sub-menu{display: none;}
				#sub-footer-nav li ul li{display: block; width: auto;}

small{font-size:smaller;}

