/* These styles are used on the master page */
body {
  margin: 0;
  background: #fefdfd url(images/mainPageBg.jpg) top repeat-x;
  text-align: center;
  color:#070301;
  min-width:980px;
}
div.clear
{
	clear:both;
	height:0px;
	display:block;
	visibility:hidden;
}

div.pageWidth
{
	width:980px;
	margin:0 auto;
}
div.leftColumn
{
	background: url(images/leftColumnBg.png) repeat-y;
	width: 118px;
}
div.rightColumn
{
	background: url(images/rightColumnBg.png) repeat-y;
	width: 118px;
}
a img
{
	border:none;
	outline:none;
}

div#topRow, div#topRow div
{
	height:80px;
}
div#topRow
{
	overflow:hidden;
}
* html div#topRow { height: 1% } /* clear floats in IE6 */
div#topRow div
{
	float:left;
}
div#topRow div#aboutYourChef
{
	width:734px;
	text-align:right;
	padding-top:55px;
	padding-right:10px;
}
div#topRow div#aboutYourChef a:link, div#topRow div#aboutYourChef a:visited, div#topRow div#aboutYourChef
{
	color:#f4f4f4;
}

div#logoContainer
{
	position:relative;
	height:0px;
}
div#logoContainer div#logo
{
	position:absolute;
	top:-50px;
	left:-20px;
}

div#menu
{
	background:url(images/menuBg.png) repeat-x #2C1504;
}
div#menu, div#menu div
{
	height:51px;
}
div#menu div div
{
	float:left;
	margin-right: 32px;
	padding-top:12px;
	height:39px;
	display:inline; /* fix margins in ie6 */
}
div#menu div div#home
{
	margin-left:290px;
}
div#menu div#search, div#menu div#search div
{
	margin-right:0;
	padding-top:0;
	margin-left:36px;
	margin-top:6px;
	display:none; /* hide for now */
}
/* recipes drop down */
div#recipes
{
	width:78px;
}
div#recipes ul
{
	border:1px solid #ffffff;
	background:#2C1504;
	width:150px;
	padding:0;
	margin:0;
	display:none;
	z-index:2;
	position:relative;
	margin-top:2px;
}
div#recipes:hover ul
{
	display:block;
}
div#recipes li
{
	margin:0;
	padding:0;
	text-align:left;
	list-style-type:none;
}
div#recipes li a
{
	display:block;
	padding:.3em 1em;
}
div#recipes li a:link, div#recipes li a:visited
{
	color:#ffffff;
	text-decoration:none;
}
div#recipes li:hover
{
	background:#492307;
}
div#recipes li:hover a
{
	text-decoration:none;
}
/* search box */
div#menu div#search span#searchBox
{
	width:160px;
	height:27px;
	background:url(images/searchBox.png);
	display:inline-block;
}
div#menu div#search input#s
{
	border:none;
	background:transparent;
	width:120px;
	padding-left:1px;
	padding-top:3px;
	display:block;
	float:right;
}
div#menu div#search input#searchsubmit
{
	background:transparent url(images/search.png) no-repeat top;
	width:25px;
	height:26px;
	border:none;
	cursor:pointer;
	display:block;
	float:right;
}

div#body
{
	background: url(images/leftColumnBg.png) repeat-y transparent left;
	padding-left:118px;
	margin:0 auto;
	width:862px;
}
div#body div#innerBody
{
	background: url(images/rightColumnBg.png) repeat-y transparent right;
	padding-right:128px;
	padding-left:10px;
	padding-bottom:1em;
	overflow:hidden;
	text-align:left;
}
* html div#body div#innerBody { height:1% } /* clear floats in IE6 */
div#body div#innerBody div#fullContent
{
	min-height:200px;
}

/* social networking styling */
div#socialNetworking
{
	float:right;
	height:0;
	left:120px;
	position:relative;
	text-align:center;
	width:100px;
}
div#socialNetworking div
{
	margin:10px 0 20px;
}
div#socialNetworking a:link, div#socialNetworking a:visited
{
	color:#f4f4f4;
}

/* sidebar style */
div#sidebarContainer
{
	height:65px;
}
div#sidebar
{
	float:right;
	width:240px;
}
div#sidebar ul li
{
list-style-type:none;
text-align:right;
}

div#footer
{
	text-align:center;
	border-top:#2C1504 solid 1px;
	padding:.5em 0;
}


/* These styles are used on child pages */
div#leftContent  h1
{
	font-weight:bold;
	font-size:17pt;
}
div#leftContent  h1  a
{
	color:#ffffff;
	font-style:italic;
}
p.blogLink a
{
	color: #0C97E6;
	font-weight:bold;
}
input.submit
{
	background: #0CC5E6;
	color:#ffffff;
	font-weight:bold;
	border: 2px solid #032E36;
	cursor:pointer;
	padding:.3em 1em;
}


/* */
.title
{
	font-weight:bold;
}
td.alignright
{
	text-align:right;
}
div#summary
{
	font-size:large;
	margin-left:10px;
	width:480px;
}
div#yourChefLeft
{
	float:left;
	width:380px;
	padding-right:20px;
}
div#yourChefRight
{
	float:left;
	width:276px;
	text-align:center;
}
div#yourChefRight p
{
	font-style:italic;
	margin-top:0;
}
p#pageHeader
{
	text-align:center;
}
p.linkToThisPost
{
	text-align:right;
}
p.dateAndTime
{
	font-weight:bold;
}
p.blogPostTitle
{
	font-size:x-large;
	font-weight:bold;
}
p.blogPostTitle span
{
	font-size:medium;
}
img.alignleft
{
float:left;
margin-right:1em;
}
img.alignright
{
	float:right;
	margin-left:1em;
}
p.articleFooter
{
	font-size:small;
}
div.floatContainer
{
	overflow:hidden;
}
* html div.floatContainer { height: 1%; }
div.floatContainer div#morePosts
{
	float:left;
}
div.floatContainer div#facebookFeed
{
	float:right;
}
p#print img
{
	float:left;
}
p#print a
{
	display:inline-block;
	padding-left:4px;
}

/* spotlight */
div#spotlight
{
	margin:1em auto 0;
	border:solid #000000;
	border-width:2px 2px 1px;
	width:500px;
	padding-left:200px;
	height:250px;
	background:url(http://www.myfoodstyle.com/images/chef-daniel-and-apple.JPG) left no-repeat #EEE9E5;
}
div#spotlight div#headline
{
	font-weight:bold;
	font-size:x-large;
	text-align:center;
	margin-top:75px;
}
div#spotlight div#tag
{
	font-style:italic;
	margin-bottom:10px;
	text-align:center;
}
div#spotlight p
{
	text-align:center;
}
div#spotlight2
{
	margin:0 auto;
	border-left:2px solid #000000;
	border-right:2px solid #000000;
	border-bottom:2px solid #000000;
	border-top:1px solid #000000;
	padding-right:203px;
	height:250px;
	width:497px;
	background:url(http://www.myfoodstyle.com/images/ica-update-cover-spotlight.jpg) right no-repeat #EEE9E5;
}
div#spotlight2 div#headline
{
	font-weight:bold;
	font-size:x-large;
	text-align:center;
	margin-top:43px;
}
div#spotlight2 p
{
	padding:0 1em;
}