@charset "utf-8";
/* CSS Document */

html, body, #wrapper, #container {
height: 100%;
}
	
body {
	font-family: Helvetica, Arial, sans-serif;
	text-align:center;
	color:#999;
	font-size:12px;
	margin:0;
	background:#670001;
}

body *	{
	margin:0;
	padding:0;
}


html>body #wrapper {
min-height: 100%;
height: auto;
}

#wrapper	{
	text-align:center;
	background:url(../images/bodyBg.jpg) top center repeat-y;
	width:820px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
}

#container{
	width:800px;
	background:#12110E;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
}

#header{
	height:90px;
}

.logo a:link, .logo a:visited {
	background:url(../images/tasteofsono_logo.jpg) top left no-repeat;
	display:block;
	height:90px;
	width:90px;
	margin-left:40px;
}

.logo em {
	display:none;
}

/* Horizontal Menu  Styles */

#nav {
	padding:0 40px 0 0;
	padding-top:68px;
	padding-left:0px;
	width:600px;
	float:right;
}
	
#nav ul{
	list-style-type:none;
	padding:0px;	
}
	
#nav li {
	float:right;
	font-size:16px;
	color:#9A0000;
}
	
#nav li a {
	padding:0 8px;
	font-size:12px;
	text-decoration:none;
	color:#999;
}
	
#nav li a:hover {
	color:#fff;
}
	
/* End of Horizontal Menu Styles */

#pageTitle{
	width:720px;
	height:50px;
	margin-top:30px;
	margin-left:auto;
	margin-right:auto;

}

#pageTitle h2{
	font-size:30px;
	color:#356500;
	text-transform:capitalize;
	border-bottom:1px solid #9A0000;
	font-weight:normal;
}

#content{
	padding:15px 40px 20px 40px;
}

#content img{
	float:left;
	margin:0 16px 0 0;
	border:1px solid #ffffff;
}

.press #content img{
	float:none;

}

#content img.noBr{
	border:none;
}

#content h2{
	font-size:16px;
	color:#356500;
	padding-top:8px;
}

#content h2 em{
	font-size:16px;
	color:#356500;
	font-weight:normal;
}

#content h3{
	font-size:20px;
	font-weight:normal;
	padding:0 0 8px 0;
	margin:0px;
	color:#ffb122;
}

#content h4{
	font-size:14px;
	font-weight:normal;
	padding:0 0 10px 5px;
	margin:0px;
}

#content p{
	line-height:180%;
	padding:0 0 9px 0;

}

#content p.italic{
	line-height:180%;
	padding:0 0 8px 0;
	font-style:italic;
}

#content a:link, #content a:visited, #content a:active{
	color:#f68b1f;
}

#content a:hover{
	color:#fff;
}

a:link img, a:hover img, a:visited img, a:active img {
	border:none;
}

#footer{
	clear:both;
	width:720px;
	height:50px;
	margin-top:20px;
	margin-left:auto;
	margin-right:auto;
	border-top:1px solid #9A0000;

}

#footer p{
	font-size:10px;
	color:#999;
	font-weight:bold;
	text-align:right;
	padding:8px 10px 0 0;
}

#footer a:link, #footer a:hover, #footer a:visited,
#footer a:active{
	text-decoration:none;
}

.purple{
	font-size:18px;
	font-weight:normal;
	color:#65449b;
	font-family:"Times New Roman", Times, serif;
}

.orange{
	font-size:18px;
	font-weight:normal;
	color:#f68b1f;
	font-family:"Times New Roman", Times, serif;
}

.parking{
	padding: 0 0 0 0;
	margin:-10px 0 0 0;
	font-style:italic;
	font-weight:normal;
}

.directions{	
	padding:0;
	margin-top:10px;
}

.noDisplay{
	color:#12110E;
}

.clear{
	clear:both;
}

.leftCol, .rightCol{
	width:330px;
	float:left;
	margin-bottom:30px;
}

.rightCol{
	margin-left:60px;
}

#entrance{
	text-align:center;
}

body.press a#press,
body.about a#about, 
body.news a#news, 
body.tickets a#tickets,
body.products a#products,
body.contact a#contact{
	color:#fff;
}

.bold{
	font-weight:bold;
}

/* start of lightbox */

#lightbox{
	background-color:#12110E;
	padding: 5px;
	border: 1px solid #670001;
}

#lightboxDetails{
	font-size: 0.9em;
	padding-top: 0.4em;
}	

#lightboxCaption{
	float: left;
}

#keyboardMsg{
	float: right;
}

#closeButton{
	top: 0px; right: 0px;
}

#lightbox img{
	border: none; clear: both;	
} 

#lightbox a:link, #lightbox a:hover,
#lightbox a:visited, #lightbox a:active{
	color:#670001;
	text-decoration:none;
}

#overlay img{
	border: none;
}

#overlay{
	background-image: url(../images/overlay.png);
}

* html #overlay{
	background-color: #12110E;;
	back\ground-color: transparent;
	background-image: url(../../tos/css/img/blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/overlay.png", sizingMethod="scale");
}

/* end of lightbox */
