/*******************************************************/
/* Global.css                                          */
/*******************************************************/
html {
	height: 100%;
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	/*background-color:#fffeee;*/
	background-color:#FEB919;
	color: #CCC;
	
}
h1 {
	font-size: 18px;
}

h2 {
	font-size: 20px;
	color:#ffbb00;
	font-style:italic;
	margin-left:300px;
}


a:link{
	color: #CCC;
}

a:hover{
	color: #FFF;
}

#pageContent {
	min-width: 950px;
	min-height: 600px;
	width: 100%;
	height: 100%;
	/* IE6 width  */
	width: expression(Math.max((document.documentElement ? document.documentElement.clientWidth : document.body.clientWidth) - 0, 950)+'px');
	height: expression(Math.max((document.documentElement ? document.documentElement.clientHeight : document.body.clientHeight) - 0, 600)+'px');
}

.altContent {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	text-align:left;
	color: #FFF;
}

.container{
	height:100%;
	width:100%;
	
}

#main {
	width: 400px;
	float:left;
	padding-right: 30px;
	padding-left: 30px;
	padding-top: 20px;
	
}

.terms{
 	
	background-color: #FEB919;
	width: 475px;
	color: #000000;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 10px;
	padding-bottom: 10px;


}

.forgotPass{
 	
	background-image: url(../images/forgotpass-bg.gif);
	background-repeat:no-repeat;
	height: 500px;
	width: 500px;
	background-color:#3a3d30;


}

.forgotPassCorr{
 	
	background-image: url(../images/forgotpass-goodEmail.gif);
	background-repeat:no-repeat;
	height: 500px;
	width: 500px;
	background-color:#3a3d30;


}

.forgotPassInCorr{
 	
	background-image: url(../images/forgotpass-badEmail.gif);
	background-repeat:no-repeat;
	height: 500px;
	width: 500px;
	background-color:#3a3d30;


}

.forgotField{
	
	background-color:#3a3d30;
	width:365px;
	border:none;
	height: 20px;
	color:#FFFFFF;
	font-family:comic sans, verdana, arial;
	font-size: 14px;
	text-align:center;

}

/*******************************************************/
/* Recipe Page.css                                     */
/*******************************************************/

#centerrecipe{
margin:0 auto !important;
width: 760px;
height: 100%;
}


#centralrecipe {

/*margin:0 auto !important;*/

float: left;
width: 760px;
min-height: 100%;
background-color:#FFFFFF  !important;

}



#centralrecipe  .recipe {
/*margin:0px 20px 20px 20px;
background-color:#FFF5C2;*/

}

#rightCol{
	float: right;
	color:#000000;
	padding-right: 20px;
	width: 430px;
	

}

#leftCol{
	float: left;
	color:#000000;
	width: 280px;
}

.recipe{
	
	height:171px;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;/**/
	background-color:#FFF5C2;
	background-image: url(../images/recipeheaderbg.jpg);
}


#recipePic {
float:left;
clear:both;
margin-right: 15px;
border: solid 1px #FFFFFF;
height:270px;
width: 270px;
margin-bottom: 20px;
margin-left: 20px;
}

.recipefooter {
background:#a40a1d;
color:#FFF;
display:block;
font-size:1.1em;
font-weight:600;
margin:-1px 0 -2px;
padding:4px 10px 4px 10px;
text-align:right;

}


li{
	list-style-type: none;
	margin-left: -35px;

}

p {

padding-left: 5px;

}

#hidetitle{

	display: none;
	
}



#iceLogo
{
	width: 700px;
	text-align: right;
	margin: 10px auto 10px auto;
}
