/*
Theme Name: raincoast
Theme URI: http://pinksheepmedia.com/
Description: The raincoast theme using portions of a theme by Michael Heilemann
Author: Sherwin Arnott, Becky Cory, Hugh Stimson, Michael Heilemann
Author URI: http://pinksheepmedia..com/
Tags: dynamic navigation, fixed width, three columns, widgets


	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

/****** colors 

598527  green

******/

/****** Begin Typography & Colors ******/

.entry a {
	text-decoration: none;
	color: #598527;
	}

.entry a:hover {
	text-decoration: none;
	color: #000;
	}

#content p {
	line-height:1.5em;
	}

.narrowcolumn .entry p {
	text-align: left;
	}

address {
	line-height: .9em;
	margin:0px;
	padding:0px;
}

h6 {
	font-family: Arial Narrow, arial narrow, Arial, Sans-Serif;
	color: #777777;
	margin: 0px;
	}

h5 {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 1.3em;
	line-height: 1.0em;
	color: #555555;
	font-weight: 400;
	margin: 25px 0px 0px 10px;
	letter-spacing: 0px;
	}

h5 a {
	color: #598527;
	font-weight: 400;
	}

h5 a:hover {
	color: #598527;
	font-weight: 400;
	border-bottom: 0px solid #000000;
	}

h5 a:hover img {
	border: 1px solid #598527;
	}

.more a {
	color:#598527;
	text-decoration:none;
	border:none;
	font-size:.8em;
	font-weight:600;
	}

.more a:hover {
	color:#000;
	text-decoration:none;
	border:none;
	}

/******** the old color of body text: 	color: #392d24; ************/

body {
	font-size: 80%; /* Resets 1em to 10px */
	font-family: Helvetica, helvetica, Arial, arial, Sans-Serif;
	color: #000;
	text-align: left;
	}

#content {
	font-size: 1.2em
	width: 750px;

	}

.narrowcolumn .entry {
	line-height: 1.8em;
	width: 500px;
	}

.excerptcolumn .entry {
	line-height: 1.8em;
	width: 380px;
	padding: 0px;
	}

.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
border: 1px solid #ddd;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

a img {
	border: none;
	border-bottom: 0px none #ccc;
	}

#navigation2 {
	background: #ffffff;
	padding: 5px 0 0 5px;
	margin:0 0 20px 0;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#navigation2 ul {
	margin:5px 0 0 0;
	padding:0;
	}

#navigation2 ul li {
	margin:5px 0 0 0;
	}

#navigation2 ul li ul {
	margin:5px 0 0 20px;
	}

#navigation2 ul li ul li {
	margin:5px 0 0 0;
	}

#navigation2 .current_page_ancestor, #navigation2 .current_page_parent, #navigation2 .current_page_item {
	background-color:transparent;
	color:#000;
	}

#navigation2 h2 {
	font-family: arial, Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 10px 0px 5px 0px;
	color: #777;
	}

/*********** Begin headers ************/


h1, h2, h3, h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	color: #000;
	}

h1 {
	font-size: 1.9em;
	line-height: 1em;
	text-align: left;
	letter-spacing: 0px;
	padding: 0;
	margin: 0;
	}

.narrowcolumn h1 {
	margin: 20px 0 10px 0;
	}
	
h2 {
	font-size: 1.7em;
	line-height: 1em;
	margin: 10px 0 0;
	}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 10px 0 0;
	}

h1 a, h1 a:visited {
	text-decoration: none;
	color: #000;
	border-bottom: 1px dotted #aaa;
	font-variant: normal;
	font-weight:bold;
	}

h3 a, h3 a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 1px dotted #aaa;
	}

h3 a:hover {
	color: #8dc63f;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

h2 a, h2 a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 1px dotted #cccaaa
	}

h1 a:hover, h2 a:hover {
	color: #8dc63f;
	font-weight: bold;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

#wp-calendar caption, cite {
	text-decoration: none;
	font-variant: normal;
	border-bottom: 0px solid transparent;
	}

h4 {
	font-size: 1.2em;
	font-weight:400;
	line-height: 1.2em;
	color: #666;
	margin-left: 0px;
	margin-top: 0px;
	letter-spacing: 0px;
	}

.entry p a, .entry p a:visited {
	color: #598527;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	}


.entry p a:hover {
	color: #000;
	font-weight: 400;
	text-decoration: none;
	border-bottom: 0px solid #000;
	}

.narrowcolumn .postmetadata {
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: .9em;
	text-align: left;
	font-weight: 400;
	color: #555;
	list-style: none;
	}

/*********** Archive and single post typography ************/

.date {
	color: #555;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 0.9em;
	line-height: .9em;
	padding: 0;
	margin: 0;
	text-align: left;
	}

p.metadata {
	font-size:.9em;
	line-height:1.2em;
	padding:0;
	margin:0;
	}

p.metadata a {
	font-weight:600;
	color:#000;
	}

p.metadata a:hover {
	color:#aaa;
	text-decoration:none;
	}

small {
	font-family: Verdana, Arial, Sans-Serif;
	font-size:0.9em;
	line-height:1.1em;
	padding:0;
	margin:0;
	}

small a {
	font-weight:bold;
	color:#000;
	border-bottom:1px dotted #aaa;
	}

small a:hover {
	font-weight:bold;
	color:#aaa;
	border-bottom:1px dotted #aaa;
	}

.postinfo {
	margin: 10px 0 20px 0;
	}

.leave_comment {
	font-family: Verdana, Arial, Sans-Serif;
	text-transform:uppercase;
	letter-spacing:2px;
	font-size:.6em;
	line-height;.5em;
	width:auto;
	font-weight:bold;
	padding: 0 0 0 5px;
	margin: 0;
	background-color:#fff;
	}

/*********** author pages ************/

#author-description {
	font-size: 1.2em;
	line-height: 1.3em;
	}

#author-avatar {
	float: left;
	margin: 0 20px 5px 0;
	}

/*********** Comments ************/

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em arial, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: 400;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: 400;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: arial, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

.nocomments, blockquote, strike {
	color: #777;
	list-style: none;
	font-weight: 400;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em arial, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

/****** Begin Structure ******/
body {
	position:absolute;
	margin:0;
	padding:0;	
	top:0;
	min-height:100%;
	width:100%;
	background-color:#ededed; 
	}

#pagewrapper {
	background-color:transparent; 
	margin: 0 auto;
	padding: 0;
	display: block;
	width: 980px;
	overflow:auto;
	}

#page {
	background-color: transparent;
	margin: 0 0 0 10px;
	padding: 0 0 10px 0;
	width: 960px;
	text-align: left;
	float:left;
	}

#headerwrapper {
	margin: 0;
	padding: 0;
	height: 140px;
	width: 100%;
	background-image:url('http://raincoast.org/wp-content/themes/raincoast/images/pagewrapperbckgrnd.gif');
	background-color:#fff; 
	background-repeat: repeat-x;
	background-position: bottom left;
	}

#header {
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	height: 140px;
	width: 960px;
	}

#logo {
	float: left;
	height: 60px;
	width: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0;
	}

#quicknavigation {
	font-family: Verdana, Arial, sans-serif;
	font-size:.8em;
	width: 960px;
	height:30px;
	line-height:30px;
	float: right;
	text-align:right;
	margin:0;
	padding:0;
	}

#quicknavigation a {
	color: #000;
	padding:4px 10px 5px;
	margin:0;
	font-weight: bold;
	}

#quicknavigation a:hover {
	color: #598527;
	}

#quicknavigation ul {
	margin:0;
	padding:0;
	float:right;
	}

#quicknavigation ul li {
	display:inline;
	padding: 0;
	border-left:1px solid #aaa;
	}

#quicknavigation .current_page_item, #quicknavigation .current_page_ancestor, #quicknavigation .current_page_parent, #quicknavigation .current-cat, #quicknavigation .current-cat-parent {
	background:transparent;
	}

a.icon {
	float:right;
	padding:0 10px;
	margin:5px 0 0 0;
	}

a.icon:hover {
	float:right;
	padding:0 10px;
	margin:10px 0 0 0;
	}

#mission {
	float: left;
	height: 60px;
	width: 500px;
	margin: 10px 0 0 20px;
	padding: 0;
	line-height: 15px;
	}

#mission h2 {
	letter-spacing:1px;
	font-size:2em;
	margin:0;
	}

#mission p {
	font-weight: 600;
	margin:0;
	}

#mission a {
	color: #000;
	font-weight: bold;
	}

#mission a:hover {
	color: #598527;
	}

#nav {
	z-index:500;
	position: absolute;
	top:110px;
	left:0px;
	display: block;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 100%;
	}

#navb {
	display: block;
	background-color: transparent;
	margin: 0 auto;
	padding: 0;
	height: 30px;
	width: 960px;
	}

.donate {
	display: inline;
	float: left;
	margin: 0;
	height: auto;
	width: auto;
	}

.donate a {
	background-image:url('http://raincoast.org/wp-content/themes/raincoast/images/donate.gif');
	display: block;
	color: #fff;
	padding: 0 7px;
	line-height: 30px;
	}

.donate a:hover {
	background-image:url('http://raincoast.org/wp-content/themes/raincoast/images/donatehover.gif');
	padding: 0 7px;
	}

#newslidehome {
	float: left;
	display: block;
	padding: 0;
	margin:0 0 0 10px;
	width: 960px;
	}

#slideshadow {
	background-image:url('http://raincoast.org/wp-content/themes/raincoast/images/slideshow-bg.jpg');
	height:20px;
	width:960px;
	float: left;
	display: block;
	padding: 0;
	margin:0 0 0 10px;
	}

/****** plugin slideshow pro    *********/

#information {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color:#000;
	}

#information h3 {
	text-align:center;
	font-size:2em;
	font-weight:400;
	padding:5px;
	color:#fff;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	opacity:1;
	}

#information p {
	text-align:center;
	font-size:.6em;
	font-weight:400;
	padding:5px;
	display:none;
	}

#slideshow-wrapper {
	background:none repeat scroll 0 0 transparent;
	border:medium none;
	display:none;
	margin:0;
	padding:0px;
	position:relative;
	width:960px;
}

.narrowcolumn {
	float: left;
	padding: 0;
	margin-top: 20px;
	width: 500px;
	}

.excerptcolumn {
	float: left;
	padding: 0;
	margin-top: 10px;
	width: 380px;
	}

.homecolumn .entry {
	line-height: 1.6em;
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 10px;
	}

.homecolumn {
	padding: 0px;
	margin-left: 20px;
	margin-top: 10px;
	width: 400px;
	float: left;
	clear: left;
	}

.excerptcolumn h3, excerptcolumn h4 {
	text-align: left;
	margin: 8px 0 0 0;
	font-family: Georgia, Times, serif;
	font-size: 1.2em;
	line-height: 1em;
	font-weight: 400;
	color: #666;
	font-style: italic; 
	}

.excerptcolumn .post {
	padding: 0 0 10px 0;
	margin: 5px 0;
	border-bottom: 1px solid #ffffff;
	float: left;
	clear: left;
	width: 380px;
	}

.thumb {
	padding: 0px;
	float:left;
	margin:10px 10px 0 0;
	}

.homecolumn .postmetadata {
	margin: 10px 0;
	line-height: 1em;
	text-align: left;
	font-size: .8em;
	}

.entry {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 60px;
	border-bottom: 1px dotted #ccc;
	width: auto;
	height: auto;
	float: left;
	}

.post {
	margin: 0;
	text-align: left;
	clear:left;
	float:left;
	}

.post hr {
	display: block;
	}

.postmetadata {
	display: block;
}

.clear {
	clear: both;
}

/****** Footer ******/

#footerspacer {
	clear:both;
	width: 960px;
	height: 10px;
	}

#footerwrapper {
	border-top: 3px solid #999;
	background: #c1cccb;
	padding: 0;
	margin: 0;
	display: block;
	width: 100%;
	left:0;
	overflow:auto;
	}

#footer {
	padding:0 0 10px 0;
	margin: 0 auto;
	width: 960px;
	overflow:hidden;
	display: block;
	background: #transparent;
	color: #333;
	font-size: 0.9em;
	line-height: 1.4em;
	color:#000;
	}

.footercolumn {
	padding:0;
	margin: 10px 10px 0 0;
	height: auto;
	width: 220px;
	float: left;
	}

#credits {
	width:960px;
	margin:10px auto;
	text-align:center;
	}

#credits a {
	color:#000;
	}

#credits a:hover {
	color:#555;
	}

/************* Begin Images ****************/

p img {
	padding: 0;
	max-width: 100%;
	margin: 5px;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}

.floatright {
	float: right;
}

/****** Entry Lists ******/

li {
	list-style: none;
}

html>body .entry ul {
	margin:5px 0 0;
	padding: 0 0 0 20px;
	list-style: none;
	text-indent: -10px;
	list-style: none;
	}

html>body .entry li {
	margin: 0 0 0 5px;
	padding: 0;
	list-style: none;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	list-style: none;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	list-style-type: decimal;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style: none;
	}

/****** Search results ******/


.searchresults .entry {
	margin:10px 0 0 0;
	}

.searchresults .post {
	margin:20px 0;
	}

/****** searchforms *****/

#search {
	margin:45px 0 0 0;
	float:right;
	}

.search {
	margin:3px 0 0 0;
	}

fieldset {
	border:none;
	}

.searchform .s {
	width:140px;
	height:18px;
	margin:0;
	padding:0;
	background-color:#fff;
	border: 1px solid #ccc;
	-moz-border-radius:3px;
	-khtml-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	font-size:.9em;
	font-weight:400;
	text-align:center;
	color:#000;
	}

.searchform .s:focus {
	color:#000;
	}

#searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

/****** MM Forms ******/

.mmf-form-control-wrap textarea {
width: 500px;
height: 200px;
-moz-appearance:textfield-multiline;
-moz-binding:url(chrome://global/content/platformHTMLBindings.xml#textAreas);
-moz-user-select:text;
-x-system-font:none;
background-color:-moz-field;
border:2px inset threedface;
color:-moz-fieldtext;
cursor:text;
font-family:-moz-fixed;
font-size:medium;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
letter-spacing:normal;
line-height:normal;
margin:1px 0;
text-align:start;
text-indent:0;
text-rendering:optimizelegibility;
text-shadow:none;
text-transform:none;
vertical-align:text-bottom;
word-spacing:normal;
word-wrap:break-word;
}

/* End Form Elements */

/****** Begin Comments ******/


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#respond {
	float:left;
	clear:left;
	margin: 10px 0 0 0;
	}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

input:-moz-read-write, textarea:-moz-read-write {
-moz-user-modify:read-write !important;
}

.commentnavigation {
	height:10px;
	}

.alt {
	margin: 0;
	padding: 2px 10px 2px 10px;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.commentlist li {
	margin: 10px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
	list-style: none;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}

.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/****** Begin Calendar ******/

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 190px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}


#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/****** Miscellaneous typography ******/

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	}

info {
	line-height: 1em;
	}

acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {

	margin: 10px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	color:transparent;
	border-top:1px solid #eee;
	}

/****** post and archive navigation ******/

.navigation {
	display: block;
	margin:20px 0 5px 0;
	width:380px;
	height:25px;
	text-transform:uppercase;
	font-weight:bold;
	float:left;
	}

.navigation a {
	color:#fff;
	margin:0;
	padding:3px 7px;
	background-color:#999;
	font-family:Verdana,Helvetica,Arial,sans-serif;
	border: 1px solid #ddd;
	-moz-border-radius: 8px;
	-khtml-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow:-3px 3px 3px #aaa;
	-webkit-box-shadow:-3px 3px 3px #aaa;
	-moz-box-shadow:-3px 3px 3px #aaa;
	letter-spacing:2px;
	font-size:.5em;
	text-decoration:none;
	}

.navigation a:hover {
	color:#eee;
	background-color:#ccc;
	}

.more-link {
	margin:0 0 0 5px;
	padding:2px 5px;
	background-color:#eee;
	border: 1px solid #ccc;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	box-shadow:-2px 2px 4px #aaa;
	-webkit-box-shadow:-2px 2px 4px #aaa;
	-moz-box-shadow:-2px 2px 4px #aaa;
	letter-spacing:2px;
	font-size:.5em;
	}

.more-link:hover {
	background-color:#aaa;
	border: 1px solid #888;
	}

/****** Captions ******/

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	background-color: #f3f3f3;
	padding: 5px;
	margin: 0 5px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
	}

p .wp-caption-text {
	text-align: center;
	font-size: 9px;
	line-height: 11px;
	margin: 0;
	padding:0;
	}

/*********** NEW sidebar ***********/

#sidebarwide {
	padding: 0;
	margin: 0 0 0 30px;
	width: 300px;
	display: block;
	float: left;
	text-align: left;
	border: 0px dotted #fff;
	}

#sidebarright {
	padding: 0;
	margin: 10px 0 0 10px;
	width: 210px;
	display: block;
	float: right;
	text-align: left;
	border: 0px dotted #fff;
	list-style: none;
	}

#sidebarleft {
	padding: 0;
	margin: 10px 0 0 20px;
	width: 210px;
	display: block;
	float: left;
	text-align: left;
	border: 0px dotted #fff;
	list-style: none;
	}

/*********** widgets & widget ***********/

#sidebarwide .widget {
	width:280px;
	float:left;
	list-style: none;
	}

h3.widget-title {
	margin:0 0 10px 0;
	}

.widget {
	font-size: 1em;
	width:190px;
	float:left;
	list-style: none;
	margin:10px 0 0 0;
	padding:7px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:#fafafa;
	box-shadow:-2px 2px 3px #aaa;
	-webkit-box-shadow:-2px 2px 3px #aaa;
	-moz-box-shadow:-2px 2px 3px #aaa;
	}

.widget ul ol, .widget ul ol li {
	margin:10px 0;
	padding:0;
	}

.widget ul, .widget ul li {
	list-style:none;
	margin:10px 0;
	padding:0;
	display:block;
	}

.widget ul li ul, .widget ul li ul li {
	list-style:none;
	margin:5px 0 0 10px;
	padding:0;
	display:block;
	}

.widget .current-cat, .widget .current-cat-parent {
	background-color:transparent;
	}

.widget a  {
	color:#000;
	text-decoration:none;
	font-weight:400;
	}

.widget a:hover  {
	color:#598527;
	}

#footer .widget {
	background-color:#e3e9e8;
	margin-left:3px;
	}

/****** Widget Menu ******/

.widget_nav_menu {
	}

.widget_nav_menu ul li {
	padding:0;
	margin: 3px 0;
	background-color:#fff;
	border:1px solid #eee;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

.widget_nav_menu a {
	padding:13px 10px 7px;
	display:block;
	color:#000;
	font-size:1.1em;
	font-weight:600;
	}

.widget_nav_menu a:hover {
	color:#aaa;
	}

#footer .widget_nav_menu ul li {
	padding:0;
	margin: 3px 0;
	background-color:#ddd;
	border:1px solid #bbb;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

#footer .widget_nav_menu  a {
	padding:13px 10px 7px;
	display:block;
	color:#000;
	font-size:1.1em;
	font-weight:600;
	}

#footer .widget_nav_menu a:hover {
	color:#aaa;
	}

#footer .widget_nav_menu a:hover {
	color:#aaa;
	}

/****** Sidebar Links ******/

#campaignbuttons {
	padding: 0;
	margin-left: 10px;
	width: 250px;
	display: block;
	float: left;
	}

#campaignbuttons a img {
	padding: 0;
	margin-top: 20px;
	float: left;
	border-bottom: 1px dotted #ccc;
	border-left: 4px solid #ccc;
	}

#campaignbuttons a:hover img {
	padding: 0;
	float: left;
	border-bottom: 1px dotted #598527;
	border-left: 4px solid #598527;
	}

/****** Donate Side Button ******/

#donate-now {
	position:fixed;
	right:0;
	top:200px;
	margin:0;
	padding:0;
	z-index:3000;
	width:150px;
	height:66px;
	box-shadow:-2px 2px 5px #444;
	-webkit-box-shadow:-2px 2px 5px #444;
	-moz-box-shadow:-2px 2px 5px #444;
	}

#donate-now a img {
	border:none;
	}

#footer #donate-now a {
	opacity:1;
	-moz-opacity:1;
	filter: alpha(opacity=100);
	margin:0
	padding:0;
	text-decoration:none;
	border:none;
	}
	
#footer #donate-now a:hover {
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	}

/****** donatenow div class from shortcode ******/

.donatenow {
	display:block;
	padding: 10px;
	height: 100px;
	border-top: 1px dashed #8DC63F;
	border-bottom: 1px dashed #8DC63F;
	}

/************ Plugin - Smooth Slider 
#smooth_sldr div {
	text-align:left;
	}

#smooth_sldr ul {
	display: inline;
	width: 250px;
	}

#smooth_sldr ul li {
	display:inline;
	width:20px;
	height:15px;
	}

.sldrlink {
	visibility:hidden;
	}
*********/


/****** Plugin our progress ******/

.ourprogress {
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	}

/****** promotions slider ******/

.promo_slider_wrapper { 
	margin:0; 
	position:relative;
	}

.promo_slider { height:235px; overflow:hidden; position:relative; }
.promo_slider img { margin:0; padding:0; }
.promo_slider .panel { background:url('images/slide.png'); display:none; float:left; overflow:hidden; width:100%; height:100%; }
.promo_slider .panel-1 { display:block; }
.pointer {cursor:pointer; cursor:hand;}
.ps_hover { display:none; }
.promo_slider:hover .ps_hover { display:block; }
.promo_slider_sep { font-weight:normal; }

/* DEFAULT SLIDER NAV - If enabled */

.promo_slider_nav {
	display:none;
	position:absolute;
	bottom:0px;
	left:400px;
	padding:2px 10px;
	text-align:center;
	background-color:#000;
	color:#fff; 
	text-align:center; 
	font-size:15px;
	font-weight:600;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	letter-spacing:1px;
	}

.fancy_ps_nav {background:url('images/nav.png') no-repeat transparent; width:147px; height:49px; line-height:49px; margin:0; padding:0;}

.slider_selections span.current {
	color:#0072bc;
	}

.move_backward {
	display:none;
	}

.move_forward {
	display:none;
	}

.promo_slider_sep {
	color:#333;
	font-weight:400;
	}

/* OPTIONAL SLIDER NAV LINKS - If enabled */
.left_arrow, .right_arrow {position:absolute; top:45%; width:30px; height:30px;}
.left_arrow { left:5px; background:url('images/prev.png') no-repeat;}
.right_arrow { right:5px; background:url('images/next.png') no-repeat; }

/* THUMBNAIL SLIDER NAV - If enabled */
.promo_slider_thumb_nav { display:none; position:relative; height:50px; padding:10px 0; background:url('images/slide.png'); overflow:hidden;}
.promo_slider_thumb_nav .thumb_nav { height:50px; margin:0 40px; padding:0; }
.promo_slider_thumb_nav .right_arrow, .promo_slider_thumb_nav .left_arrow { top:20px; }
.promo_slider_thumb_nav .slider_selections span { float:left; display:block; width:50px; height:50px; margin:0 4px 11px 4px; padding:0 1px; overflow:hidden; }
.promo_slider_thumb_nav .slider_selections span.current { border:1px solid #fff; margin-top:-1px; padding:0; }
.promo_slider_thumb_nav img { width:50px; }

/* TITLE DISPLAY - If enabled */
.promo_slider_title {
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:95%;
	padding:1% 2.5% 2.5%;
	text-align:center;
	font-size:1.5em;
	font-weight:400;
	color:#fff;
	background-color:#000;
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	}

.fancy_ps_title {
	background-image:url('images/title.png');
	background-repeat:no-repeat;
	background-position:right;
	width:auto;
	height:77px; 
	padding:0 40px 0 10px;
	font-size:18px;
	text-align:center;
	line-height:77px;
	}

.promo_slider_title a {
	color:#fff; 
	text-decoration:none;
	font-size:1.7em;
	margin:0;
	}

.promo_slider_title a:hover {
	text-decoration:none;
	color:#8dc63f; 
	}

/* EXCERPT DISPLAY - If enabled */
.promo_slider_excerpt {
	display:block;
	position:absolute;
	bottom:0; left:0;
	background-color:#000;
	filter:alpha(opacity=60);
	opacity:0.6;
	color:#fff;
	padding:3px 2.5%;
	width:95%;
}
.promo_slider_excerpt p {margin:0; padding:0;}
