/*   
Theme Name: CoffeeBean
Author: Hai Bui
*/

body { 
	font-size:76%; 
	font-family:Tahoma, Arial, sans-serif; 
	background:#341706 url(images/top-bg.jpg) top repeat-x; 
	color:#fff; 
	height:100%;
	text-align: center;
	margin: 0;
	padding:0;
	}
#wrapper {
	text-align:left;
	margin: 0 auto;
	background:url(images/wrapper.png) repeat-y;	
	width:944px;
	overflow:hidden;
}
#page {
	width:920px;
	margin:0 auto;
	}

#topnav {
	background:url(images/top-nav.jpg) repeat-x;
	list-style-type:none;
	margin:0;
	padding:0;
	width:100%;
	height:66px;
	line-height:60px;
}
#topnav li {
	display:inline;
	font-weight:bold;
	font-size:15px;
	padding:0 10px 0 20px;
}
#topnav li a {
	font-size:15px;
}
#topnav li a:hover, #topnav .current_page_item a{
	color:#D55703;
	font-size:15px;
}
a {
	font-size:13px;
	color:#FFFED1;
	text-decoration:none;
}
a:hover {
	font-size:13px;
	color:#D55703;
}

a:active
{
	outline: none;
}
a:focus
{
  -moz-outline-style: none;
}
#footer {
	height:60px;
	width:944px;
	margin: 0 auto;
	background:url(images/footer.png) no-repeat;
	padding:0;
	padding-top:40px;
}
#content {
	padding:0;
	width:920px;
	float:left;
	background:url(images/sidebar_bg.gif) repeat-y top right;
}
#content iframe{
	margin-bottom:10px;
}
h1 {
	color:#D55703;
	font-weight:normal;
	font-size:20px;
	padding-bottom:20px;
}
h2 {
	color:#FFFFFF;
	font-weight:normal;
	font-size:18px;
}
#sideBar {
	float:right;
	width:250px; 
	padding:15px 0; 
	color:#fff;
	text-align:center;
}
#mainContent {
	float:left;
	width:630px;
	padding:0 20px;
}
#mainContent .center{
	font-size:15px;
	padding:10px 0px;
	line-height:23px;
	text-align:center;
}
#mainContent .post{
	font-size:15px;
	padding:10px 0px;
	line-height:21px;
}
#slideshow {
	width:220px;
	height:170px;
	margin:0 auto;
	visibility:hidden;
}

.menu  {
	width: 630px;
	font-family: verdana;
	border-top: 1px solid #999;
	margin-bottom:40px;
}
.menu div {
	background-color: #0A0706;
	border-bottom: 1px solid #999;
	position:relative;
	padding-bottom : 15px;
}
.menu div div {
	border:none;
	padding:0;
}
.menu a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-size: 17px;
	color:#fff;
	background-color: #2D1D10;
	border-bottom: 1px solid #999;
}
.menu a:hover {
	background-color: #7F5328;
}
.menu a.selected {
	color:#fff;
	background-color: #7F5328;
}
.menuItem, .menuQtt, .menuPrice{
	font-size:15px;
	color:#ffff99;
}
.menuPrice{
	font-size:14px;
	position:absolute;
	right:0px;
}
.menuPrice2{
	font-size:14px;
	position:absolute;
	right:70px;
}
.menuPrice1{
	font-size:14px;
	position:absolute;
	right:140px;
}
.menuPrice3{
	font-size:14px;
	position:absolute;
	right:0px;
}
.menuQtt{
	position:absolute;
	right:70px;
}
.menu div .menuDesc{
	padding-bottom:7px;
}
#subscribe{
	height:40px;
	background:url(images/mod.gif) no-repeat;
	line-height:40px;
	color:#fff;
	font-size:15px;
	font-weight:bold;
	text-align:left;
	padding-left:25px;
	margin:20px 10px;
}
.MailPress input {
	margin-bottom:10px;
}
.MailPress .mp_submit {
	width:90px; 
	height:20px; 
	border:none;
	color:#fff;
	font-weight:normal;
	font-size:0.9em;
	background:url(images/button-poll.png) no-repeat;
}