/*  
Theme Name: Hanging
Theme URI: http://www.webdesignlessons.com/hanging-wp-theme/
Description: In Greens and Browns this theme has a healthy balance of color with the main content area a very clear two column layout with a light background.
Version: 1.3
Author: webdesignlessons.com
Author URI: http://www.webdesignlessons.com/
Tags: green, Black, two-columns, fixed-width

*/



ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input{
	margin:0;
	padding:0;
}
ul{
	list-style:none;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:0;
}
.clear{
	clear:both;
}
body{
	margin:0px;
	padding:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	background:#000 url(images/bgr_main.png) repeat-x;
	color:#000000;
}

#page{
	width:1000px;
	margin:0 auto;
}

/* HEADER */

#header{
	width:100%;
	height:188px;
	background:url(images/bgr_header.png) no-repeat;
	overflow:hidden;
}

#header_rss{
	float:right;
	padding:64px 0 0 0;
	width:168px;
}

#header h1{
	color:#fff;
	font-size:55px;
	font-weight:normal;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:0px;
	padding:30px 0 0 0;
	font-style:italic;
	float:center;
	width:832px;
	text-align:center;
}

#header h1 a{
	color:#fff;
}

#header h1 a:hover{
	text-decoration:none;
}
#header h1 span{
	font-size:23px;
	position:relative;
	top:-10px;
	color:#b0c099;
	display:block;
	font-weight:normal;
	text-align:center;
	letter-spacing:0;
}

#header_rss img{
	float:left;
}

/* MENU */

#menu{
	width:100%;
	height:85px;
	background:url(images/bgr_menu.png) no-repeat;
}

#main_search{
	float:left;
	width:241px;
	height:37px;
	background:url(images/bgr_searchform.png) no-repeat;
	margin:14px 0 0 0;
}
#mainmenu{
	float:left;
	width:638px;
	padding:16px 0 0 70px;
}
/*
#mainmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index:1000;
}

#mainmenu ul li{
	position: relative;
	display: inline;
	float: left;
	z-index:1000;
	color:#fff;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
	padding:0 0 0 40px;
	background:url(images/bgr_menu_li.gif) no-repeat left center;
}
#mainmenu ul li.first{
	padding:0;
	background:none;
}

#mainmenu ul li a{
	display:block;
	color:#fff;
	z-index:1000;
	height:20px;
	padding:5px 10px 5px 10px;
}

#mainmenu ul li a:link, #mainmenucat ul li a:visited{
	text-decoration:none;
}
#mainmenu ul li a:hover, #mainmenu .current_page_item a, #mainmenu .select a{
	background:#000000;
	color:#fff;
	text-decoration:none;
}

#mainmenu ul li ul{
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	margin:0 0 0 41px;
	background:#000;
	padding: 0 5px 0 5px;
}

#mainmenu ul li ul li{
	display: list-item;
	float: none;
	font-size:1.0em;
	background:none;
	padding:0;
}

#mainmenu ul li ul li ul{
	top: 0;
	margin:0;
}

#mainmenu ul li ul li a, #mainmenu ul li.current_page_item ul a, #mainmenu ul li.select ul a{
	width: 160px; 
	height:auto;
	padding: 7px 5px 7px 10px;
	margin: 0;
	border-bottom: 1px dotted #666666;
	background:#000;
	border-top-width: 0;
	text-align:left;
	text-decoration:none;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

	text-decoration:none;
	color:#fff;
}
/* separators */
div.dropSep { width: 44px; vertical-align: middle; }
#nav li.fs-linkSep { background-image: none !important;}

/* all list items */
* html #nav ul li a{ 
	display: inline-block;
	float:left;
}
* html #nav ul li ul li a{ 
	float:none;
}
#nav {
  margin: 0 0 ;
  float: left;
}
#nav ul { 
	margin: 0px 0 0 0 ;
	list-style: none;
}

#nav li { 
	float: left;
	margin: 0px 0px 0px 0px;
}
#nav li a {
	color:#fff;
	font-size:15px;
	font-family:Tahoma, Geneva, sans-serif;
  display: block;
  cursor: pointer;
  font-weight: bold;
  padding: 8px 12px;
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	color: #fff;
	cursor: pointer;
}

#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}

#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
	color: #fff;

}

#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover,
#nav li.sub:hover a,
#nav li.sub:hover a:hover { 
  color: #fff;
  cursor: pointer;
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	cursor: pointer;
	text-decoration: none;     
	color: #fff;
	background-color: #000;
}


#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
	color: #fff2b7;
}


#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
	color: #fff2b7;
}
	
/* LEVEL 2 */
#nav li li a {
	margin-left: 0px;
	display: block;
	padding: 0;
	float: none;
	padding-left: 15px;
	width: 180px;
	width/* */:/**/165px;	
	width: /**/165px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
	line-height: 28px;
}

#nav li li a:hover {
	line-height: 28px;
	background-color: #ccc;
	cursor: pointer;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	line-height: 28px;
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul { 
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
	background-color: #3a547c;
	cursor: pointer;
}

#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	cursor: pointer;
	padding-bottom: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
	cursor: pointer;
}

#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul, 
#nav li.sub-sfhover ul ul ul, 
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul, 
#nav li.sub-sfhover li.sfhover ul, 
#nav li.sub-sfhover li li.sfhover ul, 
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {
	background-color: #000;
	cursor: pointer;
}
#nav a.sub:hover {
  background-color: #ccc;
  cursor: pointer;
}

/* ######### CSS classes applied to down and right arrow images  ######### */
#searchform_top{
	float:left;
	padding:11px 0 0 8px;
}
#searchform_top_text{
	width:184px;
	color:#7b766e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	float:left;
	margin:1px 8px 0 0;
	padding:0;
	border:0;
	background:none;
}

#gosearch{
	float:left;
}
/* BODY */

#body{
	width:100%;
	background:url(images/bgr_body.png) repeat-y;
}

#body_top{
	width:100%;
	background:url(images/bgr_body_top.png) no-repeat;
	overflow:hidden;
}

#body_left{
	width:692px;
	float:left;
}

#body_right{
	width:308px;
	float:right;
}

/* left contact */

#body_left_content{
	width:596px;
	margin:20px 0 0 80px;
}

.post{
	width:100%;
	margin:0 0 40px 0;
}

.post-top{
	width:100%;
	background:url(images/bgr_post_title.png) repeat-x left bottom;
	padding:0 0 23px 0;
}

.post-title{
	width:100%;
	overflow:hidden;
}

.post-title h2{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	width:500px;
	float:left;
	margin:10px 0 8px 0;
}

.post-title h2 a{
	color:#000;
}
.post-title h4{
	width:75px;
	height:55px;
	padding:20px 0 0 0;
	margin:0 0 5px 0;
	color:#fff;
	text-align:center;
	font-weight:normal;
	font-size:25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	float:right;
	background:url(images/bgr_post_comment.png) no-repeat;
}

.post-top h3{
	font-weight:normal;
	color:#4b4b4b;
	font-size:11px;
	margin:5px 0 0 2px;
}

.post-top h3 a, .post-top h3 span{
	color:#f26521;
	font-weight:bold;
	text-transform:capitalize;
}

.entry{
	line-height:20px;
	font-size:12px;
	padding:5px 20px 0 4px;
}
.entry img{
	border:0px solid #ccc;
}

.entry p{
	padding-bottom:15px;
}

.entry p a{
	font-weight:bold;
	text-decoration:underline;
}

.entry p a:hover{
	text-decoration:none;
}

.postmetadata{
	width:100%;
}
.postmetadata p{
	font-size:16px;
	padding: 5px 0 ;
	color:#fff;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.postmetadata p a{
	color:#fff;
	width:193px;
	height:35px;
	display:block;
	background:url(images/button_postmetadata.png) no-repeat;
	padding:5px 0 0 30px;
}

.post-page{
	width:100%;
}

h2.page_title{
	font-size:27px;
	color:#000;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	background:url(images/bgr_post_title.png) repeat-x left bottom;
	padding:0 0 23px 5px;
}

.entry strong{
}

.post-page .entry strong, .post-page .entry h1, .post-page .entry h2, .post-page .entry h3, .post-page .entry h4, .post-page .entry h5, .post-page .entry h6{
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	display:block;
	font-weight:normal;
}

.post-page .entry strong{
	font-size:27px;
}

.post-page .entry h1{
	font-size:26px;
	padding:0 0 14px 0;
}

.post-page .entry h2{
	font-size:24px;
	padding:0 0 14px 0;
}

.post-page .entry h3{
	font-size:22px;
	padding:0 0 12px 0;
}

.post-page .entry h4{
	font-size:20px;
	padding:0 0 10px 0;
}

.post-page .entry h5{
	font-size:18px;
	padding:0 0 8px 0;
}

.post-page .entry h6{
	font-size:16px;
	padding:0 0 6px 0;
} 
.news_image {
  float: left;
  margin: 0 8px 5px 0;
  border: 0 none;
}
/* SIDE BAR */

#sidebar{
	width:232px;
	margin:10px 0 0 0;
}

.sidebars h2{
	font-size:23px;
	color:#fff;
	font-family:Tahoma, Geneva, sans-serif;
	font-weight:normal;
	background:url(images/bgr_sidebars_h2.png) no-repeat;
	margin:0 0 10px 0;
	padding:4px 0 0 10px;
	width:218px;
	height:41px;
}

.cat-item {
	color:#000;
	font-size:13px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.sidebars ul li{
}

.sidebars ul li ul li{
	margin-bottom:0;
	width:auto;
}

.sidebars ul li ul li ul li{
	margin-left:0;
}

.sidebars li ul{
	padding:0 10px 30px 20px;
}

.sidebars li ul li ul{
	padding:0 0 0 10px;
	width:auto;
}

.sidebars li ul li ul li ul{
}

.sidebars li{
	margin-bottom:0px;
	background:none;
}

.sidebars li li{
	margin-bottom:0px;
	background:url(images/dotted_grey.gif) repeat-x bottom;
	padding:9px 0 9px 3px;
}

.sidebars li li li{
	background:none;
	border:0;
	padding-bottom:3px;
}

.sidebars li a{
	color:#000;
}

.sidebars li.widget_categories ul li{
	font-weight:bold;
}

.sidebars li.widget_categories ul li a{
	background:url(images/ico_cat.gif) no-repeat left 2px;
	font-weight:normal;
	padding-left:17px;
}

.sidebars li.widget_categories ul li ul li a{
	background:none;
	font-weight:normal;
	margin:0 0 0 10px;
	padding-left:0;
}

.sidebars li.widget_archives ul li a{
	background:url(images/ico_cat.gif) no-repeat left 2px;
	font-weight:normal;
	padding-left:17px;
}

.sidebars li.linkcat ul li a{
	background:url(images/ico_cat.gif) no-repeat left 2px;
	font-weight:normal;
	padding-left:17px;
}

.sidebars .widget_tags p{
	padding:0px 10px 10px 15px;
}

.sidebars .widget_tags a{
	color:#000;
}

.sidebars .textwidget{
	padding:10px;
}

/* FOOTER */

#footer{
	width:100%;
	height:198px;
	background:url(images/bgr_footer.png) no-repeat;
	overflow:hidden;
}
#footer_text{
	padding:135px 0 0 0;
	text-align:center;
}

#footer_text p{
	color:#fff;
	padding:0 0 5px 0;
	font-size:13px;
}
#footer_text p.designed {
	color:#fff;
	padding:0 0 5px 0;
	font-size:10px;
}
#footer_text a{
	color:#fff;
	text-decoration:underline;
}
#footer_text a:hover{
	text-decoration:none;
}


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}





a img {
	border: none;
	}

.navigation {
	text-align: right;
	margin:10px 0 0 0;
	width:560px;
	background:#f5f2e6;
	border:1px solid #dedccf;
	padding:10px;
	overflow:hidden;
	font-size:13px;
	color:#000;
	}

.entry ul {
	margin: 0 10px 15px 30px;
	list-style: none;
	padding:15px 15px 15px 20px;
	background:#faf9f2;
	border:1px solid #c9c6b5;
	} 

.entry ul li {
	border-bottom:1px solid #d7d6d1;
	background:url(images/ico_entry.gif) no-repeat left 13px;
	padding:7px 0 7px 15px;
	}

.entry ul li:before{
	/*content: url(images/entry_before.gif);*/
	}

.entry ol {
	margin: 0 10px 15px 30px;
	padding:15px 15px 15px 40px;
	background:#faf9f2;
	border:1px solid #c9c6b5;
	}

.entry ol li {
	margin: 0;
	padding:7px 0 7px 0;
	border-bottom:1px solid #d7d6d1;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
ol li{
	list-style: decimal outside;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}


.tbox {
	width: auto;
	background:#faf9f2;
	border:1px solid #c9c6b5;
	font-weight: normal;
	padding: 3px;
	margin: 5px 5px ;
}

.tbox.signature {
  width: 95%;
}
#e107_submitnews_item {
  width: 460px;
}
.tbox.chatbox {
	width: 90%;
	padding : 2px;
	background:#faf9f2;
	border:1px solid #c9c6b5;
	margin: 10px auto;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 2px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {
  width: 98%; 
  background-color: transparent;
  border: 0px none;
	padding: 2px;
	margin-top: 3px;
  }

#comment.tbox.comment {
  width: 98%; 
	padding : 2px;
	background:#faf9f2;
	border:1px solid #c9c6b5;
}

#contactForm textarea.tbox {
  width: auto; 
	padding : 2px;
	background:#faf9f2;
	border:1px solid #c9c6b5;
}

input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	border: 0 none;
	font-size: 80%;
	color: #000;
	text-align: left;
}
#commentform .helpbox{
  width: 98%; 
	border-collapse: collapse;
	padding: 1px;
}
.helpbox {
  width: 98%; 
	background-color: transparent;
	border: 0px none;
	border-collapse: collapse;
	padding: 3px;
}
.indent {
	background:#faf9f2;
	border:1px solid #c9c6b5;
	border-left:3px solid #c9c6b5;
	background-color: #fff;
  padding: 5px 15px;
  font-size: 90%;
  font-style: italic;
} 

.nextprev{
	border: 0px none;
	background-color: transparent;
	border-collapse: collapse;
	padding: 3px;
	text-align: center;
	width: auto;
	font-size: 105%;
	font-weight: bold;
}
.nextprev_link {
	background:#faf9f2;
	border:1px solid #c9c6b5;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.nextprev_link:hover {
  background:#c9c6b5;
	border:1px solid #faf9f2;
}
.nextprev_current {
  background:#c9c6b5;
	border:1px solid #c9c6b5;
	color: #fff;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.button {
	background:#faf9f2;
	border:1px solid #c9c6b5;
  margin: 2px 2px ;
  padding: 2px 2px ;
}
.button:hover {
  color: #c9c6b5;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.smallblacktext {
	font-size: 10px;
	font-weight: bold;
}
.smalltext2 {
	font-size: 10px;
	font-weight: normal;
}
.defaulttext, .caption, .bodytable, .mediumtext
{
	font-size: 10px;
	font-weight: normal;
}
.fborder {
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	margin-top: 3px;
	text-align: left;
}

/* forum parent headers, forum captions */
.forumheader {
	background:#faf9f2;
	border:1px solid #c9c6b5;
  padding: 3px;
	vertical-align: middle;
	text-align: left;
}
.userheader {
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 120%;
	vertical-align: middle;
	text-align: left;
}
.nforumcaption{
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 110%;
	text-align: left;
}
.finfobar{
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 95%;
	text-align: left;
}

/* two left columns */
.forumheader2{
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

.forumborder {
	background:#faf9f2;
	border:1px solid #c9c6b5;
	vertical-align: top;
	font-size: 99%;
	text-align: left;
}
hr {height:1px;border:none;border-top:1px solid #f1f6fc; width:95%;}
/* where it says forum, information and all tables across */
.fcaption {
	background:#faf9f2;
	border:1px solid #c9c6b5;
	padding: 3px;
	font-size: 120%;
	text-align: left;
	line-height: 40px;
}

.fcaption a {
	padding-right:4px;
	text-decoration: underline;
}
