html {
	margin: 0px;
	min-height: 100%;
}

body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	min-height: 100%;	
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}
body {
/*---	background-image: url(images/dots.png); ---*/
	background-repeat: repeat;
	background-position: center top;
}

a:link, a:visited, a:active a:focus {
	-moz-outline-style:none;
}

a:hover {
	-moz-outline-style:none;
}

h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

h2.pagetitle {
	padding:8px 8px 8px 15px;
	margin:0px 0px 5px 0px;
	background-color:#FFF;
	font: normal 22px/26px;
	color: #333;
	border: solid 1px #CDD7B5;
}

img {
	border:none;	margin:0;	padding:0;
}

.alignleft {
	margin-right:10px;
	margin-bottom:10px;
    float: left;
}

.alignright {
	margin-bottom:10px;
	margin-left:10px;
    float: right;
}

.aligncenter {
	display: block; 
	margin-left: auto; 
	margin-right: auto;
    margin-bottom:10px;
}

hr {
	height: 1px;
	border:0;
	width: 95%;
	color: #E6E6E6;
	background-color: #E6E6E6;
}


#bgwrapper {  /*--- This id selector controls the blog background layer ---*/
	width: 100%;
	margin: 0px;
	padding-top:15px;
/*---    background: url(images/bg-fade.png) repeat-x top left; ---*/
	height: 800px;
    overflow-x: auto;
    height:100%
}

#shadow
{
/*---	background-image: url(images/bg.png);
	background-repeat: repeat-y;---*/
	width: 960px;
	margin:0 auto;
	background-position: center;
	
}

#wrap {
	width:940px;
	margin:0px auto 0px;
	padding:0;
	border: solid 1px #CDD7B5;
	font-size:14px; 
/*	line-height: 1.8em; */
}


#header {
background: url(images/header-green.png) no-repeat center top;
background-color: #66a83d;
	height:154px;
	width:940px;
    border-bottom: solid 2px #CDD7B5;
    position:relative;
	
}

#header a {
	color:#FFFFFF;
	text-decoration: none;
}

#header h3 {
	font-size:34px;
	width:840px;
	left:20px;
	font-weight:400;
	line-height:38px;
	font-family: Georgia;
	margin:0px;
	padding: 40px 0 10px 20px;
}

#logo {
	position: relative;
	top:10px;
	left:20px;
	height: 110px;
	width: 500px;
}


#logo a { 
	display: block; 
	height: 100%; 
	width: 100%; 
} 
    
#header  h3  a {
	color: #FFFFFF;
}

#header  h3  a:hover {
	color: #999;
	text-decoration: none;
}

p.tagline {
	font-size:14px;
	font-weight:700;
	width:840px;
	left:20px;
	color: #FFF;
	margin:0;
    float:left;
	padding: 0 0 0 20px;
}

/*--- Navigation Menu Settings ---*/

#nav {
	position:absolute;
	right:0;
	top:3px;
	display:block;
	margin: 0;
	
	height:35px;
/*	 background-image: url(images/menu-left.png); */
	background-repeat: no-repeat;
	padding-left:22px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display:block;
	height:35px;
   
    
    
/*    	background-image: url(images/menu-right.png); */
	background-repeat: no-repeat;
	background-position: right top;
	padding-right:25px; 
	
}
#nav li:first-child
{
    display:block;
/*    background-image: url(images/menubg.png); */

}
#nav li:last-child
{

}
#nav li {
	padding:5px;
	float: left;
    display:block;
/* background-image: url(images/menubg.png); */
	background-repeat: repeat-x;
}

* html #nav li a { /* Filter for IE6 to prevent li stacking */
	float: left;
	text-decoration: none;
}

* html #nav li a span { /* Filter for IE6 to prevent li stacking */
	float: left;

	text-decoration: none;
}

#nav li a {
	display: block;
	height: 35px;

    padding-top:0px;

	font-family: Arial, Helvetica;
	text-decoration: none;
}  
  
#nav li a span {
	display: block;

	
	line-height: 35px;
   
	font-weight: normal;
	color: #FFFFFF;
  line-height: 26px;

	text-decoration: none;
}

#nav li a:hover {
	
	text-decoration: none;
	
	cursor: pointer; /* For IE6 */
}

#nav li a:hover span {
	color: #CCC;
	padding-top:0px;
}

#nav li.current_page_item a, #nav li.current_page a {
	
}
/*-- active --*/
#nav li.current_page_item a span, #nav li.current_page a span {
	color: #FC6;	
}


/*--- Navigation MY ---*/

#inline-list {
	margin: 2em;
	width: 80%;
	padding: 5px;
	font-family: Verdana, sans-serif;
	}

#inline-list ul, #inline-list li {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	}
#inline-list li a, #inline-list li a span {
	color: #fff;
	text-decoration:none;
}

#inline-list li a:hover, #inline-list li a:hover span {
	text-decoration:underline;
}



/*-- Header search box styles --*/

#header #searchform {
	width: 242px;
	height: 31px;
/*	background: url(images/menu-left.png) left 0px no-repeat; */
	position: absolute;
	top: 0px;
	right: 15px;
}

*:first-child+html #header #searchform { /* Filter for IE7 */
  	padding: 0px 0;
}

* html #header #searchform { /* Filter for IE6 */
  	padding: 5px 0;
}

* html #header #searchbox { /* Filter for IE6 */
  	margin-top: 0px;
}

#header #searchbox {
	margin-left: 28px;
	margin-top:6px;
	margin-bottom: 3px;
	width: 140px;
	background: none;
	border: none;
	color: #FFFFFF;
	font-size: 11px;
}

#header #searchbutton {
  	width: 50px;
  	background: none;
  	border: none;
  	margin-left:10px;
}

#header #searchbutton:hover {
	cursor: pointer;
}

/*-- Sidebar search box styles --*/ 

#sidebar-top #searchform {
	width: 345px;
}

#sidebar-top #s {
	margin: 20px 0 5px 0;
	width: 345px;
}
  
#sidebar-left #searchform {
	width: 250px;
}

#sidebar-left #s {
	margin: 20px 0 5px 0;
	width: 190px;
}
  
#sidebar-right #searchform {
	width: 130px;
}

#sidebar-right #s {
	margin: 20px 0 5px 0;
	width: 130px;
}

/*-- Header RSS settings --*/

#rssfeeds {
	width:300px;
	height: 38px;
	position: absolute;
	padding-top: 0px;
	bottom:0;
	right:0;
	color: #FFFFFF;
    z-index:33;
}

#rssicon {
	float:right;
    margin-left:5px;    padding: 10px;
}

#rssfeeds a {
	color: #FFFFFF;
    text-decoration:underline;
}

#rssfeeds a:hover {
	color: #999;
}

#rssfeeds  p {
	line-height:16px;
	margin:0;
		
	text-align: right;
}

/*-- Begin feature section styles --*/

#feature {
	background: url(images/feature-bg.png) no-repeat bottom left;
    background-color: #1F242C;
    width: 940px;
    clear:both;
    color: #999;
    padding-bottom:10px;
	margin:0px;
}

#feature .topshadow {
	background: url(images/feature-shadow.png) no-repeat top left;
    width: 940px;
}
#feature h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #FFF;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	
#feature a, #feature a:visited, #feature a:active {
	color: #CCC;
}

#feature a:hover {
	color: #FFF;
}
#feature .textwidget {
	padding:0px;
	color: #999;
}

#feature ul {
	list-style-type:none;
    padding:0px;   
}
#feature ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#feature ul.children li{
    padding-bottom: 0px;
}

#feature ul li{
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#feature ul li a {
	text-decoration:none;
}

.feat_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 420px;
    float: left;
}

/*-- Begin page content CSS --*/

#content {
	width:935px;
	position:relative;
	float:left;
	color: #333;
    background-color: #fff;
	padding:5px 0px 0px 5px;
}

.postwrap a:link, .postwrap a:visited, .postwrap a:active {
	text-decoration:underline;
	color: #3f37d6;
	border:0;
	-moz-outline-style:none;
}

.postwrap a:hover {
	text-decoration:underline;
	color: #3f37d6;
	border:0;
	-moz-outline-style:none;
}

.posthead h1 {
	margin:0px;
	padding:8px 8px 8px 15px;
	background-color: #FFF;
	font-size: 22px;
	border-bottom: solid 1px #EEE;
   
}

.postwrap {
	float:left;
	width:667px;
	padding:0px 0px 0px 0px;
    margin-bottom:5px;
}

.post {
	background-color: #FFFFFF;
	margin-bottom:5px;
	padding:0px;
	border: solid 1px #CDD7B5;
}
.post ul
{margin:0;padding:0;list-style:none;}

.post ul li

{

padding-left:25px;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 2px;
}

.post ol
{
margin:0;
padding:0;
list-style:none;
}
.post ol li
{
padding-left:25px;
	background-image: url(images/XMark_Red.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}




.page ul
{
margin:0;
padding:0;
list-style:none;
}
.page ul li
{
padding-left:25px;
	background-image: url(images/star.png);
	background-repeat: no-repeat;
	background-position: 2px;
}




.page ol
{
margin:0;
padding:0;
list-style:none;
}
.page ol li
{
padding-left:25px;
	background-image: url(images/XMark_Red.gif);
	background-repeat: no-repeat;
	background-position: 2px;
}


.postwrap p {
	line-height: 18px;
}

.posthead {
	padding-bottom:0px;
	position:relative;
	clear:left;
	margin-bottom: 0px;
}

#content .posthead h1, #content .posthead h1 a {
	color: #333;
}

#content .posthead h1 a:hover, #content .postMeta a:hover {
	text-decoration: none;
	color: #999;
}

.postMeta {
background-color: #FFF;
	color: #666;
	margin:0px;
	padding:5px 15px 5px 15px;
	font-size: 11px;
    height:20px;
}

.postMeta a, .postMeta a:link, .postMeta a:visited, .postMeta a:active {
	text-decoration: none;
    color: #666;
}

#content .postMeta a:hover {
	text-decoration: underline;
    color: #666;
}

div.commentcount {
	padding-left: 24px;
	background: url(images/comment.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:right;
}

div.postdate {
	padding-left: 24px;
	background: url(images/date.png) left top no-repeat;
	text-decoration: none;
	padding-top: 3px;
	padding-bottom: 3px;
    float:left;
}

#content .postcontent {
	padding:15px 15px 0px 15px;
	line-height:18px;
	color: #333;
}

.postcontent a {
	text-decoration: underline;
}

pre {
	background-color: #F9F8E3;
    border: 1px dotted #999;
    padding: 0px 8px 15px 8px;
    margin:0 15px 10px 15px;
}	

.more-link {
	font-weight:700;
	margin-top:15px;
	height: 16px;
	width: 300px;
	display: block;
}

.Note {
	margin:0px;
    padding:0px;
    font-size:11px;
}

#content ul.Note li a, #content ul.Note li a:link, #content ul.Note li a:visited {
	color: #333;
}

ul.Note {
	background-color: #F0EBE3;
	margin-top:0px;
	padding:5px;

}

.Note li {
	list-style-type:none;
	padding:2px 0 2px 15px;
}

.NoteRss {
	background:url(images/NoteRss.png) no-repeat left 2px;
    display:inline;
    margin-left:5px;
}

.NoteTrackBack {
	background:url(images/NoteTrackBack.gif) no-repeat left 2px;
    display:inline;
    margin-left:10px;
}

/*-- Comment Settings --*/

#commentblock {
	width: 530px;
	float:left;
	margin-top:10px;
	padding:0;
	border: none;
}

#commentblock a, #commentblock a:link, #commentblock a:visited {
	color: #66a83d;
}

.comment-wrap { 
	padding-left:10px;
    padding-right:10px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
   
}

#commentblock ol {
	padding: 0px;
	list-style: none;
}

#commentblock  ol li {
	margin-bottom: 10px;
	padding: 10px;
    background-color: #FFF;
    border: solid 1px #CDD7B5;
    background-color: #FFF;
}

.commentdate {
	padding-left:0;
}

#commentlist li p {
	margin-bottom:8px;
	line-height:20px;
	padding:0;
}

.commentlist li.alt .commenttext {
	clear: both;
}

.commentname {
	margin:0;
	padding:5px 5px 5px 0;
}

.commentinfo {
	clear:both;
}

.commenttext {
	clear:both;
	padding-top: 10px;
    display:block;
	margin-bottom: 0px;
}

.comment-wrap blockquote, .comment-wrap blockquote blockquote {
	margin-bottom:10px;
	margin-top: 8px;
    background: url(images/comments-lighter.png) no-repeat top left;
    border: 1px solid #000;
}

.commenttext p {
	margin:0;
	padding:0 0 10px 0;
}

#commentform #submit {
	color: #FFF;
	font-family:Arial, Helvetica;
	font-size:14px;
	font-weight:700;
	border:1px solid #000;
	display:block;
	margin:0;
	padding:4px;
	background-color: #66a83d;
}

#commentform input, #commentform textarea {
	padding:5px;
	background-color: #FFF;
    border: solid 1px #CDD7B5;
    color: #333;
}

#commentform textarea {
	width: 98%;
}

p.meta {
	margin: 0 0 5px 0;
	padding: 0px;
	float: left;
}

p.meta a {
	text-decoration: none;
}

p.approval {
	font-style: italic;
	clear: left;
}

p.commenttitle {
	font: 18px;
	margin-top: 0px;
	padding-top: 0px;
} 

/*-- Sidebar settings --*/

#sidebar {
	float:right;
	margin-top:0px;
	position:relative;
	padding-right: 0px;
	margin-bottom: 15px;
    margin-left:5px;
    margin-right:5px;
    border:none;
}

#sidebar ul, #feature ul{
	margin: 0px;
    padding: 0 0 0 8px;
}

#sidebar-top {
	width: 258px;
	padding:0px;
    color: #333;
}

#sidebar-top a, #sidebar-top a:visited, #sidebar-top a:active {
	color: #333;
}

#sidebar-top a:hover {
	color: #66a83d;
}

.sidebar-top-box {
	margin-bottom:4px;
	padding:0;
	background-color: #F9F7F2;
	color: #333;
	border: 1px solid #CDD7B5;
    text-align:center;
    
}

.box-padding {
	padding:7px;
}

.sidebar-top-box p {
	margin-top:3px;
	margin-bottom:3px;
}

#sidebar-top .textwidget {
	padding:10px 10px 10px 10px;
	color: #333;
}

#sidebar-top ul {
	list-style-type:none;
    padding:10px;   
}

#sidebar-top .widget {
    margin:0px 0px 5px 0px;
	background-color: #F9F7F2;
	border: solid 1px #CDD7B5;	
}

#sidebar-top ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#sidebar-top ul.children li {
    padding-bottom: 0px;
}

#sidebar-top ul li {
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#sidebar-top ul li a {
	text-decoration:none;
}

#sidebar-left a, #sidebar-left a:visited, #sidebar-left a:active, #sidebar-right a, #sidebar-right a:visited, #sidebar-right a:active {
	color: #666;
	text-decoration: underline;
}


#sidebar #sidebar-left, #sidebar #sidebar-right {
	color: #666;
}

#sidebar-left a:hover, #sidebar-right a:hover {
	color: #66a83d;
}

#sidebar-left {
	float:left;
	padding:0 4px 0 0;
}

#sidebar #sidebar-left h2, #sidebar #sidebar-right h2 {
	margin:0px 0 10px;
	padding-left: 5px;
	color: #66a83d;
	border-bottom: solid 1px #999;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#sidebar-right {
	float:right;
	width: 120px;
	padding:0 0 0 4px;
}

#sidebar-left ul , #sidebar-right ul {
	padding-left:5px;
	margin-left:5px;
}

#sidebar-right ul li, #sidebar-left ul li {
	padding:0 0 5px 1px;
	list-style:none;
	list-style-image: url(images/list_bullet1.gif);
	margin:0;
}
    
#sidebar-left  .children, #sidebar-right  .children {
	padding-top: 5px;
}

#sidebar-left  ul.children  li, #sidebar-right  ul.children  li {
	padding-bottom: 3px;
	padding-top: 0px;
}

#sidebar-top h2 a.rsswidget {
	color: #FFF;
	text-decoration: none;
}

#sidebar #sidebar-left h2 a.rsswidget, #sidebar #sidebar-right h2 a.rsswidget {
	color: #66a83d;
	text-decoration: none;
}

#sidebar .rsswidget img {
	float: left;
	margin-top: 2px;
	margin-right: 7px;
}

/*-- Footer settings --*/

#footer {
	float:left;
	width: 940px;
    background-color: #66a83d;
	color: #fff;
	font-size:11px;
	padding:0px;
	margin:0;
    
}

#footer a:link, #footer a:visited, #footer a:hover, #footer a:active, #footer a:focus {
	color: #fff;
	text-decoration:underline;
}

#footerdark {
    padding:7px 0 10px 0;
    width: 940px;
}


#footer .topshadow {
	background: url(images/feature-shadow.png) no-repeat top left;
    padding-bottom:20px;
}

#footer p {
	padding:10px 0 0 15px;
    margin:0px;
}
#footer h2 {
    padding:0px;
        margin:0px 0px 10px 0px;
	color: #fff;
	font-family: Arial, Arial, Helvetica;
	font-size: 18px;
}	

#footer .textwidget {
	padding:0px;
	color: #999;
}

#footer ul {
	list-style-type:none;
    padding:0px;   
}
#footer ul.children {
	margin:3px 0 0px 0;
	padding: 0px 0px 3px 0px;
	border:none;
}

#footer ul.children li{
    padding-bottom: 0px;
}

#footer ul li{
	list-style-type:none;
background: none; padding-left:0px;
padding-bottom:3px;
}

#footer ul li a {
	text-decoration:none;
}

.foot_box {
	padding:15px 15px 15px 15px;
    margin:0px;
	width: 420px;
    float: left;
}

/*-- Related Posts plugin settings --*/

.rel-posts {
	margin:0 0 10px;
	padding:0 0 10px;
}

.rel-posts ul {
	margin:0;
	padding:0;
}

.rel-posts li {
	list-style-type:none;
background: none; padding-left:0px;

margin:2px 0 0 0;
	padding:0px 0 0px 11px;
}

.rel-posts li a {
	text-decoration: none;
}

/*-- Wordpress calendar settings --*/

#wp-calendar {
	width:100%;
	border-collapse:collapse;
	margin:0;
	padding:0;
	background: #FFFFFF;
}

#wp-calendar caption {
	padding-top:3px;
	padding-bottom:6px;
	text-align:left;
	font-family: Arial, Arial, Helvetica;
	font-size: 15px;
	font-weight: bold;
	color: #66a83d;
	text-transform: uppercase;
	letter-spacing: 0px;
}

#wp-calendar td {
	text-align:center;
	padding-top:2px;
	padding-bottom:2px;
	line-height:15px;
}

#wp-calendar th {
	background-color: #66a83d;
	color: #FFFFFF;
}

#wp-calendar tbody {
	border-right: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;


}

#content #sidebar #wp-calendar a {
	font-weight:700;
	color: #FFFFFF;
	text-decoration:none;
	display:block;
	border-style:none;
	margin:0;
	padding:0;
	background-color: #66a83d;
}

#content #sidebar #wp-calendar a:hover {
	font-weight:700;
	color: #999;
	text-decoration:none;
	border-style:none;
	margin:0;
	padding:0;
}

#wp-calendar tfoot, #wp-calendar tfoot .pad {
	background-color: #66a83d;
}

#wp-calendar tfoot a:hover {
	text-decoration:underline;
}

#wp-calendar tfoot a {
	display:block;
	padding:2px 0;
	color: #FFFFFF;
	text-decoration: none;
}

#wp-calendar tfoot td {
	padding:4px 0;
}

#wp-calendar thead {
	border-right: 1px solid #66a83d;
	border-left: 1px solid #66a83d;
}

#wp-calendar tfoot {
	border-right: 1px solid #66a83d;
	border-left: 1px solid #66a83d;
}

#credit {
	font: 11px;
	padding: 5px;
    width:940px;
    margin: 0 auto;
    text-align:center;
 
}


form {
	margin:0;
	padding:0;
}

/* Styling for RSS feed widget */

#rss a {
	color: #FFF;
	line-height: 20px;
}

#rss a:hover {
	color: #FFF;
	text-decoration: none;
}

.clearer {
	clear: both;
	float: none;
}

#nextprevious {
	padding:15px;
    float:left;
    width: 95%;
    text-align:center;
}
#nextprevious a, #nextprevious a:link, #nextprevious a:visited, #nextprevious a:active {
	color: #333;
}

#nextprevious div.left {
	float:left;
}

#nextprevious div.right {
	float:right;
}

/* Legacy comments styling */

img.avatar {
	float:right;
    border:solid 1px #000;
}
div.vcard a {
	font-weight:bold;

}

}
ol li div.comment-meta { font-size:9px; margin:5px 0 10px 0; }

/* End Legacy comments styling */

/* Styling for WP 2.7 nested comments. Thanks to Chris Harrison at http://cdharrison.com for breaking these down. I changed what I needed and left the rest for future styling.  */

#content ol.commentlist a, #content ol.commentlist a:link, #content ol.commentlist a:visited {color: #66a83d; }
ol.commentlist { list-style:none; margin:0 0 1em; padding:0; text-indent:0; }
ol.commentlist li {margin-bottom: 10px; }
ol.commentlist li.alt { }
ol.commentlist li.bypostauthor {}
ol.commentlist li.byuser {}
ol.commentlist li.comment-author-admin {background-color: #CDD7B5;}
ol.commentlist li.comment { padding:1em; }
ol.commentlist li div.comment-author {}
div.vcard { font:normal 16px; }
ol.commentlist li div.vcard cite.fn { font-style:normal;font-weight:bold; }
ol.commentlist li div.vcard cite.fn a.url {}
ol.commentlist li div.vcard img.avatar { border:1px solid #000; float:right; margin:0 0 1em 1em; }
ol.commentlist li div.vcard img.avatar-32 {}
ol.commentlist li div.vcard img.photo {}
ol.commentlist li div.vcard span.says {}
ol.commentlist li div.commentmetadata {}
ol.commentlist li div.comment-meta { font-size:9px; margin:5px 0 10px 0; }
ol.commentlist li div.comment-meta a { }
ol.commentlist li p { margin:0 0 1em; }
ol.commentlist li ul { list-style:square; margin:0 0 1em 2em; }
ol.commentlist li div.reply { font-size:11px; }
#content ol.commentlist li div.reply a { color:#FFF; font-weight:bold; padding:3px 6px; background-color: #66a83d;  border:1px solid #000;}
#content ol.commentlist li div.reply a:hover { background-color:#555; text-decoration:none;}
ol.commentlist li ul.children { list-style:none; margin:1em 0 0; text-indent:0; }
ol.commentlist li ul.children li {}
ol.commentlist li ul.children li.alt {}
ol.commentlist li ul.children li.bypostauthor {}
ol.commentlist li ul.children li.byuser {}
ol.commentlist li ul.children li.comment {}
ol.commentlist li ul.children li.comment-author-admin {background-color: #CDD7B5;}
ol.commentlist li.depth-1, ol.commentlist li.depth-1.parent {border: solid 1px #CDD7B5;}
ol.commentlist li ul.children li.depth-2 { border:1px solid #CDD7B5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-3 { border:1px solid #CDD7B5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-4 { border:1px solid #CDD7B5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.depth-5 { border:1px solid #CDD7B5; margin:0 0 .25em .25em; }
ol.commentlist li ul.children li.odd {}
ol.commentlist li.even { background-color: #F9F7F2; background-image:none; }
ol.commentlist li.comment-author-admin.even, ol.commentlist li.comment-author-admin.odd { background-color: #CDD7B5; background-image:none;}
ol.commentlist li.odd { background: url(images/comments-lighter.png) no-repeat top left; background-color: #F9F7F2;  }
ol.commentlist li.parent { border:none; }
ol.commentlist li.pingback { border-bottom:1px dotted #666; padding:1em; }
ol.commentlist li.thread-alt { }
ol.commentlist li.thread-even {}
ol.commentlist li.thread-odd {}
ol.pinglist li a, ol.pinglist li a:link, ol.pinglist li a:visited ol.pinglist li {color: #66a83d; }
.bypostauthor { background-color: #fff !important; }

#powered
{
height:10px;
text-align:center;
}
#light
{
width:1040px;
/*	background-image: url(images/light.png); */
    background-repeat: no-repeat;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;	
}
.title
{

}
.title .corner-left{
	background-image: url(images/title_corner_left_green.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	display:block;
	width:7px;
	height:38px;
	float:left;
	margin-bottom:5px;
}
.title .corner-right{
	background:url(images/title_corner_right_green.png) right bottom no-repeat;
	border:none;
	height:38px;
	display: block;
	float:left;
	margin-bottom:5px;
     line:height:38px;
}
.corner-right h2
{
line-height:38px;
height:38px;
margin:0;
padding:0;
}
.wp-pagenavi, #wp-pagenavi {color: #FFFFFF;margin:0 auto;}.wp-pagenavi a, .wp-pagenavi a:link, #wp-pagenavi a, #wp-pagenavi a:link{padding: 3px 5px 3px 5px; margin: 2px;text-decoration: none;border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #A79789;}.wp-pagenavi a:visited, #wp-pagenavi a:visited {padding: 3px 5px 3px 5px;margin: 2px;text-decoration: none;border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #A79789;}.wp-pagenavi a:hover, #wp-pagenavi a:hover {border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #7A6758;}.wp-pagenavi a:active, #wp-pagenavi a:active {padding: 3px 5px 3px 5px;margin: 2px;text-decoration: none;border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #900000;}.wp-pagenavi span.pages, #wp-pagenavi span.pages {padding: 3px 5px 3px 5px;margin: 2px 2px 2px 2px;color: #333333;border: none}.wp-pagenavi span.current, #wp-pagenavi span.current {padding: 3px 5px 3px 5px;margin: 2px;font-weight: bold;border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #66a83d;}.wp-pagenavi span.extend, #wp-pagenavi span.extend {padding: 3px 5px 3px 5px; margin: 2px;border: 1px solid #000000;color: #FFFFFF;background: url(images/pagenavi-bg.png) left bottom no-repeat;background-color: #A79789;} 

/* Pricing Tables
------------------------------------------------------*/

.price_table 			{ width:650px; margin:0 auto; padding:1px; }

.price_table a img		{ outline:none; border:none;}

table.customtable 		{ margin: 19px 0 20px 0; width:90%; border:0px solid #ccc; border-collapse:collapse; }
table.customtable th	{ font:bold 18px "Trebuchet Ms", Arial, verdana, sans-serif; text-align:center; padding:0px; border-bottom:1px solid #ddd; }
table.customtable th 	{ background:url(images/table/table-head-mid.png) repeat-x; height:78px; }

table.customtable th.lefthead 	{ background:url(images/table/table-head-left.png) no-repeat top left; height:78px;	}
table.customtable th.righthead 	{ background:url(images/table/table-head-right.png) no-repeat top right; height:78px; }
			
table.customtable td				{ border-bottom:1px solid #ddd; border-left:1px solid #ddd; border-right:1px solid #ddd; color: #000; padding: 10px 15px; font:normal 13px "Trebuchet Ms", Arial, verdana, sans-serif; }

.floatright				{ float:right; }

table.customtable td,
table.customtable th 	{ text-align:center;}

table.customtable thead th			{ border-left:none !important; border-right:none !important;}
table.customtable td:first-child 	{ background:#eee; text-align:left; padding-left:30px; font-weight:bold;   }



/*MY CUSTOM*/.entry-title, h3 { /* H3 is entry headlines. H4 is comments and replyform headlines */    font-size: 22px;    font-weight: normal;    }

h4 {    font-size: 20px;    font-weight: normal;    }

.post ul.greencheck { 	line-height: 22px;}
.post .greencheck li {	list-style:none;	padding: 0 0 10px 35px;	background-image: url(images/checkmark.png);	background-repeat: no-repeat;	background-position: left top;}

.post ul.redstop { 	line-height: 22px;}

.post .redstop li {	list-style:none;	padding: 0 0 10px 35px;	background-image: url(images/stop.png);	background-repeat: no-repeat;	background-position: left top;}
.stickynote h2 {	font-family:Verdana,Helvetica,sans-serif;	font-size: 24px;}

.stickynote {	background: url(images/stickynote.jpg) no-repeat left top;	padding: 38px 40px 35px 60px;	height: 261px;	width: 260px;	font: 18px/22px "Courier New", Courier, monospace;	text-align: center;	float: left;}

blockquote {	margin: 20px 0;	padding: 0 20px 0 50px;	color: #333;	background: url('images/quote.png') no-repeat 10px 0;	border: none;	}


.listing {
border-bottom:dashed 1px #dadada;
padding:20px 0 25px;
}

.listing h3 {
color:#666;
font-weight:400;
line-height:24px;
}

.listing h3 span {
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding:0.5em 1.0em;
	line-height:1em;
	text-align:center;
	white-space: nowrap;
margin-right:25px;
background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: rgb(0, 173, 0); background-position: initial initial; background-repeat: initial initial;
border-radius: 8px;
}

.listing span img {
display:block;
margin:0 auto;
}

.listing > span {
width:160px;
float:left;
}

.listing table {
font-size:12px;
}

ul.desc {
display:block;
font-size:13px;
}

ul.desc > li {
background:none;
float:left;
margin:0;
padding:0 0 0 20px;
}

ul.desc > li + li {
float:right;
padding:0 30px 0 0;
}

ul.desc ul {
margin:0;
}

.desc {
background:#F9F7F2;
border:solid 1px #CDD7B5;
border-radius:8px;
font-size:12px;
padding:12px;
margin-top:10px;
}

.desc > a {
width:127px;
height:24px;
display:block;
text-indent:-9999px;
float:left;
margin-left:80px;
}

.desc > a:hover {
background-position:0 -25px;
}

.desc > a + a {
background-position:-134px 0;
margin-left:35px;
}

.desc > a + a:hover {
background-position:-134px -25px;
}

.desc p {
margin-bottom:10px;
}

.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {
display:inline-block;
}

.listing tr td:first-child {
width:130px;
}

.listing td + td p {
float:left;
display:inline;
}

.listing td > div {
width:100px;
border:solid 1px #7d7b76;
height:9px;
display:block;
float:right;
}

.listing td > div * {
background:#fa8b37;
display:block;
float:left;
height:9px;
}

.listing + .listing + .listing {
border:none;
}








.listingbad {
border-bottom:dashed 1px #dadada;
padding:20px 0 25px;
}

.listingbad h3 {
color:#666;
font-weight:400;
line-height:24px;
}

.listingbad h3 span {
	color:#fff;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.25);
	border-top: rgba(255, 255, 255, .3) 1px solid;
	padding:0.5em 1.0em;
	line-height:1em;
	text-align:center;
	white-space: nowrap;
margin-right:25px;
background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #000; background-position: initial initial; background-repeat: initial initial;
border-radius: 8px;
}

.listingbad span img {
display:block;
margin:0 auto;
}

.listingbad > span {
width:160px;
float:left;
}

.listingbad table {
font-size:12px;
}

.listingbad tr td:first-child {
width:130px;
}

.listingbad td + td p {
float:left;
display:inline;
}

.listingbad td > div {
width:100px;
border:solid 1px #7d7b76;
height:9px;
display:block;
float:right;
}

.listingbad td > div * {
background:#000;
display:block;
float:left;
height:9px;
}

.listingbad + .listingbad + .listingbad {
border:none;
}




.n00 	{	width:	0px; }
.n01 	{	width:	1px; }
.n02	{	width:	2px; }
.n03	{	width:	3px; }
.n04	{	width:	4px; }
.n05	{	width:	5px; }
.n06	{	width:	6px; }
.n07	{	width:	7px; }
.n08	{	width:	8px; }
.n09	{	width:	9px; }
.n10	{	width:	10px; }
.n11	{	width:	11px; }
.n12	{	width:	12px; }
.n13	{	width:	13px; }
.n14	{	width:	14px; }
.n15	{	width:	15px; }
.n16	{	width:	16px; }
.n17	{	width:	17px; }
.n18	{	width:	18px; }
.n19	{	width:	19px; }
.n20	{	width:	20px; }
.n21	{	width:	21px; }
.n22	{	width:	22px; }
.n23	{	width:	23px; }
.n24	{	width:	24px; }
.n25	{	width:	25px; }
.n26	{	width:	26px; }
.n27	{	width:	27px; }
.n28	{	width:	28px; }
.n29	{	width:	29px; }
.n30	{	width:	30px; }
.n31	{	width:	31px; }
.n32	{	width:	32px; }
.n33	{	width:	33px; }
.n34	{	width:	34px; }
.n35	{	width:	35px; }
.n36	{	width:	36px; }
.n37	{	width:	37px; }
.n38	{	width:	38px; }
.n39	{	width:	39px; }
.n40	{	width:	40px; }
.n41	{	width:	41px; }
.n42	{	width:	42px; }
.n43	{	width:	43px; }
.n44	{	width:	44px; }
.n45	{	width:	45px; }
.n46	{	width:	46px; }
.n47	{	width:	47px; }
.n48	{	width:	48px; }
.n49	{	width:	49px; }
.n50	{	width:	50px; }
.n51	{	width:	51px; }
.n52	{	width:	52px; }
.n53	{	width:	53px; }
.n54	{	width:	54px; }
.n55	{	width:	55px; }
.n56	{	width:	56px; }
.n57	{	width:	57px; }
.n58	{	width:	58px; }
.n59	{	width:	59px; }
.n60	{	width:	60px; }
.n61	{	width:	61px; }
.n62	{	width:	62px; }
.n63	{	width:	63px; }
.n64	{	width:	64px; }
.n65	{	width:	65px; }
.n66	{	width:	66px; }
.n67	{	width:	67px; }
.n68	{	width:	68px; }
.n69	{	width:	69px; }
.n70	{	width:	70px; }
.n71	{	width:	71px; }
.n72	{	width:	72px; }
.n73	{	width:	73px; }
.n74	{	width:	74px; }
.n75	{	width:	75px; }
.n76	{	width:	76px; }
.n77	{	width:	77px; }
.n78	{	width:	78px; }
.n79	{	width:	79px; }
.n80	{	width:	80px; }
.n81	{	width:	81px; }
.n82	{	width:	82px; }
.n83	{	width:	83px; }
.n84	{	width:	84px; }
.n85	{	width:	85px; }
.n86	{	width:	86px; }
.n87	{	width:	87px; }
.n88	{	width:	88px; }
.n89	{	width:	89px; }
.n90	{	width:	90px; }
.n91	{	width:	91px; }
.n92	{	width:	92px; }
.n93	{	width:	93px; }
.n94	{	width:	94px; }
.n95	{	width:	95px; }
.n96	{	width:	96px; }
.n97	{	width:	97px; }
.n98	{	width:	98px; }
.n99	{	width:	99px; }
.n100	{	width:	100px; }


#navlist
 {
 padding: 0;
 margin: auto;
 font-size: 12px;
 padding: 5px;
 background: #66a83d;
 color:#fff;
 }

 #navlist li
 {
 list-style: none;
 margin: 0;
 display: inline;
 }

 #navlist li a
 {
 padding: 3px 0.5em;
 margin-left: 3px;
 color:#fff;
 text-decoration: underline;
 }

 #navlist li a:link { color: #fff; }

 #navlist li a:hover
 {
 text-decoration: none;
 }

 #navlist
 {
 padding: 0;
 margin: auto;
 font-size: 12px;
 padding: 5px 0;
 background: #66a83d;
 
 }

#nfooter {

}


 #nfooter li
 {
 list-style: none;
 margin: 0;
 display: inline;
 }

 #nfooter li a
 {
 padding: 3px 0.5em;
 color:#666;
 text-decoration: underline;
 }


#footer-sidebar {
margin:20px;
font-size:12px;
text-align:center;
list-style:none;
color:#666;
 }

 #footer-sidebar1 {
 margin:0 5px;
 }

.wlist {
font-size: 15px;
}
