@charset "UTF-8";
/* CSS Document */


/* Global
..................................................................................... */

html {
	margin:0;
	padding:0;
}
body {
	margin:0;
	padding:0;
	font: 1.05em/1.75em Georgia, "Times New Roman", Times, serif;
	background:#eaedee url(../img/quilt.jpg) center top no-repeat;
	color:#333;
	text-align:center;
}
.clear { 
	clear: both; 
	height: 1px; 
	line-height: 1px; 
}
.hidden {
	display:none;
	height: 1px; 
	line-height: 1px;  
}
img {
	border:none;
}

	
h1, h2, h3, h4, h5, h6, .h2, .h3 { 
	font-size: 1.0em;
	line-height: 1.4em; 
	font-weight:normal; 
	color:#222; 
	background-color:transparent; 
	padding-bottom:0; 
	margin-bottom:0; 
}
h1 { font-size:1.7em; line-height:1.6em; margin:0; padding:0; }
h2, .h2 { font-size:1.5em; line-height:1.5em; }
h3, .h3 { font-size:1.3em; line-height:1.3em; margin-top:18px;  }
h3.page_title {
	padding-bottom:10px; 
	border-bottom:1px solid #333;
}
h4 { font-size:1.2em; line-height:1.3em; }
h5 { font-size:1.1em; line-height:1.3em; }
h6 { font-size:0.9em; line-height:0.7em; }

sup{
	vertical-align:3px;
	font-size:70%;
	line-height:80%;
}

/* Global a */
a:link { color:#dd10a1; text-decoration: none; }
a:focus, a:hover, a:active { color:#dd10a1; text-decoration: none; }
a:visited { color:#dd10a1; text-decoration: none; }








/* top
..................................................................................... */

div#top {
	padding:10px 0 0 0;
	margin:0 auto 0;
	width:1000px;
	height:200px;
}



div#top h1 {
	position:relative;
	top:126px;
	float:left;
	margin:0 0 0 3px;
	width:300px;
	font-size:130%;
	color:#fff;
	text-align:left;
}
div#top h1 a {	
	text-decoration:none;
}


/* main_menu */
#top ul {
	position:relative;
	top:130px;
	float:left;
	margin:0 0 0 210px;
	padding:0;
}
#top ul li {
	display:inline;
	margin:0 0 0 20px ;
	padding:0;
	font-size:115%;
}

#top a {
	margin:0;
	padding:0;
	text-decoration:none;
	color: #fff;
}
#top a:hover {
	color:#dd10a1;
}








/* content
..................................................................................... */

#content {
	clear:both;
	margin:30px auto 0;
	width:1000px;
	text-align:center;
	background:#eaedee;
}

/*
div, h1, h2, h3, ul {
	border:1px solid #333;
}
*/

/* content: image
..................................................................................... */

#content #image_col {
	float:left;
	width:276px;
	text-align:left;
}
#content #image_col img {
	margin-left:0;
	border:1px solid #bbb;
	padding:6px;
}



/* two column layout: column 1
..................................................................................... */

#content #title_col {
	float:left;
	width:240px;
	text-align:left;
	margin-left:8px;
}

#content #title_col h2, .thumb span.h2 {
	margin-top:54px;
	font-size:112%;
}
#content #title_col h3, .thumb span.h3 {
	margin-top:6px;
	font-style:italic;
	font-size:112%;
}

#content #title_col h4 {
	margin-top:6px;
	font-size:102%;
	color:#555;
}

#content #title_col #credit {
	margin-top:15px;
	font-size:75%;
	color:#666;
}
#content #title_col #price {
	color:#dd10a1;
}
#content #title_col #price_note {
	font-size:75%;
	color:#666;
	margin-bottom:10px;
}

#content #title_col #link {
	border:1px solid #bbb;
	font-style:italic;
	font-size:100%;
	padding:12px 6px 15px 6px;
	
}




/* text_col
..................................................................................... */

#content #text_col {
	float:left;
	width:455px;
	text-align:left;
	margin-left:10px;
}


#content #text_col .excerpt {
	margin-top:0;
	font-style:italic;
	color:#666
}

#content #text_col #recipe_excerpt {
	margin-top:40px;
	font-style:italic;
}
#content #text_col #recipe_title {
	margin-top:25px;
	color:#333;
	font-size:112%;
}
#content #text_col #recipe {
	margin-top:10px;
}

.quote {
	border:1px solid #aaa;
	background:#eee;
	font-style:italic;
	padding:20px;
	color:#333;
}



.thumb {
	color:#333;
	padding-left:90px;
}
.thumb img {
	float:left;
	margin-right:15px;
}
.thumb span.h2, .thumb span.h3  {	
	margin:10px 0;
	display:block;
}



/* footer
..................................................................................... */

#footer {
	margin:50px 0 0 0;
	clear:both;
	width:100%;
	padding:30px 0;
	color: #222220;
	background:#444;
	text-align:left;
}

#footer_center {
	margin:20px auto 20px;
	width:1000px;

} 

#footer_left {
	float:left;
	width:363px;
	margin-left:10px;
}
#footer_right {
	float:left;
	width:400px;
	margin-left:160px;
}


#footer #links a:hover {
	color:#AC0334;
}
