/* 
	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.2.1
	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_bg.jpg) repeat-x;
	}
body {
	background: none;
	color: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	}
body.homebodybg {
	background: transparent url(images/home_bg_shadow.jpg) no-repeat top center;
	}
#wrap {
	width: 960px;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*	Common										*
************************************************/
.hidden {
	display: none;
	}
.clear {
	clear: both;
	}

/************************************************
*	Hyperlinks									*
************************************************/
a img {
	border: none;
	}
a, a:link {
	color: #CC6600;
	text-decoration: none;
	}
a:focus, a:hover, a:active {
	color: #CC6600;
	text-decoration: underline;
	}

/************************************************
*	Header  									*
************************************************/
#header {
	background: none;
	width: 960px;
	height: 140px;
	margin: 0px auto 0px;
	padding: 0px;
	overflow: hidden;
	}
#header h1 {
	color: #666666;
	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: #666666;
	text-decoration: none;
	}
#header h1 a:hover {
	color: #666666;
	text-decoration: none;
	}
#header p {
	margin: 0px;
	padding: 0px;
	}
#header #title a {
	background: url(images/logo.png) 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: 960px;
	height: 30px;
	float: left;
	clear: both;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	}
.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: #666666 !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: #666666 !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: #999999;
	}
.menu li {
	background: none;
	margin: 0px 5px 0px 0px;
	}
.menu li li {
	background:	#EEEEEE;
	}
.menu li li a {
	color: #666666 !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: #666666;
	outline: 0;
	border: none;
	}
.menu a:focus, .menu a:hover, .menu a:active {
	background: #EEEEEE;
	color: #666666;
	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;
	position: relative;
	z-index: 9;
	}
#homepagetop p {
	line-height: 20px;
	}
#banner {
	margin: 0px;
	padding: 0px;
	position: relative;
	z-index: 1;
	}
#bannerleft {
	float: left;
	display: block;
	position: relative;
	background: #FFFFFF;
	width: 660px;
	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: 300px;
	height: 330px;
	}
#bannerwidget {
    background: none repeat scroll 0 0 #FFFFFF;
    display: block;
    float: left;
    height: 300px;
    overflow: hidden;
    padding: 15px;
    width: 270px;
}
#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: #666666;
	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: #666666;
	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: #CC6600;
	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: #666666;
	text-decoration: none;
	}
#homepagemid a:hover {
	color: #CC6600;
	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: #666666;
	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: #666666;
	text-decoration: none;
	border: none;
	}
#homepagemid h3 a:hover {
	color: #CC6600;
	text-decoration: none;
	border: none;
	}
#homepagemid h4 {
	color: #666666;
	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: #666666;
	text-decoration: none;
	border: none;
	}
#homepagemid h4 a:hover {
	color: #CC6600;
	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 {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 310px;
	height: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 3px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	}
#homecontent02 {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 310px;
	height: 300px;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 3px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	}
#homecontent03 {
	float: left;
	display: block;
	background: #FFFFFF;
	width: 310px;
	height: 300px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	border-bottom: 3px solid #DDDDDD;
	border-right: 3px solid #DDDDDD;
	}
#homepagebot {
	float: left;
	width: 960px;
	margin: 15px 0px 25px 0px;
	padding: 0px 0px 0px 0px;
	}
#homepagebot a, #homepagebot a:visited {
	color: #666666;
	text-decoration: none;
	}
#homepagebot a:hover {
	color: #CC6600;
	text-decoration: none;
	}
#homepagebot h3 {
	margin: 10px 0px 10px 0px;
	text-align: left;
	text-indent: 4px;
	color: #666666;
	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: #666666;
	text-decoration: none;
	border: none;
	}
#homepagebot h3 a:hover {
	color: #CC6600;
	text-decoration: none;
	border: none;
	}
#homepagebot h4 {
	color: #666666;
	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: #666666;
	text-decoration: none;
	border: none;
	}
#homepagebot h4 a:hover {
	color: #CC6600;
	text-decoration: none;
	border: none;
	}
#homecontent04 {
	background: none;
	float: left;
	display: block;
	clear: both;
	width: 473px;
	margin: 0px 14px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
#homecontent04 h3 {
	margin: 10px 0px 15px 0px;
	text-align: left;
	color: #666666;
	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: #999999;
	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: right;
	display: block;
	width: 470px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}
#homecontent05 p {
	margin: 0px;
	padding: 0px;
	}
#homecontent05 .homebox {
	float: none;
	border-right: 3px solid #DDDDDD;
	border-bottom: 3px solid #DDDDDD;
	}
#homecontent05 .learnmoretab {
	margin: 10px 0px 0px 0px;
	}
.homebox {
	float: left;
	background: #ffffff;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
	}
.learnmore {
	float: left;
	display: block;
	color: #666666;
	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: #666666;
	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: #666666;
	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: #CC6600;
	}

/************************************************
*	Content 					     		    * 
************************************************/
#content {
	float: left;
	width: 960px;
	display: block;
	background: #EEEEEE;
	margin: 0px auto 0px;
	padding: 0px 0px 0px 0px;
	line-height: 20px;
	}
#contentleft {
	float: left;
	width: 640px;
	margin: 0px 0px 0px 0px;
	padding: 15px 0px 15px 0px;
	}
#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: #666666;
	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: #666666;
	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: #666666;
	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: #666666;
	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: #666666;
	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: #666666;
	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: #666666;
	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: #CC6600;
	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: #666666;
	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: #666666;
	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:#666666;
	display: inline;
	padding: 0px;
	margin: 0px;
	text-indent: 5px;
	}
#sidebar ul li a {
	color:#666666;
	display: block;
	padding: 5px 0px 0px 0px;
	margin: 4px 0px 0px 0px;
	border-top: 1px dotted #BBBBBB;
	}
#sidebar ul li a:hover {
	color:#CC6600;
	display: block;
	background: #CC6600;
	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: 267px;
	margin: 0px 0px 15px 0px;
	padding: 15px;
	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: #666666;
	font-size: 24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: lighter;
	text-transform: none;
	}
#sidebar .widget a {
	color: #CC6600;
	}
#sidebar .widget p {
	color:#666666;
	}
#sidebar .widget li {
	color:#666666;
	}
#sidebar .widget ul {
	color:#666666;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}
#sidebar .widget ul li {
	display: inline;
	color: #666666;
	}
#sidebar .widget ul li a {
	display: block;
	color: #666666;
	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: #CC6600;
	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: #666666;
	border: none;
	}
#sidebar .widget li a:hover {
	color: #666666;
	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: #666666;
	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: #CC6600;
	color: #FFFFFF;
	border: 1px solid #CC6600;
	}
#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: #666666;
	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: #FFFFFF;
	width: 267px;
	list-style:none;
	margin: 0px 0px 15px 0px;
	padding: 15px 15px 15px 15px;
	border-right: 3px solid #DDDDDD;
	border-bottom: 3px solid #DDDDDD;
	}
.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: #666666;
	text-decoration: underline;
	}
#subbox {
	float: left;
	display: block;
	background: #F5F5F5 url(images/arrow_subscribe.png) left no-repeat;
	width: 175px;
	height: 13px;
	color: #999999;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 6px 5px 6px 16px;
	border: 1px solid #DDDDDD;
	}
#subbutton {
	float: right;
	display: block;
	background: #F5F5F5 url(images/arrow_subscribe.png) right no-repeat;
	color: #666666;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	width: 58px;
	height: 27px;
	margin: 5px 0px 0px 8px;
	padding: 0px 13px 2px 6px;
	cursor: pointer;
	border: 1px solid #DDDDDD;
	}
#subbutton:hover {
	color: #CC6600;
	}

/************************************************
*	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: #CC6600;
	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: #CC6600;
	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;
	line-height: 12px;
	}
.footertop {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
	margin: 0px;
	padding: 16px 0px 0px 0px;
	}
.footertop a {
	color: #666666;
	text-decoration: none;
	}
.footertop a:hover {
	color: #999999;
	text-decoration: underline;
	}
.footerbottom {
	font-size: 11px;
	color: #666666;
	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: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 5px 0px 5px 0px;
	padding: 4px;
	border: none;
	}
#submit {
	background: #DDDDDD;
	color: #666666;
	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: #666666;
	font-size: 12px;
	font-family: Helvetica, Arial, Trebuchet MS, Verdana;
	margin: 0px;
	padding: 4px;
	border: 1px solid #dddddd;
	}
.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;
	}
.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;
	cursor: pointer;
	}
.alt {
	margin: 0px;
	padding: 10px;
	}
.commentlist {
	margin: 0px;
	padding: 0px;
	}
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}
.commentlist li {
	font-weight: bold;
	margin: 10px 0px 10px 0px;
	padding: 10px 10px 10px 10px;
	list-style: none;
	}
.commentlist li ul li {
	font-size: 12px;
	margin: 15px 0px 0px 0px;
	}
.commentlist p {
	font-weight: normal;
	text-transform: none;
	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: #666666;
	font-family: Helvetica, Arial, Trebuchet MS, Tahoma;
	font-size: 11px;
	text-decoration: none;
	margin: 0px;
	padding: 6px 8px 4px 8px;
	border: 1px solid #dddddd;
	}
.reply a:hover {
	background: #FFFFFF;
	color: #CC6600;
	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: #666666;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}
ul.tabbernav {
	color: #666666;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: normal;
	height: 20px;
	padding: 6px 3px 6px 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: #666666;
	margin: 0px;
	padding: 7px 25px 8px 25px;
	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: #666666;
	margin: 0px 5px 0px 0px;
	}
ul.tabbernav li a:hover {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #666666;
	text-decoration: none;
	}
ul.tabbernav li.tabberactive a {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #666666;
	text-decoration: none;
	}
ul.tabbernav li.tabberactive a:hover {
	background: #FFFFFF url(images/tab_corner.gif) no-repeat top right;
	color: #666666;
	}
.tabberlive .tabbertab {
	margin: 0px;
	padding: 0px;
	}
.tabberlive .tabbertab h2 {
	display: none;
	margin: 0px;
	padding: 0px;
	}
.tabbertab cite {
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	}