* {
	margin:0;
	padding:0;
}

html,body {
	height:100%;
}

body  {
	font: 15px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/bkg-main.jpg);
}

a {
	text-decoration:none;
	color:#9C0A5F;
}

a:hover {
	text-decoration:underline;
}

a:active, a:focus {
    outline: 0;
}

img
{  border-style: none;
}



#container {
	width: 940px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fefef4; /* the auto margins (in conjunction with a width) center the page */
	border: 3px solid #2f021c;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin: 113px auto -32px auto;
	min-height:100%;
	height:auto !important;
	height:100%;
}

#wrapper {
	margin-bottom:-32px;
	background:none repeat scroll 0 0 #FEFEF4;
	float:left;
}

hr {
margin-bottom:20px;
margin-top:20px;
}


#outerMainContent {
	margin: 34px 0 0 250px;
} 

#mainContent {
	margin: 34px 27px 0px 250px;
	line-height: 25px;
	padding-bottom: 34px;
}

#mainContent h2 {
	font-weight:bold;
	font-size:15px;
}


#mainContent h2.archives-title {
	margin:-10px 0 15px;
}

#mainContent p {
	margin-bottom:18px;
}

#mainContent #post-105 p {
	line-height:22px;
}


#mainContent ul {
	margin:10px 0 10px 40px;
}

img.paddingLeft {
	padding-left: 7px;
}

#ie6 img.paddingLeft {
	padding-left:5px;
}

#pageTitle {
	margin-top: 34px;
	margin-bottom: 18px;
}




#leftSidebar {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	margin: 34px 0 0 0;
	text-align: center;
	line-height:20px;
	color: #9c0a5f;
}

#leftSidebar.noWidgets {
	margin-bottom:40px;
}

#leftSidebar a {
	text-decoration:none;
}

#leftSidebar a:hover {
	text-decoration:underline;
}

#leftSidebar #mkPhoto {
	margin-top:27px;
	border: 1px solid #838383;
}

#leftSidebar #mkName {
	margin-top:3px;
	color:#000;
	font-size:13px;
	margin-bottom:20px;
}

ul.sidebar h3 {
	text-align:left;
	color:#000;
	font-size:15px;
	margin-bottom:6px;
	margin-left:31px;
}

li#archives-2 h3 {
	padding-top:5px;
}


ul.sidebar  {
	font-size:13px;
	line-height:16px;
	list-style-type:none;
	margin-bottom:40px;
}

ul.sidebar ul {
	margin:0 26px 0 30px;
	text-align:left;
	list-style-type:none;
}

ul.sidebar ul li {
	margin-bottom:6px;
}

#homepageLeft {
	float:left;
	width:320px;
	margin-right:29px;
}

#homepageLeft h1 {
	color:#FFFFFF;
	font-family:"Trebuchet MS",verdana,sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:24px;
	padding-left:5px;
	text-transform:uppercase;
	background-color:#760545;
}

#homepageRight {
	float:left;
	width:313px;
}

#homepageRight h1, .buyDish a{
        color:#FFFFFF;
        font-family:"Trebuchet MS",verdana,sans-serif;
        font-size:15px;
        font-weight:bold;
        line-height:24px;
        padding-left:5px;
        text-transform:uppercase;
        background-color:#760545;
}

.buyDish a {
	padding:0 15px;
	border:solid 1px #000;
}

.buyDish a:hover {
	text-decoration:underline;
}
	


.buyDish {
	text-align:center;
}

.buyDish a {
	width:208px;
}

#homepageRight h1 a, #homepageRight h2 a {
	text-decoration:none;
	color:#FFF;
}

.interview {
	text-align:center;
	line-height:20px;
}

#homepageRight #mkBook p {
	padding-left:10px;
	margin-bottom:10px;
	font-size:12px;
	line-height:16px;
}

#homepageRight .homeBook {
	margin-right:10px;
}

#homepageRight #homeBoxExcerpt {
	float:right;
}

#homepageRight h2 {
        color:#FFFFFF;
        font-family:"Trebuchet MS",verdana,sans-serif;
        font-size:15px;
        font-weight:bold;
        line-height:24px;
        padding-left:5px;
        text-transform:uppercase;
        background-color:#760545;
}

.recipePDF {
	float:right;
	font-size:12px;
}

#mainContent ul.dishRecipe {
	list-style-type:none;
	line-height:18px;
	margin-left:0;
}

ul.dishRecipe li {
	margin:5px 0;
}
	

ol.dishRecipe {
	line-height:18px;
	margin-left:45px;
}

ol.dishRecipe li {
	margin:5px 0;
}


.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

#mainMenu {
	position:relative;
	width:250px;
}

#nav, #nav ul{
	list-style: none;
	line-height: 29px;
	text-transform:uppercase;
}

#submenu {
	display:none;
}

#submenu li {
	line-height:20px;
	text-align:center;
	font-size:12px;
}

#menuTopImage {
	margin-top: 19px;
	margin-bottom: 4px;
}
#menuBottomImage {
	margin-top: 15px;
}

h1.entry-title {
	color:#000000;
	font-size:16px;
	font-weight:bold;
	margin:0;
	padding-bottom:4px;
	padding-top:15px;
}

.entry-meta {
	font-size:13px;
}

.entry-utility {
	font-size:13px;
 	margin:15px 0;
}

.post-teaser-block p {
	text-align:right;
	font-weight:bold;
	font-size:13px;
}

#footer, #push {
	line-height: 12px;
	font-size: 12px;
	margin-bottom: 20px;
}

#footer {
	width:663px;
	margin-right:auto;
	margin-left:auto;
	padding-left:250px;
	padding-right:27px;
}

#bottomSpace {
	height: 113px;
}

#nav-above {
	margin-top:34px;
}

p.back_to_recipes {
	text-align:center;
}

#AutoNumber2 img {
	margin-left:20px;
}

.caption {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:11px;
line-height:13px;
padding:4px 0 0;
}

.photoCredit {
color:#000000;
font-family:Arial,Helvetica,sans-serif;
font-size:9px;
line-height:15px;
}

#searchImage {
	margin-top:15px;
	margin-bottom:7px;
}

#srchSubmit {
	margin-bottom:7px;
}


.searchPage #pageTitle {
	display:none;
}

.searchPage .entry-summary {
	margin-bottom:25px;
}

#mainContent.searchPage h1.page-title {
	font-size:18px;
}

#mainContent.searchPage h2.entry-title {
	margin-top:10px;
}

#mainContent.searchPage .entry-summary p {
	margin:0px 0 0 10px;
}

sup.regMark {
	font-family:Arial,Helvetica,sans-serif;
	font-size:13px;
}

.fraction {
 		font-family:Arial,Helvetica,sans-serif;
		margin-right:1px;
}

.fraction sub, .fraction sup {
	    font-size: 60%;
}

.fraction sub {
			vertical-align:0%;
}

.fraction sup {
			vertical-align:60%;
}


