/*	Copyright © 2010 PurpleTurtlearts.ca, All Rights Reserved. */

/*  ==== DEFAULT CSS ====  */
/*  ==== TABS CSS ====  */
/* Tabs
----------------------------------*/
.ui-tabs
{
	zoom: 1;
}

.ui-tabs .ui-tabs-nav 
{
	list-style: none;
	position: relative;
}

.ui-tabs .ui-tabs-nav li
{
	position: relative;
	float: left;
	border-bottom-width: 0 !important;
	margin: 0 .2em -1px 0;
	padding: 0;
}

.ui-tabs .ui-tabs-nav li a
{
	float: left;
	text-decoration: none;
	padding: .5em 1em;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected
{
	padding-bottom: 1px;
	border-bottom-width: 0;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a
{
	cursor: text;
}

.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a
{
	cursor: pointer;
}

/* first selector in group seems obsolete,
but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel
{
	display: block;
	border-width: 0;
	background: none;
}

.ui-tabs .ui-tabs-hide
{
	display: none !important;
}

/*--------------------------- Default Style
*/
.tabs
{
	clear: left;
}

.tabs ul.nav
{
	overflow: hidden;
	overflow: auto;
	zoom: 1;
	padding-left: 5px;
	padding-bottom: 1px;
}

.tabs ul.nav li
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	border: 1px solid transparent;
}

.tabs ul.nav li a
{
	display: block;
	float: left;
	padding: 6px 8px 5px;
	font-size: 11px;
	color: #666;
	font-weight: normal;
}

.tabs ul.nav li.ui-state-hover
{
	color: #333;
	border-bottom: none;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
	background-color: #fff;
}

.tabs ul.nav li.ui-tabs-selected
{
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top: 1px solid #eee;
	background: #fff;
}

.tabs ul.nav li.ui-tabs-selected a:hover
{
	color: #666;
}

#side-col .tabs ul.nav
{
	background: url(/images/tabs-bar-gray-310x3.png) no-repeat left bottom;
}

#main-col .tabs ul.nav
{
	background: url(/images/tabs-bar-gray-615x3.png) no-repeat left bottom;
}

#main-col .tabs ul.nav a
{
	font-size: 1.1em;
}

.tabs .ui-tabs-panel
{
	clear: left;
	zoom: 1;
}

/*---------------------------------------- Multi-Select
*/
.ui-dropdownchecklist
{
	height: 20px;
	border: 1px solid #ddd;
	border-right: 0;
	background: #fff url(/images/dropdown.png) no-repeat center right;
}

.ui-dropdownchecklist-hover,
.ui-dropdownchecklist-active
{
	background-image: url(/images/dropdown_hover.png);
	border-color: #5794bf;
}

.ui-dropdownchecklist-text
{
	font-size: 1em;
	height: 1.3em;
	line-height: 1.3;
	padding: 2px 4px;
	margin-right: 17px;
/* background dropdown.png image */
}

.ui-dropdownchecklist-dropcontainer
{
	background-color: #fff;
	border: 1px solid #999;
}

.ui-dropdownchecklist-item-hover
{
	background-color: #39f;
}

.ui-dropdownchecklist-item-disabled label
{
	color: #ccc;
}

.ui-dropdownchecklist-item-hover .ui-dropdownchecklist-text
{
	color: #fff;
}

.ui-dropdownchecklist-group
{
	font-weight: bold;
	font-style: italic;
}

.ui-dropdownchecklist-indent
{
	padding-left: 20px;
}

/* ---- General Styles
*/
/*-------------------------------------- Social + Sharing Icons
*/
.section-header .fb-link,
.section-header  .twitter-link
{
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/images/btns-social-15x15.png);
}

.section-header .fb-link
{
	background-position: 0 top;
}

.section-header .fb-link:hover
{
	background-position: 0 bottom;
}

.section-header .twitter-link
{
	background-position: -15px top;
}

.section-header .twitter-link:hover
{
	background-position: -15px bottom;
}

.section-header .rss-link
{
	float: right;
	display: block;
	width: 15px;
	height: 15px;
	background-image: url(/images/btn-rss-15x15.gif);
}

/*-------------------------------------- Buttons
*/
.gray-btn
{
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #666;
	padding: 4px 10px 6px;
	vertical-align: middle;
	background: #fff url(/images/btn-gradient-20gray-45h.png) repeat-x bottom left;
}

.gray-btn:hover
{
	border-color: #bbb;
	color: #555;
}

.gray-btn:active
{
	color: #444;
	padding: 5px 10px 5px;
	border-color: #bbb #ccc #ccc;
}

.blue-btn
{
	display: inline-block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 1.1em;
	border: 1px solid #ccc;
	text-align: center;
	font-weight: bold;
	line-height: 1;
	cursor: pointer;
	color: #666;
	padding: 4px 10px 6px;
	vertical-align: middle;
	background: #069 url(/images/btn-gradient-30white-45h.png) repeat-x left top;
	border-color: #069;
	color: #fff;
}

.blue-btn:hover
{
	background-color: #0070aa;
	border-color: #005d8b;
}

.blue-btn:active
{
	padding: 5px 10px 5px;
}

/*-------------------------------------- Search box
*/
form.search
{
	overflow: hidden;
	zoom: 1;
	position: relative;
}

form.search input.text
{
	float: left;
	margin-right: 5px;
	border: 1px solid #ccc;
	padding: 3px;
}

form.search .search-btn
{
	width: 23px;
	height: 21px;
	background-image: url(/images/btn-search-23x21.png);
	float: right;
	cursor: pointer;
}

/*-------------------------------------- Pop up (Generic pop-up panel - login/join)
*/
.pop-up
{
	position: fixed;
	z-index: 100;
	margin-top: 200px;
	margin-left: -237px;
	padding: 10px;
	width: 474px;
	left: 50%;
	background-color: #333;
	background: rgba(0, 0, 0, .65);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.pop-up .inner
{
	background: #ffffcc;
	padding: 10px 15px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.pop-up h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin: -10px -15px 10px;
	border-bottom: 1px dotted #b2b09f;
	background-color: #eee;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
}

.pop-up h3,
.pop-up p.textarea label
{
	font-size: 11px;
	font-weight: normal;
	padding-bottom: 10px;
	display: block;
}

.pop-up p.instruction
{
	font-size: 1.1em;
	margin-bottom: 10px;
}

.pop-up .pri
{
	background: #ffffe6;
	padding: 10px;
	margin: 0 0 10px 0;
	border: 1px solid #e1e1b4;
}

.pop-up .sec
{
	margin: 0 0 10px 0;
}

.pop-up ul.radio input
{
	vertical-align: middle;
}

.pop-up ul.radio label
{
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}

.pop-up ul.radio label
{
	padding: 0 0 0 3px;
	font-size: 12px;
}

.pop-up ul.radio label span
{
	position: relative;
	left: 3px;
	bottom: 3px;
}

.pop-up ul.radio li
{
	margin-bottom: 10px;
}

.pop-up ul.p-col-1
{
	width: 138px;
	float: left;
}

.pop-up textarea
{
	width: 100%;
	height: 68px;
}

.pop-up .btns
{
	text-align: right;
	margin-right: 40px;
}

/* ---------------------------------------------------------------------- */
/*-------------------------------------- Side-Col Sections
*/
.cause-page #side-col,
.petition-index #side-col
{
	padding-bottom: 15px;
}

.cause-page #side-col .section,
.petition-index #side-col .section
{
	margin-bottom: 15px;
	zoom: 1;
	display: block;
	background: url(/images/section-divider-wshadow.png) no-repeat center top;
	padding: 10px 5px 5px;
	clear: left;
}

.cause-page #side-col .section:after, .petition-index #side-col .section:after
{
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

.cause-page #side-col .section .section-header,
.petition-index #side-col .section .section-header
{
	font-size: 1.15em;
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 8px;
}

.cause-page #side-col .section .section-header span.category,
.petition-index #side-col .section .section-header span.category
{
	color: #999;
	font-size: .95em;
}

.cause-page #side-col .section .section-header span.category em,
.petition-index #side-col .section .section-header span.category em
{
	font-family: Georgia, Palatino, Palatino Linotype, Times, Times New Roman, serif;
	font-style: italic;
	text-transform: none;
	font-weight: normal;
}

.cause-page #side-col .section h3.section-header,
.petition-index #side-col .section h3.section-header
{
	padding-bottom: 4px;
	border-bottom: 1px solid #eee;
	margin-bottom: 5px;
}

.cause-page #side-col .section .ui-tabs-nav,
.petition-index #side-col .section .ui-tabs-nav
{
	width: 100%;
}

.cause-page #side-col .section .ui-tabs-panel,
.petition-index #side-col .section .ui-tabs-panel
{
	float: left;
}

.cause-page #side-col .section .ui-tabs-panel li,
.petition-index #side-col .section .ui-tabs-panel li
{
	padding-bottom: 7px;
	border-bottom: 1px dotted #ddd;
	margin-bottom: 7px;
	float: left;
	clear: left;
	width: 100%;
/* needs width for IE7 */
}

/*================== */
.actions
{
	float: left;
}

.actions li
{
	float: left;
	margin-bottom: 10px;
}

.actions .panel
{
	float: left;
	position: relative;
	width: 82px;
	text-align: center;
	z-index: 5;
/* for IE of course... */
}

.actions .share
{
	position: relative;
	clear: left;
}

.actions .share a
{
	font-weight: normal;
}

.actions .share-popup
{
	position: absolute;
	z-index: 1000;
	top: 1em;
	left: 0;
	width: 84px;
	height: 45px;
	padding: 18px 10px 10px;
	background: url(/images/share-popup-104x73.png) no-repeat top left;
}

.actions .share-popup a
{
	position: absolute;
	display: block;
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	width: 32px;
	height: 26px;
}

.actions .share-popup input.url
{
	position: absolute;
	width: 78px;
	padding: 3px;
	border: 1px solid #eee;
	left: 9px;
	top: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 11px;
	color: #666;
}

.actions .share-popup .fb-share
{
	bottom: 4px;
	left: 3px;
}

.actions .share-popup .twitter-share
{
	bottom: 4px;
	left: 36px;
}

.actions .share-popup .email-share
{
	bottom: 4px;
	right: 3px;
}

.actions .badge
{
	position: relative;
	background: url(/images/badge-count-gold.gif) no-repeat top left;
	width: 80px;
	min-height: 33px;
	height: auto;
	float: left;
	margin-bottom: 2px;
	margin-left: 2px;
}

.actions .badge .rank
{
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 31px;
	height: 33px;
	top: 0;
	left: 0;
	background: url(/images/badge-count-numbers.gif) no-repeat left top;
}

.actions .badge .count
{
	display: block;
	margin-left: 0;
	text-align: center;
	color: #99774d;
}

.actions .badge .count strong
{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 14px;
	padding: 2px 0 0;
	display: block;
}

.actions .badge .count .unit
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 9px;
	font-style: normal;
}

.actions .ranked .count
{
	margin-left: 31px;
}

.actions .ranked .count strong
{
	font-size: 13px;
}

.actions .first .rank
{
	background-position: 0 0;
}

.actions .second .rank
{
	background-position: 0 -33px;
}

.actions .third .rank
{
	background-position: 0 -66px;
}

.actions .fourth .rank
{
	background-position: 0 -99px;
}

.actions .fifth .rank
{
	background-position: 0 -132px;
}

.actions a.act-now-btn
{
	width: 84px;
	height: 32px;
	background-image: url(/images/btn-take_action-default-red-84x32.png);
	clear: left;
	float: left;
}

.actions .victory .badge
{
	background: url(/images/badge-victory-star-gold.gif) no-repeat top left;
}

.actions .victory .badge .count
{
	margin-left: 25px;
}

.actions .signed
{
	background: url(/images/badge-signed-82x26.png) no-repeat 0 0;
	height: 26px;
	width: 82px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
	margin: 1px 0 3px 1px;
}

.actions .post-title
{
/* needs set width */
	font-size: 1.15em;
	line-height: 1.15;
}

.actions .victory-badge
{
	background: url(/images/badge-victory-69x9.png) no-repeat 0 0;
	height: 9px;
	width: 69px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	clear: left;
	float: left;
	width: 80px;
	background-position: center;
	height: 15px;
	margin: 0 0 3px 2px;
}

.actions div.text
{
/* needs set width */
	margin-left: 92px;
	position: relative;
	padding: 0;
}

.actions div.text .post-title
{
	margin: 0;
}

.actions div.text .meta-data
{
	zoom: 1;
	font-size: .9em;
	color: #666;
	line-height: 1.2;
}

.actions div.text .meta-data span
{
	display: block;
}

.actions div.text .meta-data a
{
	color: #666;
	font-weight: normal;
}

.actions div.text .meta-data a:hover
{
	color: #333;
}

.actions .social-stats a
{
	display: block;
	float: left;
	border: 1px solid #eee;
	border-radius: 2px;
	background-color: #fff;
	margin-right: 4px;
	font-weight: normal;
	color: #999 !important;
	font-size: .95em;
	padding-right: 2px;
}

.actions .social-stats a:hover
{
	color: #fff !important;
}

.actions .social-stats a.last
{
	margin-right: 0;
}

.actions .social-stats a .icon
{
	display: block;
	height: 14px;
	width: 13px;
	float: left;
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	margin-right: 2px;
	background-image: url(/images/social-stat-btns.png);
}

.actions .social-stats a.fb-shares .icon
{
	background-position: 0 0;
}

.actions .social-stats a.fb-shares:hover
{
	background-color: #3b5998;
	border-color: #3b5998;
}

.actions .social-stats a.fb-shares:hover .icon
{
	background-position: 0 -14px;
}

.actions .social-stats a.twitter-shares .icon
{
	background-position: -15px 0;
}

.actions .social-stats a.twitter-shares:hover
{
	background-color: #3cf;
	border-color: #3cf;
}

.actions .social-stats a.twitter-shares:hover .icon
{
	background-position: -15px -14px;
}

.actions a.button
{
	background-color: #5f2f00;
	color: #fff;
}

.actions a.button:hover
{
	background-color: #4a2703;
}

#side-col .take-action
{
	padding: 10px 5px 5px;
}

#side-col .take-action a.start-action-link
{
	float: left;
}

#side-col .take-action a.more-link
{
	float: right;
}

/*---------------------------------- Take Action
*/
#side-col .actions
{
	padding: 10px 5px 5px;
	float: left;
	zoom: 1;
}

#side-col .actions .post-title
{
	font-size: 1.15em;
	line-height: 1.15;
	width: 218px;
/* needs set width */
}

#side-col .actions div.text
{
	width: 217px;
/* shaved because of IE bug */
/* needs set width */
}

#side-col .actions a.button
{
	background-color: #5f2f00;
	color: #fff;
}

#side-col .actions a.button:hover
{
	background-color: #4a2703;
}

#side-col .actions a.button
{
	background-image: url(/images/btn-small-gradient-overlay-alpha20.png);
	background-position: center;
	background-repeat: repeat-x;
	border: 1px solid #fff;
	padding: 3px 7px;
	margin: 1px;
	font-size: .95em;
	display: block;
	float: left;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 2px #999;
	-webkit-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}

#side-col .actions a.button small
{
	font-size: .8em;
	line-height: 1.5;
	opacity: 0.8;
}

#side-col .actions a.button:hover
{
	-moz-box-shadow: 0 0 2px #333;
	-webkit-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}

#side-col .actions a.button:hover small
{
	opacity: 1;
}

#side-col .actions a.button:active
{
	border-width: 2px 1px 0;
}

#side-col .actions a.start-action-link
{
	float: left;
}

#side-col .actions a.more-link
{
	float: right;
}

/* ERROR/SUCCESS MESSAGE
----------------------------------------------------------------------*/
#sysmsg .msg-box
{
	padding: 10px 13px;
	font-size: 1.1em;
	font-size: 13px;
/* temporary until removal of core.css */
	font-weight: bold;
	line-height: 1.35em;
	margin: 0 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border-width: 1px;
	border-style: solid;
	min-height: 25px;
}

#sysmsg .msg-box p.msg
{
	margin: 3px 0 3px 40px;
	vertical-align: middle;
}

#sysmsg p.additional-msg
{
	margin: 0 15px;
	font-size: 1.1em;
	font-size: 13px;
}

#sysmsg ul
{
	margin: 1em 0 0;
}

#sysmsg li
{
	list-style-type: disc;
	margin: 0 0 5px 1.5em;
	font-weight: normal;
}

#sysmsg .alert-hdr
{
	margin-right: 16px;
	float: left;
}

#sysmsg div.error
{
	border-color: #e9c1b8;
	background-color: #ffd7ce;
}

#sysmsg div.error .alert-hdr
{
	background: url(/images/error-icn-25px.png) no-repeat 0 0;
	height: 25px;
	width: 25px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

#sysmsg div.success
{
	border-color: #b2e5b2;
	background-color: #ccffcc;
}

#sysmsg div.success .alert-hdr
{
	background: url(/images/success-icn-25px.png) no-repeat 0 0;
	height: 25px;
	width: 30px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

/*  ==== MASTHEAD CSS ====  */
/*------------------------------------- Masthead
*/
#navigation
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	height: 40px;
	background: url(/images/mainnav-bg-default-blue.png) no-repeat left top;
	margin-bottom: 10px;
	z-index: 10;
}

#navigation ul
{
	margin: 0;
}

#navigation #logo
{
	position: absolute;
	left: 114px;
	top: 0;
	height: 40px;
	width: 154px;
	background: url(/images/mainnav-divider.png) no-repeat bottom right;
}

#navigation #logo a
{
	position: absolute;
	top: 3px;
	left: 8px;
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	border: none;
	background-image: url(/images/change-logo-140x35.png);
	width: 140px;
	height: 35px;
}

#navigation #logo a:hover
{
	background-position: left bottom;
	background-color: transparent;
}

#navigation .nav li
{
	position: relative;
}

#navigation #main-nav
{
	margin-left: 5px;
	float: left;
	width: 600px;
	/* [disabled]left: 10px; */
}

#navigation #main-nav li
{
	float: left;
}

#navigation #main-nav li li
{
	float: none;
}

#navigation #user-nav
{
	float: right;
	margin-right: 175px;
}

#navigation #user-nav li
{
	float: left;
}

#navigation #user-nav li li
{
	float: none;
}

#navigation #main-nav,
#navigation  #user-nav
{
	padding-top: 10px;
}

#navigation a.top
{
	text-indent: -9000px;
	font-size: 1px;
	display: block;
	overflow: hidden;
	display: block;
	height: 30px;
	float: left;
	margin-right: 2px;
	background-image: url(/images/mainnav-btns.png);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #006
}

#navigation a.top:hover
{
	-webkit-border-top-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	background-color: #BE89FF;
}

#navigation #n-home a.top
{
	width: 26px;
	background-position: -2px 0;
}

#navigation #n-home a.top:hover
{
	background-position: -2px -30px;
}

#navigation #n-medium a.top
{
	width: 138px;
	background-position: -32px 0;
}

#navigation #n-medium a.top:hover
{
	background-position: -32px -30px;
}

#navigation #n-map a.top
{
	width: 105px;
	background-position: -175px 0;
}

#navigation #n-map a.top:hover
{
	background-position: -175px -30px;
}
#navigation #n-accommodation a.top
{
	width: 143px;
	background-position: -280px 0;
}

#navigation #n-accommodation a.top:hover
{
	background-position: -280px -30px;
}
#navigation #n-sponsors a.top
{
	width: 80px;
	background-position: -422px 0;
}

#navigation #n-sponsors a.top:hover
{
	background-position: -422px -30px;
}
#navigation #n-petition a.top
{
	width: 80px;
	background-position: -422px 0;
}

#navigation #n-petition a.top:hover
{
	background-position: -240px -30px;
}

#navigation #n-join a.top
{
	width: 125px;
	background-position: -280px 0;
}

#navigation #n-join a.top:hover
{
	background-position: -280px -30px;
}

#navigation #n-login a.top
{
	width: 45px;
	background-position: -409px 0;
}

#navigation #n-login a.top:hover
{
	background-position: -409px -30px;
}

#navigation #n-logout a.top
{
	width: 57px;
	background-position: -458px 0;
}

#navigation #n-logout a.top:hover
{
	background-position: -458px -30px;
}

#navigation #n-friends a.top
{
	width: 57px;
	background-position: -519px 0;
}

#navigation #n-friends a.top:hover
{
	background-position: -519px -30px;
}

#navigation #n-profile a.top
{
	width: 73px;
	background-position: -579px 0;
}

#navigation #n-profile a.top:hover
{
	background-position: -579px -30px;
}

#navigation #n-admin a.top
{
	width: 49px;
	background-position: -656px 0;
}

#navigation #n-admin a.top:hover
{
	background-position: -656px -30px;
}

#navigation #n-nonprofit-dashboard a.top
{
	width: 136px;
	background-position: -709px 0;
}

#navigation #n-nonprofit-dashboard a.top:hover
{
	background-position: -709px -30px;
}

#navigation #n-home-text a.top
{
	width: 56px;
	background-position: -849px 0;
}

#navigation #n-home-text a.top:hover
{
	background-position: -849px -30px;
}

#navigation .search
{
	position: absolute;
	right: 9px;
	top: 12px;
}

#navigation .search input.text
{
	float: left;
	margin-right: 5px;
	border: none;
	font-size: 11px;
	padding: 3px;
	width: 120px;
}

#navigation .search #search-btn
{
	width: 23px;
	height: 21px;
	background-image: url(/images/btn-search-23x21.png);
	float: left;
	cursor: pointer;
}

#n-medium a
{
	color: #069;
	display: block;
}

/*-------------------------------------------- Dropdowns & Expanded Panels
*/
li.drop-down
{
	position: relative;
	float: left;
}

.drop-down ul.expand
{
	display: none;
	position: absolute;
	z-index: 100;
	background: #fff;
	top: 30px;
	left: 0;
}

.drop-down ul.expand a
{
	padding: 3px 5px;
	display: block;
}

#n-medium .expand
{
	width: 321px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-box-shadow: 0px 1px 5px #999;
	-webkit-box-shadow: 0px 1px 5px #999;
	box-shadow: 0px 1px 5px #999;
	border: 1px solid #ccc;
	border-top: none;
	padding: 10px 0;
}

#n-medium .expand ul.nav
{
	width: 160px;
	float: left;
}

#n-medium .expand .col-1
{
	border-right: 1px solid #eee;
}

#n-medium .expand a
{
	color: #006;
	font-size: 14px;
	display: block;
	padding: 2px 10px 3px 15px;
	margin-bottom: 2px;
	font-weight: normal;
	text-decoration: none;
}

#n-medium .expand a:hover
{
	color: #fff;
	background-color: #BE89FF;
}

#login-panel
{
	display: none;
	position: absolute;
	z-index: 100;
	top: 28px;
	right: -150px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0px 1px 5px #999;
	-webkit-box-shadow: 0px 1px 5px #999;
	box-shadow: 0px 1px 5px #999;
	padding: 10px;
	background: #f1ebd7;
	width: 240px;
}

#login-panel input.text
{
	width: 150px;
	border: none;
	font-size: .95em;
	padding: 3px;
	color: #999;
	border: 1px solid #ece8da;
}

#login-panel label
{
	color: #927e5f;
	font-size: .9em;
}

#login-panel label.email,
#login-panel  label.password
{
	display: block;
	width: 160px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
	font-size: 1em;
}

#login-panel label.forgot-password a
{
	font-style: italic;
	text-decoration: underline;
	color: #927e5f;
	font-weight: normal;
}

#login-panel label.forgot-password a:hover
{
	text-decoration: none;
}

#login-panel label.remember-me
{
	position: absolute;
	right: 10px;
	bottom: 5px;
}

#login-panel #login-btn
{
	background-image: url(/images/btn-login-74x32.gif);
	width: 74px;
	height: 32px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	bottom: 25px;
}

/*  ==== ACTION POPUP CSS ====  */
/*----------------------------- Action Panel Expanded
*/
#take-action-expanded
{
	width: 615px;
	position: relative;
}

#take-action-expanded h4.header
{
	width: 615px;
	height: 30px;
	background-image: url(/images/take-action-expanded-615-hdr.png);
}

#take-action-expanded .footer
{
	display: block;
	width: 615px;
	height: 21px;
	clear: both;
	background-image: url(/images/take-action-expanded-615-ftr.png);
}

#take-action-expanded .main
{
	position: relative;
	width: 615px;
	background: #fff;
	float: left;
	min-height: 350px;
}

#take-action-expanded a
{
	color: #036;
}

#take-action-expanded a:hover
{
	color: #369;
}

#take-action-expanded #close-btn
{
	width: 19px;
	height: 19px;
	background-image: url(/images/btn-X-close-19.png);
	position: absolute;
	top: 6px;
	right: 5px;
	z-index: 2;
}

/*------------------ Screen 1 
(#petition-panel)
*/
#petition-panel
{
	float: left;
	background: url(/images/take-action-expanded-petition-bg.gif) top left repeat-y;
}

#take-action-expanded .action-text
{
	float: left;
	width: 350px;
	min-height: 400px;
	padding: 15px 15px 5px 15px;
	background: url(/images/take-action-expanded-gradient-bg.gif) top left repeat-x;
	position: relative;
}

#take-action-expanded div.header
{
	margin-bottom: 10px;
}

#take-action-expanded .action-text .title
{
	font-size: 2.2em;
	line-height: 1.2;
	margin-bottom: 5px;
}

#take-action-expanded .byline,
#take-action-expanded .target
{
	font-size: 1.1em;
	color: #666;
}

#take-action-expanded .action-text .body
{
	height: 400px;
	overflow-y: auto;
	margin-right: -15px;
	padding-right: 15px;
	margin-bottom: 5px;
}

#take-action-expanded .action-text img.thumb
{
	margin: 0 10px 10px 0;
	float: left;
}

#take-action-expanded .action-text p
{
	font-size: 1.2em;
	line-height: 1.4;
	margin-bottom: 10px;
}

#take-action-expanded .action-text .more-link
{
	margin-top: 10px;
	font-size: .9em;
	font-weight: normal;
}

#take-action-expanded .action-text h5.letter-subject
{
	font-size: 16px;
	margin: 10px 0px;
}

#take-action-expanded ul.tabs
{
	background: url(/images/take-action-expanded-tabs-bg.gif) top left no-repeat;
	display: block;
	overflow: hidden;
	padding: 1px 0 5px 10px;
	width: 340px;
}

#take-action-expanded .tabs li
{
	float: left;
	margin-right: 5px;
	padding-right: 3px;
}

#take-action-expanded .tabs li.selected
{
	background: #dfdfdf url(/images/take-action-expanded-tab-bg.gif) top right no-repeat;
	border-left: 1px solid #c2c2c2;
	padding: 5px 15px 5px 12px;
	margin-top: -1px;
}

#take-action-expanded .tabs li a
{
	display: block;
	padding: 5px 12px;
}

#take-action-expanded .form
{
	background: url(/images/take-action-expanded-gradient-2-bg.gif) top left repeat-x;
	float: left;
	width: 200px;
	padding: 15px 15px 15px 20px;
}

#take-action-expanded .form div.header
{
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#take-action-expanded .form h3
{
	font-size: 1.8em;
}

#take-action-expanded .form .count
{
	font-size: 1.1em;
}

#take-action-expanded .form ul
{
	margin: 0px;
	list-style: none;
}

#take-action-expanded .form li
{
	margin-bottom: 10px;
}

#take-action-expanded .form li.msg
{
	font-size: 13px;
	text-align: center;
}

#take-action-expanded .form input.text
{
	border: 1px solid #ccc;
	padding: 3px;
	width: 170px;
	font-size: 12px;
}

#take-action-expanded .form select
{
	height: 22px;
	padding: 1px 0px;
	border: 1px solid #ccc;
	font-size: 12px;
}

#take-action-expanded .form-city-state input.text
{
	width: 100px;
	float: left;
	margin-right: 5px;
}

#take-action-expanded .form label
{
	display: block;
	font-size: .9em;
	color: #666;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 3px;
}

#take-action-expanded .form .checkbox input
{
	float: left;
}

#take-action-expanded .form .checkbox label
{
	text-transform: inherit;
	letter-spacing: normal;
	margin-bottom: 0;
	margin-left: 23px;
}

#take-action-expanded #sign-btn
{
	width: 188px;
	height: 43px;
	background-image: url(/images/take-action-expanded-sign-btn.png);
	margin-top: 15px;
	cursor: pointer;
}

/*------------------ Screen 2 
(#more-actions-panel)
*/
#take-action-expanded #more-actions-panel .header,
#take-action-expanded #share-panel .header
{
	background-color: #ffef9e;
	text-align: center;
	padding: 10px 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

#take-action-expanded .header h3
{
	font-size: 2.2em;
}

#take-action-expanded .header .deck
{
	font-size: 1.3em;
}

#take-action-expanded #more-actions-panel .more-actions
{
	width: 600px;
	margin: 5px auto 20px;
	overflow: hidden;
}

#take-action-expanded #more-actions-panel .more-actions *
{
	margin-right: auto;
	margin-left: auto;
}

#take-action-expanded #more-actions-panel .more-actions td
{
	width: 180px;
	padding: 10px;
	text-align: center;
}

#take-action-expanded #more-actions-panel .more-actions .title
{
	font-size: 1.3em;
	margin-bottom: 10px;
	border: none;
	height: 25px;
}

#take-action-expanded #more-actions-panel .more-actions img.photo
{
	display: block;
	padding: 5px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	margin-bottom: 10px;
}

#take-action-expanded #more-actions-panel .more-actions form
{
	width: 155px;
}

#take-action-expanded #more-actions-panel .more-actions form input.opt
{
	float: left;
}

#take-action-expanded #more-actions-panel .more-actions form label
{
	display: block;
	font-size: .9em;
	margin-left: 17px;
	margin-bottom: 7px;
	text-align: left;
}

#take-action-expanded #more-actions-panel .more-actions .more-link
{
	display: block;
	margin-left: 17px;
	font-weight: normal;
	text-align: left;
}

#take-action-expanded #more-actions-panel .more-actions .add-or-signed
{
	width: 153px;
	height: 43px;
	background-image: url(/images/btn-add_my_name.gif);
	margin-bottom: 10px;
}

#take-action-expanded #more-actions-panel .more-actions .add-or-signed:active, #take-action-expanded #more-actions-panel .more-actions .add-or-signed.selected
{
	background-position: center;
}

#take-action-expanded #more-actions-panel .more-actions .add-or-signed.signed
{
	background-position: bottom;
	cursor: default;
}

#take-action-expanded #more-actions-panel .bottom
{
	background-color: #ddd;
	border-top: 1px solid #ccc;
	text-align: center;
	padding: 15px;
}

#take-action-expanded #more-actions-panel #continue-btn
{
	width: 188px;
	height: 53px;
	background-image: url(/images/btn-continue-188x53.png);
	margin: 0 auto 10px;
}

/*------------------ Screen 3 
(#share-panel)
*/
#share-panel .action
{
	width: 400px;
	margin: 0 auto;
	font-size: 13px;
	overflow: hidden;
	padding-bottom: 10px;
}

#share-panel img.photo
{
	display: block;
	float: left;
	padding: 3px;
	border-top: 1px solid #eee;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #eee;
	-webkit-box-shadow: 0px 1px 4px #ccc;
	-moz-box-shadow: 0px 1px 4px #ccc;
	margin-right: 10px;
}

#share-panel .action h4
{
	margin-bottom: 10px;
}

#share-panel .action .count
{
	color: #666;
}

#share-panel .share-links
{
	width: 520px;
	margin: 0 auto;
	border-top: 1px dotted #ccc;
	padding: 30px 0 40px;
	overflow: hidden;
}

#share-panel .share-links li
{
	float: left;
	margin-right: 10px;
}

#share-panel .share-links a,
#take-action-expanded .form .share-links a
{
	width: 163px;
	height: 43px;
}

#share-panel #fb-share-link,
#take-action-expanded .form #fb-share-link
{
	background-image: url(/images/share-btn-fb-163x43.png);
}

#share-panel #twitter-share-link,
#take-action-expanded .form #twitter-share-link
{
	background-image: url(/images/share-btn-twitter-163x43.png);
}

#share-panel #email-share-link,
#take-action-expanded .form #email-share-link
{
	background-image: url(/images/share-btn-email-163x43.png);
}

#share-panel .bottom
{
	clear: both;
	padding: 10px 0 25px;
	text-align: center;
	font-size: 1.3em;
}

/*------------------------------------- General Layout
*/
body
{
	position: relative;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: center top;
}

#container
{
	width: 960px;
	margin: 0 auto;
	padding: 0 10px;
}

#main
{
	width: 960px;
	margin: 0 auto;
	float: none;
	clear: both;
}

#main-col
{
	width: 620px;
	float: left;
	margin-right: 20px;
}

#side-col
{
	float: left;
	width: 320px;
}

{
	margin: 0 0 25px;
	padding: 0;
	background: transparent;
}

/* clears Airbag style */
/*------------------- Pagination
*/
ul.pagination
{
	text-align: right;
	margin-top: 20px;
	padding: .35em 0;
	font-size: 10px;
	height: 18px;
}

ul.pagination li
{
	display: inline;
}

ul.pagination li a
{
	padding: .35em .8em;
	background: #f5f5f5;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

ul.pagination li a:hover
{
	color: #333;
	background: #ddd;
	border: 1px solid #999;
}

ul.pagination li a:active
{
	color: #777;
}

ul.pagination li.current a
{
	color: #333;
	background: #ccc;
	cursor: default;
}

ul.pagination li.current a:hover
{
	border: 1px solid #ccc;
}

.disabled-content
{
	position: absolute;
	background: #f6f6f6;
	opacity: .7;
	filter: alpha(opacity = 70);
	z-index: 10;
}

/*------------------- Comments
*/
#comments
{
	margin-bottom: 20px;
}

#comments .section-header
{
	overflow: auto;
	border-top: 3px solid #ccc;
	padding: 10px 5px 5px;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

#comments .section-header h3
{
	float: left;
	font-size: 1.15em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-right: 17px;
	background: url(/images/icn-comment-14x11.gif) no-repeat right center;
}

#comments .section-header .sort
{
	float: right;
}

#comments .section-header .sort select
{
	margin-left: 3px;
}

#comments li.entry
{
	padding: 8px 0 0 5px;
	border-bottom: 1px dotted #ddd;
}

#comments li.entry img.thumb
{
	display: block;
	padding: 3px;
	border-top: 1px solid #fafafa;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #f1f1f1;
	background-color: #fff;
	margin-bottom: 5px;
	-moz-box-shadow: 0 1px 2px #e3e3e3;
	-webkit-box-shadow: 0 1px 2px #e3e3e3;
	box-shadow: 0 1px 2px #e3e3e3;
	float: left;
	margin-right: 10px;
}

#comments li.entry div.text
{
	margin-left: 70px;
	padding-right: 5px;
	overflow: hidden;
	zoom: 1;
}

#comments li.entry .date
{
	float: right;
	font-size: .95em;
	color: #999;
}

#comments li.entry ul
{
	margin-left: 60px;
	border-top: 1px dotted #ddd;
}

#comments li.entry .links
{
	margin-bottom: 8px;
	text-align: right;
}

#comments li.entry a.report-link
{
	font-size: .85em;
	color: #999;
	float: left;
	margin-right: 10px;
	font-weight: normal;
}

#comments li.entry a.report-link:hover
{
	color: inherit;
}

#comments li.entry .likes
{
	color: #999;
	font-style: italic;
	font-size: .95em;
	margin-right: 5px;
}

#comments li.entry .like-link,
#comments li.entry  .reply-link
{
	text-align: right;
	padding: 2px 4px;
	border: 1px solid #eee;
	background-color: #eee;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: .9em;
	font-weight: normal;
	color: #666;
}

#comments li.entry .like-link:hover, #comments li.entry  .reply-link:hover
{
	border-color: #ddd;
	color: #333;
}

#comments li.entry .like-link
{
	margin-right: 1px;
}

#comments li.entry li textarea.message-text
{
	width: 510px !important;
}

#comments .author-comment
{
	background-color: #f3efe1;
}

#comments .reply
{
	padding-top: 7px;
}

#comments .reply .comment-box
{
	position: relative;
	zoom: 1;
	display: block;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: 10px;
	background-color: #eee;
	padding: 10px;
}

#comments .reply .comment-box:after
{
	content: '\0020';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0;
}

#comments .reply .comment-box .section-header
{
	border: none;
	margin-bottom: 5px;
	padding: 0 2px;
}

#comments .reply .comment-box .section-header h4
{
	font-size: 1.15em;
	font-weight: bold;
	display: inline-block;
	margin-right: 10px;
}

#comments .reply .comment-box .section-header a.login
{
	font-size: .95em;
}

#comments .reply .comment-box .policy-link
{
	position: absolute;
	bottom: 10px;
	right: 10px;
	font-size: .9em;
	font-weight: normal;
}

#comments .reply .comment-box .cancel-link
{
	font-size: 1.15em;
	margin-left: 20px;
	display: inline-block;
}

#comments .thread-reply a
{
	padding-left: 10px;
	background: url(/images/thread-reply-arrow.png) left center no-repeat;
}

#comments #comment-form li.message
{
	float: none;
	width: 100%;
}

#comments #comment-form div.textarea
{
	position: relative;
	padding-bottom: 10px;
}

#comments #comment-form .spellcheck
{
	position: absolute;
	top: -20px;
	right: 3px;
	text-align: right;
	font-size: .95em;
	float: right;
}

#comments #comment-form .spellcheck a
{
	font-weight: normal;
}

#comments #comment-form textarea.message-text
{
	width: 575px;
	height: 10em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	padding: 9px;
	background-color: #fff;
}

#comments #comment-form input.text
{
	float: left;
	margin-right: 7px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #e0e0e0;
	padding: 5px 6px;
	margin-bottom: 10px;
	background-color: #fff;
	width: 155px;
}

#comments #comment-form label.email-comment-updates
{
	font-size: .95em;
	color: #666;
	display: block;
	clear: left;
	margin-bottom: 5px;
}

#comments #post-comment-btn
{
	width: 168px;
	height: 43px;
	background-image: url(/images/post_comment-btn-168x43.png);
	display: inline-block;
}

/*------------------- Form Elements
*/
.field-inactive
{
	color: #999;
	background-color: #f3f3f3;
}

.field-active
{
	color: #333;
}

input.text,
input[type=text],
input[type=password],
textarea
{
	border: 1px solid #ccc;
}

/* Image Rollover */
.rollover,
.roll-on
{
	background-position: left top;
	background-repeat: no-repeat;
	text-indent: -9000px;
	font-size: 1px;
	line-height: 0;
	display: block;
	overflow: hidden;
	position: relative;
	background-color: transparent;
	border: none;
	cursor: pointer;
}

.rollover:hover, .rollover.on
{
	background-position: left bottom;
	background-color: transparent;
}

.roll-on:hover, .roll-on:focus
{
	background-position: left center;
}

.roll-on:active
{
	background-position: left bottom;
}
