/*	D'Lish Intimate Catering
		master.css
*/

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	background: #dbd3af url(/img/bg.jpg) repeat-y top center;
	height: 100%;
	}
html, body, div, p, ul, ol, li, dl, dt, dd {
	font: normal small/130% Arial, Helvetica, sans-serif;
	}

a {
	color: #303;
	}
a:hover {
	color: #570b57;
	}
a.noline {
	text-decoration: none;
	}
	
img, a {
	border: 0;
	}
.nomargin {
	margin: 0;
	}
.float_left {
	float: left;
	}
.clear {
	clear: both;
	height: 0;
	}


/*// =Structure */

#wrapper {
	margin: 0 auto -70px;
	width: 900px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}


/*// Masthead */

#masthead {
	background: #303;
	height: 120px;
	width: 900px;
	}
#masthead a {
	color: #fff;
	text-decoration: none;
	}
#masthead #logo {
	display: inline;
	float: left;
	margin-left: 22px;
	background: url(/img/logo.jpg) no-repeat top left;
	height: 120px;
	width: 140px;
	}
#masthead h1 {
	margin: 0;
	text-indent: -999em;
	width: 140px;
	}
#masthead h1 a {
	display: block;
	height: 120px;
	}

#nav {
	display: inline;
	margin-right: 22px;
	_margin-right: -19px;
	padding-top: 90px;
	float: right;
	}
#nav ul {
	display: inline;
	list-style: none;
	padding: 0;
	}
#nav ul li {
	display: inline;
	}
#nav ul li a {
	display: block;
	float: left;
	padding: 8px .7em 0 .7em;
	font-weight: bold;
	height: 23px;
	}
#nav ul li a:hover {
	color: #76b043;
}
/* current states */
body#home #nav li.home a,
body#services #nav li.services a,
body#catering #nav li.catering a,
body#parties #nav li.parties a,
body#design #nav li.design a,
body#about #nav li.about a,
body#contact #nav li.contact a {
	color: #76b043;
	}



/*// =Content */

#content {
	margin-top: 25px;
	}

#content h2 {
	font-size: 135%;
	line-height: 130%;
	color: #303;
	}
#content h3 {
	margin: 0;
	font-size: 120%;
	line-height: 110%;
	color: #303;
	}
#content h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 130%;
	line-height: 130%;
	font-style: italic;
	font-weight: lighter;
	color: #303;
	}

#content #leftcol {
	display: inline;
	float: left;
	margin: 0 30px 0 30px;
	width: 420px;
	overflow: hidden;
	}
#content #rightcol {
	display: inline;
	float: left;
	width: 390px;
	overflow: hidden;
	}
/* override the column widths for the homepage */
body#home #content #leftcol { width: 470px; }
body#home #content #rightcol { width: 340px; }

#leftcol img.prod {
	margin-bottom: 20px;
	}

input, textarea {
	padding: 3px;
	border: 1px solid #aaa290;
	}
input:focus {
	border: 1px solid #000;
	}
input.button {
	padding: .3em;
	background: #303;
	border: 1px solid #303;
	color: #fff;
	cursor: hand;
	}
form label em {
	color: #C4B69D;
	font-size: 92%;
	}



/*// =Footer */

#footer, .push {clear: left;
	height: 70px;
	}
#footer {
	margin: 0 auto;
	padding-top: 15px;
	background: url(/img/border.gif) repeat-x bottom left;
	text-align: center;
	font-size: 92%;
	width: 900px;
	}
#footer p {
	color: #303;
	font-size: 90%;
	}
#footer a {
	text-decoration: none;
	}
#footer a:hover {
	text-decoration: underline;
	}
