/* -------------------------------------------------------------
	Ricardos
	~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Description:	Screen Style
	Filename:		style.css
	Version:		1.0
	Date:			8 June 2006
------------------------------------------------------------- 

Table of Contents (subject to change):
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

	+ Re-defined Styles
	+ Custom Classes
		- Document Setup
		- Masthead
		- Messaging
		- Sidebar
		- Body
			> Primary Content
			> Secondary Content
		- Footer
	+ Form Styles
	+ Miscellaneous

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
*/


/* -------------------------------------------------------------
	Re-defined Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

body {
	background: #4a3b38 url(/images/bg_body.jpg);
	font: normal 11px/1.6em Verdana, Helvetica, sans-serif;
	color: #61200c;
	text-align: center;
}

body,
h1, h2, h3, h4, h5, h6,
ul, li,
p,
form, fieldset,
div {
	margin: 0;
	padding: 0;
}

fieldset {
	border: 0px;
}

a img {
	border: none;
}

a:link, a:visited {
	color: #829f93;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

ul li {
	list-style-type: none;
	background: url(/images/icon_list.gif) no-repeat 0 58%;
	padding-left: 10px;
	position: relative;
}




/* -------------------------------------------------------------
	Custom Classes
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/*	Document Setup
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#root {
	width: 712px;
	margin: 0 auto;
	text-align: left;
}

#index {
	width: 100%;
	min-height: 380px;
	background: url(/images/bg_index.gif) repeat-y;
}

.title, .title a {
	display: block;
	text-indent: -9000em;
	overflow: hidden;
}

#body p,
#body ul,
#body ol {
	margin-bottom: 15px;
}


/* --- Site Map --- */

.sitemapList {
	width: 40%;
	float: left;
}

.sitemapList h4 {
	font-size: 12px;
}


/*	Masthead
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#masthead {
	width: 100%;
	height: 51px;
	margin-top: 46px;
	position: relative;
	z-index: 2;
	overflow: hidden;
	background: url(/images/bg_indexCap.gif) no-repeat;
}



/*	Messaging
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#messaging {
	width: 496px;
	height: 201px;
	margin: -26px 0 20px 0;
	position: relative;
	z-index: 4;
	float: left;
	overflow: hidden;
	background: url(/images/img_messaging.jpg) no-repeat;
}

#home #header {
	position: absolute;
	left: -9000em;
}



/*	Sidebar
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#sidebar {
	width: 158px;
	padding: 0 0 0 28px;
	float: left;
	position: relative;
	z-index: 3;
}

#brand, #brand a {
	width: 129px;
	height: 200px;
	background: url(/images/logo_ricardos.gif) no-repeat;
}

#brand {
	margin: -26px 0 22px 2px;
	position: relative;
	z-index: 4;
}


/* --- UI --- */

#ui_list {
	width: 125px;
	height: 132px;
	padding: 22px 0 0 8px;
	background: url(/images/bg_navigation.jpg) no-repeat;
}

#ui_list li, #ui_list a {
	height: 13px;
	width: 100%;
	padding: 0;
	float: left;
	background: transparent;
	text-indent: -9000em;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
}

#ui_list li {
	margin-bottom: 11px;
}

#ui_list a:hover {
	background-position: 0 -18px;
}

#ui_home, #ui_home a {
	background-image: url(/images/ui_home.gif);
}

#ui_menu, #ui_menu a {
	background-image: url(/images/ui_menu.gif);
}

#ui_about, #ui_about a {
	background-image: url(/images/ui_about.gif);
}

#ui_location, #ui_location a {
	background-image: url(/images/ui_location.gif);
}



/*	Body
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/*	Body: Content
- - - - - - - - - - - - - -  */

#body {
	width: 480px;
	float: left;
	padding: 0 10px 50px 10px;
}

#home #body {
	padding-bottom: 0;
}


/* --- Body Sub --- */

#body_sub {
	padding-top: 15px;
}

#body_sub li {
	margin-left: 55px;
	padding: 0;
	float: left;
	display: inline;
	overflow: hidden;
	text-indent: -9000em;
}

#body_sub a {
	display: block;
}

#body_sub li.first {
	margin-left: 27px;
}

#sub_menu, #sub_menu a {
	width: 119px;
	height: 79px;
	background: url(/images/img_viewMenu.gif) no-repeat;
}

#sub_feature, #sub_feature a {
	width: 111px;
	height: 75px;
	background: url(/images/img_featuredFood.gif) no-repeat;
}

#sub_celebrate, #sub_celebrate a {
	width: 57px;
	height: 102px;
	background: url(/images/img_celebrating30.gif) no-repeat;
}




/*	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

#footer {
	width: 652px;
	height: 40px;
	padding: 40px 30px 0 30px;
	clear: both;
	background: url(/images/bg_indexFooter.gif) no-repeat;
	color: #8b8685;
}

#footer a:link, #footer a:visited {
	color: #8b8685;
	text-decoration: none;
}

#footer a:hover, #footer a:active {
	text-decoration: underline;
}

#footer ul li {
	padding: 0;
	float: left;
}

#copyright {
	float: left;
	width: 325px;
}

#sitemap {
	float: left;
	width:  50px;
	padding-left: 10px;
}

#siteCredit {
	width: 200px;
	float: right;
	text-align: right;
}



/* -------------------------------------------------------------
	Form Styles
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */





/* -------------------------------------------------------------
	Miscellaneous
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - */

/* http://www.access-board.gov/sec508/guide/1194.22.htm#(o) */
#skip {
	position: absolute;
	left: -9000em;
}

/* http://microformats.org/wiki/hcard */
.vcard {
	display: none;
}

.clearfix {
	width: 100%;
	height: 0;
	clear: both;
}