/* @override http://www.kind.net.au/dev/wp-content/themes/+KiND-v2/style.css */

/* @override http://www.kind.net.au/dev/wp-content/themes/+KiND-v2/style.css */

/* @override http://www.kind.net.au/dev/wp-content/themes/+KiND-v2/style.css */

/*
Theme Name: +KiND v2.0
Author: Protein One
Author URI: http://www.protein-one.com
*/

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, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent none repeat-x center top;
}
body {
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* css reset ends */

*{
	margin: 0;
	padding: 0;
}

body{ 
	background: transparent url(images/body-bg.gif) repeat-x center top; 
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

a{
	text-decoration: none;
	outline-color: invert;
	outline-style: none;
	border: none;
}

a img{
	border: none;
}

.clear{
	clear: both;
}

div#page_wrap{
	width: 980px;
	margin: 0 auto;
	background: url(images/bg.gif) no-repeat; 
	height: 100%; 
	padding-bottom: 0; 
	padding-top: 0;
}

div#header{
	font-size: 12px; 
	height: 136px;
}

div#header div.blog_title{ 
	float: left; 
	margin-top: 20px;
}

div#header div#hdrContact { 
	margin-top: 20px; 
	float: right;
}

div#hdrContact div.hdrTelephone { 
	text-align: right; 
	text-transform: uppercase; 
	color: white; 
	font-size: 18px; 
	font-weight: bold;
}

div#hdrContact div.hdrEmail { 
	text-align: right; 
	text-transform: uppercase; 
	color: #6a7780; 
	font-size: 13px; 
	font-weight: bold;
}

div#hdrContact div.hdrEmail a, a:visited { 
	text-align: right; 
	text-transform: uppercase; 
	color: #6a7780; 
	font-size: 13px; 
	font-weight: bold;
}

div#hdrContact div.hdrEmail a:hover, a:active { 
	color: #fffeff; 
	font-size: 13px;
}
/* END div#header */

div#main{
	width: 645px;
	float: left;
	display: inline; 
	margin-top: 26px; 
	margin-right: 25px;
}
	div#main div.post{
		color: #384654;
		line-height: 22px; 
	padding-bottom: 10px;
}
	/* sticky post */
	div#main div.sticky{
		background-color: #0d0d0d;/* if a post is set as sticky post, it'll have a darker bg color */
		}
		div#main div.post div.date{
			background: url(images/date.gif) no-repeat;
			float: left;
			font-size: 12px;
			line-height: 14px;
			font-family: "Trebuchet MS", Georgia, sans-serif;
			text-align: center;
			vertical-align: middle;
			color: #fff;
			_position: relative;
}
		div#main div.post div.title{
			_margin-top: 0;/*ie6 fix*/
			*+margin-top: 0; 
	border-bottom: 1px solid #dbdee0; 
	line-height: 19px; 
	margin-bottom: 21px;
}
			div#main div.post div.title h2{ 
	font-size: 15px; 
	line-height: 31px;
}
				div#main div.post div.title h2 a{ 
	color: #778e1d;
}
				div#main div.post div.title h2 a:hover{
					color: #778e1d; 
	text-decoration: underline;
}
			div#main div.post div.title div.postmeta{
				font-size: 12px;
				color: #666;
				width: 580px;
				overflow: hidden;
}
				div#main div.post div.title div.postmeta a{
					color: #384654;
					border-bottom: 1px solid #131313;
					text-decoration: none;
}
				div#main div.post div.title div.postmeta a:hover{
					color: #778e1d;
					border-bottom: 1px solid #ff5a00;
					text-decoration: none;
}
		div#main div.post div.entry{
			overflow: hidden;/* in case large img or video */
			_width: 618px;
			font-size: 13px; 
	line-height: 19px;
}
			div#main div.post div.no_result{
				padding: 20px;
				}
				div#main div.post div.no_result p.no_result{
					margin-bottom: 0;
					}
			div#main div.post div.entry a{
				color: #778e1d;
				border: none;
				text-decoration: none;
}

			div#main div.post div.entry a:visited {
				color: #778e1d;
				border: none;
				text-decoration: none; 
	text-transform: none; 
	font-weight: normal; 
	font-style: normal;
}
			div#main div.post div.entry a:hover{
				text-decoration: underline; 
	margin-left: 0px;
}
			div#main div.post div.entry p{ 
	margin-bottom: 20px;
}
			/* 20090629 add h1-h6 style in entry */
			div#main div.post div.entry h1{ font-size: 20px; margin-bottom: 5px;
}
			div#main div.post div.entry h2{ font-size: 18px; 
	margin-bottom: 56px;
}
			div#main div.post div.entry h4{ font-size: 15px; margin-bottom: 5px; }
			div#main div.post div.entry h5{ font-size: 14px; margin-bottom: 5px; }
			div#main div.post div.entry h6{ font-size: 12px; margin-bottom: 5px; }
			
			div#main div.post div.entry ul,
			div#main div.post div.entry ol{
}
			div#main div.post div.entry ul{
				list-style-type: disc;
				}
			div#main div.post div.entry ol{
				list-style-type: decimal;
				}
				div#main div.post div.entry ul li,
				div#main div.post div.entry ol li{
					list-style: inside; 
	padding-bottom: 10px; 
	list-style-type: disc; 
	list-style-position: outside; 
	opacity: 1; 
	margin-left: 15px;
}
			div#main div.post div.entry blockquote{
				background: url(images/blockquote.gif) no-repeat;
				background-color: #181818;
				border-top: 1px solid #2a2e2f;
				border-bottom: 1px solid #2a2e2f;
				color: #384654; 
	margin: 0 15px 24px; 
	padding: 35px 20px 10px 50px;
}
				div#main div.post div.entry blockquote p{
					margin-bottom: 8px;
					}
			div#main div.post div.entry code{
				font-family: "Courier New", mono;
				background-color: #181818;
				border-left: 1px solid #2a2e2f;
				color: #778e1d;
				display: block; 
	padding: 5px 10px;
}
			/* 20090629 add table layout */
			div#main div.post div.entry table{ 
	border-style: none;
}
				div#main div.post div.entry table td,
				div#main div.post div.entry table th{
	border-style: none;
}
	div#main div.navigation{
		font-size: 13px;
		}
		div#main div.navigation a{
			display: block;
	line-height: 30px; 
	color: #778e1d;
}
			div#main div.navigation .left a:hover,
			div#main div.navigation .right a:hover{
				color: #778e1d; 
	text-decoration: underline;
}

div#main div.navigation .left a:visited {
	color: #778e1d; 
	text-decoration: none; 
	text-transform: capitalize; 
	font-weight: normal; 
	font-style: normal;
}

div#main div.navigation .right a:visited {
	color: #778e1d; 
	text-decoration: none; 
	text-transform: capitalize; 
	font-weight: normal; 
	font-style: normal;
}
		div#main div.navigation .left{
			float: left;
}
		div#main div.navigation .right{
			float: right;
			}
/* END div#main */

div#footer{ 
}
	div#footer div.footer_wrapper{
		width: 980px;
		margin: 0 auto; 
	padding-left: 0; 
	padding-right: 0; 
	padding-top: 25px;
}
		div#footer div.footer_left{
			width: 980px; 
	text-align: right;
}
/* END div#footer */

div#sidebar{
	width: 310px;
	float: left;
	display: inline;/* fix double margin */
	margin-top: 26px;
	overflow: hidden;
	color: black;
	font-size: 12px;
}
	div#sidebar ul{
		}
		div#sidebar ul li h2{
			background: url(images/sb-hdr-bg.gif) no-repeat center top;
			font-weight: bold; 
	text-transform: uppercase; 
	color: #384654; 
	font-size: 13px; 
	height: 34px; 
	padding-top: 10px; 
	padding-left: 35px;
}
		div#sidebar ul li ul{
			list-style-type: none;
			line-height: 34px; 
	font-size: 13px; 
	text-transform: uppercase; 
	border-width: 1px; 
	border-bottom-style: none; 
	font-weight: bold;
}
			div#sidebar ul li ul li{ 
	border-bottom: 1px solid #dadee0; 
	line-height: 34px; 
	padding-top: 0; 
	padding-bottom: 0; 
	padding-left: 35px;
}
			div#sidebar ul li ul li:hover{
				}
			div#sidebar ul li ul li a{
				background: none;
				display: inline;
				text-decoration: none; 
	color: #384654;
}
			div#sidebar ul li ul li a:hover{
				color: #778e1d;
				}
				
div#sidebar .current_page_item a { 
	color: white;
}

div#sidebar ul li ul .current_page_item { 
	background: url(images/sb-active-bg.gif) no-repeat center center;
}

div#sidebar ul li ul .current_page_item a:hover { 
	background: url(images/sb-active-bg.gif) no-repeat center center; 
	color: white;
}
/* END div#sidebar */

/* modify div#sidebar for default widget */

div#sidebar ul li ul li.rc a{
	display: inline;
}

div#sidebar ul li.widget_archive,
div#sidebar ul li.widget_categories {/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom; 
	margin-bottom: 26px;
}

div#sidebar ul li.widget,
div#sidebar ul li.widget_search, 
div#sidebar ul li.widget_tag_cloud div, 
div#sidebar ul li.widget_text{/* sidebar_list_bg fix */
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

div#sidebar ul li.widget h2 a{
	color: #ccc;
}

div#sidebar ul li.widget_archive select, 
div#sidebar ul li.widget_categories select{/* dropdown view */
	margin: 15px 26px;
}

/* calendar widget */
div#sidebar ul li.widget_calendar div#calendar_wrap{
	padding: 15px 26px;
	background: url(images/sidebar_list_bg.gif) no-repeat left bottom;
}

/* multi-level category */
div#sidebar ul li ul li ul li,
div#sidebar ul li ul li ul.children li{
	background: none;
}

div#sidebar ul li ul li ul li:hover,
div#sidebar ul li ul li ul.children li:hover{
	background: none;
}

/* widget rss */
.widget_rss a{
	color: #ccc;
}

/* widget search */
li.widget_search #search{/* 090627fix */
	padding: 10px 30px;
}

li.widget_search form#searchform{
	width: 200px;
	height: 25px;
	background-color: #fff;
	position: relative; 
	border: 1px solid #dadee0;
}
	li.widget_search form#searchform .searchinput{
		position: absolute;
		top: 5px;
		left: 8px;
		color: #666;
		font-size: 13px;
		width: 165px;
		border: 0;
		}
	li.widget_search form#searchform .button{
		position: absolute;
		top: 0px;
		left: 175px;
		background: url(images/btn-form.gif) no-repeat;
		height: 25px;
		width: 25px;
		border: 0;
		cursor: pointer;
		}

/* tag cloud */
div#sidebar ul li.widget_tag_cloud div{
	padding: 10px 16px;
}

div#sidebar ul li.widget_tag_cloud div a{
	color: #ccc;
}

div#sidebar ul li.widget_tag_cloud div a:hover{
	color: #778e1d;
}

/* textwidget */
.textwidget{ 
	padding-top: 10px; 
	padding-bottom: 10px;
}

.textwidget p{ 
	margin-bottom: 10px; 
	margin-left: 35px; 
	margin-right: 35px; 
	color: #384654; 
	font-size: 13px; 
	line-height: 17px;
}

.textwidget a, .textwidget p a{
	color: #778e1d;
	text-decoration: none;
}

.textwidget a:hover, .textwidget p a:hover{
	text-decoration: underline;
}

/* END modify div#sidebar */

div#main div#comments{
	margin-bottom: 10px;
	}
	div#main div#comments .add_your_comment a{
		float: right;
		font-size: 16px;
		color: #ccc;
		line-height: 24px;
		font-weight: normal;
		}
	div#main div#comments .add_your_comment a:hover{
		color: #778e1d;
		}
div#main ol.commentlist{
	font-size: 13px;
	color: #ccc;
	overflow: hidden;
	}
	div#main ol.commentlist li{
		margin-bottom: 15px;
		background-color: #101010;
		border: 1px solid #1f2223;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		padding: 20px 20px 15px 20px;
		}
		div#main ol.commentlist li ul{
			list-style-type: none;
			margin-left: 60px;
			margin-top: 6px;
			}
			div#main ol.commentlist li ul.children li{
				background-color: #0d0d0d;
				border-left: 1px solid #181a1b;
				border-top: 0;
				border-bottom: 0;
				border-right: 0;
				}
		div#main ol.commentlist li div.vcard{
			float: left;
			}
		div#main ol.commentlist li div.vcard div.left{
			width: 56px;
			margin-right: 5px;
			}
			div#main ol li div.left img{
				border: 1px solid #000;
				display: block;
				height: 48px; 
	width: 48px;
}
			div#main ol li div.left div.reply a{
				background: url(images/reply.gif) no-repeat 0 0;
				display: block;
				height: 0;
				padding-top: 17px;
				width: 41px;
				overflow: hidden;
				margin-left: 5px;
				margin-top: 5px;
				}
			div#main ol li div.left div.reply a:hover{
				background-position: 0 -17px;
				}
		div#main ol.commentlist li div.right{
			float: left;
			line-height: 20px;
			width: 80%;/* 3-level or less thread comments display well. 4 or more leves may have some issue. */
			}
			div#main ol.commentlist li div.right p a{
				color: #ccc;
				text-decoration: none;
				border-bottom: 1px solid #ccc;
				}
			div#main ol.commentlist li div.right p a:hover{
				color: #778e1d;
				border-bottom: 1px solid #ff5a00;
				}
			div#main ol li div.right div.commentmetadata{
				font-size: 12px;
				color: #999;
				border-bottom: 1px solid #181a1b;
				padding-bottom: 3px;
				margin-bottom: 8px;
				}
				div#main ol li div.right div.commentmetadata a{
					color: #ccc;
					text-decoration: none;
					font-weight: bold;
					}
				div#main ol li div.right div.commentmetadata a:hover{
					color: #778e1d;
					}
			div#main ol li div.right p{
				margin-bottom: 20px;
				}
div#main .comments_navi{
	font-size: 12px;
	}
	div#main .comments_navi .alignleft{
		float: left;
		}
	div#main .comments_navi .alignright{
		float: right;
		}
		div#main .comments_navi .alignleft a, 
		div#main .comments_navi .alignright a{
			display: block;
			color: #ccc;
			border: 1px solid #1f2223;
			padding: 0 5px;
			line-height: 28px;
			}
		div#main .comments_navi .alignleft a:hover, 
		div#main .comments_navi .alignright a:hover{
			color: #778e1d; 
	text-transform: capitalize; 
	text-decoration: underline;
}
div#main div#respond{
	background-color: #101010;
	border: 1px solid #181a1b;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	color: #ccc;
	padding: 15px 20px;
	margin-top: 15px;
	}
		div#main div#respond span.cancel-comment-reply{
			float: right;
			display: inline;/* fix double margin */
			padding-top: 6px;
			}
		div#main div#respond span.cancel-comment-reply a{
			font-size: 12px;
			color: #999;
			text-decoration: none;
			}
		div#main div#respond span.cancel-comment-reply a:hover{
			color: #778e1d;
			}
	div#main div#respond form#commentform{
		}
		div#main div#respond form#commentform p{
			font-size: 12px;
			color: #999;
			padding: 3px 0;
			}
			div#main div#respond form#commentform p a{
				color: #fff;
				border: 0;
				}
			div#main div#respond form#commentform p a:hover{
				border-bottom: 1px solid #fff;
				}
		div#main div#respond div.input_area{
			padding: 15px 30px;
			}
			div#main div#respond div .message_input{
				font-family: "Trebuchet MS", "Lucida Grande", Arial, sans-serif;
				background-color: #eee;
				border: 2px solid #000;
				color: #333;
				font-size: 13px;
				padding: 5px;
				height: 120px;
				width: 98%;
				}
		div#main div#respond div.user_info{
			font-size: 12px;
			line-height: 16px;
			display: block;
			padding: 0 30px;
			}
			div#main div#respond div.user_info div.single_field{
				display: inline;
				float: left;
				width: 33%;
				}
				label.desc{
					display: block;
					color: #999;
					padding-bottom: 4px;
					}
					label.desc abbr{
						color: #778e1d;
						border: 0;
						}
				div#main div#respond div.user_info input.comment_input{
					background-color: #eee;
					color: #666;
					border: 2px solid #000;
					padding: 2px 3px;
					width: 90%;
					}
		div#main div#respond div.submit_button{
			margin: 15px 30px 0;
			}
			div#main div#respond form#commentform div.submit_button input.button{
				display: block;
				background: url(images/submit.gif) no-repeat 0 0;
				width: 76px;
				height: 28px;
				padding: 0;
				border: 0;
				/*text-indent: -9999px; 20090708 no text button*/
				color: #bbb;/*20090708 no text button*/
				font-size: 12px;/*20090708 no text button*/
				cursor: pointer;
				float: left;
				}
			div#main div#respond form#commentform div.submit_button input.button:active{
				background-position: 0 -28px;
				color: #fff;/*20090708 no text button*/
				}
			div.submit_button span.key{
				float: left;
				margin-left: 10px;
				padding-top: 6px;
				font-size: 12px;
				line-height: 16px;
				color: #333;
				}
.nocomments{
	color: #ccc;
	font-size: 16px;
}
/* END single page */

/*---------------- WordPress Generated Classes -------------------*/

.aligncenter,
div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft{
	float: left;
	}
	
.alignright{
	float: right;
	}

img.alignleft{
	display: inline; 
	background-color: #c0c0c0; 
	margin-right: 20px; 
	margin-bottom: 10px; 
	padding: 1px;
}

img.alignright{
	display: inline;
	}

.wp-caption {
   border: 1px solid #1f2223;
   text-align: center;
   background-color: #0d0d0d;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 12px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
   color: #ccc;
}

div#main div.post div.entry div.wp-caption p{
	margin-bottom: 3px;
	padding: 5px;
} 


/*------------------------ Archives Page ------------------------*/

ul.archiveslist{
	color: #ccc;
	font-size: 13px;
}

div#main div.post div.entry  ul.archiveslist li a{
	color: #ccc;
}

div#main div.post div.entry  ul.archiveslist li a:hover{
	color: #778e1d;
}

/*------------------------ Links Page ------------------------*/

.linkpage{
	background-color: #131313;
	padding: 10px 15px;
}

.linkpage ul{
	list-style-type: none;
}

.linkpage ul li{
	float: left;
	margin-bottom: 10px;
}

.linkpage ul li ul li{
	float: left;
	width: 130px;
	text-align: center;
	margin: 5px 12px;
	line-height: 180%;
	background-color: #202020;
}

.linkpage ul li ul li a{
	color: #ccc;
	display: block;
	text-decoration:none;
	border: 1px solid #1f2223;
	font-size: 12px;
}

.linkpage ul li ul li a:hover{
	background-color: #0d0d0d;
	border: 1px solid #1f2223;
	color: #778e1d;
}

/*------------------------ Strong ------------------------*/

div.strong{ 
	color: #384654; 
	line-height: 34px; 
	margin-bottom: 20px; 
	background: url(images/sb-hdr-bg.gif) repeat-x; 
	padding-left: 10px; 
	font-weight: bold; 
	text-transform: uppercase; 
	font-size: 15px;
}

div.strong .keyword{
	color: #778e1d;
}

/*------------------------ Sticky Footer ------------------------*/
/*--------------- Code from www.cssstickyfooter.com -------------*/

html, body, #page_wrap{
	height: 100%;
}

body > #page_wrap{
	height: auto;
}

#container{
	padding-bottom: 10px; 
	margin-bottom: 26px;
}

#footer{
	position: relative; 
	background: url(images/ftr-bg.gif) repeat; 
	clear: both; 
	height: 150px;
}

/* ---( = begin main-nav elements )------------------------------- */

#nav ul { 
	margin-top: 22px;
}
#nav a, #nav a:visited {display: block;text-align: center;text-decoration: none;text-indent: -20000px;overflow: hidden;background: url(images/hdr-nav.gif) no-repeat left bottom; 
	height: 27px;
}
#nav a:focus, #nav a:active {outline: none;
}

#nav li#what-is-kind a, #nav li#what-is-kind a:visited {width: 128px;background-position: 0px 0px;}
#nav li#what-is-kind a:hover, #nav li#what-is-kind a:visited:hover {background-position: 0px -46px;}
#nav li#what-is-kind.active a, #nav li#what-is-kind.active a:visited {background-position: 0px -92px;}

#nav li#kind-products a, #nav li#kind-products a:visited {width: 140px;background-position: -152px 0px;}
#nav li#kind-products a:hover, #nav li#kind-products a:visited:hover {background-position: -152px -46px;}
#nav li#kind-products.active a, #nav li#kind-products.active a:visited {background-position: -152px -92px;}

#nav li#kind-press a, #nav li#kind-press a:visited {width: 106px;background-position: -318px 0px;}
#nav li#kind-press a:hover, #nav li#kind-press a:visited:hover {background-position: -318px -46px;}
#nav li#kind-press.active a, #nav li#kind-press.active a:visited {background-position: -318px -92px;}

#nav li#kind-stockists a, #nav li#kind-stockists a:visited {width: 134px;background-position: -450px 0px;}
#nav li#kind-stockists a:hover, #nav li#kind-stockists a:visited:hover {background-position: -450px -46px;}
#nav li#kind-stockists.active a, #nav li#kind-stockists.active a:visited {background-position: -450px -92px;}

#nav li#who-are-kind a, #nav li#who-are-kind a:visited {width: 138px;background-position: -612px 0px;}
#nav li#who-are-kind a:hover, #nav li#who-are-kind a:visited:hover {background-position: -612px -46px;}
#nav li#who-are-kind.active a, #nav li#who-are-kind.active a:visited {background-position: -612px -92px;}

#nav li#contact-kind a, #nav li#contact-kind a:visited {width: 138px;background-position: -776px 0px;}
#nav li#contact-kind a:hover, #nav li#contact-kind a:visited:hover {background-position: -776px -46px;}
#nav li#contact-kind.active a, #nav li#contact-kind.active a:visited {background-position: -776px -92px;}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
margin:0;
padding:0;
list-style:none;
}
.sf-menu {
line-height:1.0;
}
.sf-menu ul {
position:absolute;
top:-999em;
width:180px; /* 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:59px; /* 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 {
	height: 10px;
}

ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
left:180px; /* 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;
background: transparent;
height: auto;
}
.sf-menu a {
padding: .75em 1em;
height: auto;
text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
color:#13a;
}
.sf-menu li {
background:transparent;
}
.sf-menu li li {
background:transparent;
}
.sf-menu li li li {
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
outline:0;
}

/*** MY TEXT STYLES ***/
.txtGreen { 
	color: #778e1d;
}

.entry em { 
	color: #778e1d; 
	font-family: Georgia, "Times New Roman", Times, serif;
}

#archiveHdr { 
	padding-bottom: 15px;
}

div.post h3 a { 
	color: #778e1d; 
	text-transform: uppercase; 
	font-size: 15px;
}

div.post h3 a:hover { 
	color: #778e1d; 
	text-transform: uppercase; 
	font-size: 15px; 
	text-decoration: underline;
}

div.post small { 
	color: #384654; 
	font-size: 12px;
}

#main h2.pagetitle { 
	color: #384654; 
	text-transform: uppercase; 
	font-size: 13px; 
	line-height: 34px; 
	background-image: url(images/sb-hdr-bg.gif); 
	margin-bottom: 20px; 
	padding-left: 10px;
}

#mainHdr { 
	padding-bottom: 30px;
}

#hrLine { 
	height: 1px; 
	width: 100%; 
	background-color: #dadee0;
}

#ZoomImage { 
	background-color: white; 
	padding: 10px;
}