/* 
	Theme Name: Greenerways Organic
	Theme URL: http://www.greenerways.com/
	Description: Custom theme for Greenerways Organic designed and developed by Hank Pantier of Invisible Window.
	Author: Invisible Window
	Author URI: http://www.webhank.com
	Version: 1.0
	Tags: 
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: url('images/body-background.jpg') top center no-repeat #006DB0;
	color: #5B9466;
	font-size: 12px;
	font-family: verdana, arial, helvetica, sans-serif;
	line-height: 14px;
	margin: 0 auto;
	padding: 0;
}

strong { color: #DE922D; }
#wrap {
	background: none;
	margin: 15px auto;
	padding: 0;
	width: 709px;
}

p { margin: 0 0 15px 0; padding: 0; }

/************************************************
*	Common									*
************************************************/
.hidden { display: none; }
.clear { clear: both; }

.linerule {
	border-bottom: 1px solid #CCC;
	padding-top: 15px;
	margin-bottom: 15px;
}

/************************************************
*	Hyperlinks									*
************************************************/
a, a:visited {
	font-style: normal;
	color: #2A4F37;
	text-decoration: none;
}
	
a:focus, a:hover, a:active {
	color: #2A4F37;
	text-decoration: underline;
	outline: none;
}
	
a img { border: none; }

/************************************************
*	Header  									*
************************************************/
#header {
	background: url('images/header-back.png') no-repeat;
	width: 709px;
	height: 95px;
	margin: 0;
	padding: 0;
	-moz-border-radius-topleft: 12px;
	-webkit-border-top-left-radius: 12px;
	-moz-border-radius-topright: 12px;
	-webkit-border-top-right-radius: 12px;
	position: relative;
}
#header div {
	position: absolute;
	width: 200px;
	height: 84px;
	top: 0;
	left: 0;
	cursor: pointer;
}
#header h1 { margin-left: -9000px; }


	
/************************************************
*	Navbar      								*
************************************************/
#header #navbar {
	position: absolute;
	top: 7px;
	left: 190px;
	background: none;
	width: 500px;
	height: 30px;
	font: bold 12px/14px Helvetica, Arial, Trebuchet MS, Verdana;
	color: #FFF;
	margin: 0;
	padding: 0;
	z-index: 10;
}

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

ul.ot-menu li li:hover li ul, ul.ot-menu li li.sfHover li ul { top: -999em; }
ul.ot-menu li li li:hover ul, ul.ot-menu li li li.sfHover ul {
	left: 160px; /* match ul width */
	top: 0;
}

/*** DEMO SKIN ***/
.ot-menu .current_page_item a { color: #FFF !important; }
.ot-menu .current_page_item li a, .ot-menu li .current_page_item a { color: #FFF !important; }
.ot-menu {
	float: left;
	margin-bottom: 0;
}
.ot-menu a {
	padding: 17px 10px 12px 10px;
	text-decoration: none;
	font-style: normal;
	line-height: 12px;
}
.ot-menu li li a, .ot-menu li li a:visited {
	color: #FFF;
	padding: 6px 10px 6px 10px;
	text-decoration: none;
	text-transform: none;
	text-shadow: none;
	border: none;
}
	
.ot-menu a, .ot-menu a:visited  { color: #FFF; } /* visited pseudo selector so IE6 applies text colour*/
.ot-menu a:focus, .ot-menu a:hover, .ot-menu a:active {
	color: #FFF;
	outline: 0;
}

.ot-menu li { background: none; }
.ot-menu li li {
	background: url('images/dropdown-back.png') repeat-y;
	border: none;
}
.ot-menu li li li {
	background: url('images/dropdown-back.png') repeat-y;
	border: none;
}
.ot-menu li:hover, .ot-menu li.sfHover {
	background:	none;
	border-bottom: none;
	outline: 0;
}
.ot-menu li li:hover, .ot-menu li li.sfHover {
	background:	#5D7906;
	color: #FFF;
	border: none;
	outline: 0;
	padding: 0;
}
.ot-menu li li a:focus, .ot-menu li li a:hover, .ot-menu li li a:active {
	background:	#5D7906;
	color: #FFF;
	border-bottom: none;
	outline: 0;
}

/*** ARROWS **/
.ot-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: 10px;
	top: 16px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-FFF.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: 16px;
	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 */
.ot-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.ot-menu ul a > .sf-sub-indicator { 
	top: 5px;
	background-position:  0 0; 
}
	
/* apply hovers to modern browsers */
.ot-menu ul a:focus > .sf-sub-indicator, .ot-menu ul a:hover > .sf-sub-indicator, .ot-menu ul a:active > .sf-sub-indicator, .ot-menu ul li:hover > a > .sf-sub-indicator, .ot-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:	none;
	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; }


/************************************************
*	Sub Nav 					     		    * 
************************************************/
#header #subnav { position: absolute; top: 33px; left: 160px; height: 16px; width: 530px; z-index: 5; }
#header #subnav ul { list-style: none; height: 16px; }
#header #subnav ul li { float: left; padding: 0 7px; }
#header #subnav ul li a { font: bold 11px/13px verdana, arial, helvetica; color: #2A4F37; text-decoration: none; }
#header #subnav ul li a:hover { text-decoration: underline; }


/************************************************
*	Content 					     		    * 
************************************************/
#content, #contenthome {
	float: left;
	display: block;
	width: 709px;
	margin: 0 auto;
	padding: 0;
}
.educational { background: url('images/Educational-Resources.jpg') top left no-repeat #FFF; position: relative; }
.retail { background: url('images/Retail-Opportunities.jpg') top left no-repeat #FFF; position: relative; }
.contact { background: url('images/Contact-Us.jpg') top left no-repeat #FFF; position: relative; }
.career { background: url('images/Career-Opportunities.jpg') top left no-repeat #FFF; position: relative; }
.products { background: url('images/Bug-it-Off-bottles.jpg') top left no-repeat #FFF; position: relative; }
.privacy { background: url('images/Privacy-Policy.jpg') top left no-repeat #FFF; position: relative; }
.sitemap { background: url('images/Site-Map.jpg') top left no-repeat #FFF; position: relative; }
.news { background: url('images/News.jpg') top left no-repeat #FFF; position: relative; min-height: 450px; }
.article { background: url('images/article.jpg') top left no-repeat #FFF; position: relative; }
.blog { background: url('images/Greenerways-Main.jpg') top left no-repeat #FFF; position: relative; min-height: 900px; }

.ddsg-wrapper div:last-child { display: none; }

#contenthome {  background: #FFF; }
	
#contentleft {
	float: right;
	display: block;
	background:#FFF;
	width: 330px;
	margin: 0;
	padding: 45px 15px 15px 0;
	background: url('images/right-arc.jpg') no-repeat top right;
}
#contentleft p { line-height: 16px; margin-bottom: 20px; }
#contentleft strong { color: #558F5E; }
#contentleft .external { font-weight: bold; }

.zoneLeft {
	float: left;
	width: 382px;
	position: absolute;
	top: 351px;
	left: 0;
}
.buyitnow {
	float: left;
	width: 325px;
	position: absolute;
	top: 470px;
	padding: 0 0 0 55px;
	left: 0;
}
#sideblog {
	float: left;
	width: 382px;
	position: absolute;
	top: 410px;
	left: 0;
}

#contentwide {
	float: left;
	display: block;
	background:#FFF;
	width: 960px;
	margin: 0;
	padding: 0;
}
	
#contentarchive {
	float: left;
	display: block;
	background: #none;
	margin: 0;
	padding: 0;
}
	
#contentarchive .postarea {
	width: 440px;
	margin: 0;
	padding: 0;
}
	
#contentarchive .postimg {
	display: block;
	background: #EEE;
	padding: 0;
	margin: 0 0 5px 0;
	overflow: hidden;
}
	
#content h1, #content h2 {
	color: #DE922D;
	font: normal 20px/24px verdana, arial, helvetica, sans-serif;
	text-indent: 2px;
	margin: 0 0 5px 0;
	padding: 20px 0 0 0;
}
	
#content h1 a, #content h2 a {
	color: #DE9220;
	text-decoration: none;
	border: none;
}
	
#content h1 a:hover, #content h2 a:hover {
	color: #2A4F37;
	text-decoration: none;
	border: none;
}
	
#content h3, #content h4 {
	color: #DE922D;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 0 5px 0;
	padding: 0;
	line-height: 16px;
}
	
#content h3 a, #content h4 a {
	color: #000;
	text-decoration: none;
	border: none;
}
	
#content h3 a:hover, #content h4 a:hover {
	color: #666;
	text-decoration: none;
	border: none;
}
	
#content h5, #content h6 {
	color: #000;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	text-transform: none;
	margin: 10px 0 5px 0;
	padding: 0;
	line-height: 20px;
}
	
#content h5 a, #content h6 a {
	color: #000;
	text-decoration: none;
	border: none;
}
	
#content h5 a:hover, #content h6 a:hover {
	color: #666;
	text-decoration: none;
	border: none;
}
	
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}
	
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0;
	margin: 0;
}

#breadcrumbs { font-size: 10px; font-weight: bold; color: #2A4F37; }
#breadcrumbs strong { font-size: 10px; font-weight: bold; color: #5D9966; }
	
#postblock {
	float: left;
	width: 100%;
	border-bottom:1px solid #DDD;
	padding: 0 0 5px 0;
	margin: 0 0 5px 0;
}
	
.postarea p {
	padding: 5px 0 5px 0;
	margin: 0;
}
	
.postarea a img.nothumb { margin: 15px 0 0 0; }
	
.postarea iframe {
	display:block;
	height:900px;
	width: 100%;
	overflow: hidden;
}
	
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
}
	
.postarea ol {
	margin: 0 0 0 20px;
	padding: 0 0 10px 0;
}
	
.postarea ol li {
	margin: 0 0 0 20px;
	padding: 0 0 5px 0;
}
	
.postarea ul {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 5px 0;
}
	
.postarea ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
	
.postarea ul ul li {
	background: none;
	padding: 0 0 0 15px;
	margin: 0 0 5px 0;
}
	
blockquote {
	font-size: 24px;
	font-style: italic;
	line-height: 28px;
	margin: 15px 25px 15px 25px;
	padding: 0 25px 0 10px;
	border-left: 2px solid #C0C0C0;
}
	
#content blockquote p {
	margin: 0;
	padding: 10px 0 10px 0;
}
	
.commenticon {
	float: right;
	display: block;
	position: relative;
	background: #2A4F37;
	text-align: center;
	text-indent: 2px;
	margin: 5px 0 0 15px;
	padding: 2px 8px 6px 8px;
	height: 25px;
	width: 25px;
}
	
.commenticon span {
	display: block;
	position: relative;
	background: url(images/comment_icon.png) no-repeat bottom;
	height: 12px;
	width: 12px;
	bottom: -7px;
}
	
.commenticon a {
	color: #FFF;
	font-size: 18px;
	line-height: 24px;
}
	
.posttitle {
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}
	
.postauthor {
	margin: -5px 0 5px 0;
	padding: 0;
}
	
.postauthor p {
	color: #999;
	padding: 0;
}
	
.postmeta {
	background: none;
	font-size: 11px;
	margin: 5px 0 25px 0;
	padding: 5px 10px 5px 10px;
	border-top: 5px solid #2A4F37;
	border-bottom: 1px solid #2A4F37;
}
	
.postmeta p {
	margin: 0;
	padding: 0;
}
	
#prevLink { float: left; }
#nextLink { float: right; }
#prevLink p, #nextLink p { padding: 0; }
	
code {
	color: #222;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0;
	padding: 10px;
	display: block;
	font-family: Verdana, Tahoma, Verdana;
}
	
.archive {
	float: left;
	width: 310px;
	margin: 0;
	padding: 10px 10px 10px 0;
}

#header #title {
	padding: 0;
	margin: 0;
}

#header #title a {
	background: url(images/iw-logo.png) no-repeat;
	float: left;
	display: block;
	width: 640px; 
	height: 120px;
	margin: 0; padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}

/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
}
	
img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
	
.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
	
.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}
	
.wp-caption {
	border: 1px solid #DDD;
	text-align: center;
	background-color: #f5f5f5;
	padding: 5px 0 0 0;
	margin-bottom: 15px;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
	
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
}
	
.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
}
	
/************************************************
*	Sidebar			        			     	* 
************************************************/
#sidebar_right {
	float: left;
	display: inline-block;
	width: 280px;
	margin: 0;
	padding: 0 0 15px 15px;
	line-height: 18px;
}
	
#sidebar_right ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
	
#sidebar_right h4 {
	margin: 0 0 10px 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #2A4F37;
	color: #DE922D;
}
#sidebar_right h4 a { color: #DE922D; }


	
/************************************************
*	Sidebar Widgets								*
************************************************/
.textwidget p { margin: 0; }
	
#sidebar_right .widget, #sidebar_left .widget {
	list-style:none;
	margin: 0 0 20px 0;
	padding: 0;
}
	
#sidebar_right .widget ul, #sidebar_left .widget ul {
	color:#2A4F37;
	margin: 0;
}
	
#sidebar_right .widget ul li, #sidebar_left .widget ul li {
	color:#2A4F37;
	display: inline;
	background: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	
#sidebar_right .widget ul li a, #sidebar_left .widget ul li a {
	display: block;
	color: #2A4F37;
	font: bold 12px Helvetica, Arial, Trebuchet MS, Verdana;
	font-style: normal;
	line-height: 16px;
	padding: 2px 6px 2px 6px;
	margin: 0 0 4px 0;
}
#sidebar_right .widget ul li a:hover, #sidebar_left .widget ul li a:hover {
	color:#DE922D;
	display: block;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
}

#sidebar_right .widget ul li ul { display: none; }
#sidebar_right .widget ul li.current_page_item ul, #sidebar_right .widget ul li.current_page_parent ul { 
	display: block;
	
}
#sidebar_right .widget ul li.current_page_item ul li a, #sidebar_right .widget ul li.current_page_parent ul li a { 
	padding: 1px 6px 1px 20px;
	font: normal 12px Helvetica, Arial, Trebuchet MS, Verdana;
}
#sidebar_right .widget ul li.current_page_item ul li a:hover, #sidebar_right .widget ul li.current_page_parent ul li a:hover { border: 0; }
#sidebar_right .widget ul li ul li.current_page_item a { font-weight: bold; color: #666; }

/************************************************
*	Footer Background							*
************************************************/

#footerbg {
	float: left;
	display: block;
	background: url('images/bottom-corners.png') no-repeat #fff;
	width: 709px;
	height: 12px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	-moz-border-radius-bottomleft: 12px;
	-webkit-border-bottom-left-radius: 12px;
	-moz-border-radius-bottomright: 12px;
	-webkit-border-bottom-right-radius: 12px;
}

/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 709px;
	height: 60px;
	color: #FFF;
	margin: 15px 0;
	padding: 0;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #FFF;
}

#footer ul { list-style: none; float: right; }
#footer ul li { float: left; padding: 0 10px; }
#footer ul li a { color: #FFF; }



/************************************************
*	HOME PAGE  									*
************************************************/
#homeleft { 
	width: 385px;
	margin: 0;
	padding: 0;
	float: left;
}
#homeleft img.featured { border: 1px solid #DE9220; margin: 10px 10px 25px 15px; }
#homeleft h2, #homeleft h2 a { color: #DE9220; font-size: 16px; text-decoration: none; font-weight: normal; font-style: normal; }
#homeleft h2 a:hover { color: #DE9220; text-decoration: none; }
#homeleft a { font-weight: bold; }
#homeright { 
	width: 295px;
	margin: 0;
	padding: 50px 20px 0 0;
	float: right;
	background: url('images/right-arc.jpg') no-repeat top right;
	position: relative;
}
#homeright p { color: #69A273; }
#homeright p strong { display: block; color: #5D9966; margin-top: 15px; }
.homeimg {
	position: relative;
	right: 15px;
}
#banners {
	clear:both;
	display:block;
	padding:20px 15px;
}



/************************************************
*	Search Form									*
************************************************/
.postform {
	background: #F5F5F5;
	width: 240px;
	color: #222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0 0 0;
	padding: 0;
	display: inline;
	border: none;
}
	
#cat {
	background: #FFF;
	color: #222;
	margin: 5px 0 0 0;
}
	
#searchform { margin: 5px 0 0 0; }
#s {
	background: #F5F5F5;
	width: 170px;
	color: #222;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 3px 0 0;
	padding: 3px 0 3px 3px;
	display: inline;
	border: none;
}
	
#searchsubmit {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 1px 2px 1px 2px;
	border: none;
	display: none;
}
	
#submit {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0;
	padding: 2px 5px 2px 5px;
	border: none;
}
	
#author, #email, #url {
	background: #f5f5f5 !important;
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0;
	padding: 5px;
	border: none;
}
	
#comment {
	background: #f5f5f5 !important;
	color: #666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0 5px 0;
	padding: 5px;
	border: 1px solid #e5e5e5;
}

/************************************************
*	Comments									*
************************************************/
.commentlist li ul li { font-size: 12px; }
.commentlist li { font-weight: bold; }
	
.commentlist li .avatar {
	background: #000;
	float: right;
	border: none;
	margin: 0 0 10px 10px;
	padding: 2px;
}
	
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}
	
.commentlist p {
	font-weight: normal;
	text-transform: none;
}
	
.commentmetadata { font-weight: normal; }
	
#commentform input {
	width: 140px;
	padding: 6px 0 4px 0;
	margin: 5px 5px 0 0;
}
	
#commentform { margin: 5px 10px 0 0; }
	
#commentform textarea {
	width: 100%;
	padding: 4px;
}
	
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
	
#commentform p { margin: 5px 0; }
	
#commentform #submit {
	margin: 0;
	float: left;
	display: block;
}
	
.alt {
	margin: 0;
	padding: 10px;
}
	
.commentlist {
	margin: 0;
	padding: 0;
}
	
.commentlist ol {
	margin: 0;
	padding: 10px;
}
	
.commentlist li {
	margin: 15px 0 5px 0;
	padding: 10px;
	list-style: none;
}
	
.commentlist li ul li {
	margin-right: 5px;
	margin-left: 5px;
}
	
.commentlist p {
	margin: 10px 0;
	padding: 0;
}
	
.children {
	margin: 0;
	padding: 0;
}
	
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
	
.reply { padding: 5px 0 0 0; }
	
.reply a, .reply a:visited {
	background: #e5e5e5;
	color: #666;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 6px 8px;
	border: none;
}
	
.reply a:hover {
	background: #000;
	color: #FFF;
	text-decoration: none;
	border: none;
}
	
.commentmetadata {
	font-size: 10px;
	line-height: 14px;
	margin: 0;
	display: block;
}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
	
.alignright { float: right; }
.alignleft { float: left; }
	
.thread-alt {
	background: #FFF;
	margin: 0;
	padding: 0;
}
	
.thread-even {
	background: #F5F5F5;
	margin: 0;
	padding: 0;
}
	
.depth-1 {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}
	
.even, .alt {
	border: 1px solid #e5e5e5;
	margin: 0;
	padding: 0;
}

/* clear those floats */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}


ul.custom li { margin: 0; padding:0 0 8px 0; list-style-image:url('images/custom-bullet.png');}
ul.custom { margin: 0; padding :0; }
