.code {
    border: 1px dotted #a0a0a0;
    border-left: 3px solid #7887bb;
    padding: 10px;
    padding-left: 18px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 85%;
    background-color: #f0f0f0;
    margin-left: 0;
    line-height: 110%;
    color: #0000bb;
}

body {
	background: black;
	color: white;
	margin: 0;
}

.inlineimg {
	display: block;
	margin-left: auto;
	margin-right: auto;	
	margin-top: 40px;
	border: 8px solid #777777;
	margin-bottom: 30px;
}

.bordertable td {
    border: 1px solid black;
    padding: 10px;
}

.cookingtime {
	float: right;
	width: 160px;
	background: #EFE;
	padding: 6px;
	margin-bottom: 20px;
	margin-left: 30px;
	border: 2px solid #ACA;
    -moz-border-radius: 10px;
	text-align: center;
}
.cookingtime p:last-child {
}
.cookingtime h3:first-child {
	margin-top: 0;
}


#middle {
	border-left: 1px solid #222;
	border-right: 1px solid #222;
	
	background: white;
	background-image: url('/template/lines.png');
	background-repeat: repeat;
	background-position: center;
}

#main {
	display: block;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	padding-bottom: 0px;
}

#header {
	width: 100%;
	height: 160px;
	margin: 0;
	background-position: center top;
	background-color: black;
	background-repeat: repeat-x;
	border-bottom: 2px solid #000;
}

#header h1 {
	display: none;
	color: white;
	height: 160px;
	font-family: "Helvetica";
	font-weight: normal;
	vertical-align: middle;
	margin-top: 0;
}

#header #headermain {
	display: block;
	width: 950px;
	height: 170px;

	position: relative;
	margin-left: auto;
	margin-right: auto;

	background-image: url('/template/logo.png');
	background-position: center left;
	background-repeat: no-repeat;
}


.hline {
	height: 0px;
	border-top: 1px solid #EEE;
	margin-top: 10px;
	margin-bottom: 1px;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 20px;
}

#search input {
	margin-top: 15px;
	background: #F0F0F0;
	border: 2px solid #555;
	padding: 3px;
	padding-left: 4px;
	-moz-border-radius: 4px;
}

#navbar {
	width: 100%;
	height: 50px;
	margin: 0;
	background-image: url('/template/grad.png');
	background-position: top;
	background-repeat: repeat-x;
	clear: both;
	
	border-bottom: 2px solid #000;
}

#navbar ul {
	display: block;
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
	
	list-style-position: outside;
	list-style-type: none;
	font-size: 14pt;
	line-height: 24pt;
	font-family: "DejaVu Sans";
}

#navbar ul li {
	display: block;
	float: left;
}

#navbar ul li:last-child {
	border-right: 1px solid #222;
}

#navbar ul li a {
	display: block;
	color: white;
	
	border-left: 1px solid #222;
	padding: 10px 30px;
	text-decoration: none;
}

#navbar ul li a:hover {
	color: #ADF;
	background-image: url('/template/grad_light.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

#content {
	margin-top: 0px;

	float: left;
	display: block;
	width: 930px;
	background-color: transparent;
	padding: 14px;
	background-image: url('/template/white3.png');
	background-repeat: repeat;
	
	/*border: 14px solid #EEE;
	-moz-border-radius: 14px;*/
}

#content #mainblock {
	border: 1px solid #5F5F5F;
	border-right: 3px solid #444;
	border-bottom: 3px solid #444;	

	padding: 0;
	width: 930px;
	background: white;
    opacity: 1.5;
}
#content #mainblock #maintext {
	margin-top:    15pt;
	margin-bottom: 15pt;
	margin-left:   40px;
	margin-right:  40px;
	color: black;
	text-align: justify;
	font-family: Georgia, serif;
	font-size: 13pt;
}

#content a {
	text-decoration: none;
	color: #24A;
}
#content a:hover {
	text-decoration: underline;
}

#content ul {
	list-style-type: none;
	padding-left: 30px;
	margin-top: 0;
}

#content ol li {
	padding-bottom: 10px;
}

#content ul li {
	padding-bottom: 10px;
}

#content h2 {
	display: block;
	color: #000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-align: left;
	font-size: 34pt;
	font-weight: normal;
	margin: 0;
	width: auto;
	padding: 0;

	margin-bottom: 20px;
}

#content h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #464;
	margin-top: 30px;
}

.blocklink div {
	float: left;
	text-align: center;
	border: 2px solid #CCC;
	-moz-border-radius: 6px;
	padding: 15px;
	margin: 10px;
	width: 225px;
	height: 195px;
}

.blocklink div img {
    border: none;
}

.blocklink:hover div {
	background-color: #DEF;
	border-color: #555;
}

#footer {
	border-top: 2px solid black;
	border-bottom: 1px solid #333;
	padding-top: 10pt;
	margin-top: 0;
	font-variant: small-caps;
	
	padding-bottom: 10pt;
	text-align: center;
	font-size: 12pt;
	color: #CCC;
	background-image: url('/template/grad.png');
	background-repeat: repeat-x;
	background-position: top;
}
#footer a {
	color: #68D;
	font-weight: bold;
	text-decoration: none;
}

.searchgrey {
	color: #444;
}

.hr {
	margin-top: 20px;
}

.haskell  {white-space: nowrap; border: 1px dotted #a0a0a0; font-family: 'Courier New', Courier, monospace; font-size: 85%; background-color: #f0f0f0; margin: 0; line-height: 110%; color: #0000bb; border-left: 3px solid #7887bb; padding: 10px; padding-left: 18px;}
.haskell a:link {color: #006;}
.haskell a:hover {background-color: #d6d6e6;}
.haskell .head {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-bottom: 1px solid #d0d0d0; padding: 2px;}
.haskell .foot {font-family: Verdana, Arial, sans-serif; color: #808080; font-size: 70%; font-weight: bold; background-color: #f0f0ff; border-top: 1px solid #d0d0d0; padding: 2px;}
.haskell .imp {font-weight: bold; color: red;}
.haskell .kw1 {color: #06c; font-weight: bold;}
.haskell .kw2 {color: #06c; font-weight: bold;}
.haskell .kw3 {font-weight: bold;}
.haskell .kw4 {color: #cccc00; font-weight: bold;}
.haskell .kw5 {color: maroon;}
.haskell .co1 {color: #5d478b; font-style: italic;font-style: normal;}
.haskell .co2 {color: #339933; font-weight: bold;}
.haskell .co3 {color: #5d478b; font-style: italic;}
.haskell .coMULTI {color: #5d478b; font-style: italic;font-style: normal;}
.haskell .es0 {background-color: #3cb371; font-weight: bold;font-weight: normal;}
.haskell .br0 {color: green;}
.haskell .sy0 {color: #339933; font-weight: bold;}
.haskell .st0 {background-color: #3cb371;}
.haskell .nu0 {color: red;}
.haskell .me1 {color: #060;}
.haskell span.xtra { display:block; }

/* light box css */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }

