@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}
body {
	font-family: Arial;
	font-size:12px;
  	voice-family: "\"}\""; 
  	voice-family: inherit;
	color: #000000;
	background-color:#f2f2ee;
	background-image:url(../images/bg.jpg);
	background-position:top;
	background-repeat:repeat-x;
}
img {border:none;}
h1,h2,h3,h4,h5 {
	font:inherit;
	font-style:inherit;
}
a { text-decoration:none; color:#006fdd; }
a:hover { text-decoration:none; color:#006fdd; }
a.submitnewrecipe { color:#CC0000; }
.hide { display:none; }
.rounded { position:relative; }

/* HEADER */
#header {
	height:100px;
	width:100%;
}
#footer {
	padding:15px 0 30px 0;
	width:100%;
	background-color:#000000;
	background-repeat:no-repeat;
}
#status-bar { width:995px; }
#header_contents, #main, #footer_contents {
	width:995px;
	text-align:left;
	position:relative;
}
#header-logo {
	position:absolute;
	top:37px;
	left:0px;
}
#header_menu {
	position:absolute;
	top:50px;
	right:20px;
}
#header_menu ul li{
	float:left;
	list-style:none;
	margin-left:30px;
	font-size:16px;
	font-weight:bold;
}



/* LEFT MENU */
#nav {
	width:160px;
	overflow:hidden;
	padding:10px 20px 10px 0px;
	float:left;
	vertical-align:top;
}
ul#left-menu li {
	list-style:none;
}
li.menu-header {
	width:157px;
	height:37px;
	background-image:url(../images/menu-header-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
li.menu-header div.menu-header-div {
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	padding:12px 0 0 0;
}
li.menu-footer {
	width:157px;
	height:16px;
	background-image:url(../images/menu-footer-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
li.menu-link  {
	width:157px;
	height:34px;
	background-image:url(../images/menu-bg.gif);
	background-position:top;
	background-repeat:no-repeat;
}
li.menu-link div.menu-link-div {
	padding:7px 0 0 32px;
}
li.menu-link a {
	color:#49494a;
	font-size:14px;
}
	




/* CONTENT BOX */
#content {
	padding:7px 0 0 0;
	vertical-align:top;
}
.content_full { 
	border-left:1px solid #68575c; 
	border-right:1px solid #68575c; 
	background-color:#FFFFFF;
	padding: 0 10px;
}




/* CONTENT LINKS */
ul.content_links {
	padding:15px 0 20px 187px;
}
ul.content_links li {
	float:left;
	list-style:none;
	padding: 5px 20px;
	margin-right:25px;
	background-color:#79796e;
	font-size:14px;
	color:#fff;
	font-weight:bold;
}
ul.content_links li a {
	color:#fff;
}
ul.content_links li.content_link_selected {
	background-color:#02366a;
}


/* ITEMS */
.items {
	overflow:hidden;
	float:left;
	padding:0;
}
.item {
	background-image:url(../images/item-bg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	width:263px;
	height:384px;
	overflow:hidden;
	float:left;
	padding: 0;
	margin:0 7px 10px 0;
	text-align:center;
	list-style:none;
	position:relative;
}
.item_img {
	margin:17px 0 5px 0;
	border:1px solid #a0a08f;
}
.item-title {
	font-size:14px; 
	text-align:left;
	padding:0 0 10px 15px;
	width:230px;
}
.item-desc {
	font-size:10px;
	line-height:14px;
	text-align:left;
	padding:0 0 0 15px;
	width:230px;
}


/* FULL PAGE - SUB PAGE */
.fullpage {
	background-color:#FFF;
	border:1px solid #bbb;
	margin:8px 0 0 0;
	padding:24px;
	font-size:14px;
	line-height:18px;
}




p.homepagetokendesc, .register_errors {
	font-size:10px;
	color:#666666;
}
.register_errors {
	color:#CC0000;
	list-style:none;
}
.login_form_unauthorized {
	color:#CC0000;
}
ul.submitnew_list {
	padding:2px 10px 10px 10px;
}
ul.submitnew_list li {
	float:left;
	list-style:none;
}

.error_div {
	width: 80%;
	color:#000000;
	padding:15px 15px 15px 40px;
	text-align:left;
	border:1px solid #CC0000;
	background-color:#FFE8E8;
	margin-bottom:10px;
}
