/* CSS Document */


/**************************************************** Main Layout  */
body{
	font-family: "trebuchet ms", sans-serif;
	height: auto;
	background-color: #5b7700;
	text-align: center;
	background-image: url(images/background-repeat-x.gif);
	background-repeat: repeat-x;
	display: block;
	padding:0px;
	margin-left:0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;	
}

#wrapper{
	width: 1000px;
	padding: 0px;
	background-color: #FFFFFD;
	border: thin solid #336600;
	margin: auto;
	
}


#header{

	width: auto;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height:120px;
	text-align: center;
	background-image: url(images/header-background.jpg);
}




#header_banner{
    /* Set the width dynamically depending on the width of the browser window */    
	width:100%;    /* dont enlarge the image more, than its initial resolution */    
 
	height:auto;
	text-align: center;
	clear:both;

}

/******************************/
#globalNavA{
	width: 100%;
	margin: 2px;
	text-align: center;
	display: inline;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 1%;

	float: left;
}

#globalNavLogin{
	float: right;
	text-align: right;
	border: 1px solid #CCCCCC;
	padding: 0px;
	font-size: 75%;
	margin: 5px;
	color: #336600;
	background-color: #FFFFFD;

}

#navBar{
	float: left;
	width: 20%;
	height: inherit;
	margin: 0px;
	padding-top: 1em;


}

#headlines{
	float: right;
	width: 15%;
	height: inherit;
	margin: 0px;

	font-size: 80%;
	padding-top: 1em;
	padding-right: 1em;
	
}

#content{

	width: 57%;
	margin: auto;
	float: left;
	padding-left: 1.5%;	
	padding-right: 0.5%;	
	display:inline;	

}

#footer{
	width: auto;
	clear: both;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
}

#recipe_image_box{
	float: right;
	width : 225px;
	height: auto;
	border-left: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	text-align: center;
}

#choose_recipe_image_box{
	float: right;
	width : 225px;
	margin-left : 1%;
	border-left: 2px solid #cccccc;
	border-bottom: 2px solid #cccccc;
	text-align: center;

}

#recipe_image_headlines
{
	/* Set the width dynamically depending on the width of the browser window */    
	width:100%;    /* dont enlarge the image more, than its initial resolution */
	text-align: center;
}

#recipe_image{
	vertical-align: top;
	text-align: center;
	padding-top: 0.2em;
}

#recipe_image_header{
	vertical-align: top;
	text-align: center;
	padding-top: 0.2em;
}

#choose_recipe_image{
	vertical-align: top;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;

}



#left-border{
	float:left;
	width: 45%;
	min-width: 10em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}

#right-border{
	float:right;
	width: 45%;
	min-width: 10em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}

#left-border-23{
	float:left;
	width: 55%;
	min-width: 10em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}

#right-border-13{
	float:right;
	width: 35%;
	min-width: 10em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}

#left-border-131{
	float:left;
	width: 28%;
	min-width: 5em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 0em;
	
}
#center-border-132{
	float:left;
	width: 28%;
	min-width: 5em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
	margin-right: 1.4%;
	margin-left: 1.4%;
}

#right-border-133{
	float:left;
	width: 28%;
	min-width: 5em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
	margin-right: 0em;
	margin-left: 0em;
}


#full-border1{
	float:left;
	width: 96%;
	min-width: 20em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}
#full-border2{
	float:left;
	width: 96%;
	min-width: 20em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}
#full-border3{
	float:left;
	width: 96%;
	min-width: 20em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}
#full-border4{
	float:left;
	width: 96%;
	min-width: 20em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}

#full-border5{
	float:left;
	width: 96%;
	min-width: 20em;
	border: 1px solid #cccccc;
	padding: 2%;
	margin-top: 1em;
}
/**************************************************** Content Format */
h4 {
	color:#336600;
	font-weight: bold;
	text-transform: capitalize;
	font-size: 1.5em;
	padding-right: 5px;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 5px;
}

h1 {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	text-transform: capitalize;
	margin-top: 1em;
	color: #444444;

	
	
}

h1.recipe_title {
	color:#075F5C;
	font-weight: bold;
	font-style: italic;
	font-size: x-large;
	text-align: left;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
	margin-right:1em;
	background-image: none;
}

h2 {
	color: #444444;
	font-size: large;
	text-align: left;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}


h2.recipe_title {
	color: #003399;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	padding-right: 5px;
	padding-left: 5px;
}

h2.recipe_description {
	color:#336600;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-weight: bold;
	font-size: 1em;
	padding-right: 2.5px;
	padding-left: 2.5px;
}



h5.image_description {
	display: inline;
	font-style: normal;
	font-weight: lighter;

}

h1.sub_heading {
	color:#336600;
	font-weight: bold;
	font-size: 1.5em;
}

h2.sub_heading {
	color:#336600;
	font-weight: bold;
	font-size: 1em;
}

p {
	
	color:#333333;
	padding-right: 5px;
	padding-left: 5px;
	text-align:justify;

}

p.border {
	border: 1px solid #999999;
	width: auto;
}
p.left_align {
	text-align:left;
}

p.small {
	
	color:#333333;
	font-size : 70%;
	padding-right: 5px;
	padding-left: 5px;
	text-align:center;

}
p.caption {
	font-size : small;
	font-style: italic;
}

p.recipe_title {
	color: #003399;
	font-size: large;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
}

p.text_input2{
	color:#075F5C;
	white-space: normal;
	padding-right: 5px;
	padding-left: 5px;
}



p.text_input1 {
	color:#336600;
	font-weight: bold;
	font-size: 1em;
	padding-right: 5px;
	padding-left: 5px;
}

p.ingredient {
	color:#075F5C;
	white-space: normal;
	min-width: 2em;
	font-weight: bold;
	padding-right: 2em;
	padding-left: 2em;
}


p.float_right {
	float: right;
}

p.float_left {
	float: left;
}

p.float_right_half {
	float: right;
	text-align: left;
	width:48%;
}

p.float_left_half {
	float: left;
	text-align: left;
	width:48%;
}

p.clear_both {
	clear: both;
}

p.error {
	color:#CC0033;
	white-space: normal;
	min-width: 7em;
	font-weight: bold;
	padding-right: 2em;
}

#right_ingredients {
	float:right;
	width: 15em;
	min-width: 10em;
}

#enter_directions {
	float:left;
	width: auto;
	min-width: 15em;

}
span.pad {
	padding-right: 5px;
	padding-left: 5px;

}

span.pad_1em {
	padding-right: 1em;
	padding-left: 1em;
}

span.large {
	font-size: larger;


}

span.link {
	color:#075F5C;
	white-space: normal;
	min-width: 7em;
	font-weight: bold;
	padding-right: 2em;
}

span.description {
	color:#336600;
	font-size: 0.9em;

}
span.bold{
	font-weight: bold;	
}

span.large_bold_italic{
	color:#5b7700;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;	
	
}

span.large_bold_italic_c2{
	color:#075F5C;
	font-size: 1.2em;
	font-weight: bold;
	font-style: italic;

}
span.bold_italic_c2{
	font-weight: bold;
}

span.bold_italic{
	font-weight: bold;
}

span.italic{
	font-style: italic;
}

span.bold_c2{
	color:#075F5C;
	font-weight: bold;
}

span.caps{
	text-transform: capitalize;	
}

span.description_inline{
	padding-right: 2em;
	padding-bottom: 2em;
	color:#075F5C;
	font-weight: bold;
	font-style: italic;
}

td.step
{
	border: 1px #6699CC dotted;
	text-align: left;
	font-weight: normal;
	font-size: 0.85em;
	color: #336600;
	background-color: #FFFFFD;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-right: 0px;
	text-transform: capitalize;
}

table.directions{


}


/* ******************************healthy meter */
#healthy_meter{
	text-align: left;
	padding-top: 0.5em;
	padding-bottom: 0.1em;
	clear: both;
	width : 225px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	background-color: #FFFFFF;
}

#meter_1, #meter_2, #meter_3, #meter_4, #meter_5, #meter_6{
	padding-left: 0.2em;

}

span.meter_image{
	padding-left: 0.1em;

}

p.healthymeter{
	color: #000000;
	font-size: small;
	font-weight: bold;
	text-align: center;
	text-transform: capitalize;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	text-decoration: underline;
}

span.healthymeter{
	color: #000000;
	font-size: 102%;
	font-weight: bold;
	text-transform: capitalize;
	margin-top: 0.5em;
	margin-bottom: 0.1em;
	text-decoration: underline;
	
}



/* ******************************links */
a{
	color: #5b7700;
	text-decoration: none;
}

a:link{
	color: #5b7700;
	text-decoration: none;
}

a:visited{
	color: #5b7700;
	text-decoration: none;
}

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

/* ******************************links */

a.recipe_link{
	display: block;
	color: #000099;
	font-size: 1.5em;
	text-decoration: underline;
	font-variant: small-caps;
}

a.recipe_link:link{
	color: #000099;
	text-decoration: none;
	font-variant: small-caps;
}

a.recipe_link:visited{
	color: #006699;
	text-decoration: none;
	font-variant: small-caps;
}

a.recipe_link:hover{
	color: #006699;
	text-decoration: underline;
	font-variant: small-caps;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {
	display: block;
	text-align: left;
	padding-left: 2em;
}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #Search styles ***********/

#search{
	position: relative;
	font-size: 90%;

}


#search h3{
	color: #444444;
	text-transform: none;
	font-size: 1.3em;
	padding-left: 0.75em;	
	text-align:left;
}
/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;

	font-size: 90%;
}

#sectionLinks h3{
	color: #444444;
	text-transform: none;
	font-size: 1.3em;
	padding-left: 0.75em;
	text-align:left;

}

#sectionLinks a {
	display: block;

	padding-left: 0.75em;
}

#sectionLinks a:hover{
	color: #FFFFFD;
	background-color: #5b7700;
}

/************** #advert styles **************/

#advert{
	padding: 30px 0px 10px;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines h3{
	color: #444444;
	text-transform: none;
	font-size: 1.3em;
		padding-right: 2.5%;
	padding-left: 2.5%;	
	text-align:left;
}

#headlines p{
	padding-top: 5px;
	padding-right: 2.5%;
	padding-left: 2.5%;
	padding-bottom: 5px;
	text-align:left;

}


/************** #Other List Styles **************/


ul{
	color: #111111;
	display: block;
	text-align: left;
	padding-left: 1em;
}



