﻿
html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
margin: 0;
padding: 0;
border: 0;
}

body
{
	background: #86753C url(/images/bg_header.jpg) repeat-x scroll center top;    
    color: #000;
    cursor: default;
    font-family: "Trebuchet MS", "Century Gothic" ,sans-serif;
    font-size: 9pt;
    font-weight: normal;
    line-height: 18px;
    min-width: 800px;
}
input
{
	font-family: "Trebuchet MS", "Century Gothic" ,sans-serif;
}
textarea
{
	font-family: "Trebuchet MS", "Century Gothic" ,sans-serif;
	font-size:9pt;
}
.fileuploader
{
	font-family: "Trebuchet MS", "Century Gothic" ,sans-serif;
	font-size:10pt;
}
.clear
{
	clear:both;
}

#wrapper
{
    
    height: 100%;
    position: relative;
}
#headersection
{
	
	margin:0px auto;
	padding:20px 0px 0px 0px;
	height:120px;
	width:800px;
}
#headersection h1
{
	font-size:36pt;
	letter-spacing:.1em;
	margin-bottom:.2em;
}
#headersection h2
{
	color: #ccc; 
	font-size: 8pt; 
	letter-spacing: .3em; 
	margin-left:.4em;
	text-transform: uppercase;
}
#footersection
{
	margin:25px auto;
	border-top:10px solid #5E522A;
	width:800px;
	text-transform:uppercase;
	letter-spacing:.25em;
	font-size:80%;
	font-family:tahoma;
}
#footersection a
{
	color:#ffffff;
	text-decoration:none;
	letter-spacing:normal;
}


#navmenu
{
	/*margin-top:25px;*/
	float:right;
	font-size:8pt;
}
#navmenu a
{
	color:Blue;
	text-decoration:none;
}
#content
{
    background: transparent;
    height: 85%;
    margin: 0pt auto;
    position: relative;
    text-align: left;
    width: 800px;
    min-height:400px;
    color:#342D18;
    
}

#content h1
{
	font-size:125%;
	margin:0pt 0pt .25em;
}
#content h2
{
	
}

#processing
{		
	
}

.searchbox
{
    font-size: 155%;
    width:660px;
    font-family:Verdana,arial; 
    border:none;
    padding:5px;   
}
.searchbutton
{
	margin-top:5px;
	background:url(/images/button.png) no-repeat;
	border:none;
	width:100px;
	height:30px;
	
}
.searchbutton:hover
{
	color:#ffffff;
	background-position:0px -30px;
}
.searchresults
{
	margin-top:25px;
	border:none 1px red;
}

.searchresults ol li
{
	margin-left:2em;
}
.recipe
{
	float:left;
	width:175px;
	min-height:200px;	
	margin:10px 10px 0px 0px;
	padding:5px;
	border:solid 1px #5E522A;
	text-align:center;
}

.recipetitle
{
	height:3em;
	text-transform: uppercase;
}
.recipe img
{
	width:140px;
	height:140px;
	
}
.reciperelavance
{
	
}

#details
{	
	padding:.5em 0em .5em 0em;
	width:100%;
	min-height:300px;
	line-height:1.5em;
	font-family:"Trebuchet MS";
	

}
#details h1,h2
{
	margin-bottom:.5em;
	text-transform:uppercase;	
	line-height:1.5em;
}
#details h2
{
	font-size:10pt;
	text-decoration:underline;
}

.keyword
{
	/*color:Red;*/
	background:yellow;
	padding:0px 2px 0px 2px;
}



.entrywrapper
{	
	line-height:2em;
	margin:30px auto;
	border:solid 1px #5E522A;
	padding:10px;
}
.entrywrapper tr
{
	vertical-align:top;
	
}
.entrywrapper td
{
	padding:0;
	margin:0;
	
}
.entrywrapper th
{
	
}

#grdRecipes td
{
	border-bottom:solid 1px black;
}
#grdRecipes th
{
	border-bottom:solid 1px white;
	border-top:solid 1px white;
}
#grdRecipes a.selected
{
	color:#000000;
}
.entrywrapper a
{
	color:#ECE6D4;
	text-decoration:none;
}
.entrywrapper a:hover
{
	text-decoration:underline;
}
.pagerwrapper
{
	float:right;
	margin-right:20px;
	border:none 1px yellow;
	padding:2px;
}
.pager
{
	border:none 1px #ffffff;
	padding:0px 5px 0px 5px;	
}
.pager:hover
{
	cursor:pointer;
	background:#ffffff;
	color:#000000;
}

.selected
{
	border:solid 1px #000000;
	color:#000000;
	background:#ffffff;
}

.highlight
{
	background:#ECE6D4;
}

.reciperelevance
{
	width:100px;
	margin:0px auto;
	height:4px;
	border:solid 1px #342D18;	
	text-align:left;
}
.rank
{
	background:green;	
	text-align:left;
	height:4px;
}
.rankcomplete
{
	background:green;
}
.rankpartial
{
	background:yellow;
}
.ranklow
{
	background:red;
}