/*
1.GLOBAL
2.TEXT
3.IMAGES
4.LISTS
5.TABLES
	5.1. Tablesorter
6.LINKS
7.PAGES/SECTIONS
	7.1. Header
		7.1.1. Utility Navigation
	7.2. Sidebar
	7.3. Footer
	7.4. Member Index/Public Homepage
		7.4.1. Modules - General
		7.4.1.1. Module 1
		7.4.1.2. Module 2
	7.5. Member (Private)
	7.6. Homepage (Public)
		7.6.1. Welcome Message
		7.6.2. Modules
			7.6.2.1. Module 2
				7.6.2.1.1. Twitter Updates
			7.6.2.2. Module 3
	7.7. Election Central
	7.8. News
		7.8.1. News Overview
	7.9. Events
		7.9.1. Events Calendar
		7.9.2. Events Listing - Table
		7.9.3. Event Details
*/

/* -- 1.GLOBAL -- */
body {
	font: 85%/1.5 Arial, Helvetica, sans-serif;
}
dl, ol, p, blockquote, table, ul {
	margin: 0 0 1.5em 0;
}

/* -- 2.TEXT -- */
address {
	font-style: normal;
}
blockquote {
	font-style: italic;
	padding-left: 4em;
}
code {
	font-family: Consolas, "Bitstream Vera Sans Mono", "Courier New", Monaco, Courier, monospace;
	font-size: 1em;
	white-space: pre;
}
h1 {
	color: #740000;
	margin: 0 0 0.5em 0;
	font-size: 2em;
	font-weight: normal;
	line-height: 1.5;
}
h2, h3, h4, h5, h6 {
	color: #1A3F6B;
}
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
	line-height: 1.5;
}
h3 {
	margin: 0 0 0.5em 0;
	font-size: 1.3em;
	line-height: 1.3;
}
h4 {
	margin: 0 0 0.25em 0;
	font-size: 1.2em;
	line-height: 1.3;
}
h5 {
	margin: 0 0 0.25em 0;
	font-size: 1.1em;
	line-height: 1.3;
}
h6 {
	margin: 0 0 0.25em 0;
	font-size: 1em;
	line-height: 1.3;
}
p {
	padding: 0;
}
pre {
	font-family: Corbel, Verdana, "Bitstream Vera Sans", sans-serif;
	font-size: 1.0em;
}
sup, sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

/* -- 3.IMAGES -- */
a img {
	border: none;
}
img.image-left {
	float: left;
	margin: 0 10px 10px 0;
}
img.image-right {
	float: right;
	margin: 0 0 10px 10px;
}
img.bordered {
	border: 1px #ccc solid;
}
img.centered {
	display: block;
	margin: 10px auto;
}

/* -- 4.LISTS -- */
ul li {
	margin: 0 0 0.25em 30px;
}
ol li {
	margin: 0 0 0.25em 30px;
}
dl dt {
	margin: 0.25em 0 0.25em 0;
	font-weight: bold;
}
dl dd {
	margin: 0 0 0 30px;
}

/* -- 5.TABLES -- */
table {
	border-spacing: 5px;
	border-collapse: collapse;
	width: 100%;
}

caption {
	text-indent: -9999em;
}
th, td {
	border: 1px #ccc solid;
	padding: .5em;
}
th {
	background-color: #999;
	font-weight: bold;
}

/* 5.1. Tablesorter */
table.tablesorter {
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
}
table.tablesorter thead tr .header {
	background:#999 url(/scripts/frameworks/tablesorter/both-arrows.png) right center no-repeat;
	cursor: pointer;
}
table.tablesorter tbody td {
}
table.tablesorter tbody tr.odd td {
}
table.tablesorter thead tr .headerSortUp {
	background:#999 url(/scripts/frameworks/tablesorter/asc.png) right center no-repeat;
}
table.tablesorter thead tr .headerSortDown {
	background:#999 url(/scripts/frameworks/tablesorter/desc.png) right center no-repeat;
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
}
table.tablesorter tbody tr:hover,
table.tablesorter tbody tr.odd:hover td {
	background-color: #dedede;
}
table.tablesorter tbody tr.odd td {
	background-color: #f0f0f6;
}

/* -- 6.LINKS -- */
a {
	color: #740101;
	text-decoration: underline;
}

a:hover, a:focus {		
	color: #A90101;
	text-decoration: underline;
}

/* -- 7.PAGES/SECTIONS -- */
/* 7.1. Header */
#header .inner #logo a {
	display: block;
	height: 152px;
	position: absolute;left: 35px; top: 0;
	text-indent: -9999em;
	width: 175px;
}

/* 7.1.1. Utility Navigation  */
#utility-nav ul {
	float: left;
	list-style-type: none;
	margin: 3px 0 0 0;
	padding: 0;
}
#utility-nav ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#utility-nav ul li a {
	background: transparent url(/images/buttons/utility-nav-buttons.png) center left no-repeat;
	display: block;
	float: left;
	height: 26px;
	text-indent: -9999em;
	width: 79px;
}	
#utility-nav ul li#utility-nav-contact a {
	background: transparent url(/images/buttons/utility-nav-buttons.png) center right no-repeat;
	width: 92px;
}

/* 7.2. Sidebar - */
#user-status p {
	margin: 0;
	line-height: 1.2;
}
#user-status p {
	margin: 0;
	line-height: 1.2;
}
#user-status p a {
	color: #333;
	text-decoration: none;
}

/* 7.3. Footer - */
#footer a {
	color: #849fb9;
	text-decoration: none;
}
#footer ul {
	margin: 0 0 .25em 0;
	padding: 0;
	text-align: center;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
}
#footer ul li a {
	border-left: solid 1px #849fb9;
	margin: 0;
	padding: 0 .75em;
}
#footer ul li:first-child a {
	border: none;
}

/* 7.4. Member Index/Public Homepage */
body.homepage #sidebar #user-status p {
	border-bottom: solid 1px #9b9b9b;
	padding-bottom: .25em;
}
body.homepage #sidebar #user-data ul {
	line-height: 1.3;
	margin: 0;
	padding: 0;
}
body.homepage #sidebar #user-data ul li {
	color: #292828;
	list-style: none;
	margin: .75em 0 1em 0;
	padding: 0;
}
body.homepage #sidebar #user-data ul li#pay-your-dues {
	font-size: .9em;
	margin: -10px 0 10px 0;
}
body.homepage #sidebar #user-data ul li#pay-your-dues a {
	background: transparent url(/images/icons/arrow-box.gif) left 3px no-repeat;
	padding: 0 0 0 15px;
	text-decoration: none;
}
body.homepage #sidebar #user-data ul li#pay-your-dues a:hover,
body.homepage #sidebar #user-data ul li#pay-your-dues a:focus {
	text-decoration: underline;
}
body.homepage #sidebar #user-data ul li li {
	color: #155A8F;
	font-weight: bold;
	margin: 0;
}

/* 7.4.1. Modules - General */
body.homepage #homepage-modules ul,
body.homepage #homepage-modules ul li {
	color: #fff;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
body.homepage #homepage-modules div 
{	
	
}
body.homepage #homepage-modules a {
	color: #fff;
}
body.homepage #homepage-modules .homepage-module h3 {
	color: #fff;
	font-size: 1.6em;
	height: 28px;
	padding: 5px 0 10px 50px;
	text-transform: uppercase;
}

/* 7.4.1.1. Module 1 */
body.homepage #homepage-modules .homepage-module#homepage-module-1 h3 {
	background: transparent url(/images/icons/rss.png) top left no-repeat;
}
body.homepage #homepage-modules .homepage-module#homepage-module-1 ul li {
	border-top: solid 1px #93B1C7;
	margin: .75em 0;
	padding: .5em 0 .25em 0;
}
body.homepage #homepage-modules .homepage-module#homepage-module-1 ul li:first-child {
	border: none;
}

/* 7.4.1.2. Module 2 */
body.homepage #homepage-modules .homepage-module#homepage-module-2 strong {
	display: block;
}
body.homepage #homepage-modules .homepage-module#homepage-module-2 h3 {
	background: transparent url(/images/icons/calendar.png) top left no-repeat;
}
body.homepage #homepage-modules .homepage-module#homepage-module-2 ul li {
	font-weight: normal;
	margin: 0 0 1.25em 0;
	/*margin: 1.25em 0 .75em 0;*/
}
body.homepage #homepage-modules .homepage-module#homepage-module-2 li ul {
}
body.homepage #homepage-modules .homepage-module#homepage-module-2 li ul li {
	font-weight: normal;
	margin: -18px 0 0 50px;
}

body.homepage #homepage-modules .homepage-module#homepage-module-2 a
{
	text-decoration: none;
}

/* 7.5. Member (Private) */
body.homepage#private #user-status p {
	text-align: left;
}
body.homepage#private #welcome-message h1 {
	line-height: 1;
	font-size: 1.6em;
}
body.homepage#private #welcome-message p.signature.susan-strate {
	background: transparent url(/images/text/signature-susan-strate.png) center center no-repeat;
	height: 0;
	margin: -10px 20px 0 0;
	padding: 49px 10px 0 0;
	width: 193px;
}

/* 7.6. Homepage (Public) */
body.homepage#public #sidebar #login-container h2 {
	color: #fff;
	font-weight: normal;
}
body.homepage#public #sidebar #sidebar-news-section h3 {
	color: #751010;
	font-size: 1.6em;
	font-weight: normal;
}
body.homepage#public #sidebar #sidebar-news-section ul {
	border-top: solid 1px #9B9B9B;
	margin: 0 -15px;
	padding: 0;
}
body.homepage#public #sidebar #sidebar-news-section ul li {
	background: transparent url(/images/layout/news-bg-fade.jpg) top center repeat-y;
	border-bottom: solid 1px #9B9B9B;
	color: #155A8F;
	font-size: .9em;
	font-weight: bold;
	line-height: 1.3;
	list-style: none;
	margin: 0;
	padding: 5px 15px;
}
body.homepage#public #sidebar #sidebar-news-section ul li a {
	color: #003d6d;
	text-decoration: none;
}
body.homepage#public #sidebar #sidebar-news-section ul li a span {
	background: transparent url(/images/icons/arrow-box.gif) left center no-repeat;
	color: #740101;
	display: block;
	font-weight: normal;
	padding-left: 15px;
	width: 100%;
}
body.homepage#public #sidebar #sidebar-news-section ul li a:hover span,
body.homepage#public #sidebar #sidebar-news-section ul li a:focus span {
	text-decoration: underline;
}

/* 7.6.1. Welcome Message */
body.homepage#public #welcome-message .welcome-message-description p {
	color: #fff;
}

/* 7.6.2. Modules */
body.homepage#public #homepage-modules .homepage-module h3 {
	background-image: none;
	padding-left: 0;
}

/* 7.6.2.1. Module 2 */
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons li {
	float: left;
	margin: 0;
	padding: 0;
}
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons li a {
	background-image: url(/images/icons/find-us-icons.png);
	display: block;
	float: left;
	height: 39px;
	text-indent: -9999em;
}
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons li#find-us-twitter a {
	background-position: 0;
	width: 92px;
}
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons li#find-us-facebook a {
	background-position: -92px;
	width: 98px;
}
body.homepage#public #homepage-module-2.homepage-module ul#find-us-icons li#find-us-youtube a {
	background-position: -190px;
	width: 82px;
}
/* 7.6.2.1.1. Twitter Updates */
body.homepage #homepage-modules #homepage-module-2.homepage-module ul#twitter_update_list li {
	font-weight: normal;
	margin: .75em 0 1.25em 0;
}
body.homepage #homepage-modules #homepage-module-2.homepage-module #twitter_update_list a {
	font-size: .9em;
	display: block;
}
body.homepage #homepage-modules #homepage-module-2.homepage-module #twitter_update_list span a {
	display: inline;
	font-size: 1.1em;
}

/* 7.6.2.2. Module 3 */
body.homepage#public #homepage-modules #homepage-module-3.homepage-module h3 {
	padding: 30px 0 0 0;
	margin: 0 0 .5em 0;
	height: auto;
}
p.admin-button#go {
	float: right;
	font-size: 1.2em;
	line-height: 1.5;
}

/* 7.7. Election Central */
ul.action-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.action-list li {
	background: transparent url(/images/icons/arrow-box.gif) left 6px no-repeat;
	margin: 0 0 .5em 10px;
	padding: 0 0 0 15px;
}

/* 7.8. News */
/* 7.8.1. News Overview */
.news-block h2 {
	display: block;
	font-size: 1.1em;
	font-style: italic;
	font-weight: normal;
	line-height: 1.4;
	margin: 0 0 .25em 0;
}
.news-block.details h2 {
	font-weight: bold;
	font-size: 1.6em;
}
.news-block h3 {
	font-size: 1.6em;
	line-height: 1;
	margin: 0 0 .5em 0;
}
.news-block.details h3 {
	font-weight: bold;
	font-size: 1.6em;
}
.news-block h3 a {
	color: #1A3F6B;
	text-decoration: none;
}
.news-block h3 a:hover,
.news-block h3 a:focus {
	text-decoration: underline;
}
.news-block span.read-more {
	margin-left: 5px;
}

/* 7.9. Events */
ul#event-details {
	margin-bottom: 0;
}
p#add-to-calendar-options {
	margin: 0 0 10px 10px;
}
a#add-to-outlook,
a#add-to-ical {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 30px;
}
a.add-to-ical {
	background-position: left center;
	background-repeat: no-repeat;
	display: block;
	float: left;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 10px 0 10px 30px;
}
a#add-to-outlook {
	background-image: url(/images/icons/outlook.png);
}
a#add-to-ical {
	background-image: url(/images/icons/ical.png);
	padding-left: 35px;
}
a.add-to-ical {
	background-image: url(/images/icons/ical.png);
	padding-left: 35px;
}

/* 7.9.1. Events Calendar */
table.calendar-table  {
	border: 1px solid #ccc;
	border-collapse: collapse;
	margin: 10px 0;
	width: 100%;
}
table.calendar-table caption {
	height: 0;
	text-indent: -9999em;
}
table.calendar-table th {
	background-color:#ccc;
	font-size: 1.2em;
	font-weight: bold;
}
table.calendar-table th#current-month {
}
table.calendar-table th td,
table.calendar-table td {
	padding: 5px;
}
table.table-style thead tr td {
	border-left: 1px solid #ccc;
	color: #000;
	font-weight: bold;
	vertical-align: top;
}
table.calendar-table tr.weekdays {
	font-size: 1.2em;
	font-weight: bold;
}
table.calendar-table td {
	border: 1px solid #ccc;
	border-collapse: collapse;
	font-size: .9em;
	color: #000;
}
table.calendar-table td.calendarCell,
table.calendar-table td.calendarBlank,
table.calendar-table td.calendarToday {
	vertical-align:top;
}
table.calendar-table td.calendarCell {
	background-color: #efefef;
	height: 100px;
	width: 100px;
}
table.calendar-table td.calendarBlank {
}
table.calendar-table td.calendarToday {
	background-color: #ddd;
	height: 100px;
	width: 100px;

}
table.calendar-table td.calendarCell.multi-event-start,
table.calendar-table td.calendarCell.multi-event,
table.calendar-table td.calendarCell.multi-event-end {
	background-image: url(/images/layout/multi-event-bg.png);
	background-repeat: no-repeat;
	background-position: center 7px;
}
table.calendar-table td.calendarCell.multi-event-start {
	background-position: 25px 7px;
}
table.calendar-table td.calendarCell.multi-event-end {
	background-position: -35px 7px;
}

table.calendar-table td p {
	margin: 0;
}
table.calendar-table td span.event-type {
	display: block;
	font-size: .9em;
	margin-top: 1em;
}
table.calendar-table tr td:hover {
	background: #dedede url(none) 0 0 no-repeat;
}

/* 7.9.2. Events Listing - Table */
table#table-event-listing th#time-column {
	width: 100px;
}

/* 7.9.3. Event Details */
p.back-to-events a#back-event-calendar {
	border-right: solid 1px #000;
	margin-right: .75em;
	padding-right: .75em;
}