@import url('jqueryui/theme/ui.theme.css');

body
{
	background: white url(../images/body_bg.png) repeat;
	font-family: "Arial", "Helvetica", sans-serif;
}

/* ----------------------------------------
   PAGE CONTAINER
   ---------------------------------------- */

div#page
{
	margin: 1em auto;
	width: 917px;
}

/* ----------------------------------------
   PAGE BODY CONTAINER
   ---------------------------------------- */

div#page_body
{
	background: transparent url(../images/page_body_bg.png) repeat-y;
	width: 917px;
	padding: 0 17px;
	overflow: hidden;
}

/* ----------------------------------------
   PAGE HEADER
   ---------------------------------------- */

div#page_header
{
	background: transparent url(../images/page_header_bg.png) no-repeat;
	width: 917px;
	height: 139px;
	overflow: hidden;
	color: #000;
}

img#page_header_logo
{
	display: block;
	padding-top: 16px;
	padding-left: 32px;
	width: 233px;
	height: 108px;
	float: left;
}

div#page_header_nav
{
	float: right;
}

div#page_header_nav table
{
	margin-top: 86px;
	margin-right: 14px;
	width: auto;
	height: 40px;
}

div#page_header_nav table td
{
	vertical-align: bottom;
	text-transform: uppercase;
	font-size: smaller;
	padding: 2px;
}

/* ----------------------------------------
   PAGE FOOTER
   ---------------------------------------- */

div#page_footer
{
	background: transparent url(../images/page_footer_bg.png) no-repeat;
	width: 917px;
	height: 63px;
	color: #d9d9d8;
	padding: 0 16px;
	clear: both;
}

div#page_footer a
{
	text-decoration: none;
	color: #d9d9d8;
	margin-right: 0.5em;
}

div#page_footer a:hover
{
	text-decoration: underline;
}

/* ----------------------------------------
   CONTENT
   ---------------------------------------- */

div#content
{
	float: left;
	width: 625px;
	color: #564941;
}

div#content img
{
/*	display: block; */
	padding: 0;
	margin: 0;
}

div#content h2
{
	color: #564941;
	font-weight: bold;
	font-size: 1.5em;
	margin-bottom: 0em;
}

div#content h2 .alt_color
{
	color: #697c5d;
}

div#content h2 .small
{
	font-weight: normal;
	font-size: 0.75em;
}

div#content ul#content_nav
{
	background: #786d67;
	width: 626px;
	height: 29px;
	margin: 0 0 4px 0;
	padding: 0;
	list-style-type: none;
	display: block;
	color: #fdfcfa;
	font-weight: bold;
}

div#content ul#content_nav li.top_nav
{
	float: left;
	display: block;
	width: auto;
	height: 29px;
	line-height: 29px;
	border: none;
	margin: none;
	padding: none;
	text-align: center;
	white-space: pre;
	border-right: 1px solid #b9b4b1;
}

div#content ul#content_nav li.first
{
	background: url(../images/nav_left.png) no-repeat center left;
}

div#content ul#content_nav li.last
{
	background: url(../images/nav_right.png) no-repeat center right;
	border: none;
}

div#content ul#content_nav li.top_nav > a
{
	color: #fdfcfa;
	text-decoration: none;
	line-height: 29px;
	display: block;
	width: 100%;
	height: 29px;
}

div#content ul#content_nav li.top_nav a:hover
{
	text-decoration: underline;
}

div#content div.content_2col
{
	width: 48%;
	float: left;
	padding: 0.25em 0 0 2%;
}

div#content div.content_2col_left
{
	width: 42.5%;
}

div#content div.content_2col_right
{
	width: 53.5%;
	float: right !important;
}

div#content div.breadcrumbs
{
	color: gray;
	padding-left: 1em;
	margin-bottom: 0.5em;
}

div#content div.breadcrumbs a
{
	color: gray;
	text-decoration: none;
	margin: 0 0.25em;
}

div#content div.breadcrumbs a:hover
{
	text-decoration: underline;
}

/* ----------------------------------------
   CONTENT SUB-NAV
   ---------------------------------------- */

div#content div#subnav
{
	float: left;
	width: 130px;
	background: white url(../images/subnav_bg.gif) repeat-x;
	height: 261px;
	margin-right: 6px;
	font-size: 1.15em;
}

div#content div#subnav.nobg
{
	background: none;
}

div#content div#subnav a
{
	color: #463931;
	text-decoration: none;
}

div#content div#subnav a:hover
{
	text-decoration: underline;
}

div#content div#subnav ul, div#content div#subnav h2
{
	list-style-type: none;
	padding: 0;
	margin: 0.75em 1em;
	
}

div#content div#subnav ul li
{
	margin-bottom: 0.5em;
	font-weight: normal;
}

div#content div#subnav h2
{
	font-size: 1.1em;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-left: .75em;
}

div#content div#subnav ul.withH2
{
	margin-top: 0px;
}

/* ----------------------------------------
   SIDEBAR
   ---------------------------------------- */

div#sidebar-container
{
	margin: 1px 0 3px 8px;
	width: 252px;
	float: left;
}

div#sidebar
{
	background: url(../images/sidebar_bg.png) repeat;
}

div#sidebar div#sidebar_overlay_trim
{
	background: url(../images/sidebar_overlay_trim.png) repeat-y;
}

div#sidebar div#sidebar_overlay_footer
{
	background: url(../images/sidebar_overlay_footer.png) no-repeat right bottom;
	padding-bottom: 15px;
}

div#sidebar div#sidebar_header,
div#sidebar div#sidebar_header_short
{
	background: url(../images/sidebar_header.png) no-repeat right top;
	height: 46px;
	padding-left: 18px;
	text-align: center;
	line-height: 46px;
	overflow: hidden;
	font-size: 23px;
	color: #000;
	font-weight: normal;
}

div#sidebar div#sidebar_header_short
{
	height: 17px;
}
div#sidebar div#sidebar_content
{
	padding-left: 30px;
	padding-right: 8px;
}

div#sidebar ul
{
	list-style-type:
	none; margin: 0;
	padding: 0;
}

div#sidebar ul ul
{
	margin-bottom: 1em;
}

div#sidebar ul li a
{
	color: #000;
	text-decoration: none;
}

div#sidebar ul li a:hover
{
	text-decoration: underline;
}

div#sidebar h3
{
	color: #80006e;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 0.5em;
}

div#sidebar p.post_body
{
	color: #000;
	font-size: 0.9em;
	width: 95%;
}

div#sidebar_content p.post_body button
{
	font-size: 10px;
}

/* ----------------------------------------
   FLICKR SIDEBAR
   ---------------------------------------- */
   
div#sidebar-dynamic
{
	margin: 2em 4px;
	float: right;
}

div#sidebar-dynamic ul
{
	margin: 0;
	list-style-type: none;
}

div#sidebar-dynamic a
{
	color: #564941;
}

div#sidebar-dynamic a:hover
{
	color: #000;
}


li#flickr-photostream
{
	background-color: white;
	border: 1px solid black;
	width: 205px;
}

li#flickr-photostream h2.widgettitle
{
	color: black;
	font-size: 1em;
	font-weight: bold;
	margin: 0;
	padding: 0.1em;
	padding-left: 1em;
}

li#flickr-photostream div#photoAlbum
{
}

li#flickr-photostream div#photoAlbum span.flickrImage
{
	padding: 0.95em;
	padding-right: 0;
}


/* ----------------------------------------
   GENERAL / UNIVERSAL
   ---------------------------------------- */

div.post
{
	margin-bottom: 3em;
}

input[type=text]
{
	border: 1px solid #847866;
	background: #ececec url(../images/input_bg.png) repeat-x;
	color: #697c5d;
	padding: 4px 3px;
	margin: 0px;
	font-size: 9px;
}

input#s
{
	width: 130px;
}

.fg-button
{ 
	outline: 0; 
	margin: 0 4px 0 0; 
	padding: 0.2em 0.5em; 
	text-decoration: none !important; 
	cursor: pointer; 
	position: relative; 
	text-align: center; 
	zoom: 1; 
}

#searchsubmit
{
	width: 60px;
	padding: 2px;
}

.recipe,
table.recipe
{
	border: none;
	width: auto;
	color: #564941;
}

table.recipe th,
table.recipe td
{
	padding: 0.1em;
	width: auto;
	color: #564941;
}

table.recipe th.recipeAmount,
table.recipe td.recipeAmount
{
	width: 7em;
}

h3.post_title,
h3.post_title a
{
	color: #564941;
	font-size: 1.1em;
	padding-top: 0.25em;
	text-decoration: none;
	font-weight: bold;
}

div#content-blog h3.post_title
{
	height: 45px;
}

h3.post_title a:hover
{
	text-decoration: underline;
}

h3.post_title small
{
	font-weight: normal;
}

div.slideshow
{
	overflow: hidden;
	padding: 0;
	margin: 0;
}

div.slideshow img
{
	top: 0;
	left: 0;
}

div#content-blog
{
	margin-left: 136px;
	width: 475px;
}

.page_content
{
	width: 475px;
	margin-left: 136px;
}

.page_content h2
{
	margin-top: 0;
	line-height: 0.75em;
	margin-bottom: 0.5em !important;
}

p { margin-bottom: 1em; }

div#content img.alignleft,
div.alignleft,
img.alignleft
{
	float: left;
	margin: 0 1em 1em 0;
}

div#content img.alignright,
div.alignright,
img.alignright
{
	float: right;
	margin: 0 0 1em 1em;
}

div.hr hr
{
	display: none;
}

div.double_rule
{
	margin: 0.5em 0;
	padding: 0;
	height: 4px;
	width: auto;
	background-color: transparent;
	color: transparent;
	background: transparent url(../images/double_rule.png) repeat-x left top;
	clear: both;
}

div.single_rule
{
	margin: 0.25em 0;
	padding: 0;
	height: 1px;
	width: auto;
	background-color: black;
	color: black;
	clear: both;
}

.wine
{
	color: #80006e;
}

ul.fork
{
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	color: #000;
	margin-bottom: 1em;
}

ul.fork li
{
	background: url(../images/fork_bullet.png) no-repeat left center;
	padding-left: 30px;
}

ul.wine_glass
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.wine_glass li
{
	padding-left: 20px;
	background: url(../images/wine_bullet.png) no-repeat 0px 3px;
	margin-bottom: 0.25em;
	line-height: 1.25em;
}

h2.rss,div#sidebar-dynamic h2
{
	font-weight: bold;
	font-size: larger;
	margin-bottom: 0.5em;
	color: #000;
}
div#sidebar-dynamic h2
{
	margin-bottom: 0em;
	margin-top: .5em;
}
a.rss
{
	text-decoration: none;
	color: #555455;
	font-size: 0.95em;
	line-height: 16px;
	padding-left: 24px;
	background: url(../images/rss_icon_sm.png) no-repeat;
	display: block;
}

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

/* ----------------------------------------
   MAILPRESS
   ---------------------------------------- */

div#MailPress .fg-button
{
	padding: 1px 4px;
	font-size: 12px;
}

div#MailPress div#mp-container,
div#MailPress div#mp-formdiv
{
	position: relative;
}

div#MailPress div#mp-loading,
div#MailPress div#mp-message
{
	position: absolute;
	opacity: 0;
}

div#MailPress div#mp-loading,
div#MailPress div#mp-message
{
	filter: alpha(opacity=0);
}

div.social_bookmark a strong em
{
	display: none;
}

/* ------------ superfish menus ------------------ */
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	z-index: 9999999;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
	position: relative;
	width: 120%;
	padding-bottom: 10px;
}
.sf-menu li a {
	padding: 		.2em .5em;
	text-decoration:none;
	width: 100%;
	line-height: 1.5em;
}
.sf-menu a,.sf-menu a:hover, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
	width: 100%;
}
.sf-menu li
{
	background: #786D67;
	opacity: .7;
	filter:alpha(opacity='70');
}

.sf-menu li {
	background:		#786D67;
	text-align: left;
	width: 100%;
	line-height: .8em;
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

p.date {
width: 42px;
height: 15px;
padding: 18px 0 7px 0;
text-align: center;
margin: 0px;
}

p.date span { display: none; }
.month1 { background: url(../images/months/01.gif) no-repeat 0 0; }
.month2 { background: url(../images/months/02.gif) no-repeat 0 0; }
.month3 { background: url(../images/months/03.gif) no-repeat 0 0; }
.month4 { background: url(../images/months/04.gif) no-repeat 0 0; }
.month5 { background: url(../images/months/05.gif) no-repeat 0 0; }
.month6 { background: url(../images/months/06.gif) no-repeat 0 0; }
.month7 { background: url(../images/months/07.gif) no-repeat 0 0; }
.month8 { background: url(../images/months/08.gif) no-repeat 0 0; }
.month9 { background: url(../images/months/09.gif) no-repeat 0 0; }
.month10 { background: url(../images/months/10.gif) no-repeat 0 0; }
.month11 { background: url(../images/months/11.gif) no-repeat 0 0; }
.month12 { background: url(../images/months/12.gif) no-repeat 0 0; }

.shield {
position: relative;
float: left;
margin-right: 10px;
}

.commentscloud {
position: absolute;
text-align: center;
top: -4px;
left: 22px;
width: 30px;
height: 24px;
padding: 3px 0;
background: url(../images/months/bubble.png) no-repeat 0 0;
}

div.year
{
	margin: 0px;
	padding-left: 5px;	
}

div.belowPost
{
	background-color: #f5f5f5;
	border-top: 1px dotted #786D67;
	border-bottom: 1px dotted #786D67;
}

/*
ul.bpTop *
{
	border: 1px solid green;
}
*/

ul.bpTop
{
	margin: 0em;
	padding: 0em;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
}

ul.bpTop li
{
	margin: 0em;
	padding: 0em;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	border-right: 1px dotted #786D67;
	text-transform: uppercase;
	font-size: 10px;
	list-style-type: none;
	padding-left: 16px;
	margin-left: 5px;
}

ul.bpTop > li > a
{
	color: black;
	text-decoration: none;
}

ul.bpTop > li.bpEmail
{
	padding-left: 20px;
	background: url( ../images/blog_email.gif) no-repeat left center;
}

ul.bpTop > li.bpPrint
{
	background: url( ../images/blog_print.gif) no-repeat left center;;
}

ul.bpTop > li.bpRss
{
	background: url( ../images/blog_rss.gif) no-repeat left center;
}

li.bpShare
{
	padding-left: 20px !important;
	background: url( ../images/blog_share.gif) no-repeat left center;
	border-right: none !important;
}

li.bpPostComment
{
	width: 205px;
	text-align: right;
	color: purple;
	list-style-type: none !important;
	border-right: none !important;
}

li.bpPostComment a, p.postmetadata a
{
	color: purple !important;
}

p.postmetadata
{
	margin-bottom: 0em;
}