/* HOME PAGE STYLE RULES */

/*--------------------------------------------------*/
/* This code is to style the news box */

#News {
	width: 250px;
	min-height: 380px;
	overflow: visible;
	border-bottom: 1px solid #5B261C;
	background-image: url(../images/watermark.jpg);
	background-repeat: no-repeat;
	}

#News .Article {
	padding: 10px 3px;
	}

#News h3 {
	padding: 0;
	font-size: 1em;
	}

#News .Date {
	margin: 0 0 5px 0;
	color: #5B261C;
	font-size: .8em;
	font-style: italic;
	}

#News p {
	margin: 0 0 5px 0;
	text-align: justify;
	font-size: 1em;
	line-height: 1.1em;
	}

#News p a {
	color: #5B261C;
	}

#News #NewsArchiveLink {
	display: none;
	}
	
/*--------------------------------------------------*/
/* This code is to style the features area */

#Features {
	position: relative;
	float: right;
	display: inline;
	width: 380px;
	margin-bottom: 20px;
	margin-left: 20px;
	}

#Features .Header {
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
	}

#Features #Tonight {
	position: absolute;
	display: block;
	left: -20px;
	top: -18px;
	z-index: 100;
	}

/*--------------------------------------------------*/
/* This code is to style the events box */

#Events {
	margin-bottom: 25px;
	}

#Events .Event {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 20px;
	background-image: url(../images/events-boxbottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	color: #FFF;
	}

#Events .Event table {
	width: 100%;
	}

#Events .Event td.Illustration {
	padding: 20px 10px 0 10px;
	background-image: url(../images/events-boxtop.gif);
	background-position: top left;
	background-repeat: no-repeat;
	}

#Events .Event td.Illustration img {
	margin-left: 10px;
	}

#Events .Event td.Info {
	padding: 20px 30px 0 10px;
	background-image: url(../images/events-boxtop.gif);
	background-position: top right;
	background-repeat: no-repeat;
	font-size: 1.2em;
	font-weight: bold;
	}

#Events .Event .CoverPrice {
	position: absolute;
	left: 340px;
	top: 20px;
	}

#Events .Event h3 {
	color: #FFF445;
	font-size: 1.5em;
	}

#Events .Event p {
	margin: 4px 0 0 0;
	line-height: 1.1em;
	}

#Events .Event p.Time {
	font-size: 1.25em;
	font-style: italic;
	font-weight: bold;
	}
	
/*--------------------------------------------------*/
/* This code is to style the ROUSTABOUT events box */

#Events .Event#Roustabout {
	background-color: #D90000;
	background-image: url(../images/roustabout-boxbottom.gif);
	}

#Events .Event#Roustabout td.Illustration {
	padding-top: 80px;
	background-image: url(../images/roustabout-boxtop.gif);
	}

#Events .Event#Roustabout td.Info {
	padding: 80px 20px 0 10px;
	background-image: url(../images/roustabout-boxtop.gif);
	}

#Events .Event#Roustabout h3 {
	display: none;
	}

#Events .Event#Roustabout .CoverPrice {
	top: 40px;
	}

#Events .Event#NoEvent td.Info {
	text-align: center;
	}

/*--------------------------------------------------*/
/* This code is to style the specials box */

#Specials {
	background-color: #D3BDAB;
	}

#Specials table {
	width: 100%;
	}

#Specials td {
	padding: 0;
	}

#Specials #Drinks {
	border-right: 2px solid #E7D0BD;
	}

#Specials #Foods {
	border-left: 2px solid #E7D0BD;
	}

#Specials h3 {
	position: relative;
	margin: 5px 12px 8px 50px;
	font-style: italic;
	}

#Specials #Drinks h3 .Icon {
	position: absolute;
	left: -42px;
	top: -12px;
	}

#Specials #Foods h3 .Icon {
	position: absolute;
	left: -45px;
	top: -11px;
	}

#Specials .Special {
	border-top: 1px dotted #E7D0BD;
	padding: 10px 5px 10px 10px;
	font-size: .9em;
	line-height: 1.1em;
	text-align: center; /* REMOVE WHEN ICONS ARE ADDED */
	}

#Specials p {
	padding: 5px 5px 10px 10px;
	line-height: 1.1em;
	}
#Specials .Special .Illustration {
	float: left;
	margin-right: 2px;
	margin-left: -2px;
	}

#happyhour, #fullmenu, #nofood, #nodrink {
	text-align: center;
	}

/*--------------------------------------------------*/
/* This code is to style the address box */

#Address {
	clear: both;
	display: block;
	margin-top: 20px;
	padding: 6px 10px;
	background-color: #D3BDAB;
	font-size: 1em;
	text-align: center;
	}

#Address a {
	color: inherit;
	text-decoration: none;
	font-size: 1em;
	}
