/* Start of CMSMS style sheet 'custom_content' */
/* MAIN CONTENT */
body { 
	background: #000000 url(uploads/images/bg_zero.jpg);
	background-repeat: repeat-x;
 }

#content img { border:1px solid #385C72; }
div#main h2, div#sidebar h2{ font-size: 1.2em }
div#main h3{
	border: 1px solid #e7ab0b;
	border-left: 0.75em solid #e7ab0b;
	padding-left:0.5em;
	}

/*div#header h1 a { */
div#header { 
	background: #385C72 url(uploads/images/logo4.gif) no-repeat 0 0;
	/*
   display: block;
   height: 80px;
	text-align:right;
	font-size:1.0em;
	font-weight:normal;
	color:white;
	*/
	}

#menu_vert {
	margin:0 15% 0 15%;
	width:70%;
	background:#F0F0F0;
}

/* NEWS MODULE */
div#news {
	width:70%;
	margin-left:15%;
	border:1px solid #e7ab0b;
	}

.NewsBanner {
	width:30% ;
	text-align:right;
	float:right;
	margin:0.5em 0.5em 0 0;
	color: #C0C0C0;
	line-height:1.3em;
	
}

.NewsBanner a{
	color: #e7ab0b;
}


/* DINING MENUS */
#menus li {
	display:inline; 
	border-left:0.5em solid #e7ab0b;
	border-bottom:1px solid #e7ab0b;
	background:#F0F0F0;
	padding:0 0.3em 0 0.3em;
	}

#menus a { text-decoration: none; }

.dish_wr { 
	margin: 0.5em 0 0 0;
	line-height:2em;
	font-family: Comic Sans MS, Stylus BT, Helvetica;
	font-size:1.2em;
	color:#303030;
	}
	
.dish_name { 
	float:left;
	width:85%;
	line-height:1.5em;
	font-weight:bold;
	background:#FFE9AF;
	}
	
.dish_price { 
	float:right;
	width:15%;
	line-height:1.5em;
	font-weight:bold;
	background:#FFE9AF;
	text-align:right;
	}

.dish_desc { 
	float:left;
	width:100%;
	line-height:1em;
	margin:0.5em 0 2em 0;
	font-size:0.9em;
	}

/* LINKS LIST */
#LinkWr{ }
.LinkImg{ margin: 1em 0 1em 0; border: none;}
.LinkTitle { font-weight:bold; color:#385C72;}
.LinkDesc {}
#LinkWr li{ border-bottom:1px dotted #e7ab0b; padding:1em 0 2em 0;}

/* End of 'custom_content' */

