/*
Company:	CT GOP
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - this is handled by the reset-fonts.css file from YUI
HTML, Body - for the html and body tags
Layout - styles that define the layout of the site
Modules - styles for content modules
Common Text Styles - Styles for text
Default Headings - headings like h1, h2, etc
Default Lists - unordered and ordered lists
Nav - navigation bar
Forms - html forms
Default Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group HTML, Body */
html {
	background-color: #eff2f9;
	color: #030b1a;
}
body {
	
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	background: url(../images/bg-hd.gif) top left repeat-x;
	height: 56px;
}

div#hd-inner {
	width: 971px;
	margin: 0 auto;
}

/* Email Sign Up */
div.email-sign-up {
	float: right;
	padding: 15px 0 0 0;
}

div.email-sign-up label {
	color: #FFF;
	text-transform: uppercase;
	font-size: 131%;
	font-weight: bold;
	position: relative;
	top: 4px;
}

div.email-sign-up .txt {
	width: 163px;
	height: 20px;
	border: 1px solid #000;
	padding: 3px 7px 0 7px;
	vertical-align: top;
}

div.email-sign-up .btn {
	background: url(../images/btn-submit.png) top left no-repeat;
	border: none;
	color: #FFF;
	width: 91px;
	text-align: center;
	text-transform: uppercase;
	padding: 6px 0 16px 0;
	font-size: 108%;
	font-weight: bold;
	vertical-align: top;
}

div.email-sign-up .btn:hover {
	text-decoration: underline;
}

/* Logo */
div.logo {
	background: url(../images/bg-logo.png) top left no-repeat;
	width: 295px;
	height: 234px;
	position: absolute;
	top: -50px;
	left: 0;
	z-index: 130;
}

div.logo a:link, div.logo a:visited {
	background: url(../images/bg-logo-link.gif) top left;
	display: block;
	width: 268px;
	height: 221px;
	position: absolute;
	top: 13px;
	left: 13px;
	text-indent: -9999px;
}

/* Body */
div#bd {background: url(../images/bg-bd-tile.jpg) top left repeat-x;}

div#bd-inner {
	width: 971px;
	margin: 0 auto;
	background: url(../images/bg-bd-cols.jpg) 11px 0 repeat-y;
}

div#bd-inner-most {
	background: url(../images/bg-bd-bottom.gif) bottom left no-repeat;
	padding: 0 12px 0 0;
	position: relative;
}

/* Inside Page Layout - Layer Main Column over Logo Shadow */
div.inside-page div.main {
	position: relative;
	z-index: 210;
}

/* Footer */
div#ft {
	width: 971px;
	margin: 0 auto;
	color: #08162a;
	padding: 13px 0 100px 0;
	height: 1%;
}

div#ft p {
	float: right;
	clear: both;
	text-align: right;
	margin: 0 0 1px 0;
	font-size: 93%;
}

div#ft p span {padding: 0 5px;}

div#ft p.paid-for-by {
	border: 1px solid #08162a;
	padding: 2px 4px;
	margin: 0 0 8px 0;
}

div#ft a:link, div#ft a:visited {
	color: #08162a;
	text-decoration: none;
}

div#ft a:hover {text-decoration: underline;}
/* @end */

/* @group Modules */
/* Main Column */
div.main {
	width: 676px;
	float: right;
	padding: 0 0 12px 0;
}

/* Main Banner */
div.main-banner {
	background: url(../images/bg-main-banner.jpg) top left no-repeat;
	height: 175px;
	border-top: 9px solid #567cbd;
	position: relative;
}

div.main-banner h2 {
	padding: 68px 18px 0 0;
	margin: 0;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-weight: normal;
	font-style: italic;
	font-size: 200%;
	text-align: right;
}

/* Donate Today Banner Buton */
div.donate-today a:link, div.donate-today a:visited {
	display: block;
	width: 210px;
	height: 37px;
	background: url(../images/bg-donate-today.gif) top left no-repeat;
	text-indent: -9999px;
	position: absolute;
	top: 14px;
	right: 13px;
}

/* Top Story Container */
div.top-story-container {
	height: 208px;
	margin: 0 0 7px 0;
}

/* Main Content */
div.main-content {
	padding: 10px 0 0 23px;
	background: url(../images/bg-main-divider.gif) 23px 0 no-repeat;
}
div.inside-page div.main-content {
	padding: 20px 25px 20px 25px;
	background: url(../images/inside-page-fade.gif) repeat-x 0 0;
	overflow: visible;
	
	min-height:155px;
	height:auto !important;
	height:155px;
}

/* Main Column - Column One */
div.main-col-one {
	width: 332px;
	float: left;
	margin: 0 8px 0 0;
	padding: 3px 0 0 0;
}

/* Post Filter */
ul.post-filter {margin: 0 0 10px 0;}

ul.post-filter li {
	list-style: none;
	float: left;
}

ul.post-filter li a:link, ul.post-filter li a:visited {
	display: block;
	background: url(../images/bg-post-filter.gif) top left no-repeat;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 85%;
	width: 64px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	margin: 0 3px 0 0;
}

ul.post-filter li.last a:link, ul.post-filter li.last a:visited {margin: 0;}

ul.post-filter li a:hover, ul.post-filter li a:hover,
ul.post-filter li.current a:link, ul.post-filter li.current a:visited {
	background: url(../images/bg-post-filter.gif) -200px 0 no-repeat;
}

/* Main Column - Column Two */
div.main-col-two {
	width: 313px;
	float: left;
	margin: 0 -3px 0 0;
}

/* Sidebar */
div#sidebar {
	width: 283px;
	float: right;
	padding: 184px 0 20px 0;
	position: relative;
	z-index: 110;
	height: 1%;
	background: url(../images/bg-sidebar-top.jpg) 11px 184px no-repeat;
}

div#sidebar-inner {
	background: url(../images/bg-sidebar-shadow.png) no-repeat;
	height: 1%;
}

/* Sidebar Widget Styles */
div#sidebar ul {
	margin: 0;
	padding: 0 0 0 11px;
	height: 1%;
}

div#sidebar ul ul {padding: 0;}
div#sidebar ul li {list-style: none;}

/* Sidebar Sub Nav - Get Involved and Stay Connected */
div.sb-sub-nav {
	padding: 0 10px 0 10px;
	margin: 14px 0 0 0;
	height: 1%;
}

div.sb-sub-nav-inner {
	background: url(../images/bg-sub-nav-bottom.gif) bottom left no-repeat;
	padding: 0 0 7px 0;
	height: 1%;
}

div.sb-sub-nav h3 {
	background: url(../images/bg-sub-nav-title.jpg) top left no-repeat;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 174%;
	font-weight: normal;
	height: 47px;
	line-height: 47px;
	margin: 0 0 2px 0;
}

div.sb-sub-nav ul li {
	padding: 3px 0 3px 10px;
	font-size: 108%;
}

div.sb-sub-nav ul li a:link, div.sb-sub-nav ul li a:visited {
	color: #FFF;
	text-decoration: none;
	padding: 9px 0 8px 42px;
	display: block;
	height: 1%;
}

div.stay-connected ul li a:link, div.stay-connected ul li a:visited {
	padding: 7px 0 8px 42px;
}

/* Sub Nav Icons */
li.sb-donate a:link, li.sb-donate a:visited {background: url(../images/sb-donate.png) top left no-repeat;}
li.sb-volunteer a:link, li.sb-volunteer a:visited {background: url(../images/sb-volunteer.png) top left no-repeat;}
li.sb-victory a:link, li.sb-victory a:visited {background: url(../images/sb-victory.png) top left no-repeat;}
li.sb-register a:link, li.sb-register a:visited {background: url(../images/sb-register.png) top left no-repeat;}
li.sb-attend a:link, li.sb-attend a:visited {background: url(../images/sb-attend.png) top left no-repeat;}
li.sb-tweet a:link, li.sb-tweet a:visited {background: url(../images/sb-tweet.png) top left no-repeat;}
li.sb-invite a:link, li.sb-invite a:visited {background: url(../images/sb-invite.png) top left no-repeat;}
li.sb-email a:link, li.sb-email a:visited {background: url(../images/sb-email.png) top left no-repeat;}

li.sb-facebook-friend a:link, li.sb-facebook-friend a:visited {background: url(../images/sb-fb-friend.png) top left no-repeat;}
li.sb-follow-twitter a:link, li.sb-follow-twitter a:visited {background: url(../images/sb-follow-twitter.png) top left no-repeat;}
li.sb-flickr a:link, li.sb-flickr a:visited {background: url(../images/sb-flickr.png) top left no-repeat;}
li.sb-watch a:link, li.sb-watch a:visited {background: url(../images/sb-watch.png) top left no-repeat;}
li.sb-wiki a:link, li.sb-wiki a:visited {background: url(../images/sb-wiki.png) top left no-repeat;}
li.sb-rss a:link, li.sb-rss a:visited {background: url(../images/sb-rss.png) top left no-repeat;}

div.sb-sub-nav ul li a:hover {text-decoration: underline;}

/* @end */

/* @group Common Text Styles */
div.main p {font-size: 100%; line-height: 140%;}
	
/* @end */

/* @group Default Headings */
div.main-content h2, div.main-content h1 {
	color: #0e2447;
	text-transform: uppercase;
	font-size: 174%;
	margin: 0 0 7px 0;
}

div.main-content h3 {
	color: #0e2447;
	text-transform: uppercase;
	font-size: 138.5%;
	margin: 0 0 7px 0;
}

/* @end */

/* @group Default Lists */
div.main-content li {
	font-size: 100%;
	line-height:140%;
}
div.main-content li li {
	font-size: 100%;
}
/* @end */

/* @group Nav */
div#nav ul li a:link, div#nav ul li a:visited {
	display: block;
	background: url(../images/bg-top-nav.jpg) top left no-repeat;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 116%;
	height: 32px;
	line-height: 32px;
}

div#nav ul li a:hover {text-decoration: underline;}
/* @end */

/* @group Forms */
form#commentform textarea {width: 98%;}
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #1c4688;
	text-decoration: underline;
}
a:hover {
	color: #1c4688;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */

/* SOCIALBLE */

div.sociable { margin: 16px 0; }

span.sociable_tagline { position: relative; }
span.sociable_tagline span { display: none; width: 14em; }
span.sociable_tagline:hover span {
	position: absolute;
	display: block;
	top: -5em;
	background: #ffe;
	border: 1px solid #ccc;
	color: black;
	line-height: 1.25em;
}
.sociable span {
	display: block;
}
.sociable ul {
	display: inline;
	margin: 0 !important;
	padding: 0 !important;
}
.sociable ul li {
	background: none;
	display: inline !important;
	list-style-type: none;
	margin: 0;
	padding: 1px;
}
.sociable ul li:before { content: ""; }
.sociable img {
	float: none;
	width: 32px;
	height: 32px;
	border: 0;
	margin: 0;
	padding: 0 5px 0 0;
}

/* END SOCIABLE */


/* FORM STYLES */

input.volform1 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:180px;
}

input.volform4 {
border:1px solid #000000;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:40px;
}

input.volformemailfriends  {
border:1px solid #002545;
font-family:Helvetica,Arial sans-serif;
font-size:105%;
padding:5px;
width:140px;
}

/* END FORM STYLES */

/* ABOUT PAGE STYLES */

.aboutnav  {
background-color:#C1D4F7;
color:#0E2447;
margin-bottom:15px;
margin-top:15px;
padding:5px 5px 5px 5px;
vertical-align:middle;
width:630px;
font-size:12px;
}
/* END ABOUT BOX STYLES */

/* CANDIDATES PAGE */

#candidateleft {
	float:left;
	width:175px;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
}

#candidateright {
	float:left;
	width:425px;
	text-align:left;
	vertical-align:top;
	margin-bottom:15px;
	font-size:14px;
}

/* END CANDIDATES PAGE */

/* POSTS SHARE */

.postshare  {
background-color:#C1D4F7;
color:#0E2447;
margin-bottom:15px;
margin-top:15px;
padding:5px 5px 1px;
vertical-align:middle;
width:620px;
font-style:italic;
}

.postshareleft {
float:left;
font-style:italic;
font-weight:bold;
margin-top:5px;
padding-bottom:5px;
}

.postshareright {
	font-style:italic;
	padding-bottom:5px;
	margin-top:2px;
	float:right;
	text-align:left;
}

/* END POSTS SHARE */



.twitter-message {
	font-size:16px;
}

