/* -----------------------------------------------

theliquidchefinc.com
Print Version 1.0

Created by Darian Scatton December 2008
darian@edibleonion.com

----------------------------------------------- */


/* common
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: small/1.5 Verdana, sans-serif;
	color: #000;
}

img {
	border: none;
}

ul, li, div, p, h1, h2 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
	background-image: none;
	line-height: normal;
}

a {
	color: #000;
	text-decoration: none;
}

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

#wrapper, #flashcontent {
	width: 760px;
	margin: -285px 0 0 -380px;
	text-align: center;
	position: absolute;
	top: 50%; left: 50%;
}


/* structure
----------------------------------------------- */

#topNav, #bottomNav {
	display:none;
}

#content {
	width: 100%;
	height: 354px;
	background:#fff;
	margin-top:6px;
}

#leftCol {
	display:none;
}

#centerCol {
	display:none;
}

#rightCol {
	width:380px;
	height: 354px;
}


/* common style
----------------------------------------------- */

#rightCol p, #rightCol #scrollingContent {
	line-height: 1.5em;
	margin-top:35px;
	margin-right:15px;
	margin-bottom:35px;
	margin-left:35px;
	font-size:80%;
	float: left;
	width: 309px;
	overflow: visible;
	height:auto;
}

#rightCol h3 {
	width:309px;
	font-size:110%;
	font-weight:bold;
	margin-bottom:2em;
	
}

* html #rightCol p {
	margin: 35px 0 0 15px;
}

* html #rightCol #scrollingContent {
	margin: 35px 0 0 15px;
}

#home #content #rightCol p, #press #content #rightCol p {
	line-height: 2em;
}

.bullet {
	font-weight:bold;
}

.rightColImg {
	width:308px;
}