/* 
	Theme Name: Organic-NonProfit
	Theme URL: http://www.organicthemes.com/
	Description: Organic Themes offers professionally designed, highly customizable Wordpress themes.
	Author: Organic Themes
	Author URI: http://www.organicthemes.com
	Version: 2.0
	Tags: organic themes, wordpress customization
	
	The CSS, XHTML and Design are released under the GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

html {
	background: #EEEEEE url(images/bg.jpg) repeat-x;
	}
html.homehtmlbg {
	background: #EEEEEE url(images/home_bg3.jpg) repeat-x;
	}
body {
	background: none;
	color: #000000;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
body.homebodybg {
	background: transparent url(images/home_bg_shadow.png) no-repeat top center;
	}
#wrap {
	width: 960px;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}
	
#npaBallonContainer {
	display:none;
	position:absolute;
	z-index:1000;
	width: 422px;
	height: 245px;
}

.cycler img { display: block; width: 300px; height: 268px; }

	
	
/************************************************
*	CURTAIN									*
************************************************/	

#curtain_overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
  background-color: #000;
  z-index: 97;
  display: none;
  -moz-opacity:.50; 
  filter:alpha(opacity=50); 
  opacity:.50;
}

* html #curtain_overlay { /* ie6 hack */
  position: absolute;
  height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#curtain_container {
    position:absolute;
    top:0px;
    z-index:99;
	border: 0px;
    height:539px;
    text-align: center;
    display: none;
    width: 731px;
	background: url(images/curtain1.png);
	background-repeat: no-repeat;
}

#curtain_wrap {
	width: 731px;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	z-index:98;
}
	
	
/************************************************
*	Common										*
************************************************/
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}

/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a, a:link {
	color: #ff9900;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #ff9900;
	text-decoration: underline;
	}

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	height: 140px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
#header h1 {
	color: #3F3F3F;
	font-size: 24px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	text-decoration: none;
	}
#header h1 a, #header h1 a:visited {
	color: #3F3F3F;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #3F3F3F;
	text-decoration: none;
	}
#header p {
	margin: 0px;
	padding: 0px;
	}
#header #title a {
	background: url(/wp-content/uploads/2010/10/header_logo1.jpg) no-repeat;
	display: block;
	width: 960px; 
	height: 140px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
}
.headerlogo {
	width: 960px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

/************************************************
*	Navbar      								*
************************************************/
#navbar {
	background: none;
	width: 650px;
	height: 30px;
	float: left;
	clear: both;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	z-index: 9999999999;
	position: relative;
	}
.navbarright {
	float: right;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	height: 30px;
	overflow: hidden;
	}
.navbarright img {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
	
/*** ESSENTIAL STYLES ***/
.menu, .menu * {
	margin:	0;
	padding: 0;
	list-style:	none;
	}
.menu {
	line-height: 1.0;
	}
.menu ul {
	margin: 0px;
	padding: 0px;
	}
.menu ul ul, ul.menu ul {
	position: absolute;
	top: -999em;
	width: 200px; /* left offset of submenus need to match (see below) */
	}
.menu ul li ul li, ul.menu ul li {
	width: 100%;
	margin: 0px 0px 0px 0px;
	}
.menu li:hover {
	visibility:	inherit; /* fixes IE7 'sticky bug' */
	}
.menu li {
	float: left;
	position: relative;
	}
.menu a {
	display: block;
	position: relative;
	}
.menu li:hover ul,
.menu li.sfHover ul {
	left: 0;
	top: 29px; /* match top ul list item height */
	z-index: 99;
	}
ul.menu li:hover li ul,
ul.menu li.sfHover li ul {
	top: -999em;
	}
ul.menu li li:hover ul,
ul.menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}
ul.menu li li:hover li ul,
ul.menu li li.sfHover li ul {
	top: -999em;
	}
ul.menu li li li:hover ul,
ul.menu li li li.sfHover ul {
	left: 180px; /* match ul width */
	top: 0;
	}
/*** SKIN ***/
.menu .current_page_item a,
.menu .current-menu-item a {
	background: #EEEEEE;
	color: #3F3F3F !important;
	border:	none;
	padding: 9px 10px 9px 10px;
	text-decoration: none;
	line-height: 11px;
	border-bottom: 1px solid #DDDDDD;
	}
.menu .current-cat a {
	background: #EEEEEE;
	color: #3F3F3F !important;
	padding: 9px 10px 9px 10px;
	text-decoration: none;
	line-height: 11px;
	border:	none;
	}
 
.menu li .current_page_item a,
.menu li .current-menu-item a {
	color: #333333 !important;
	padding: 6px 10px 8px 10px;
	border-bottom: none;
	}
.menu {
	float: left;
	margin-bottom: 0;
	}
.menu a {
	border:	none;
	padding: 9px 10px 10px 10px;
	margin: 0px;
	text-decoration: none;
	line-height: 11px;
	text-shadow: 0.3px 0.3px #F5F5F5;
	}
.menu a, .menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #333333;
	}
.menu li {
	background: none;
	margin: 0px 0px 0px 0px;
	}
.menu li li {
	background:	#EEEEEE;
	}
.menu li li a {
	color: #3F3F3F !important;
	font-size: 11px;
	padding: 6px 10px 8px 10px;
	border-left: none;
	text-shadow: none;
	}
.menu li li li {
	background:	#EEEEEE;
	}
.menu li:hover, .menu li.sfHover {
	background: #EEEEEE;
	color: #3F3F3F;
	outline: 0;
	border: none;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background: #EEEEEE;
	color: #3F3F3F;
	padding: 9px 10px 9px 10px;
	outline: 0;
	border-bottom: 1px solid #DDDDDD;
	}
.menu li li a:focus, .menu li li a:hover, .menu li li a:active {
	background: #DDDDDD;
	color: #333333 !important;
	padding: 6px 10px 8px 10px;
	outline: 0;
	border-bottom: none;
	}
.menu li li:hover, .menu li li.sfHover {
	background:	#dddddd;
	outline: 0;
	}
/*** ARROWS **/
.menu a.sf-with-ul {
	padding-right: 25px;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
	}
.menu a:hover.sf-with-ul {
	padding-right: 25px;
	}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: 10px;
	top: 12px; /* IE6 only */
	width: 10px;
	height:	10px;
	text-indent: -999em;
	overflow: hidden;
	background:	url(images/arrows-ffffff.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: 9px;
	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 */
.menu ul ul .sf-sub-indicator, ul.menu ul .sf-sub-indicator {
	top: 9px;
	background-position:  -10px 0; 
	}
.menu ul ul a > .sf-sub-indicator, ul.menu ul a > .sf-sub-indicator {
	top: 7px;
	right: 5px;
	background-position:  0 0; 
	}
/* apply hovers to modern browsers */
.menu ul ul a:focus > .sf-sub-indicator,
.menu ul ul a:hover > .sf-sub-indicator,
.menu ul ul a:active > .sf-sub-indicator,
.menu ul ul li:hover > a > .sf-sub-indicator,
.menu ul ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
	}
/*** shadows for all but IE6 ***/
.sf-shadow ul ul {
	background:	url(images/shadow.png) no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
	}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
	}

/************************************************
*	Homepage 					     		    * 
************************************************/
#swfDiv {
	margin: 0px 0px 0px 0px;
	float: left;
	}
#homepagetop {
	background: none;
	float: left;
	display: block;
	clear: both;
	width: 960px;
	height: auto;
	margin: 0px 0px 0px 0px;
	padding: 0px;
	}
#homepagetop p {
	line-height: 20px;
	}
#bannerleft {
	float: left;
	display: block;
	position: relative;
	background: #FFFFFF;
	width: 650px;
	height: 330px;
	overflow: hidden;
	z-index: 1;
	}
#bannerleft embed {
	width: 650px;
	height: 330px;
	}
#bannerdescription {
	float: left;
	display: block;
	position: absolute;
	background: #333333;
	opacity: 0.8;
	filter: alpha(opacity=80);
	overflow: hidden;
	height: 30px;
	max-width: 650px;
	margin: 260px 0px 0px 0px;
	padding: 10px;
	z-index: 8;
	}
#bannerdescription h3 {
	text-align: left;
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	line-height: 14px;
	margin: 0px 0px 1px 0px;
	padding: 0px;
	}
#bannerdescription p {
	color: #EEEEEE;
	line-height: 22px;
	padding: 0px;
	margin: 0px;
	}
#bannerright {
	float: right;
	display: block;
	width: 310px;
	height: 360px;
	top: -88px;
	position: relative;
	}
#bannerrighttop {
	float: left;
	display: block;
	width: 310px;
	height: 130px;
	background: #EEEEEE url(images/fold_subscribe.gif) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
#bannerrighttop h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-align: left;
	color: #3F3F3F;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	line-height: 20px;
	}
	
	
#bannerrighttop_fair {
	float: left;
	display: block;
	width: 310px;
	height: 130px;
	background: #D71920 url(images/fair_bg.png) no-repeat;
	margin: 0px;
	padding: 0px;
	}
#bannerrighttop_fair h3 {
	margin: 0px 0px 12px 0px;
	padding: 0px;
	text-align: left;
	color: #FFF;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	line-height: 20px;
}

#bannerrighttop_fair #homesubscribe p {
	color: #FFF;
	width: 170px;
}


	
#homesubscribe {
	float: left;
	display: block;
	padding: 15px;
	}
#homesubscribe form {
	float: left;
	margin: 0px 0px 0px 0px;
	}
#homesubscribe p {
	margin: 5px 0px 5px 0px;
	color: #3F3F3F;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	line-height: 16px;
	}
#bannerwidget {
	float: left;
	display: block;
	width: 280px;
	height: 288px;
	background: #FFFFFF;
	padding: 15px;
	overflow: hidden;
	}
#bannerwidget .widget {
	float: left;
	display: block;
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
	}
#bannerwidget h3 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
	color: #3F3F3F;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	line-height: 20px;
	}
#bannerwidget li {
	text-decoration: none;
	list-style-type: none;
	}
#bannerwidget li a, #bannerwidget li a:link, #bannerwidget li a:visited {
	color: #3F3F3F;
	text-decoration: none;
	}
#bannerwidget ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#bannerwidget ul li {
	list-style-type: none;
	margin: 0px 0px 6px 0px;
	padding: 0px;
	}
#bannerwidget ul li a {
	background: transparent url(images/arrow_normal.gif) no-repeat;
	border-bottom: 1px dotted #dddddd;
	display: block;
	padding: 4px 5px 4px 12px;
	}
#bannerwidget ul li a:hover {
	background: transparent url(images/arrow_over.gif) no-repeat;
	color: #ff9900;
	padding: 4px 5px 4px 12px;
	}
#homepagemid {
	float: left;
	width: 960px;
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepagemid .homebox {
	background: #FFFFFF;
	height: 230px;
	width: 290px;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}
#homepagemid a, #homepagemid a:visited {
	color: #3F3F3F;
	text-decoration: none;
	}
#homepagemid a:hover {
	color: #ff9900;
	text-decoration: none;
	}
#homepagemid p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	line-height: 20px;
	}
#homepagemid h3 {
	background: #DDDDDD;
	padding: 15px 0px 15px 0px;
	margin: 0px;
	text-align: center;
	color: #3F3F3F;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	text-shadow: 0.3px 0.3px #F5F5F5;
	}
#homepagemid h3 a {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	}
#homepagemid h3 a:hover {
	color: #ff9900;
	text-decoration: none;
	border: none;
	}
#homepagemid h4 {
	color: #3F3F3F;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepagemid h4 a, #homepagemid h2 a:visited {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	}
#homepagemid h4 a:hover {
	color: #ff9900;
	text-decoration: none;
	border: none;
	}
#homepagemid embed, #homepagemid object {
	width: 250px;
	height: 205px;
	margin: 10px 0px 5px 0px;
	padding: 0px;
	}
#homepagemid ul {
	list-style: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
	padding: 0px 0px 10px 0px;
	}
#homepagemid ul li {
	list-style: none;
	list-style-type: none;
	padding: 0px;
	margin: 0px 0px 5px 0px;
	}
#homepagemid img {
	float: left;
	background: #EEEEEE;
	padding: 5px;
	margin: 0px 10px 5px 0px;
	}
#homecontent01 {
	background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
	float: left;
	display: block;
	clear: both;
	width: 310px;
	height: 235px;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	}
#homecontent02 {
	background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
	float: left;
	display: block;
	width: 310px;
	height: 235px;
	margin: 0px 12px 0px 0px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	}
#homecontent03 {
	background: transparent url(images/shadow_midbox.png) no-repeat bottom right;
	float: left;
	display: block;
	width: 310px;
	height: 235px;
	margin: 0px -3px -3px 0px;
	padding: 0px 0px 3px 0px;
	overflow: hidden;
	}
#homepagebot {
	float: left;
	width: 960px;
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepagebot a, #homepagebot a:visited {
	color: #3F3F3F;
	text-decoration: none;
	}
#homepagebot a:hover {
	color: #ff9900;
	text-decoration: none;
	}
#homepagebot p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepagebot h3 {
	margin: 10px 0px 10px 0px;
	text-align: left;
	text-indent: 4px;
	color: #3F3F3F;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	text-shadow: 0.3px 0.3px #F5F5F5;
	}
#homepagebot h3 a {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	}
#homepagebot h3 a:hover {
	color: #ff9900;
	text-decoration: none;
	border: none;
	}
#homepagebot h4 {
	color: #3F3F3F;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	margin: 0px;
	padding: 0px 0px 10px 0px;
	}
#homepagebot h4 a {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	}
#homepagebot h4 a:hover {
	color: #ff9900;
	text-decoration: none;
	border: none;
	}
#homecontent04 {
	background: none;
	float: left;
	display: block;
	clear: both;
	width: 456px;
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homecontent04 h3 {
	margin: 10px 0px 15px 0px;
	text-align: left;
	color: #003C1B;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	}
#homecontent04 p {
	margin: 0px;
	padding: 0px 0px 10px 0px;
	text-align: left;
	color: #3F3F3F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	line-height: 22px;
	}
#homecontent05 {
	float: left;
	display: block;
	background: transparent url(images/shadow_tabbox.png) no-repeat bottom right;
	width: 490px;
	margin: 0px -3px -3px 0px;
	padding: 0px 3px 3px 0px;
	overflow: hidden;
	}
.homebox {
	background: #ffffff;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	float: left;
	}
.learnmore {
	float: left;
	display: block;
	color: #3F3F3F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	line-height: 25px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #dddddd;
	text-align: right;
	}
.learnmoretab {
	float: right;
	display: block;
	color: #3F3F3F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	line-height: 25px;
	width: 100%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	border-top: 1px dotted #dddddd;
	text-align: right;
	}
#morenews a {
	float: left;
	display: block;
	color: #3F3F3F;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	line-height: 25px;
	width: 100%;
	margin: 2px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	}
#morenews a:hover {
	color: #ff9900;
	}

/************************************************
*	Content 					     		    * 
************************************************/
#content {
	float: left;
	width: 960px;
	display: block;
	background: #F5F5F5;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#contentleft {
	float: left;
	width: 625px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 15px;
	}
#contentwide {
	float: left;
	width: 930px;
	margin: 0px 0px 0px 0px;
	padding: 15px;
	}
#contenthome {
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#contentleft h1, #contentwide h1 {
	color: #035624;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin: 2px 0px 2px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 24px;
	}
#contentleft h2, #contentwide h2 {
	color: #3F3F3F;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	margin: 5px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}
#contentleft h3, #contentwide h3 {
	color: #3F3F3F;
	font-size: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
	text-align: left;
	margin: 0px 0px 5px 0px;
	}
#contentleft h4, #contentwide h4 {
	color: #3F3F3F;
	font-size: 16px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
#contentleft h5, #contentwide h5 {
	color: #3F3F3F;
	font-size: 14px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px 0px 2px 0px;
	padding: 2px 0px 2px 0px;
	}
#contentleft h6, #contentwide h6 {
	color: #3F3F3F;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: bold;
	text-transform: uppercase;
	margin: 2px 0px 5px 0px;
	padding: 2px 0px 2px 0px;
	border-bottom: 1px solid #CCCCCC;
	}
#contentleft h1 a, #contentwide h1 a,
#contentleft h2 a, #contentwide h2 a,
#contentleft h3 a, #contentwide h3 a,
#contentleft h4 a, #contentwide h4 a,
#contentleft h5 a, #contentwide h5 a,
#contentleft h6 a, #contentwide h6 a {
	color: #3F3F3F;
	text-decoration: none;
	border: none;
	}
#contentleft h1 a:hover, #contentwide h1 a:hover,
#contentleft h2 a:hover, #contentwide h2 a:hover,
#contentleft h3 a:hover, #contentwide h3 a:hover,
#contentleft h4 a:hover, #contentwide h4 a:hover,
#contentleft h5 a:hover, #contentwide h5 a:hover,
#contentleft h6 a:hover, #contentwide h6 a:hover {
	color: #ff9900;
	text-decoration: none;
	border: none;
	}
#contentleft img.wp-smiley {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
#contentleft img.wp-wink {
	float: none;
	border: none;
	padding: 0px;
	margin: 0px;
	}
.postarea p {
	margin: 0px;
	padding: 5px 0px 5px 0px;
	}
.postarea a img.nothumb {
	margin: 0px 0px 0px 0px;
	}
.postarea hr {
	border:0;
	width:100%;
	height:1px;
	color:#ddd;
	background-color:#ddd;
	margin:5px 0 8px 0;
	padding: 0;
	}
.postarea ol {
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 10px 0px;
	}
.postarea ol li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul {
	list-style-type: none;
	margin: 10px 0px 10px 0px;
	padding: 0px 0px 0px 15px;
	}
.postarea ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.postarea ul li {
    list-style: inside;
    list-style-type: square;
	background: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
.postarea ul ul li {
	background: none;
	padding: 0px 0px 0px 15px;
	margin: 0px 0px 5px 0px;
	}
blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 18px;
	line-height: 22px;
	margin: 10px 25px 10px 25px;
	padding: 0px 25px 0px 15px;
	border-left: 2px solid #dddddd;
	}
#content blockquote p {
	margin: 0px;
	padding: 10px 0px 10px 0px;
	}
.postheader {
	margin: 0px 0px 10px 0px;
	}
.postauthor {
	margin: 0px;
	padding: 0px;
	}
.meta {
	background: none;
	font-size: 11px;
	margin: 10px 0px 20px 0px;
	padding: 5px 10px 5px 10px;/*border: 1px dotted #BBBBBB;*/
	border-top: 3px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	}
.meta p {
	margin: 0px;
	padding: 0px;
	}
code {
	color: #3F3F3F;
	background: #EAEAEA;
	font-size: 11px;
	margin: 0px;
	padding: 10px;
	display: block;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	}
#content .archive {
	float: left;
	width: 285px;
	margin: 0px;
	padding: 0px 25px 20px 0px;
	}
#prevLink {
	float: left;
	}
#nextLink {
	float: right;
	}
#prevLink p, #nextLink p {
	padding: 0px;
	}

/************************************************
*	Images  					     		    * 
************************************************/
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}
img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}
img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}
.alignright {
	float: right;
	margin: 10px 0px 10px 10px;
	}
.alignleft {
	float: left;
	margin: 10px 10px 10px 0px;
	}
.wp-caption {
	border: 1px solid #dddddd;
	text-align: center;
	background-color: #FFFFFF;
	padding: 5px 0px 0px 0px;
	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: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}
.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 5px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*	Sidebar 	        			     	    * 
************************************************/
#sidebar {
	float: right;
	display: inline-block;
	width: 300px;
	margin: 15px 0px 0px 0px;
	padding: 0px;
	line-height: 18px;
	}
#sidebar p {
	color: #3F3F3F;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	}
#sidebar li {
	list-style-type: none;
	}
#sidebar ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#sidebar ul li {
	color:#3F3F3F;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
	}
#sidebar ul li a {
	color:#3F3F3F;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	border-top: 1px dotted #BBBBBB;
	}
#sidebar ul li a:hover {
	color:#ff9900;
	display: block;
	background: #ff9900;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	}
.textwidget {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}

/************************************************
*	Sidebar Widgets									*
************************************************/
#sidebar .widget {
	float:left;
	background: #FFFFFF;
	width: 277px;
	margin: 0px 0px 15px 0px;
	padding: 10px;
	list-style-type: none;
	border-right: 3px solid #DDDDDD;
	border-bottom: 3px solid #DDDDDD;
	}
#sidebar .widget h1, #sidebar .widget h2, #sidebar .widget h3, #sidebar .widget h4, .subscribe h4 {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	text-align: left;
	color: #3F3F3F;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	}
#sidebar .widget a {
	color: #ff9900;
	}
#sidebar .widget p {
	color:#3F3F3F;
	}
#sidebar .widget li {
	color:#3F3F3F;
	}
#sidebar .widget ul {
	color:#3F3F3F;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
#sidebar .widget ul li {
	display: inline;
	color: #3F3F3F;
	}
#sidebar .widget ul li a {
	display: block;
	color: #3F3F3F;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	text-decoration: none;
	border-top: 1px dotted #BBBBBB;
	}
#sidebar .widget ul li a:hover {
	display: block;
	color: #ff9900;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	border-top: 1px dotted #BBBBBB;
	}
#sidebar .widget ul li ul li a {
	text-indent: 15px;
	}
#sidebar .widget ul li ul li ul li a {
	text-indent: 30px;
	}
#sidebar .widget li a {
	color: #3F3F3F;
	border: none;
	}
#sidebar .widget li a:hover {
	color: #3F3F3F;
	border: none;
	background: none;
	}

/************************************************
*	Calendar Widget							*
************************************************/
#calendar_wrap {
	margin: 0px auto 0px;
	padding: 5px 10px 5px 10px;
	}
#wp-calendar {
	width: 100%;
	text-align: center;
	}
#wp-calendar a {
	margin: 0px !important;
	}
#wp-calendar caption {
	font-size: 16px;
	margin: 5px 0px 5px 0px;
	}
#wp-calendar #prev a {
	float: left;
	margin: 10px 0px 0px 0px !important;
	text-align: left;
	}
#wp-calendar #next a {
	float: right;
	margin: 10px 0px 0px 0px !important;
	text-align: right;
	}
	
/************************************************
*	Search Form									*
************************************************/
.widget_search {
	float: left;
	display: block;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
#searchform {
	margin: 0px;
	padding: 0px;
	}
#searchform label {
	display: none;
	}
#s {
	background: #F5F5F5;
	width: 96%;
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px 0px 0px 0px;
	padding: 5px 4px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
#searchsubmit {
	float: right;
	background: #F5F5F5;
	color: #3F3F3F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	font-style: italic;
	text-decoration: none;
	margin: 10px 0px 0px 0px;
	padding: 3px 6px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	}
#searchsubmit:hover {
	background: #FF9900;
	color: #FFFFFF;
	border: 1px solid #FF9900;
	}
#searchformheader {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#searchbox {
	float: left;
	display: inline;
	background: #DDDDDD url(images/fold_subscribe.gif) no-repeat scroll right top;
	font-size: 11px;
	line-height: 11px;
	width: 278px;
	color: #3F3F3F;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	padding: 10px 5px 8px 5px;
	margin: 0px 0px 0px 0px;
	border: none;
	}

/************************************************
*	Subscribe									*
************************************************/
.subscribe {
	float: left;
	display: block;
	background: #DDDDDD;
	width: 280px;
	list-style:none;
	margin: 0px 0px 15px 0px;
	padding: 10px 10px 10px 10px;
	}
.subscribe form {
	margin: 0;
	padding: 0;
	}
.subscribe input {
	margin: 0;
	padding: 0;
	}
.subscribe p {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
.subscribe a, .headerright a:visited {
	color: #000000;
	text-decoration: none;
	}
.subscribe a:hover {
	color: #3F3F3F;
	text-decoration: underline;
	}
#subbox {
	float: left;
	display: block;
	background: #FFFFFF url(images/arrow_subscribe.png) left no-repeat;
	width: 190px;
	height: 13px;
	color: #3F3F3F;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 7px 5px 5px 16px;
	border: none;
	}
#subbutton {
	float: right;
	display: block;
	background: #FFFFFF url(images/arrow_subscribe.png) right no-repeat;
	color: #3F3F3F;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	width: 60px;
	height: 25px;
	margin: 5px 0px 0px 8px;
	padding: 0px 12px 2px 6px;
	cursor: pointer;
	border: none;
	}
#subbutton:hover {
	color: #FF9900;
	}

/************************************************
*	Footer Top									*
************************************************/
#footertopbg {
	background: #FFFFFF;
	border-top: 1px solid #dddddd;
	}
#footertop {
	background: #FFFFFF;
	width: 960px;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	}
#footertop h4 {
	margin: 15px 0px 15px 0px;
	padding: 0px;
	text-align: left;
	color: #666666;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	}
#footertop li {
	text-decoration: none;
	list-style-type: none;
	padding: 0px 0px 15px 0px;
	}
#footertop li a, #footertop li a:link, #footertop li a:visited {
	color: #666666;
	text-decoration: none;
	}
#footertop ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}
#footertop ul li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
#footertop ul li a {
	display: block;
	background: transparent url(images/arrow_normal.gif) no-repeat;
	padding: 4px 4px 4px 12px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #dddddd;
	}
#footertop ul li a:hover {
	display: block;
	background: transparent url(images/arrow_over.gif) no-repeat;
	color: #ff9900;
	padding: 4px 4px 4px 12px;
	margin: 0px 0px 8px 0px;
	border-bottom: 1px dotted #dddddd;
	}
#footertop ul li ul li a {
	text-indent: 10px;
	}
#footertop ul li ul li ul li a {
	text-indent: 20px;
	}
#footertop #recentcomments li {
	display: block;
	list-style-type: none;
	padding: 4px 4px 4px 4px;
	margin: 0px 0px 8px 0px;
	}
#footertop #recentcomments a {
	display: inline;
	background: none;
	color: #ff9900;
	margin: 0px;
	padding: 0px;
	border: none;
	text-decoration: none;
	}
#footertop #recentcomments a:hover {
	text-decoration: underline;
	}
#footertop .widget {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
.footerwidget01 {
	width: 228px;
	float: left;
	display: inline;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidget02 {
	width: 228px;
	float: left;
	display: inline;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidget03 {
	width: 228px;
	float: left;
	display: inline;
	margin: 0px 16px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
.footerwidget04 {
	width: 228px;
	float: left;
	display: inline;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*	Footer Background							*
************************************************/
#footerbg {
	background: #333333;
	}

/************************************************
*	Footer  									*
************************************************/
#footer {
	width: 960px;
	height: 60px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}
#footer p {
	margin: 0px;
	padding: 0px;
	}
.footerleft {
	float: left;
	clear: both;
	}
.footertop {
	font-size: 12px;
	color: #E4E4E4;
	font-weight: normal;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	}
.footertop a {
	color: #E4E4E4;
	text-decoration: none;
	}
.footertop a:hover {
	color: #999999;
	text-decoration: underline;
	}
.footerbottom {
	font-size: 11px;
	color: #E4E4E4;
	font-weight: normal;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	}
.footerbottom a {
	color: #666666;
	text-decoration: none;
	}
.footerbottom a:hover {
	color: #999999;
	text-decoration: underline;
	}
.footerright {
	float: right;
	margin: 18px 0px 0px 0px;
	}

/************************************************
*	Comments									*
************************************************/
#respond {
	margin: 20px 0px 10px 0px;
	}
#comment {
	background: #FFFFFF !important;
	color: #3F3F3F;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: none;
	}
#submit {
	background: #DDDDDD;
	color: #3F3F3F;
	font-family: Trebuchet MS, Arial, Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	margin: 0px;
	padding: 2px 5px 2px 5px;
	border: 1px solid #dddddd;
	}
#author, #email, #url {
	background: #FFFFFF !important;
	color: #3F3F3F;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #dddddd;
	}
.commentlist li ul li {
	font-size: 12px;
	}
.commentlist li {
	font-weight: bold;
	}
.commentlist li .avatar {
	background: #FFFFFF;
	float: right;
	margin: 0px 0px 0px 5px;
	padding: 1px;
	}
.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: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}
#commentform {
	margin: 5px 10px 0px 0px;
	}
#commentform textarea {
	width: 100%;
	padding: 5px;
	border: 1px solid #dddddd;
	}
#respond:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	}
#commentform p {
	margin: 5px 0px 5px 0px;
	}
#commentform #submit {
	margin: 0px 0px 10px 0px;
	float: left;
	padding: 5px 5px 5px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 14px;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	margin-right: 10px;
	margin-left: 10px;
	}
.commentlist p {
	margin: 10px 0px 10px 0px;
	padding: 0px;
	}
.children {
	margin: 0px;
	padding: 0px;
	}
.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
.reply a, .reply a:visited {
	background: #FFFFFF;
	color: #3F3F3F;
	font-family: Helvetica, Arial, Trebuchet MS, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 4px 5px 4px 5px;
	border: 1px solid #dddddd;
	}
.reply a:hover {
	background: #FFFFFF;
	color: #ff9900;
	text-decoration: none;
	border: 1px solid #dddddd;
	}
.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	}
.alignright {
	float: right;
	}
.alignleft {
	float: left;
	}
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
.thread-even {
	background: #EEEEEE;
	margin: 0px;
	padding: 0px;
	}
.depth-1 {
	border: 1px solid #dddddd;
	margin: 0px;
	padding: 0px;
	}
.even, .alt {
	border: 1px solid #dddddd;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*	Tabber									*
************************************************/
.tabberlive .tabbertabhide {
	display: none;
	}
.tabber {
	margin: 0;
	padding: 0;
	}
.tabberlive hr {
	border: 0;
	width: 100%;
	height: 1px;
	color: #e4d9c3;
	background-color: #e4d9c3;
	margin: 5px 0 8px 0;
	}
.tabberlive img {
	float: left;
	display: block;
	background: #EEEEEE;
	padding: 5px;
	margin: 0px 10px 0px 0px;
	}
.tabberlive {
	margin: 0px;
	}
.tabberlive h1 {
	margin: 0px;
	}
.tabberlive h1 a {
	color: #3F3F3F;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
ul.tabbernav {
	color: #3F3F3F;
	background: #EEEEEE;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	height: 20px;
	padding: 6px 5px 0px 0px;
	margin: 0px -3px 0px 0px;
	overflow: hidden;
	}
ul.tabbernav li {
	float: left;
	display: inline;
	list-style: none;
	margin: 0px;
	padding: 0px;
	height: 32px;
	}
ul.tabbernav li a {
	color: #3F3F3F;
	margin: 0px;
	padding: 7px 16px 8px 16px;
	border-bottom: none;
	text-decoration: none;
	}
ul.tabbernav li a:link, ul.tabbernav li a:visited {
	background: #dddddd url(images/tab_corner.gif) no-repeat top right;
	color: #3F3F3F;
	margin: 0px 5px 0px 0px;
	}
ul.tabbernav li a:hover {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #3F3F3F;
	text-decoration: none;
	}
ul.tabbernav li.tabberactive a {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #3F3F3F;
	text-decoration: none;
	}
ul.tabbernav li.tabberactive a:hover {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #3F3F3F;
	}
.tabberlive .tabbertab {
	background: #FFFFFF;
	height: 310px;
	padding: 0px;
	}
.tabberlive .tabbertab h2 {
	display: none;
	margin: 0px;
	padding: 0px;
	}
.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}
	
#snav {
   list-style: none;
   list-style-type: none;
   margin: 0; padding: 0;
   width: 625px;
   height: 40px;
   clear: both;
}
#snav li {
   float: left;
   list-style-type: none;
}
#snav li a {
   display: block;
   background: #E5E5E5;
   text-align: center;
   color: #007030;
   padding-top: 10px;
   padding-left: 48px;
   padding-right: 48px;
   padding-bottom: 10px;
   text-decoration: none;
   font-size:16px;
   margin-right:1px;
}
#snav li a:hover {
   background: #007030;
   color: #FFF;
   text-decoration: none;
}


#snav2 {
   list-style: none;
   list-style-type: none;
   margin: 0; padding: 0;
   width: 625px;
   height: 40px;
   clear: both;
}
#snav2 li {
   float: left;
   list-style-type: none;
}
#snav2 li a {
   display: block;
   background: #E5E5E5;
   text-align: center;
   color: #007030;
   padding-top: 10px;
   padding-left: 45px;
   padding-right: 45px;
   padding-bottom: 10px;
   text-decoration: none;
   font-size:16px;
   margin-right:1px;
}
#snav2 li a:hover {
   background: #007030;
   color: #FFF;
   text-decoration: none;
}

#tbl1 {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
width: 100%;
border-collapse: collapse;
}
#tbl1 th {
font-size: 1.4em;
text-align: left;
padding-top: 5px;
padding-bottom: 4px;
background-color: #A7C942;
color: white;
}
#tbl1 td, #tbl1 th {
font-size: 1.2em;
border: 1px solid #98BF21;
padding: 3px 7px 2px 7px;
}

/* Michaels mods */

.wpmem_login input, .wpmem_reg input, .wpmem_login #email{
background: #FFFFFF url(images/arrow_subscribe.png) left no-repeat !important;
height: 13px;
color: #3F3F3F;
font-family: Helvetica, Arial, Trebuchet MS, Verdana;
font-weight: normal;
margin: 0px 0px 4px 6px;
padding: 7px 5px 5px 16px;
border: 1px solid #fff;
border-radius: 5px;
font-size:12px;
}

.wpmem_login input:focus, .wpmem_reg input:focus, .wpmem_login #email:focus{
border: 1px solid #008d3b;
outline:none;
box-shadow: 0 0 3px #008d3b;
}

.wpmem_login input[type="submit"], .wpmem_reg input[type="submit"],.wpmem_reg input[type="reset"] {
  float: right;
display: block;
background: #FFFFFF url(images/arrow_subscribe.png) right no-repeat;
color: #3F3F3F;
font-family: Georgia, "Times New Roman", Times, serif;
font-size: 14px;
font-style: italic;
width: 120px;
height: 25px;
margin: 5px 0px 0px 8px;
padding: 0px 12px 2px 6px;
cursor: pointer;
border: none;
}

.wpmem_login input[type="submit"]:hover, .wpmem_reg input[type="submit"]:hover,.wpmem_reg input[type="reset"]:hover {
color:#ff9900;
background-image:none;
background-color: #008d3b;
}

/*.postarea .li-YoutubeGallery*/

.ul-YoutubeGallery li.li-YoutubeGallery {

    float: left;
    list-style-type: none;
    margin: 10px;
    width: 250px !important;
    margin-bottom: 30px;
    background-color: #cdcdcd;
    padding: 5px 10px 15px 10px;
}

#contentleft .li-YoutubeGallery h3 {
    font-size:14px;
    height:35px;
}