
@import url(http://everyday-wonders.com/css/styles.css);

h3
{
	text-align: right;
	font-size: 10pt;
}

/* ------------------------------------------------------------------- */
/* --- 		Setting up footer and header blocks		   --- */
/* ------------------------------------------------------------------- */

#header, #center_block, #footer	
{
	width: 514px;
}

/* ------------------------------------------------------------------- 
   Set up sub-header blocks
   ------------------------------------------------------------------- */

#header_left
{
	float: left;
	padding-top: 20px;
	width: 277px;
}

#header_right
{
	float: right;
	font-size: 8pt;
	padding-top: 26px;
	text-align: right;
	width: 183px;
}

#header_right_error
{
	float: right;
	font-size: 8pt;
	padding-top: 15px;
	text-align: right;
	width: 183px;
}

.footer_subblock
{
	width: 257px;
	padding-bottom: 20px;
}

.promo
{
	float: right;
	margin: 45px 0px;
}

/* ------------------------------------------------------------------- */

.entry, .gnrc_entry
{
	border-bottom: 1px solid #cce;
	padding: 10px 0px;
	text-align: left;
}

.gnrc_entry
{
	padding: 0px;
}

.img_border
{
	background-color: #fff;
	border: 1px solid #cce;
	float: right;
	margin: 0px 0px 15px 15px;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

.img_post
{
	background-color: #fff;
	border: 1px solid #cce;
	margin: 0px;
	padding: 6px;
	text-align: center;
	vertical-align: middle;
}

/* -------------------------------------------------------------------
   Recipe
   ------------------------------------------------------------------- */

.recipe
{
	background-color: #ffe;
	border: 1px dotted #cce;
  	margin: 9px 0;
  	padding: 20px;
}


.recipe h4
{
	font-size: 9pt;
	margin: 0; 
	text-align: center;
}

.recipe h5
{
	border-bottom: 1px dotted #cce; 
	font-size: 8pt;
	margin-bottom: 0px;
	padding: 5px 10px;
	text-align: left;
}

.recipe p 
{
	margin: 10px 0;
}


.ingredients, .ingredients_nb, .directions, .directions_nb
{
	padding: 5px 20px;
}

.ingredients li
{
	padding: 2px 0;
}

.directions li 
{
	border-bottom: 1px dotted #cce;
	padding: 4px 0 8px 0;
}

.ingredients_nb, .directions_nb
{
	list-style-type: none; 
}

ul ul
{
	list-style-type: disc; 
	padding: 5px 20px;
	text-align: left;
}



/* ------------------------------------------------------------------- */
/* --- 			Form Settings				   --- */
/* ------------------------------------------------------------------- */

form, .purchase_print
{
	border-right: 1px solid #cce;
	float: left;
	margin: 0px auto;
	padding: 20px 0px 30px;
	padding-right: 7px; 
	text-align: left;
	width: 300px;
}

.form ul
{
	list-style-type: none; 
	margin: 0px;
	padding: 0px 0px 10px 0px; 
}

.purchase_print
{
	border: 0px;
	width: 400px;
}

.button
{
	float: left;
	margin: 25px 10px 2px 0px;
	text-align: center;
	width: 70px;
}


input, textarea
{
	width: 260px;
	margin: 3px 0px 10px;
	text-align: left;
}

textarea
{
	height: 100px;
}

.checkbox
{
	width: 10px;
	margin: 3px 5px 10px 0px;
}

fieldset
{
	border: none;
}

label
{
	display: block;
	margin: 0px;
	text-align: left;
}

legend
{
	font-size: 9pt;
	font-weight: bold;
	margin: 15px 0px 20px; 
}

.note
{
	font-size: 8pt;
	font-weight: normal;
}



