/* - - - - - - - - - - - - - - - - - - - - - - -

Title :    Billy Long for U.S. Congress
URL :      http://www.billylongforcongress.com

Created :  06.02.2009
Modified : 06.05.2009

- - - - - - - - - - - - - - - - - - - - - - - */

/* GLOBAL RESET
v1.0 | 20080212 
http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------- */
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;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

del { text-decoration: line-through; }
ins { text-decoration: none; background: #ffc; }

/* tables still need 'cellspacing="0"' in the markup */
table { border-collapse: collapse; border-spacing: 0; }

:focus { outline: 1px dashed #6d6d6d; }

	
/* CLEARFIX HACK
http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack/
-------------------------------------------- */
.clearfix:after, #content:after, #header:after { 
	visibility: hidden; 
	display: block; 
	font-size: 0; 
	content: " "; 
	clear: both; 
	height: 0;
}
.clearfix, #content, #header { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix, * html #content, * html #header { height: 1%; }
.clearfix, #content, #header { display: block; }
/* close commented backslash hack */


/* - - - - - - - - - - - - - - - - - - - - - - -    H T M L	    - - - - - - - - - - - - - - - - - - - - - - - */

body {
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 62.5%;
	color: #2f2f2f;
	background: #204057;baba
}

html>body { font-size: 10px; }

/* Anchor Links 
-------------------------------------------- */
a:link { color: #204057; text-decoration: underline; }
a:visited { color: #204057; text-decoration: underline; }
a:hover {  color: #204057; text-decoration: none; }
a:active {  color: #204057; text-decoration: none; }

/* Headings 
-------------------------------------------- */
h2 { padding: 0.5em 0 0; margin: 0 0 0.75em; font-size: 1.6em; color: #0F212E; }
h3 { margin: 0 0 0.75em; text-transform: uppercase; color: #204057; border-bottom: 1px solid #9a9a9a; }

/* Text Elements 
-------------------------------------------- */
p, ul, ol, dl, blockquote, pre { margin: 0 0 1.5em; font-size: 1em; line-height: 1.3em; }
blockquote { padding: 0 1.25em; }
small, cite { font-size: 0.86em; }
strong, b, dt, th { font-weight: bold; }
address, cite, em, i, caption, dfn, var { font-style: italic; }

ul, ol { margin: 0 0 2em 1em; }
ul li, ol li { margin: 0 0 0.5em 1em; }

ul { list-style-type: disc; }
ul ul { list-style-type: square; }
ul ul ul { list-style-type: circle; }
ul ul ul ul { list-style-type: square; }

ol { list-style-type: decimal; }
ol ol { list-style-type: upper-roman; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }

dl { margin-bottom: 2em; }
dt { font-weight: bold; }
dd { margin-bottom: 1em; padding-left: 1.5em; }

del { text-decoration: line-through; }
address, abbr, acronym { font-style: normal; }
acronym, abbr { border-bottom: 1px dotted #333; cursor: help; }
acronym { text-transform: uppercase; }
pre, kbd, code, samp, tt, var { font-family: "Courier New", Courier, monospace monospace; }

sub { font-size: 0.86em; line-height: 1em; vertical-align: sub; }
sup { font-size: 0.86em; line-height: 1em; vertical-align: super; }

/* Tables 
-------------------------------------------- */
table {	margin: 0 0 1.5em; }
caption { text-align: left; }
th, td { padding: 0.25em 0.5em; }
tbody td, tbody th { border: 1px solid #999; }
tfoot { font-style: italic; }


/* - - - - - - - - - - - - - - - - - - - - - - -    N A V I G A T I O N    - - - - - - - - - - - - - - - - - - - - - - - */

ul#utility-nav { display: none; }

/* GLOBAL NAV
-------------------------------------------- */
ul#global-nav {
	float: left;
	width: 940px;
	margin: 0;
	padding: 1px 0 0 20px;
	list-style: none; 
	background: #0f212e url(img/global_nav_bg.gif) no-repeat 0 0;
}

ul#global-nav li {
	float: left;
	border-right: 1px solid #273742;
	margin: 0; 
	list-style: none; 
}

ul#global-nav li a,
ul#global-nav li a:visited {
	float: left;
	padding: 12px 8px;
	border-top: none;
	border-right: 1px solid #0f212e;
	border-bottom: 1px solid #0f212e;
	border-left: 1px solid #0f212e;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

ul#global-nav li a:hover { background: #264256 url(img/global_nav_hover_bg.jpg) repeat-x 0 0; }

ul#global-nav li a.active {
	margin: 0 -1px;
	padding: 7px 9px 12px 9px;
	border-top: 5px solid #0f212e;
	border-right: 1px solid #0f212e;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #0f212e;
	background: #fff;
	background-image: none;
	color: #204057;
}

/* SUB NAV  
-------------------------------------------- */
#nav-module {
	width: 210px;
	margin: 0 0 20px 0;
	padding: 0 0 12px 0;
	background: url(img/sub_nav_bot.gif) no-repeat left bottom;
}

#nav-module h2 {
	width: 190px;
	height: 25px;
	margin: 0;
	padding: 10px 0 0 20px;
	font-size: 1.3em;
	font-weight: normal;
	color: #fff;
	background: url(img/sub_nav_top.gif) no-repeat 0 0;
}

ul#sub-nav {
	width: 206px;
	margin: 0;
	list-style: none;
	border-right: 2px solid #1E3D54;
	border-left: 2px solid #1E3D54;
}

ul#sub-nav li {
	margin: 0;
	list-style: none;
	background: #fff url(img/sub_nav_gradient.jpg) repeat-x 0 0;
	border-bottom: 1px solid #cecece;
}

ul#sub-nav li a,
ul#sub-nav li a:visited {
	display: block;
	padding: 10px 0 10px 20px;
	text-transform: uppercase;
	text-decoration: none;
	color: #2C4E64;
	background: url(img/sub_nav_arrow.gif) no-repeat 3px 12px;
}

ul#sub-nav li a:hover { text-decoration: underline; }

ul#sub-nav li.last { border-bottom: none; }

ul#sub-nav li.last a { padding: 10px 0 4px 20px;}

/* FOOTER NAV  
-------------------------------------------- */
ul#footer-nav {
	margin: 0 0 10px 0; 
	list-style: none; 
}

ul#footer-nav li {
	display: inline;
	margin: 0; 
	list-style: none;
}

ul#footer-nav li a,
ul#footer-nav li a:visited {
	color: #fff;
	text-decoration: none;
	margin-right: 0.5em;
}

ul#footer-nav li a:hover { text-decoration: underline; }


/* - - - - - - - - - - - - - - - - - - - - - - -    M A I N - L A Y O U T    - - - - - - - - - - - - - - - - - - - - - - - */

#wrapper {
	margin: 0 auto;
	width: 960px;
	font-size: 1.4em;
	text-align: left;
}

/* HEADER
-------------------------------------------- */
#header { width: 960px; }

#logo {
	float: left;
	margin: 0 0 0 -20px;
	width: 570px;
	height: 131px;
}

#header #NewsletterAddForm {
	float: right;
	margin: 0;
	padding: 36px 20px 0 0;
}

#header #NewsletterAddForm label {
	display: block;
	color: #fff;
}

#header #NewsletterAddForm .field input {
	width: 210px;
	margin: 6px 0 9px;
	font-size: 0.86em;
	color: #A0A0A0;
}

#header #NewsletterAddForm .button { text-align: right; }

/* CONTENT
-------------------------------------------- */
#content {
	clear: both;
	padding: 20px 0 20px 20px;
	background-color: #fff;
}

#main-content {
	float: left;
	width: 690px;
}

#sub-content {
	float: right;
	width: 235px;
}

/* FOOTER
-------------------------------------------- */
#footer {
	clear: both;
	padding: 20px 0 10px 0;
}

#footer p {
	font-size: 0.86em;
	color: #a9bcc9;
}

#footer p strong {
	margin: 0 3px;
	padding: 3px;
	border: 1px solid #8d8d8d;
	font-weight: normal;
}

/* - - - - - - - - - - - - - - - - - - - - - - -    G L O B A L - S T Y L E S    - - - - - - - - - - - - - - - - - - - - - - - */

/* Banner
-------------------------------------------- */
#banner {
	float: left;
	width: 370px;
	height: 254px;
	margin: -10px 0 20px 0;
	padding: 40px 30px 0 290px;
	overflow: hidden;
	background-image: url(images/home_bg.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#banner h1 {
	margin: 0 0 0.5em;
	font-size: 1.85em;
	color: #000;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#banner h1 span {
	margin: 0 0 0 4px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.8em;
	font-weight: normal;
	font-style: italic;
	color: #686868;
}

#banner p { color: #204057; }

/* Buttons
-------------------------------------------- */
ul.buttons {
	float: left;
	margin: 0; 
	list-style: none; 
}

ul.buttons li {
	float: left;
	margin: 0 10px 0 0; 
	list-style: none; 
}

ul.buttons li a,
ul.buttons li a:visited {
	float: left;
	display: inline-block;
	display: block;
	width: 172px;
	height: 27px;
	padding: 12px 0 0;
	color: #fff;
	text-decoration: none;
	text-align: center;
	background: url(img/button_bg.gif) no-repeat 0 0;
}

ul.buttons li a:hover { text-decoration: underline; }

/* Donate Bar
-------------------------------------------- */
#donate-bar { 
	clear: both;
	display: block;
	position: relative;
	height: 84px;
	text-indent: -9999em;
	overflow: hidden;
}

#donate-bar a {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 168px;
	height: 84px;
}

body#home #donate-bar {
	width: 920px;
	background-image: url(images/Bar.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

body#page #donate-bar {
	width: 688px;
	background: url(img/donate_bar_narrow.jpg) no-repeat 0 0;
}

/* Module
-------------------------------------------- */
.module {
	float: left;
	width: 215px;
	margin: 0 0 10px 0;
	padding: 0 20px 0 0;
}

.module em { color: #6d6d6d; }

.module ul,
.module ol {
	margin: 0;
	list-style: none;
}

.module ul li,
.module ol li {
	margin: 0 0 0.5em;
	list-style: none;
}

.module ul li a,
.module ul li a:visited,
.module ol li a,
.module ol li a:visited {
	color: #4a4a4a;
	text-decoration: none;
}

.module ol li a:hover { text-decoration: underline; }

.module ul#social-links { float: left; }

.module ul#social-links li { float: left; margin: 0 5px 5px 0; }

.module ul#social-links li a {
	float: left;
	display: inline-block;
	display: block;
	width: 100px;
	height: 33px;
	text-indent: -9999em;
	overflow: hidden;
	background-image: url(img/social_logos.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
}

.module ul#social-links li#sl-youtube a { background-position: 0 0; }
.module ul#social-links li#sl-twitter a { background-position: 0 -33px; }
.module ul#social-links li#sl-facebook a { background-position: 0 -66px; }
.module ul#social-links li#sl-flickr a { background-position: 0 -99px; }

/* Callouts
-------------------------------------------- */
ul#callouts {
	float: right;
	width: 210px;
	margin: 0;
	padding: 0 20px 0 0;
	list-style: none;
}

ul#callouts li {
	float: left;
	margin: 0 0 15px;
	list-style: none;
}

ul#callouts li a {
	float: left;
	display: inline-block;
	display: block;
	width: 210px;
	height: 134px;
	text-indent: -9999em;
	overflow: hidden;
}

ul#callouts li#co-issues a {
	background-image: url(images/button_bg1.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
ul#callouts li#co-action a {
	background-image: url(images/button_bg2.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}

/* Forms
-------------------------------------------- */

form fieldset div.input {
	padding: 7px 0 7px 0;
	clear: both;
}

form fieldset div.input label {
	float: left;
	width: 120px;
}

form fieldset div.input input {
	width: 150px;
}

form fieldset div.select input {
	width: 150px;
}

form fieldset div.input input.phone {
	width: 50px;
}

form fieldset div.checkbox label {
	float: none;
	}

form fieldset div.checkbox input {
	float: left;
	}

form fieldset div.checkboxes div.checkbox {
	clear: none;
	float: left;
	width: 160px;
}

form fieldset div.checkbox input {
	width: 20px;
}


/* - - - - - - - - - - - - - - - - - - - - - - -    P A G E - D E T A I L S    - - - - - - - - - - - - - - - - - - - - - - - */

/* SECONDARY PAGE
-------------------------------------------- */
body#page small {
	display: block;
	margin: -1.5em 0 0;
	color: #797979;
}


.imgright {
	float:right;
	margin-left:15px;
	margin-bottom:5px;
	border:4px solid #e8e8e8;
}

.imgleft {
	float:left;
	margin-left:15px;
	margin-bottom:5px;
	border:4px solid #e8e8e8;
}

.center {
	text-align:center;
}

.push {
	margin-top:15px;
}

.error-message {
	color: #ff0000;
}

.clear {
	clear:both;
	height:1px;
}

.hr {
	margin-top:10px;
	margin-bottom:10px;
	height:5px;
	border-top:1px #204057 solid;
}
