/*
Theme Name: The Midnight Gourmet
Theme URI: http://www.themidnightgourmet.com
Description: Wordpress Based CMS for The Midnight Gourmet
Version: 1.0
Author: Evan Passero
Author URI: http://www.nthdegree-designs.com/
*/


body {text-align:center;background-color:#e6e6e6;}

.interior { background-color:#e0e0e0;}

#wrapper {
	width: 799px;
	height: 616px;
	overflow:hidden;
	margin: 35px auto 0;
	background-color: #fff;
	margin-bottom: -2px;
}

#wrapper img {
	border: 0;
	margin: 0;
	padding: 0;
	float: left;
}

#header img { float: left;}

#gourmetProducts {
	width: 119px;
	height: 15px;
	background-color: #dedede;
	border: 3px solid #bfbfbf;
	float: right;
	padding-top: 10px;
	padding-bottom: -2px;
	position: relative;
	top:14px;
	left: -14px;
}

#gourmetProducts:hover {
	background-color: #d1a354;
	border: 3px solid #ae7514;
}


#gourmetProducts a {
	text-decoration: none; 
	color: #000;
	font-size: 7pt;
}

#header img { float: left;}

.site {
	color: blue;
}

.titles{
	font-weight: bold;
	font-style: italic;
}

#content {
	clear:both;
	height:481px;
	background-repeat:no-repeat;
	/*margin-bottom: 10px;*/
	text-align:left;
	font-size:10pt;
}



#intro {
	width:420px;
	height:325px;
	padding:14px 5px 24px 20px;
	font-size:10pt;
	position: absolute;
	top: 120px;
	left: 35%;
	background-color: #e6e6e6;
	z-index: 5;
}

#introWrapper {
	position: relative;
	height: 300px;
	overflow: scroll;
	overflow-x:hidden;
	width:  400px;
	margin-top: 5px;
	
}

#newsTop {
	background-image: url('images/home/news-top.jpg');
	width: 319px;
	height: 120px;
	background-repeat: no-repeat;
}

#bio1 {
	background-image: url('images/home/bio.jpg');
	width: 321px;
	height: 120px;
	background-repeat: no-repeat;
}

#fsmTop {
	background-image: url('images/home/fsm-top.jpg');
	width: 163px;
	height: 120px;
	background-repeat: no-repeat;
}

#newsBottom {
	background-image: url('images/home/news-bottom.jpg');
	width: 319px;
	height: 120px;
	background-repeat: no-repeat;
}

#tvTop {
	background-image: url('images/home/tv-top.jpg');
	height: 120px;
	width: 162px;
	background-repeat: no-repeat;
}

#bio2 {
	background-image: url('images/home/bio2.jpg');
	height: 120px;
	width: 159px;
	background-repeat: no-repeat;
}

#fsmBottom {
	background-image: url('images/home/fsm-bottom.jpg');
	width: 163px;
	height: 120px;
	background-repeat: no-repeat;
}

a.partners {
	background-image: url('images/home/partners.jpg');
	height: 119px;
	width: 161px;
	background-repeat: no-repeat;
}

#bio3 {
	background-image: url('images/home/bio3.jpg');
	width: 158px;
	height: 119px;
	background-repeat: no-repeat;
}

#tvBottom {
	background-image: url('images/home/tv-bottom.jpg');
	height: 119px;
	width: 162px;
	background-repeat: no-repeat;
}

#recipeTop {
	background-image: url('images/home/recipes-top.jpg');
	width: 322px;
	height: 119px;
	background-repeat: no-repeat;
}

a.radio {
	background-image: url('images/home/radio.jpg');
	width: 161px;
	height: 120px;
	background-repeat: no-repeat;
}

a.products {
	background-image: url('images/home/products.jpg');
	width: 320px;
	height: 120px;
	background-repeat: no-repeat;
}

#recipeBottom {
	background-image: url('images/home/recipes-bottom.jpg');
	width: 320px;
	height: 120px;
	background-repeat: no-repeat;
}

.hidden {
display:none;
}


#footer {
	clear: both;
	position: relative;
	top: -2px;
	margin: 0px auto;
}

#footer ul li{
	float:left;
	margin: 0;
	display: block;
	padding: 5px 8px 4px 8px;
	overflow: hidden;
}


.active {
	background-color: #d1a354;
	height: 48px;
	position: relative;
	top: -30px;
}

.active a {
	display: block;
	height: 48px;
}

.current {
	background-color: #d1a354;
}


#footer ul li a {
	color: #000;
	text-decoration:none;
	font-size:9pt;
}