/*
Name: Shelly's Tap and Grill
URI: http://insitedesign.ca
Description: Shelly's Tap and Grill Style
Author: Insite Design
Author URI: http://insitedesign.ca
Version: 1.0
Tags: Shelly's tap and grill
Copyright Insite Design 2010.
 */


/*Small reset*/
html, body, ul, ol, h1,h2,h3,h4,h5,h6,form,li,img{
	margin:0;
	padding:0;
	color:#dc9b18;
}

/*Structured layout */

body {
	background-color:#500404;
	background-image:url(../images/background1.jpg);
	background-repeat:repeat;
	background-position:center;
	font-family:Arial, Helvetica, sans-serif;
}

#wrapper{
	box-shadow:0px 0px 40px #000;
	-webkit-box-shadow:0px 0px 40px #000;
	-moz-box-shadow: 0px 0px 40px #000;
	background-color:#fefcea;
	width:950px;
	padding:0;
	margin:0;
	margin-left:auto;
	margin-right:auto;

}


/* HEADER */

#nav {
	background-color:#2f0e00;
	height: 40px;
	text-align:right;
	padding-right:10px;
}

#nav li{
	color:#dc9b18;
	font-size:13px;
	text-transform:uppercase;
	display:inline;
	list-style:none;
}


#nav ul{
	margin:0;
	padding-top:10px;

}

#nav a{
	text-decoration:none;
	color:#dc9b18;
}

.clear {
	display: block;
	height: 1px;
	clear: both;
}

/* FOOTER */

#footer{
	clear:both;
	width:900px;
	margin-left:auto;
	margin-right:auto;
	color:#dc9b18;
	font-size:11px;
	text-transform:uppercase;
	margin-top:10px;
	padding-bottom:10px;
}

#footer-left{
	width:200px;
	float:left;
}

#footer-middle{
	width:300px;
	float:left;
	margin: 0 50px 0 50px;
}

#footer-right{

}



/* HOMEPAGE */

#content{
	text-align:center;
	margin:0;
	padding:0;
}

#content img{
	margin-top:15px;
	border:0;
	margin-bottom:0px;
	padding:0;
}

#content a{
	padding:0;
	margin:0;
}


/* SUB PAGES */
.border {/*for special spacing as required  */
	height:15px;
}


#top img{
	margin-top:-40px;
	float:left;
	margin-left:3px;
	margin-bottom:15px;
}

#top-text{
	text-align:left;
	padding-right:15px;
	padding-top:15px;
}

#top-text p{
	color:#6b1011;
	font-size:13px;
	line-height:15px;
	padding-right:20px;
}

#top-text h1 {
	font-size:35px;
	font-weight:normal;
	text-transform:uppercase;
	color:#6b1011;
	border-bottom:#bdb39f 2px solid;
	margin-left:3px;
}

#top-text h2 {
	font-size:15px;
	font-weight:bold;
	color:#6b1011;
	margin-top:10px;
	margin-bottom:-10px;
}

#top-text #yellow-highlight{
	color:#dc9b18;
	font-weight:bold;
	font-size:13px;
}

#top-text a{
	color:#dc9b18;
	text-decoration:none;
}

#menu-bar {
	clear:both;
	margin-top:15px;
	margin-left:21px;
	height:165px;

}

#menu-bar-item1{
	background-image:url(../images/menus_bar_1.jpg);
	width:229px;
	height:165px;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

#menu-bar-item2{
	background-image:url(../images/menus_bar_2.jpg);
	width:230px;
	height:165px;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

#menu-bar-item3{
	background-image:url(../images/menus_bar_3.jpg);
	width:232px;
	height:165px;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

#menu-bar-item4{
	background-image:url(../images/menus_bar_4.jpg);
	width:217px;
	height:165px;
	background-repeat:no-repeat;
	text-align:left;
	float:left;
}

#menu-bar h2 {
	padding-top:10px;
	margin-left:10px;
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
}

#menu-bar h3 {
	padding-top:20px;
	margin-left:10px;
	margin-bottom:10px;
	font-size:18px;
	line-spacing:22px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
}

#menu-bar a{
	margin-left:10px;
	font-size:13px;
	color:#FFF;
	font-weight:normal;
	text-transform:uppercase;
	text-decoration:none;
}


#club-bar{
	clear:both;
	margin-top:15px;
	background-image:url(../images/club_bar.jpg);
	width:950px;
	height:138px;
	background-repeat:no-repeat;
	text-align:left;
}

#club-bar h1 {
	padding-top: 15px;
	margin-left:520px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
}

#club-bar h2 {
	padding-top: 5px;
	margin-left:520px;
	font-size:20px;
	font-weight:normal;
	text-transform:uppercase;
	color:#FFF;
}

#club-bar p{
	margin-left:520px;
	font-size:13px;
	color:#dc9b18;
	margin-right:15px;
	margin-top:0px;
}

#club-bar a{
	color:#FFF;
	text-decoration:none;
}


/* MENU  */

#menu-title{
	font-size:35px;
	font-weight:normal;
	text-transform:uppercase;
	color:#6b1011;
	float:left;
	margin-right:50px;
	margin-top:45px;
}

#menu-nav {
	margin-top:45px;
	text-align:left;
	margin-right:20px;
}

#menu-nav li{
	display:inline;
}

#menu-nav img{
	margin: 0px;
	padding: 0px;
}

#menu-nav a{
	text-decoration:none;
	color:#dc9b18;
}


#menu-feature{
	clear:both;
	margin-top:35px;
	text-align:left;
}


#menu-feature h2{
	font-size:30px;
	font-weight:normal;
	line-height:25px;
	text-transform:uppercase;
	width:250px;
}

#menu-feature p{
	font-size:12px;
	font-weight:normal;
	width:320px;
}

#menu-specials{
	margin-top:50px;
	text-align:left;
}

#menu-specials-title{
	float:left;
	text-transform:uppercase;
	font-size:13px;
	font-weight:bold;
	color:#7d6a55;
	height:50px;
	margin-right:50px;

}

#menu-specials-list{
	font-size:12px;
	float:left;
}

#menu-specials-list li{
	color:#7d6a55;
	list-style-position:inside;
}

#menus{
	text-align:left;
}

#menus-title{
	font-size:20px;
	font-weight:bold;
	text-align:left;
	padding-top:15px;
	padding-left:40px;
	padding-bottom:10px;
}

#menus p{
	padding-left:40px;
	font-size:15px;
	text-align:left;
	width:350px;
	margin-right:50px;
	float:left;
}

#menus ul{
	margin-top: 20px;
	text-align:left;
}

#menus li a{
	text-decoration:none;
	color:#dc9b18;
	font-size:15px;
	text-transform:uppercase;
}
#menus li{
	list-style-position:inside;
}

#menu1 #menus-title{
	padding-top:10px;
	padding-bottom:10px;
}

#menu2 #menus-title {
	padding-top:25px;
	padding-bottom:10px;
}




#menu-top-left {
	margin-top:-55px;
	float:left;
}

#menu-top-right {
	width:525px;
	background-repeat:no-repeat;
	height:400px;
	background-image:url(../images/shellys_menu_image_right.jpg);
	margin:0;
	padding:0;
	float:left;
}

#menu1{
	clear:both;
	background-image:url(../images/menu_image_1_01.jpg);
	width:930px;
	height:197px;
}

#menu2{
	background-image:url(../images/menu_image_1_02.jpg);
	width:930px;
	height:248px;
}

#menu3{
	background-image:url(../images/menu_image_1_03.jpg);
	width:930px;
	height:231px;
}

#menu4{
	background-image:url(../images/menu_image_1_04.jpg);
	width:930px;
	height:231px;
}

#menu5{
	background-image:url(../images/menu_image_1_05.jpg);
	width:930px;
	height:231px;
}

#menu6{
	background-image:url(../images/menu_image_1_06.jpg);
	width:930px;
	height:231px;
}


#form-club input, #form-club select{
	margin-top: 10px;
}


#form-club {
	color:#6b1011;
	font-size:14px;
}

#form-club #check-left{
	float:left;
	height:40px;
	padding-top:5px;
	padding-right:5px;
}


#form-editor input, #form-editor select{
	margin-top: 10px;
}


#form-editor {
	color:#6b1011;
	font-size:14px;
}

/* GALLERY */

#gallery-view h2 {
	font-size:28px;
	font-weight:normal;
	border-bottom:#bdb39f 2px solid;
	text-transform:uppercase;
	color:#dc9b18;
}

#gallery-view #top-text h2{
	margin-left:600px;
	margin-top:35px;
}

#virtual-tour{
	margin-left:25px;
	float:left;

	text-align:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-right:15px;
}

#admin-menu li a{
	color:#7d6a55;
}

#admin-menu li{
	color:#7d6a55;
	list-style-position:inside;
}
