/* @override 
	http://localhost:8888/world/wp-content/themes/world/style.css
	http://www.organizedthemes.com/demos/world/wp-content/themes/world/style.css
*/

/*  
	Theme Name: World Non-profit Theme
	Description: A theme for global non-profits and mission agencies
	Version: 1.0
	Author: Organized Themes
	Author URI: http://www.organizedthemes.com
	Tags: non-profit, world, global, two-column, widgets, control panel
*/

/* @group Reset */

/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

/* @end */

/* @group Type */

h1,h2,h3,h4,h5,h6 { font-weight: normal; color: #111;
font-family: tk-angie-sans, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif"; }

h1 { font-size: 36px; line-height: 1; margin-bottom: 8px; }
h2 { font-size: 24px; margin-bottom: 12px; }
h3 { font-size: 20px; line-height: 1; margin-bottom: 12px; }
h4 { font-size: 18px; line-height: 1.25; margin-bottom: 20px; }
h5 { font-size: 16px; font-weight: bold; margin-bottom: 24px; }
h6 { font-size: 16px; font-weight: bold; }

h1 img, h2 img, h3 img, 
h4 img, h5 img, h6 img { margin: 0;}

p 			{ margin: 0 0 24px;	font: 16px;
	padding-bottom: 5px;
}
p img.left  { float: left; margin: 24px 24px 24px 0; padding: 0; }
p img.right { float: right; margin: 24px 0 24px 24px; }

a:focus, 
a:hover     { color: #000; }
a           { color: #009; }

blockquote  { margin: 24px; color: #666; font-style: italic;	background-color: #fff;
	padding-top: 5px;
	padding-right: 5px;
	padding-left: 5px;
}
strong      { font-weight: bold; }
em,dfn      { font-style: italic; }
dfn         { font-weight: bold; }
sup, sub    { line-height: 0; }

abbr, 
acronym     { border-bottom: 1px dotted #666; }
address     { margin: 0 0 24px; font-style: italic; }
del         { color:#666; }

li ul, 
li ol       { margin: 0 24px; }
ul, ol      { margin: 0 24px 24px; }

ul          { list-style-type: disc; }
ol          { list-style-type: decimal; }

dl          { margin: 0 0 24px; }
dl dt       { font-weight: bold; }
dd          { margin-left: 24px;}

.feed {
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("http://test.renewourrivers.com/wp-content/uploads/2010/01/feed-icon-14x14.png") no-repeat 0 50%;
}

.feed-button {
  padding: 10px 0;
}

.feed-button a {
  color: #666;
  padding: 10px 15px 10px 36px;
  background: #ccc url("http://test.renewourrivers.com/wp-content/uploads/2010/01/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #e2e2e2;
  border-right: 1px solid #818181;
  border-bottom: 1px solid #565656;
  border-left: 1px solid #d7d7d7;
}

.feed-button a:hover {
  color: #444;
  background: #eee url("http://test.renewourrivers.com/wp-content/uploads/2010/01/feed-icon-14x14.png") no-repeat 15px 50%;
  border-top: 1px solid #f5f5f5;
  border-right: 1px solid #969696;
  border-bottom: 1px solid #646464;
  border-left: 1px solid #f2f2f2;
}



/* @end */

/* @group Body */

body {
	margin: 0 auto;
	background: #3f7581 url(images/background.jpg) repeat;
	color: #000;
	font-family: tx-angie-sans, Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
}

body p {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

body a, body a:visited {
	text-decoration: none;
	color: #3a6b7a;
}

body a:hover {
	text-decoration: underline;
}

body img {
	border: none;
}

#wrapper {
	margin: 0 auto;
	width: 960px;
	overflow: visible;
	padding: 0;
}

/* @end */

/* @group Header */

#header {
	height: 212px;
	background: url(http://test.renewourrivers.com/wp-content/themes/world/images/ror-header-3ALT.jpg) center top;
}

#logo {
	margin-top: 14px;
	margin-left: 15px;
}

#navigation {
	height: 51px;
	width: 960px;
	background: url(images/navigation-background.png) repeat;
}

#navigation-left {
	width: 675px;
	float: left;
}

#navigation-right {
	width: 275px;
	float: right;
}

/* @group Navigation */

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		-10px;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}

.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-sub-indicator {
	display: none;
}

#navigation-left ul {
	list-style-type: none;
}

#navigation-left li {
	float: left;
	list-style: none;
}

#navigation-left a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	padding: 17px 15px 14px 17px;
}

#navigation-left a:hover {
	color: #000;
	text-decoration: none;
	background: url(images/navigation-background-hover.png) repeat-x 0 bottom;
}

#navigation-left li.current_page_item a {
	color: #000;
	text-decoration: none;
	background: url(images/navigation-background-hover.png) repeat-x 0 bottom;
}

#navigation-left li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0px 0px 0px;
	padding: 0px;
	border: 4px solid #716243;
	background: #000}

#navigation-left li li {
	padding: 0;
	margin: 0;
}

#navigation-left li ul a { 
	width: 182px;
	padding: 7px 5px 7px 3px;
	margin: 0;
}

#navigation-left li ul a:hover, #navigation-left li ul a:active {
}


#navigation-left li:hover ul, #navigation-left li li:hover ul, #navigation-left li li li:hover ul, #navigation-left li.sfhover ul, #navigation-left li li.sfhover ul, #navigation-left li li li.sfhover ul {
	left: auto;
}

#navigation-left li:hover, #navigation li.sfhover { 
	position: static;
	}
.sf-menu a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; }
.sf-shadow 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;
}


/* @end */

/* @group Search */
	
#searchform {
	background: url(images/search.png) no-repeat left;
	float: right;
	overflow: hidden;
	display: inline;
	margin-top: 8px;
	height: 34px;
	margin-right: 8px;
	width: 217px;
}
	
input#s {
	width: 145px;
	color: #000;
	height: 18px;
	font-size: 16px;
	font-family: Verdana, "Lucida Sans", "Lucida Grande", "Lucida Sans Unicode", "Sans Serif";
	border-style: none;
	background: transparent;
	margin-top: 6px;
	margin-left: 14px;
}

#sbutt {
	border: none;
	width: 57px;
	height: 27px;
	margin-left: -6px;
	text-indent: -9999px;
	background: transparent;
	cursor: pointer;
}

.rss img  {
	float: right;
	margin-top: 5px;
}


/* @end */


/* @end */

/* @group Page */

#page {
	background: #8c7d56 url(images/content-background.jpg) repeat-x;
	padding: 15px;
	min-height: 500px;
	height: auto;
}

#page-left {
	background: #e1e1df url(images/box-background.jpg) repeat-x 0 top;
	width: 622px;
	border: 1px solid #e1e1df;
	float: left;
	padding: 15px;
}

#page-right {
	float: right;
	width: 230px;
	background: #e1e1df url(images/box-background.jpg) repeat-x 0 top;
	border: 1px solid #e1e1df;
	padding: 15px;
}

#page-left h2, #right-column h2 {
	font-size: 34px;
}

/* @end */

/* @group Home */

#home-left {
	background: #e1e1df url(images/box-background.jpg) repeat-x 0 top;
	width: 575px;
	border: 1px solid #e1e1df;
	float: left;
	padding: 15px;
}

.home-sidebar-right {
	background: #e1e1df url(images/box-background.jpg) repeat-x 0 top;
	border: 1px solid #e1e1df;
	margin-bottom: 26px;
	padding: 15px;
}

#home-right {
	float: right;
	width: 300px;
}

#left-column {
	float: left;
	width: 280px;
        padding-left: 20px;
}

#left-column img {
	padding: 19px 20px 20px -20px;
	background: url(images/home-image-background.png) no-repeat center top;
	margin-right: 10px;
}

#right-column {
	padding-top: 6px;
	float: right;
	width: 250px;
}

/* @end */



/* @group Sidebar */

h2.widgettitle {
	font-size: 24px;
	list-style: none;
}

.sidebar ul, .sidebar li {
	list-style: none;
	margin-left: 0;
}

.sidebar p {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.sidebar li {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 2px;
}


#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 165px;
}

#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%;
	margin-bottom: 10px;
}

#wp-calendar td {
	padding: 4px 2px 4px 0;
	text-align: center;
}

.rsswidget img {
	display: none;
}

li.widget_tag_cloud {
	margin-bottom: 10px;
}

/* @end */

/* @group Footer */

#footer {
	height: 30px;
	background: url(images/navigation-background.png) repeat-x;
	margin-bottom: 0;
	padding: 20px 15px 0;
}

#footer p {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer a, #footer a:visited {
	color: #fff;
	padding-bottom: 0;
	margin-bottom: 0;
}

#footer-left {
	float: left;
}

#footer-right {
	float: right;
}
/* @end */


/* @group Images */


.wp-caption img {
	padding:5px;
	background-color:#fff;
	width: auto;
}

.wp-caption-text {
	background-color:#fff;
	color:#000;
	text-align:center;
	padding-top: 5px;
	padding-bottom: 5px;
	width: auto;
	font-style: italic;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 10px;
	display: inline;
}

img.alignleft {
	padding: 5px;
	margin: 0 10px 2px 0;
	display: inline;
}

.alignright {
	float: right;
	margin-left: 15px;
}

.alignleft {
	float: left;
	margin-right: 15px;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	text-align: center;
	background-color: #FFF;
	padding: 10px 5px 0 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #b9bbb8;
	border-right: 1px solid #b9bbb8;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 4px 4px 5px;
	margin: 0;
	background: none;
}

/* @end */

/* @group Comments */

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	border-right: 1px solid #a3a4a2;
	border-bottom: 1px solid #a3a4a2;

}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border-right: 1px solid #a3a4a2;
	border-bottom: 1px solid #a3a4a2;
}
#respond:after {
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}

a.comment-reply-link {
}

.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	margin-left: 0;
	margin-right: 0;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
	min-height: 100px;
	border: 1px solid #a3a4a2;
	background-color: #fff;
	border-top-color: #454545;
	border-left-color: #454545;
}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.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;
	}
	
.comments h4 {
	color: #000;
	font-size: 30px;
	border-bottom: 2px solid #000;
	margin-top: 32px;
}									  
/* @end */											  

/* @group Other Items */


input {
	border: 2px solid #bcbcbc;
	background-color: #ececec;
}

.textwidget {
	font: 16px Georgia, "Times New Roman", Times, serif;
}

.wp-pagenavi a, .wp-pagenavi a:link {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:visited {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi a:hover {	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi a:active {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	text-decoration: none;
	border: 1px solid #0066cc;
	color: #1b688f;
	background-color: #FFFFFF;	
}

.wp-pagenavi span.pages {
	padding: 2px 4px 2px 4px; 
	margin: 2px 2px 2px 2px;
	color: #000000;
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.current {
	padding: 2px 4px 2px 4px; 
	margin: 2px;
	font-weight: bold;
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.wp-pagenavi span.extend {
	padding: 2px 4px 2px 4px; 
	margin: 2px;	
	border: 1px solid #000000;
	color: #000000;
	background-color: #FFFFFF;
}

.paypal-donations input {
	border: none;
}

.postmetadata {
        font-size: 1.3em;
	font-weight: normal;
	}



/* @end */
