/*
ORANGE	fab020
GREEN	007330
*/

/***********************************************************************************************
	RESET DOM ELEMENTS AND SET DEFAULT BEHAVIORS
***********************************************************************************************/
html { overflow		: -moz-scrollbars-vertical !important; }

html, body, table, td, div, p, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, select, textarea, button, fieldset, legend
{
    margin			: 0px;
    padding			: 0px;
    border-collapse	: collapse;
    border-width	: 0px;
    list-style		: none;
	font-size		: 14px;
	font-family		: Verdana, Helvetica, Arial, Sans Serif;
	font-weight		: normal;
	color: #4e4830;
}
img { border: none; }
div { display: block; }
.left { float: left; }
.right { float: right; }
.clear { clear: both; }
a,button { outline: none; -moz-outline: none; }

/***********************************************************************************************
	DIRECT DOM ELEMENTS
***********************************************************************************************/
body
{
	background: #000000 url('../img/background.png') top center fixed no-repeat;
}

a
{
	color: #0000cc;
	text-decoration: none;
}

a:hover
{
	color: #cc0000;
	text-decoration: none;
}


button
{
	display: block;
	background: #790000;
	border: 2px solid #9e0b0f;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	cursor: hand;
	cursor: pointer;
}

button:hover
{
	text-decoration: none;
	background: #000079;
	border: 2px solid #0b0f9e;
}


.hidden
{
	display: none;
}


/***********************************************************************************************
	PAGE STATUS MESSAGES
***********************************************************************************************/
.Status
{
	margin-bottom: 10px;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
	border-radius: 25px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
}
.Status ul
{
	padding-left: 20px !important;
	padding-bottom: 0px !important;
}
.Status li
{
	list-style: inside disc;
	padding-bottom: 0px !important;
}
#Notices
{
	background: #ffffcc;
	color: #666633;
	border-color: #666633;
}

#Errors
{
	background: #dd0000;
	border-color: #9a9686;
}

#Errors li
{
	color: #fff;	
}

#Success
{
	background: #ccffcc !important;
	border-color: #006600 !important;
}

#Success li
{
	color: #006600 !important;
	list-style: none !important;
}

.error_field
{
	background: #ffcccc !important;
	color: #990000 !important;
	border-color: #9a9686 !important;
}
.required
{
	font-weight: bold;
	color: #f00;
}



/***********************************************************************************************
	PAGE SKELETON
***********************************************************************************************/
.container
{
	margin: auto; 
	width: 980px;
}

#Header
{
	width: 320px;
	float: left;
	margin-top: 40px;
}

#Header p
{
	font-size: 26px;
	color: #4e4830;
	padding-left: 20px;
}

#Header h1 a
{
	display: block;
	width: 300px;
	height: 178px;
	background: url('../img/logo_menu.png') 0px 0px no-repeat;
}

#Header h1 a span
{
	display: none;
}

#Header h2
{
	font-size: 56px;
	text-align: center;
}

#Header .sidebar
{
	background: #aeaa99 url('../img/bg_sidebar.png') 0px 0px repeat-y;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-top: 40px;
	padding: 10px;
}

#Header h3
{
	color: #7a7666;
	margin-bottom: 5px;
	font-size: 18px;
}

#Header ul li a
{
	display: block;
	padding: 2px 10px 2px 20px;
	font-size: 26px;
	color: #4e4830;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
}

#Header ul li a:hover
{
	background: #990000;
	color: #ffffff;
}

#Header ul li ul li a
{
	padding-left: 40px;
	font-size: 18px;
	border-top: 0px;
	border-bottom: 0px;
}

#Body
{
	float: right;
	width: 610px;
	background: #aeaa99 url('../img/bg_paper.png');
	margin-top: 75px;
	margin-bottom: 40px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 25px;
	color: #4e4830;
}

#Body h2
{
	color: #7a7666;
	font-size: 56px;
	border-bottom: 2px solid #7a7666;
}

#Body h3
{
	color: #4e4830;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 15px;
	text-align: center;
	clear: both;
}

#Body h4
{
	margin-top: 10px;
	color: #4e4830;
	font-size: 14px;
	font-weight: bold;
}

#Body p
{
	margin-bottom: 15px;
}



/***********************************************************************************************
	HOMEPAGE
***********************************************************************************************/
#Homepage
{
	margin-top: 40px;
}
#Homepage .logo
{
	margin: auto;
	width: 603px;
	height: 359px;
	background: url('../img/logo_home.png') 0px 0px no-repeat;
}

#Homepage h1
{
	position: relative;
	top: -100px;
}

#Homepage h2
{
	text-align: center;
	font-size: 42px;
	margin-top: 20px;
	margin-bottom: 40px;
}

#Homepage h3
{
	font-size: 18px;
}

#Homepage ul li a
{
	display: block;
	width: 460px;
	height: 125px;
	background: #790000;
	border: 5px solid #9e0b0f;
	color: #fff;
	text-align: center;
	font-size: 72px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 125px;
}

#Homepage ul li a:hover
{
	text-decoration: none;
	background: #000079;
	border: 5px solid #0b0f9e;
}

#Homepage .info
{
	margin-top: 40px;
	padding: 20px;
	background: #222222;
	font-size: 72px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#Homepage .info p 
{
	font-size: 30px;
}

#Homepage h2,
#Homepage h3,
#Homepage p
{
	color: #fff;
}


/***********************************************************************************************
	CAFE MENU
***********************************************************************************************/

#Specials
{
	position: relative;
	bottom: 50px;
	right: 20px;
	margin-bottom: -50px;
	display: block;
	width: 167px;
	height: 113px;
	background: url('../img/specials.png') 0px 0px no-repeat;
}

#Specials span
{
	display: none;
}

.price {
	float: right;
	margin-left: 20px;
	margin-bottom: 5px;
}
h4 {
	border-bottom: 1px dotted #7A7666;
}
h4:hover {
	border-bottom: 1px solid #dAd6a6;
}
.feature {
	border: 1px dotted #7A7666;
	padding: 10px 10px 0px 10px;
	background: #c0bcac;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-bottom: 20px;
}


/***********************************************************************************************
	CATERING
***********************************************************************************************/

.catering_list a
{
	display: block;
	text-align: center;
	font-size: 24px;
	background: #a09c8c;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #9a8676;
	color: #4e4830;
}

.catering_list a:hover
{
	background: #990000;
	color: #ffffff;
}





/***********************************************************************************************
	ABOUT US
***********************************************************************************************/


.wrap-left
{
	padding: 5px;
	background: #fff;
	border: 1px solid #999;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.quote
{
	background: #9a9686;
	border: 1px solid #7a7666;
	padding: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	margin-bottom: 20px;
	color: #4e4830 !important;
}

.quote p
{
	font-size: 12px;
}

.signed
{
	display: block;
	text-align: center;
	font-weight: bold;
	font-style: italic;
	font-size: 12px;
}



/***********************************************************************************************
	CONTACT US
***********************************************************************************************/

#ContactForm
{
	margin: 20px;
	padding: 20px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 2px solid #9a9686;
}

#ContactForm label
{
	padding-top: 5px;
	display: block;
	float: left;
	color: #4e4830;
	font-weight: bold;
	font-size: 12px;
	width: 200px;
	line-height: 25px;
}

#ContactForm input[type=text]
{
	color: #000;
	width: 312px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #9a9686;
	height: 20px;
	line-height: 15px;
	font-size: 15px;
}

#ContactForm select
{
	color: #000;
	width: 312px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #9a9686;
	height: 30px;
}

#ContactForm input[type=checkbox]
{
	padding: 5px;
}

#ContactForm #eventdate {
	width: 100px;
}
#ContactForm #eventtime {
	width: 120px;
}
#ContactForm #invitees {
	width: 50px;
}

#ContactForm .checklabels
{
	float: left;
	padding-top: 5px;
	color: #4e4830;
}

#ContactForm .checklabels label
{
	padding-top: 0px;
	display: inline;
	float: none;
	color: #4e4830;
	font-weight: normal;
	font-size: 14px;
	width: auto;
	line-height: 20px;
}

#ContactForm textarea
{
	color: #000;
	width: 512px;
	height: 150px;
	padding: 5px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 2px solid #9a9686;
	font-size: 15px;
}

.req
{
	color: #990000;
	font-weight: bold;
	font-size: 12px;
}