/* COLORS */
/*
background:	ffffff
text:		000000
content:	ffffff
borders:	999999
highlight:	666666
*/

/* PRESETS */
img {
	border: none;
}
img, .png, {
	behavior: url('/css/iepngfix.htc');
}
body {
	behavior:url("/css/csshover.htc");
}
/* DEFAULT */

body, html {
	min-height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
}
html {
	
}
body {
	background: #051705 url(/images/background.jpg) repeat-y 50% 0;
	font-family: "Helvetica",sans-serif;
	color: #fff;
	font-size: 0.75em;
	line-height: 1.6em;
	letter-spacing: 0.0em;
	text-align: center;
}

/* HTML */
img {
	
}

a {
	outline: 0;
	color: #fff;
	text-decoration: none;
/*	border-bottom: 1px dotted #fff;*/
}
a:hover {
	color: #fff;
/*	text-decoration: underline;*/
	border-bottom: 1px dotted white;
}
a:visited {
	
}

p {
	margin: 12px;
}
p a{
/*    text-decoration: underline;*/
    border-bottom: 1px dotted #f80;
}
h1 {
	padding: 5px 0 5px;
	margin: 0 0 10px 0;
	background: url(/images/hemp_h1.gif) no-repeat 100% 0;
	border-bottom: 1px dotted white;
	font-weight: normal;
	line-height: 24px;
	font-size: 20px;
	color: #f80;
}
h2 {
	margin: 8px 0 12px;
/*	font-weight: normal;*/
	font-size: 16px;
	color: #f80;
}
h3 {
	margin: 8px 0 3px;
	font-weight: normal;
	color: #f80;
}
h4 {
	margin: 8px 0 1px;
	font-weight: normal;
	color: #f80;
}

ul {
	padding-left: 15px;
}
li {
	
}

form {
	
}
input {
	
}
textarea {
	
}
button {
	
}
select {
	
}


/* STRUCTURE */
div.wrapper {
	width: 780px;
	min-height: 100%;
	background: url(/images/wrapper_content.jpg) no-repeat 0 0;
	text-align: left;
	margin: auto;
	padding-top: 10px;
}

div.header {
	min-height: 50px;
	width: 100%;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
	border: 1px solid black;
}

* html div.header {
	background: #051705;
}

div.content {
	width: 584px;
	float: left;
	margin-top: 260px;
	margin-bottom: 10px;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
	border: 1px solid black;
}
* html div.content {
    background: #051705;
}
div.teaser {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
}
* html div.teaser {
    background: #051705;
}
div.sidebar {
	width: 180px;
	float: right;
	margin-top: 260px;
	margin-bottom: 10px;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
	border: 1px solid black;
}
div.sidebar a {
	color: #f80;
}
div.padding {
	padding: 10px;
}
div.center {
	text-align: center;
	margin: 10px;
}

div.footer {
    width: 584px;
	margin: 0px;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
	border: 1px solid black;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
* html div.footer {
    background: #051705;
}
div.footer2 {
    width: 100%;
	margin: 0px;
	background: url(/images/blinder/black/70.png);
	box-shadow: #000 0px 1px 6px;
	-moz-box-shadow: #000 0px 1px 6px;
	-webkit-box-shadow: #000 0px 1px 6px;
	border: 1px solid black;
	float: left;
	margin-bottom: 10px;
	text-align: center;
}
* html div.footer2 {
    background: #051705;
}
div.capstone {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/* ELEMENTS */

div.homeTeaser {
	width: 220px;
	margin: 10px 0;
	float: left;
	text-align: center;
}
div.homeTeaser h3 {
	color: #f80;
}
div.homeTeaser a {
	display: block;
	text-align: right;
	color: #f80;
	font-size: 0.85em;
}
div.header {
    padding-left: 10px;
}
div.header ul {
	list-style: none;
	display: inline;
}
div.header ul li {
	float: left;
	white-space:nowrap;
	list-style: none;
	margin: 0 10px 0 10px;
	position: relative;
}
div.header>ul>li {
	height: 50px;
	line-height: 50px;
	color: #fff;
}
div.header ul li ul {
	background: url(/images/blinder/black/70.png);
	padding: 0px;
	position: absolute;
	margin: 0 5px 0 5px;
	top: 50px;
	left: -15px;
	display:block;
}
div.header ul li ul li {
    line-height: 24px;
    height: auto;
}
div.header>ul a, div.header >ul a:visited, div.header >ul a:active {
	line-height: 50px;
	color: #f80;
}
div.header ul a:hover {
	
}

div.vline {
	width: 3px;
	height: 250px;
	margin: 8px 10px;
	border-left: 1px dotted white;
	overflow: hidden;
	float: left;
}

div.over18 {
    font-size:1.2em;
    font-weight: bold;
    text-align: center;
}
div.over18 a {
    display: block;
    min-width: 20px;
    border: 1px dotted white;
    padding: 10px;
    margin-top: 10px;
    background: black;
}

/* EXTRAS */
div.recipe img.difficulty, li img.difficulty {
	float: right;
}
div.hidden {
	display: none;
}
div.recipe {
    
}
caption {
/*	text-align: right;*/
}
caption a {
    display: block;
    float: left;
    background: url(/images/toggleButton.gif);
    color: white;
    border: 1px solid #000;
    font-size: 11px;
    line-height: 13px;
    height: 14px;
    padding: 0px 3px 0px 3px;
    margin: 3px;
}
caption a:hover {
    border: 1px solid #000;
}

div.page div.image, div.recipe div.image {
	float: right;
	margin-left: 20px; 
	background: #000;
	border: 10px solid black;
}
div.recipe table.ingredients {
    border-top: 1px dotted #134216;
}
div.recipe td.amount {
	vertical-align: top;
	white-space:nowrap;
	text-align: right;
	padding: 2px 10px;
	border-bottom: 1px dotted #134216;
	color: #f80;
	width: 50px;
}
div.recipe div.material {
	vertical-align: top;
	text-align: left;
	padding: 2px 10px;
	border-bottom: 1px dotted #134216;
	font-style: italic;
}

div.recipe h2 {
	text-align: left;
}
div.recipe img {
}
div.recipe p {
	text-align: justify;
	padding-left: 14px;
	background: url(/images/p.gif) no-repeat 0 8px;
}
div.image p {
	text-align: justify;
	background: none;
	padding: 0px;
	margin: 0px;
}

div.page p {
	text-align: justify;
	padding-left: 14px;
}

div.RecipeLink {
    cursor: pointer;
    border-bottom: 1px dotted #134216;
}
div.difficulty {
    padding-top: 5px;
}
div.RecipeLink:hover {
    color: #F80;
    border-bottom: 1px dotted white;
}

p.xplanetFX img {
    width: 150px;
    margin: 10px 10px 10px 0;
}
/* ROUNDBOX */
.roundBox {
	color: white;
}
.roundBoxT {
	background: url(/images/blinder/black/70.png) repeat;
	margin: 0 12px;
	height: 12px;
	text-align: left;
	font-size: 1px;
}
.roundBoxTL {
	background: url(/images/blinder/black/70/12/tl.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.roundBoxTR {
	background: url(/images/blinder/black/70/12/tr.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
}
* html .roundBoxT {
	margin: 0 -3px;
}
* html .roundBoxTL {
	margin: 0 -3px 0 0;
}
* html .roundBoxTR {
	margin: 0 0 0 -3px;
}

.roundBoxC {
	background: url(/images/blinder/black/70.png) repeat;
	margin: 0;
	padding: 0 12px;
	clear: both;
}

.roundBoxB {
	background: url(/images/blinder/black/70.png) repeat;
	margin: 0 12px;
	height: 12px;
	text-align: left;
}
.roundBoxBL {
	background: url(/images/blinder/black/70/12/bl.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: left;
}
.roundBoxBR {
	background: url(/images/blinder/black/70/12/br.png) no-repeat;
	width: 12px;
	height: 12px;
	overflow: hidden;
	float: right;
}
* html .roundBoxB {
	margin: 0 -3px;
}
* html .roundBoxBL {
	margin: 0 -3px 0 0;
}
* html .roundBoxBR {
	margin: 0 0 0 -3px;
}
.roundBox p {
	margin-bottom: 0px;
}

div#warning {
    display: none;
}

