/*
File:			custom.css
Description:	Custom styles for Your Theme

HOW TO USE THIS FILE:

Override any class you want and it will change default styling to suit your needs.

For example, if you wish to change the default text blog title to grey, you would add the 
following declarations to this file:

	#header .blog-title a{ background:#cccccc }     <--- This makes blog title background grey

*/


body {background-color: #ffffff; background-image: url(http://www.coachstopnh.com/wp-content/themes/Restaurant/images/back.jpg); background-repeat: repeat-x}
#wrap {background-image: url(http://www.coachstopnh.com/wp-content/themes/Restaurant/images/coachstop.jpg); background-repeat: no-repeat; background-position: center top; margin-top: -7px}
#header {background-image: none; height: 140px}
h1.logo {margin: 0 !important}
.logo img {width: 210px; height: 140px}
.callnow {display: none}
#nav li a {color: #b7a764}
#nav li.current_page_item a {color: #ffffff; background-color: transparent; background-image: none}
#nav li a:hover {color: #ffffff; background-color: transparent; background-image: none}



.widget-spot ul li.last {border-bottom: 0 !important}
.widget-spot ul.image li {border: 0 !important; margin: 0 !important; padding: 0 !important}
table.updates {width: 334px}
.updates td.label {width: 110px !important; font-size: 14px}
.updates td.input {padding: 2px 0}
.updates td.input input {width: 200px !important}
.updates td.submit {padding-top: 5px}
.updates td.submit input {width: 100px !important}


.page_wrap {padding-top: 20px}

/* fix header in ie - 2009-11-12 */
#wrap {_height: 1%; _margin-top: 0}

/* adjust slider display - 2009-11-12 */
.stepcarousel {margin: 0px !important; width: 940px !important}
.stepcarousel .panel {margin: 0 !important; padding: 0; width: 940px !important}
.slider-post .slider-title {padding-top: 30px}
.slider-post img.fl {margin-top: 0; margin-right: 20px; width: 400px; height: 270px}
.featured-button-l {z-index: 2}
.page_wrap {background-color: #ffffff; min-height:300px; padding: 20px 20px 100px 20px; width: 940px}