/* ---------- remove all the default styling ----------- */

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,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 100%;
	line-height: 1;
	font-family: inherit;
	text-align: left;
	vertical-align: baseline;
}
a img, :link img, :visited img {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

/* -------------------- body styles -------------------- */
body {
	background: url(images/bodyBackground.jpg) 0px 12px repeat-x;
	background-color: #FFF;
	color: #666666;
}
/* --------------- container styles --------------- */
/* NOTE: container is 825px wide and centered using      */
/*       negative margins                                */
#container {
	position: absolute;
	left: 50%;
	width: 825px;
	margin-left: -445px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
}
#container h1{
	color: #454545;
	font-size: 24px;
}
#container h1.centertext {
	text-align: center;
	padding-bottom: 20px;
}
#container h2{
	background-color: #B3B09D; 
	color: #f8f8f8;
	display: block;
	font-size: 11px;
	padding: 4px;
}
#container h3{
	color: #454545;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#container h4{
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 5px;
}
#container a{
	color:#669966;
	text-decoration: none;
}
#container a:hover{
	text-decoration: underline;
}
#container img{
	border: 1px solid #B3B09D;
	padding: 4px;
	margin-bottom: 10px;
	margin-top: 10px;
}
.alignright {
	float: right;
	margin-left: 5px;
}
.alignleft {
	float: left;
	margin-right: 5px;
}

/* --------------- sidebar left styles --------------- */
#sidebarleftcontainer {
	background: url(images/sidebarleftHeader.png) no-repeat;
	float: left;
	padding-top: 112px;
	width: 315px;
}
#sidebarleft {
	background: url(images/sidebarleftULBackground.jpg) repeat-y;
	margin-left: 65px;
	padding-right: 8px;
	padding-left: 12px;
	width: 230px;
}
#sidebarleft ul{
	border-bottom: 1px solid #B3BD9D;
	margin-left: 0;
	margin-right: 10px;
	margin-top: 0px;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#sidebarleft ul ul{
	border-bottom: none;
	padding-bottom: 0px;
}
#sidebarleft .children{
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebarleft ul li{
	font-size: 11px;
	margin-left: 5px;
	line-height: 16px;
}
#sidebarleft .search{
	padding-bottom: 20px;
	padding-top: 20px;
}
#sidebarleft .searchbutton{
	margin-bottom: -7px;
}
#sidebarleft .searchbox{
	border: 1px solid #B3BD9D;
	width: 180px;
}
#sidebarleft img{
	float:left;
	margin-right: 5px;
}
#sidebarleft p{
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#sidebarleft #p7eq1{
	margin-bottom: 0px;
}
#sidebarleft .icon {
	border: none;
	margin: 0;
	float: none;
	vertical-align: middle;
}
/* --------------- main content styles --------------- */
#content {
	background-color: #FFF;
	float: left;
	padding: 10px 25px 20px 25px;
	width: 300px;
}
#content strong{
	font-weight: bold;
}
#content .tagline {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 3px;
	padding-right: 5px;
	text-align: right;
}
#content .tagline em{
	color:#C00;
}
#content .post {
	border-bottom: solid 1px #B3BD9D;
	padding-bottom: 30px;
	margin-top: 40px;
}
#content .post img{
	display: block;
    margin-left: auto;
    margin-right: auto ;	
}
#content .post p{
	line-height: 18px;
	margin-bottom: 12px;
}
#content .post p.caption{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 20px;
	margin-top: -10px;
	text-align: center;
}

#content .entry {
	margin-top: 10px;
}
#content .post p em{
	font-style: italic;
	line-height: 18px;
	margin-bottom: 12px;
}
#content .post p em a{
	font-style: italic;
}

#content .titleOnlyPost{
	border-bottom: 1px dotted #B3BD9D;
	margin-top: 5px;
	font-size: 11px;
	padding-bottom: 20px;
}
#content .titleOnlyPost h3{
	font-size: 16px;
	padding-bottom: 5px;
}
#content h1 {
	color: #454545;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 10px;
}
#content h1 a{
	color: #454545;
}
#content ol{
	margin-bottom: 10px;
	margin-top: 10px;
}
#content ol li{
	line-height: 18px;
	list-style:decimal;
	margin-left: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#content .postDateComments {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#content .postCategory {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
#content .postAuthor {
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#content .navigation {
	margin-top: 10px;
	margin-bottom: 30px;
}
#content .trackback {
	border-bottom: 1px solid #B3BD9D;
	clear: left;
	font-size: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#content .searchsuggestions {
	margin: 20px 0 20px 0;
	}
#content .searchsuggestions li {
	list-style: disc;
	line-height: 18px;
	padding-bottom: 10px;
	margin-left: 20px;
	}

#recipe-make .ingredients {
	border: solid 3px #CCC;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 290px;
}
#recipe-make .ingredients ul{
	background-color: #CCC;
	margin: 3px;
}
#recipe-make .ingredients li{
	line-height: 18px;
	margin: 0 0 0 10px;
	padding: 5px;
}
#recipe-make .ingredientsheading {
	font-weight: bold;
	font-size: 14px;
	margin: 3px 3px 0;
}

#subscribe {
	background-color: #666;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 1px;
	text-transform: uppercase;
	width: 295px;
}
#subscribe a{
	color:#FFF;
}
#subscribe p{
	padding-bottom: 5px;
	padding-left: 10px;
}
#subscribe p em{
	color: #999999;
	padding-left: 5px;
	padding-right: 5px;
}
#subscribe img{
	border: none;
	margin-left: 20px;
	margin-bottom: -5px;
	margin-top: 0px;
	padding: 0px;
}
#subscribe .homesubscribeimg{
	margin-left: 2px;
}
#subscribe .homesubscribep{
		padding-left: 5px;

}

/* --------------- sidebar right styles --------------- */
#sidebarrightcontainer {
	background: url(images/sidebarRightBackground.jpg) no-repeat;
	float: left;
	padding-top: 112px;
	width: 155px;
}
#sidebarright {
	background: url(images/sidebarRightBackground.jpg) repeat-y;
	padding-top: 20px;
}
#sidebarright ul{
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 15px;
}
#sidebarright .children{
	margin-top: 0px;
	margin-bottom: 0px;
}
#sidebarright ul li{
	font-size: 11px;
	margin-left: 5px;
	line-height: 16px;
}
#sidebarright p.end {
	clear: left;
}

/* --------------- archive styles --------------- */
#archiveheading{
	margin-top: 40px;
	padding-bottom: 20px;
	border-bottom:1px solid #B3BD9D;
}
#archiveheading .archiveheader {
	display: block;
	font-family:Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	text-align:center;
}
#archiveheading h1{
	text-align:center;
}

/* --------------- comment styles --------------- */

#postcomments {
	padding: 0;
	text-align: justify;
	}
#postcomments ol{
	border-bottom: 1px solid #B3BD9D;
	padding-bottom: 20px;
}
#postcomments ol li {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	list-style-image: none;
	list-style-type: none;
	list-style-position: outside;
	}
#postcomments .alt {
	background-color: #f8f8f8;
	border-bottom: 1px solid #B3BD9D;
	border-top: 1px solid #B3BD9D;	
	padding-top: 10px;
}
#postcomments p {
	line-height: 18px;
	margin: 10px 5px 10px 0;
	}
#postcomments .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}
#postcomments cite {
	font-weight: bold;
	font-style: normal;
}
#postcomments .commentmetadata {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
}
#postcomments h3 {
	font-weight: bold;
}
#commentform p label small{
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	display: block;
	margin-bottom: 3px;
}
#commentform p input {
	width: 220px;
}

/* --------------- sidebarbooks styles --------------- */
#sidebarbooks {
	margin-top: 10px;
	margin-left: 5px;
	margin-bottom: 10px;
	text-align: center;
}

#sidebarbooks img{
	border: none;
	display: block;
    margin-left: auto;
    margin-right: auto;
}
#sidebarbooks .sidebarbooksauthor {
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 5px;
	text-align: center;
}
/* --------------- sidebarphotos styles --------------- */
#sidebarphotos {
	border-bottom: 1px solid #B3BD9D;
	float: left;
	padding-bottom: 20px;
	margin-top: 10px;
	width: 130px;
}
#sidebarphotos img {
	float: left;
	border: none;
	padding: 2px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.piclenselink {
	display: none;
}
#sidebarphotos .sidebarphotosmore{
	float: left;
	padding-left: 5px;
	padding-top: 10px;
}
/* --------------- twitter styles --------------- */
.twitter-message {
	color:#333;
}
.twitter-timestamp {
	color: #999;
}
/* --------------- footer styles --------------- */
#footer {
	background-color:#B3B09D;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-bottom: 15px;
	padding-top: 15px;
	width: 300px;
}
#footer p{
	color: #FFF;
	font-style:italic;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
#footer p a{
	font-style:italic;
}
/* --------------- pagefooter styles --------------- */
#pagefooter {
	clear: both;
	background-color: #F8F8F8;
	height: 80px;
	margin-left: 65px;
	margin-bottom: 30px;
	padding-left: 40px;
	width: 711px;
}
#pagefooter .footerThird {
	float: left;
	width: 230px;
}
#pagefooter img {
	float: left;
	border: 0;
	padding: 0;
	margin: 0;
}
#pagefooter p{
	color: #666;
	font-style:italic;
	font-size: 11px;
	padding-left: 10px;
	padding-top: 45px;
}
#pagefooter p a{
	font-style:italic;
}


/* ---------------------- END -------------------------- */
