

/* ---- PAGE CONTAINER STYLES ---- */
body {
	background: #95181e url("http://www.dangerouskitchen.com/images/window_bg.png") repeat-x;
	margin: 0;
	padding: 0;
	
	font-family: geneva, arial, sans-serif;
	font-size: 14px;
	color: #292f3a;
	text-align: center;
}

img, object, embed {
	border: none;
	vertical-align: top;
	padding: none;
	margin: none;
}

#outerBox {
	background: #ffffff url("http://www.dangerouskitchen.com/images/content_bg.png");
	width: 826px;
	margin: 0 auto; /* center, not in IE5 */
	padding: 0;
	text-align: left;
}

#innerBox {
	margin: 0;
	padding: 49px 0px 0px 80px;
	background: url("http://www.dangerouskitchen.com/images/content_bg_top.png") no-repeat;
	text-align: left;
}


/* ---- BANNER/NAV STYLES ---- */

.banner_img {
	vertical-align:baseline;
}

#nav {
	float: right;
	padding-right: 45px;
	font-size: 12px;
}

#nav ul {
	margin: 0;
	padding: 0;
	white-space: nowrap;
}

#nav li {
	display: inline;
	list-style-type: none;
	float:left;
}

#nav a {
	color: #59667f;
	text-decoration: none;
}

#nav a:hover {
	color: #95181e;
}

#whitespace_banner {
	height: 52px;
	clear: both;
}


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

.hdr {
	margin-bottom: 18px;
}

#bodycopy {
	width: 382px;
	padding-bottom: 60px;
}

#bodycopy a {
	color: #95181e;
	text-decoration: none;
}

#bodycopy a:hover {
	text-decoration: underline;
}

#bodycopy .rightside {
	float: right;
	margin-top: -30px;
	margin-right: -30px;
	margin-left: 12px;
}

#bodycopy .leftside {
	float: left;
}

#bodycopy .subhdr {
	font-weight: bold;
	font-size: 1.1em;
}

#bodycopy .clients {
	font-size: .8em;
}


/* ---- SIDEBAR STYLES ---- */

#sidebar_box {
	float: right;
	background: url("http://www.dangerouskitchen.com/images/sidebar_bg.png");
	width: 208px;
	margin-right: 45px;
}

#sidebar_content {
	padding: 0px 28px 20px 38px;
	font-size: .8em;
}

#sidebar_content .article_title {
	font-weight: bold;
	font-size: 1.1em;
}

#sidebar_content p {
	margin-top: 0;
	padding-top: 0;
}

#sidebar_content a {
	color: #59667f;
	text-decoration: none;
}

#sidebar_content a:hover {
	color: #95181e;
}


/* ---- FOOTER STYLES ---- */

#footer {
	clear: both;
	margin: 0;
	padding: 0;
}

#footer ul {
	margin: 0;
	padding-left: 0;
	white-space: nowrap;
}

#footer li {
	display: inline;
	list-style-type: none;
	float: left;
}

#footer a {
	background-color: #95181e;
}

#whitespace_footer {
	clear: both;
	height: 26px;
}


/* ---- HERO STYLES ---- */

#bottle {
	margin-top: -368px;
	margin-left: 496px;
}

#two_guys {
	margin-top: -176px;
	margin-left: 501px;
	background: url("http://www.dangerouskitchen.com/images/beer_label.png");
}

#two_guys:hover {
	background-position: 77px;
}

#help {
	margin-top: -268px;
	margin-left: 460px;
}