
/*------------------------------
	
	CSS
	
	Filename: rp_style.css
	Site: Roasted Pear
	
	Site by: Wowza
	Code by: Will Garrison
	Design by: Sarah Rathe

------------------------------*/


/*------------------------------
	DOCUMENT
------------------------------*/

img{
	vertical-align: text-bottom;
	border: none;
	text-decoration: none;
}

body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background: #999966;
}

#doc{
	width: 800px;
	margin: 20px auto 20px auto;
	padding: 0px 0px 20px 0px;
	text-align: left;
	font-size: 0.9em;
	font-family: arial, helvetica, sans-serif;
	color: #444;
	background: #fff;
	border: 2px solid #998366;
}

div{
	border: 0px solid #ff0000;
}


.fleft{
	float: left;
}

.fright{ 
	float: right;
}

.clear{
	clear: both;
}


/*------------------------------
	LINKS
------------------------------*/

a, a:link, a:visited{
	color: #555;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus{
	color: #111;
	-moz-outline-style: none;
}


/*------------------------------
	BANNER
------------------------------*/


.banner{
	padding: 10px 10px 0px 10px;
}

.banner img{
	margin: 0px;
	padding: 0px;
}

.logo_tag_container{
	width: 196px;
}

.nav_shot_container{
	width: 580px;	
}

.logo{
	
}

.tag{
	margin-left: 10px;
}

.tag a {
	border-style: none;
}


.nav{
	margin: 10px 0px 10px 45px;
}

.nav a{
	margin-right: 20px;
}

.nav img {
	border-width: 0px;
}

.nav a:link, .nav a:visited{

}

.nav a:hover, .nav a:focus{

}


.banner_shot{

}


/*------------------------------
	CONTENT
------------------------------*/

.bar{
	position: relative;
	right: 23px;
	width: 822px;
	height: 59px;
	background: url('../images/bar.jpg');
}

.bar_copy{
	font-size: 28px;
	color: #fff;
	font-weight: bold;
	position: relative;
	top: 12px;
	left: 154px;
}

.side_copy{
	margin-left: 14px;
}

.bottom_orange{
	margin-left: 28px;
	width: 566px;
	background: url('../images/bottom_orange.jpg') no-repeat;
	font-weight: bold;
	line-height: 1.2em;
	font-size: 0.9em;
}

.bottom_orange_left_container{
	width: 390px;
}

.bottom_orange_left{
	margin: 20px 20px 20px 40px;
}

.bottom_orange_left img{
	border: 1px solid #999;
}

.bottom_orange_right_container{
	width: 150px;
}

.bottom_orange_right{
	
}


/*------------------------------
	MENU DISPLAY
------------------------------*/

.menu_title{
	font-size: 1.4em;
	text-transform: capitalize;
	font-weight: bold;
	padding-bottom: 20px;
	color: #333;
}

.menu_underline{
	border-top: 1px solid #555;
}

.menu_results{

	padding: 14px;
	font-weight: normal;
}

.menu_header{
	padding-bottom: 10px;
}

.menu_header_type{
	font-size: 1.2em;
	font-weight: bold;
	text-transform: uppercase;
}

.menu_header_desc{

}

.menu_header_extra{

}


.menu_entry_container{
	padding: 0px 30px 10px 30px;
}

.menu_entry{
	width: 200px;
}

.menu_entry_item{
	
}

.menu_entry_price{
	font-size: 0.9em;
}

.menu_entry_desc{
	color: #555;
	font-size: 0.8em;
	width: 170px;
	line-height: 0.95em;
	margin-top:2px;
}

.menu_entry_extra{

}


.menu_footer{
	padding-bottom: 10px;
}

.menu_footer_desc{

}

.menu_footer_extra{

}



/*------------------------------
	SIDE MENU NAV
------------------------------*/

.side_nav{
	width: 184px;
}

.side_nav_link{
	margin: 10px 0px 16px 70px;
}

.side_nav_link img{
	border-width: 0px;
}