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




/* General */

*	{
	padding: 0;
	margin: 0;
	}
	
body	{
	font-size: 62.5%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background: #231a16;
	}
	
p,address,ul	{
	padding-bottom: 15px;
	font-size: 1.4em;
	color: #333333;
	line-height: 1.6em;
	}

address	{font-weight: bold;}


hr	{clear: both;
	color: #FFFFFF;
	background-color: #FFFFFF;
	height: 2px;
	width: 100%;
	margin: 0 0 20px 0;
	border: none;
	}

h2,h3	{
	 color: #739AA2;
	 }
		
h1{
	text-indent: -10000px;
	height: 1px;
	}

h2	{
	font-size: 3.2em;
	letter-spacing: -0.03em;
	line-height: 0.9em;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	}

h2 em	{
	font-size: 0.7em;
	}

h3	{
	font-size: 2.4em;
	letter-spacing: -0.03em;
	line-height: 1em;
	padding-bottom: 20px;
	font-family: "Times New Roman", Times, serif;
	}
	
h3 em	{
	font-size: 0.7em;
	}


	
/* Misc */
	
.floatright
	{
	float: right;
	margin: 0 0 10px 10px;
	}
	
#foodmenu	{
	padding: 10px 10px 0 10px;
	background-color: #eee4ce;
	border: 1px solid #a79f8c;
	text-align: center;
	width: 280px;
	margin: 0 0 20px 0;
	}

#foodmenu h4	{
	font-size: 1.2em;
	color: #A79F8C;
	text-transform: uppercase;
	margin-bottom: 0.5em;
	letter-spacing: 0.3em;
	}
	
#foodmenu p	{
	font-size: 1.1em;
	font-style: italic;
	}

#foodmenu p.or	{
	margin: -7px 0 4px 0;
	padding: 0;
	color: #666;
	}

#foodmenu p strong	{
	font-size: 1.1em;
	font-style: normal;
	font-weight: bold;
	}

/* Layout */

#header	{
	width: 100%;
	height: 140px;
	background: url(../img/wallpaper_blue.jpg) repeat-x;
	}

#headercontainer{
	width: 960px;
	margin: 0 auto;
	background: url(../img/plates.png) bottom left no-repeat;
	height: 145px;
	}

#dado	{
	width: 100%;
	height: 35px;
	
	background: url(../img/dado.jpg) repeat-x;
	}
	
#wrapper	{
	width: 100%;
	background: url(../img/wallboards.gif)  repeat #e7ddc1;
	text-shadow: 0 1px 0 #fff;
	}

#topshadow	{
	width: 100%;
	background: url(../img/topshadow.png) top left repeat-x;
	}
	
#bottomshadow	{
	width: 100%;
	background: url(../img/baseshadow.png) bottom left repeat-x;
	}
	
#container	{
	width: 960px;
	margin: 0 auto;
	}

#logo	{
	float: left;
	width: 370px;

	}

#content	{
	float: right;
	width: 580px;
	padding: 20px 0;
	}
	
#content a	{
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	border-bottom: 1px dotted #666666;
	}

#content a:hover	{
	color: #739AA2;
	border-bottom: 1px dotted #739AA2;
	}
	
	
#content ul	{
	padding-left: 40px;
	}

/* footer */

#footer	{
	width: 100%;
	background: url(../img/skirting.jpg) top repeat-x #0a0605;
	padding-top: 67px;
	
	text-align: center;
	}
	
#footerinner	{
	width: 100%;
	background: url(../img/footerbg.jpg) top center no-repeat;
	text-align: center;
	padding: 20px 0 80px;
	}

#footer p.links	{
	font-size: 1.2em;
	color:#A79C84;
	}

#footer p.links a	{
	text-decoration: none;
	border-bottom: 1px dotted #a79c84;
	color:#A79C84;
	}

#footer p.links a:hover	{
	text-decoration: none;
	border-bottom: 1px dotted #fff;
	color:#fff;
	}
	
#footer p	{
	font-size: 1.1em;
	}
	
#footer p a	{
	color:#544E42;
	text-decoration: none;
	}

#footer p a:hover	{
	color:#A79C84;
	}
	
/* Navs */

#navcontainer {
	clear: both;
}

ul#nav	{
	margin-top: 68px;
	font-size: 1.9em;
	font-weight: bold;
	font-style: italic;
	float: right;
	}

ul#nav li {
	border-left: 1px solid #fff;
	padding: 0 15px;
	float: left;
	list-style: none;
}
	
ul#nav li a	{
	color: #FFFFFF;
	text-decoration: none;
	}
	
ul#nav li a:hover,ul#nav li.selected a	{
	color: #394D51;
	text-decoration: none;
	}
	

/* redecorate */

ul#redecorate	{
	float: right;
	margin-top: 10px;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0;
	}

ul#redecorate li	{
	float: right;
	list-style: none;
	}
	
ul#redecorate li img	{
	border: 1px solid #fff;	
	}
	
ul#redecorate li a	{
	color: #FFFFFF;
	height: 15px;
	text-decoration: none;
	display:block;
	margin: 0 5px;
	}
	
ul#redecorate li a:hover	{
	color: #394D51;
	}
	
	
	/* the famous clear fix */	

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
	
	/* the request a song jquery styles */	

#djbutton	{
	float: left;
	background: url(../img/opacity50.png) top left;
	}

#djbutton a	{
	float: left;
	font-size: 1em;
	font-weight: bold;
	padding: 8px 10px 10px 38px;
	display: block;
	background: url(../img/tune.png) top left no-repeat;
	color: #FFFFFF;
	text-decoration: none;
	}

#slickbox	{
	background: url(../img/fullslickbg.jpg) top left repeat-x;
	
	}

#slickcontainer	{
background: url(../img/tunebg.jpg) top center no-repeat;
	width: 960px;
	margin: 0 auto;
	height: 155px;
	}

#contact_form	{
	float: right;
	width: 50%;
	}
	
#contact_form h2	{
	margin-top: 40px;
	font-size: 2.8em;
	padding-bottom: 5px;
	}
	
#contact_form h3	{
	color: #FFFFFF;
	font-size: 1.8em;
	line-height: 1.3em;
	}
	
#contact_form h3 em	{
	color: #71533E;
	margin-top: 4px;
	}
	
#contact_form p	{
font-size: 1.2em;
color:#FFFFFF;
padding-top: 10px;
padding-bottom: 0;
float:left;
line-height:normal;
	}

input	{
	width: 220px;
	padding: 0.2em;
	border: 1px solid #fff;margin-right: 5px;
	color: #FFFFFF;
	font-size: 1.1em;
	font-family: Arial, Helvetica, sans-serif;
	
	}

label	{
	color: #FFFFFF;
	padding-right: 5px;
	width: 80px;
	display: block;
	float: left;
	}

input.button {
	width: 50px;
	margin-left: 261px;
	margin-top: 5px;
	background: #a08454;
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-weight: bold;
	}

.error	{
	font-size: 0.9em;
	color: #FFFF00;
	width: 140px;
	float: left;
	padding-top: 7px;
	}

p.oldie	{
	color: #FFFFFF;
	}
	
p.oldie a	{
	color: #FFF59A;
	text-decoration: none;
	 font-weight: bold;
	}
	
.videoholder1	{
	background:url(../img/tv.gif) top left no-repeat;
	height: 333px;
	width: 503px;
	padding: 110px 0 0 38px;
	}
	
.videoholder2	{
	border: 1px solid #333;
	width: 530px;
	margin-bottom: 20px;
	}

object,embed	{
	display: block;
	}
	
div#gallery a	{
	margin: 0 10px 10px 0;
	border-bottom: none;
	display: block;
	text-decoration: none;
	float: left;
	}

div#gallery a:hover	{
	margin: 0 10px 10px 0;
	border-bottom: none;
	text-decoration: none;
	display: block;
	float: left;
	}