@charset "UTF-8";

/*RESET CSS 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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* 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;
}

/*Site Structure */
body {
font-family:"Myriad Pro", Myriad, "Myriad Roman", Helvetica, sans-serif;
font-size:14px;
color:#333;
line-height:1.7em;
}

#colorbar {
	position:absolute;
	width:270px;
	height:250px;
	background-color:#B3C8E6;
	left: 45px;
	top: 222px;
	z-index:1;
	border-top:5px solid #000;
	border-bottom:5px solid #000;
}

#logo {
	position:absolute;
	width:360px;
	height:173px;
	background:url(images/logo.gif);
	left: -27px;
	top: 8px;
	z-index:10;
}

#addressBox {
	font-family:"Myriad Pro", Myriad, "Myriad Roman", Helvetica, sans-serif;
	font-size:14px;
	line-height:1.8em;
	color:#333;
	position:absolute;
	text-align:center;
	width:233px;
	left: 66px;
	top: 523px;
}

#mainContent {
	float:left;
	width:550px;
	min-height:260px;
	text-align:justify;
	z-index:20;	/*border-left:2px dotted #C33;
	border-right:2px dotted #C33;*/
}

#mainContentGallery {
	float:left;
	width:790px;
	min-height:260px;
	z-index:20;	/*border-left:2px dotted #C33;
	border-right:2px dotted #C33;*/
}

#mainContent_front {
	float:left;
	width:585px;
	min-height:260px;
	text-align:justify;
	z-index:20;	/*border-left:2px dotted #C33;
	border-right:2px dotted #C33;*/
}



#sideBar{
	width:345px;
	float:right;	
}

#sideBar_front{
	padding-top:25px;
	width:300px;
	float:right;
	
}

#sideBar_Gallery{
	padding-top:25px;
	width:100px;
	float:right;
	
}

#nav {
	position:absolute;
	left: 39px;
	top: 24px;
	width: 202px;
	height: 174px;
}

#contentWrap{
	position:absolute;
	left: 334px;
	top: 176px;
	width:900px;
}

.thumb {
	width:155px;
	display:inline;
	margin:9px;
	
}

.row{
	margin-bottom:10px;
	
}
.recipe{
	margin-top:20px;
}

.thumb img{	border:1px solid #000;}

#footer {
font-size:10px;
clear:both;
margin-top:520px;
margin-right:50px;
text-align:right;
}


/*Typography  and links */

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

a:hover, a:active {
border-bottom:1px dotted #333;	
}

#mainContent h3, #mainContentGallery h3{
	font-size:20px;
	padding-bottom:15px;
	background-position:right;
	background-repeat:no-repeat;
	
}
#nav {
	text-align:right;
	font-size:1.2em;
	line-height:1.8em;
	
}

#nav a:link, #nav a:visited {
	color:#666;
	text-decoration:none;
}



#nav a:hover, #nav a:active {
	border-bottom: 2px dotted #666;
	
}

.innerContent{
	margin-left:15px;
	margin-right:15px;	
}
