/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

dd
{
	padding-left: 10px;
	padding-top: 3px;
}

body {
	line-height: 1;
	font-family: Arial, Helvetica, 'Liberation Sans', FreeSans, sans-serif;
	font-size: 12px; 
	background-color: #3B63A0;
	text-align: center;
	color: #000;
}

a, a:visited
{
	text-decoration: none;
	color: #CC0000;
}

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

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* *** */

#wrapper
{
	width: 700px;
	margin: 0 auto;
	text-align: left;
	background-color: #ffd200;
}

#header
{
	width: 100%;
}

#middle
{
	width: 100%;
	min-height: 400px;
	display: block;
	
	background-image: url(../../images/back_top.jpg);
	background-repeat: no-repeat;
}

#content
{
	padding-top: 48px;
	float: left;
	width: 435px;
	padding-right: 35px;
	padding-left: 15px;
}

#right_column
{
	padding-top: 48px;
	float: left;
	width: 190px;
	padding-right: 15px;
	padding-left: 10px;
}

#footer
{
	padding-top: 20px;
	width: 100%;
}

.clear
{
	clear: both;
}

.menuTitle
{
	font-weight: bold;
	font-size: 13px;
}

.menuTitle a
{
	color: #000;
}

.menuTitle a:hover
{
	text-decoration: underline;
	color: #CC0000;
}

#ricetta dt
{
	font-size: 13px;
	font-weight: bold;
}

#ricetta dd
{
	padding-top: 15px;
	padding-bottom: 15px;
}

.elenco dt
{
	font-size: 13px;
	font-weight: bold;
}

.elenco dd
{
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ricetta */
#ricetta_description
{
	height: 30px;
	font-size: 14px;
	text-align: left;
	padding-left: 18px;
}

#ricetta_container
{
	width: 100%;
	text-align: center;
}

#ricetta_image
{
	width: 400px;
	height: 266px;
	border: 2px solid #000;
}

#ricetta_prev_next
{
	width: 100%;
	text-align: center;
	font-size: 13px;
	font-weight: bold;
}

#ricetta_prev_next a
{
	color: #183551;
}
