/*
Theme Name: Cheflive
Author: May May Luong
Author URI: http://maymayluong.com

*/


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #f7eac2 url(images/body-bg-lv.jpg) repeat-x;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #000000;
}

a, a:link, a:hover {
	color: #f4af7e;
}

img {
	border:none;
}

h2 {
	font-size: 16px;
	text-decoration: underline;
}

p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#container {
	width: 960px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #f7eac2;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #f7eac2 url(images/body-bg.jpg) repeat-x; 
	padding: 0;
	height: 159px;
	position: relative;
	z-index: 200;
}

#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

#header a {
	text-decoration: none;
	color: #fff;
}

#header a:hover {
	color: #f55f08;
}

#small-nav {
	width: 305px;
	height: 25px;
	background: #275db9;
	float: right;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border: 1px solid #000;
	border-top: none;
	color: #fff;
	font-size: 12px;
	position: relative;
	text-align: center
}

#small-nav ul {
	list-style-type: none; 
	padding: 0;
	margin: 3px 0 0 0;
}

#small-nav ul li{
	display: inline;
	padding: 0 10px;
}

#search {
	position: absolute;
	margin: 50px 0 0 230px;
	padding; 0px;
}

#searchsubmit  {
	float: right;
	margin-top: -3px;
	margin-right: 230px;
	margin-left: 10px;
}

#top-nav {
	clear: both;
	width: 654px;
	height: 30px;
	background: #275db9 url(images/nav-bg.png) repeat-x;
	border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border: 1px solid #000;
	border-right: none;
	margin-top: 24px;
	color: #fff;
	float:left;
	font-size: 14px;
}


#login-top {
	clear: right;
	float: right;
	position: relative;
	width: 303px;
	height: 53px;
	border-radius-topleft: 10px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-radius-topleft: 10px;
	border-radius-topright: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-radius-topright: 10px;
	border: 1px solid #000;
	border-bottom: none;
	background: #242424;
	font-family:  times, serif;
	color: #faf1d9;
	text-align: center;
	font-size: 20px;
}

#login-top a {
	color: #faf1d9;
}

.hr-line {
	width: 80%;
	border-top: 1px #faf1d9 solid;
	margin-left: 30px;
}


#information {
	background: #285eb9 url(images/information-bg-lv-new.jpg) no-repeat;
	height: 393px;
	color: #faf1d9;
	font-family:  times, serif;
	text-align: center;
	z-index:0;

}

#information-page {
	background: #285eb9 url(images/info-page-bg.jpg) no-repeat;
	height: 100px;
	color: #faf1d9;
	font-family:  times, serif;
	text-align: center;
	z-index:0;

}

.flash-video {
	margin-top: 10px;
}

#login-middle {
	background: #242424;
	float: right;
	width: 303px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 393px;
}

#login-middle p {
	display: inline;
}

#login-middle-page {
	background: #242424;
	float: right;
	width: 303px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	height: 100px;
}


.what-is {
	margin-top: 10px;
}

#login-middle .hr-line {
	margin-top: 10px;
	margin-bottom: 10px;
}

#login-box {

}


#white {
	background: #fff;
	width: 960px;
	position: relative;
	height: 21px;
}

#login-bottom {
	background: #242424;
	float: right;
	width: 303px;
	border-radius-bottomleft: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-radius-bottomleft: 10px;
	border-radius-bottomright: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-radius-bottomright: 10px;
	border: 1px solid #000;
	border-top: none;
	height: 20px;
}

	
#mainContent {
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	margin: -20px 0 0 0;
	clear: both;
	position: relative;
	overflow: hidden;
	font-size: 12px;
	text-align: left;
}

#mainContent a {
	color: #242424;
	text-decoration: none;
	font-weight: bold;
}

#mainContent a:hover {
	color: #f4af7e;
	text-decoration: underline;
}

#home-sidebar1 {
	width: 314px;
	margin: 0;
	margin-left: -20px;
	position: relative;
}

#home-sidebar1 h2 {
	color: #275db9;
	font-size: 11px;
	border-bottom: 1px solid #666;
}

#home-sidebar1 ul {
	list-style-type: none;
	margin-left: -20px;
	margin-right: 20px;
}

#home-sidebar1 .list-by {
	padding-bottom: 5px;
	border-bottom: 1px dashed #666;
}

#lower-home {
	position: relative;
	float: left;
	background: #fff;
	width: 960px;
	overflow: hidden;
}


#slide-show {
	float: right;
	position: relative;
	margin-left: -15px;
}

#categories {
	clear: both;
	width: 230px;
	float: left;
	position: relative;
	border: 1px solid #333;
	background: #275db9;
	margin-right: 15px;
}


#categories h2 {
	background: #242424;
	margin: 0;
	padding: 5px;
	color: #fff;
}

#categories a {
	color: #fff;
}

#categories ul {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
	font-size: 12px;
}

#categories ul li {
	margin-left: -40px;
	padding: 5px 5px 5px 20px;
	color: #fff;
	border-bottom: 1px solid #242424;
	width: 205px;
}

#categories ul li:last-child {
	border-bottom: none;
}

#sponsors {
	background: #fff;
	color: #000;
}

#index-latest {
	width:240px;
	border: 1px solid #999;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;


}

#index-latest a {
	text-decoration: underline;

}

#index-latest img {
	border: 1px solid #000;
	margin-right: 20px;
}

#index-latest h2 {
	background: #275db9;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #666;
	padding: 5px;
}

#index-latest ul {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
}

#index-latest ul li {
	list-style-type: none;
}

#index-latest .list-title {
	display: inline;
}

#index-latest .list-by {
	display: inline;
}

#index-latest .list-excerpt {
	width: 175px;
	margin-bottom: 10px;
}

#index-latest p {
	display: inline;
}

#staff-favorites {
	width:240px;
	border: 1px solid #999;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-bottom: 15px;

}

#staff-favorites a {
	text-decoration: underline;

}

#staff-favorites img {
	border: 1px solid #000;
	margin-right: 20px;
}

#staff-favorites h2 {
	background: #e88448;
	color: #fff;
	font-size: 14px;
	border-bottom: 1px solid #666;
	padding: 5px;
}

#staff-favorites ul {
	list-style-type: none;
	margin-left: 0px;
	margin-right: 20px;
}

#staff-favorites ul li {
	list-style-type: none;
}

#staff-favorites .list-title {
	display: inline;
}

#staff-favorites .list-by {
	display: inline;
}

#staff-favorites .list-excerpt {
	width: 175px;
	margin-bottom: 10px;
}

#staff-favorites p {
	display: inline;
}


#google-ad-home {
	width: 160px;
	position: relative;
	float: left;
}

#footer {
clear: both;
	padding: 20px ; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#275db9;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#recipe-list {
	position: relative;
	float: left;
}

#recipe-list ul {
	list-style-type: none;
}

#recipe-list .list-title {
	clear: both;
}

#recipe-list .list-excerpt {
	margin-top: -10px;
}

#recipe-list img {
clear: both;
	float: left;
	border: 1px solid #000;
	margin: -10px 10px 15px 0px;
}


/* IMAGES */

.logo {
	padding-top: 10px;
	float: left;
	position: relative;
	margin-right: 80px;
}
