/*****************************************
 * Soup Shoppe CSS v1.0                  *
 *                                       *
 * Designed and coded by Jason Rappaport *
 * for the loving and appreciative       *
 * owner of Soup Shoppe, makers of       *
 * excellent brisket!                    *
 *****************************************/

/*------------------- Global Stuff -------------------*/

body {
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 14px;
	background: #072f68 url("./images/template/bg.jpg") repeat-x top;
	//Looks good on Mac OS X: background: #0d2153 url("./images/template/bg.jpg") repeat-x top;
}

html, body, #content {
	height: 100%;
}

body > #content {
	height: auto;
	min-height: 730px;
}

.centered {
	margin: 0 auto;
}

a {
	color: #796030;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9c844c;
	text-decoration: underline;
}

h1 {
	margin: 0 0 5px 0;
	color: #422505;
	font-size: 26px;
}


/*------------------- Make the Background Bar Pretty -------------------*/

#bar {
	margin-bottom: -233px;
}

#bar-center {
	width: 850px;
	height: 233px;
	position: relative;
	margin-top: -233px;
	background: url("./images/template/bar-center.jpg") repeat-x;
	z-index: -2;
}

#bar-top {
	height: 62px;
	margin-bottom: -25px;
	position: relative;
	background: url("./images/template/bar-top.png") repeat-x;
	z-index: -2;
}

#bar-fabric {
	height: 157px;
	margin-bottom: -35px;
	position: relative;
	background: url("./images/template/bar-fabric.jpg") repeat-x;
	z-index: -3;
}

#bar-bottom {
	height: 74px;
	position: relative;
	background: url("./images/template/bar-bottom.png") repeat-x;
	z-index: -2;
}


/*------------------- Make the Countertop Pretty -------------------*/

#metal {
	width: 760px;
	height: 87px;
	margin-bottom: -22px;
	background: url("./images/template/metal.png") no-repeat;
}

#counter {
	width: 871px;
	height: 159px;
	position: relative;
	background: url("./images/template/counter.png") no-repeat;
	z-index: 1;
}

#cup {
	width: 121px;
	height: 140px;
	position: absolute;
	margin: -20px 65px;
	background: url("./images/template/cup.png") no-repeat;
}

#logo {
	width: 306px;
	height: 73px;
	position: absolute;
	margin: -33px 282px;
	background: url("./images/template/logo.png") no-repeat;
}

#spoon {
	width: 117px;
	height: 39px;
	position: absolute;
	margin: 3px 689px;
	background: url("./images/template/spoon.png") no-repeat;
}

#main {
	position: relative;
	margin-top: -80px;
	background: #af955c;
	z-index: -1;
}


/*------------------- Make the Content Area Pretty -------------------*/

#content {
	width: 710px;
	padding: 45px 20px 20px 20px;
	margin-top: -80px;
	background: url("./images/template/contentbg.jpg") repeat-y;
}

#contentinner {
	width: 580px;
	padding-left: 130px;
}

#contentbottom {
	width: 750px;
	height: 37px;
	padding-bottom: 25px;
	background: url("./images/template/contentbottom.png") no-repeat;
}

.intro {
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #5d4b37;
	background: #9c844c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.description {
	font-size: 11px;
	width: 560px;
	margin-top: -10px;
	margin-left: 20px;
}

.menu, .longbutton {
	list-style: none;
	width: 560px;
	font-family: Georgia, "Hoefler Text", "Times New Roman", Times, serif;
	text-align: left;
	padding: 10px;
	border: 1px solid #5d4b37;
	background: #9c844c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.menu li {
	list-style: none;
	font-weight: bold;
	font-size: 17px;
	font-family: serif;
	margin-top: 7px;
}

.menu ul li {
	font-weight: normal;
	font-style: italic;
	font-size: 11px;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: -2px;
	margin-bottom: 7px;
}

.price, .phone, .fax, .button-subscribe, .button-submit {
	font-size: 12px;
	font-family: "Trebuchet MS", sans-serif;
	color: #fff;
	float: right;
	margin-right: 5px;
	padding: 1px 2px;
	border: 1px solid #3d2b17;
	background: #664f22;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.phone, .fax {
	font-size: 14px;
	float: left;
	width: 274px;
	padding: 5px;
	margin-bottom: 20px;
	margin-right: 10px;
}

.fax {
	margin-right: -2px;
}

.phone h2, .fax h2 {
	font-size: 24px;
	margin: 0;
}

.input-mailinglist {
	font-size: 18px;
	width: 80%;
	padding: 5px;
	border: 1px solid #3d2b17;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button-subscribe {
	font-size: 18px;
	padding: 4px 4px 5px 4px;
	cursor: pointer;
}

.button-subscribe:hover, .button-submit:hover {
	background: #9c844c;
}

.input-contactus {
	font-size: 18px;
	width: 557px;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #3d2b17;
	background: #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.button-submit {
	font-size: 18px;
	width: 100%;
	float: none;
	padding: 4px 4px 5px 4px;
	cursor: pointer;
}


/*------------------- Make the Sidebar Pretty -------------------*/

#leftnav {
	float: left;
	width: 130px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
}

#leftnav ul {
	list-style: none;
	text-align: center;
	font-size: 23px;
	color: #fff;
	margin: -3px 20px 0 -60px;
}

#leftnav li {
	height: 35px;
	padding-top: 7px;
	padding-left: 5px;
	margin: 10px 0;
}

#leftnav li a, .longbutton a {
	color: #fff;
	font-weight: normal;
	text-decoration: none;
	position: relative;
}

.longbutton a {
	font-weight: bold;
}

#leftnav li a:hover, .longbutton a:hover {
	text-decoration: underline;
}

#leftnav li.selected {
	color: #000;
	background: #fef7e6 url("./images/template/leftnav-cap.jpg") no-repeat left;
}

#leftnav li.selected a {
	color: #000;
}

.sideimage {
	margin: 10px -8px;
	padding: 5px 0 5px 5px;
	width: 113px;
	height: 130px;
	background: #fffff9 url("./images/template/sidebarimage-bg.png") 10px repeat-y;
	border: 0;
	-moz-border-radius-topleft: 2px;
	-moz-border-radius-bottomleft: 2px;
	-webkit-border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-box-shadow: -5px 0 10px #664f22;
	-webkit-box-shadow: -5px 0 10px #664f22;
	box-shadow: -5px 0 10px #664f22;
}


/*------------------- Make the Photo Gallery Pretty -------------------*/

.gallery {
	margin: 0;
	padding: 0;
	list-style: none;
}

.gallery li {
	display: inline;
}

.gallery li img {
	width: 100px;
	height: 100px;
	padding: 4px;
	border: 1px solid #5d4b37;
	background: #9c844c;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.gallery li img:hover {
	background: #e6ddb8;
}