/*
Company:	Scott Sipprelle
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: url(../images/page-bkg.jpg) no-repeat 50% 0 #bbb983;
}
body {
	
}
/* @end */

/* @group Rotating Spotlight Section */
.spot_main
{
	position:relative;
	width:684px;
	height:231px;
	overflow:hidden;
}

.spot_div
{
	position:absolute;
	width:684px;
	height:231px;
	overflow:hidden;
	left:-700px;
	z-index:1;
}
.spot_nav
{
	text-align:center;
	color:white;
	right:5px;
	bottom:5px;
	position:absolute;
	width:140px;
	height:20px;
	overflow:hidden;
	z-index:100;
	font-size:12px;
}
.spot_corner
{
	left: 0px;
	top: 0px;
	position:absolute;
	z-index:100;
	width:140px;
	height:20px;
	background: url(../images/hp-content-top.png) no-repeat 0 0;
}


div.spot_nav a, div.spot_nav a:link, div.spot_nav a:visited
{
	color:white;
	font-size:12px;
	text-decoration: none;
}

div.spot_nav a:hover
{
	color:white;
	font-size:12px;
	text-decoration: underline;
}
/* @end */

/* @group Layout */
/* Head */
div#hd {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	padding: 23px 0 0 0;
	height: 165px;
	overflow: hidden;
}

/* Body */
div#bd {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 0 5px;
}

/* Footer */
div#ft {
	width: 970px;
	margin-left: auto;
	margin-right: auto;
	padding: 35px 5px;
}
div.ft-links {
	width: 215px;
	margin: 0 0 0 20px;
	background: url(../images/ft-div.png) no-repeat 100% 0;
	float: left;
	display: inline;
}
div.ft-links ul {
	margin: 0;
	padding: 0;
	width: 49%;
	float: left;
	display: inline;
}
div.ft-links ul li {
	list-style: none;
	text-transform: uppercase;
	font-size: 108%;
	font-family: "Arial Narrow", Arial, sans-serif;
	margin: 0 0 6px 0;
}
div.ft-links ul a:link, div.ft-links ul a:visited {
	color: #002956;
	text-decoration: none;
}
div.ft-links ul a:hover {
	text-decoration: underline;
}

/* Support */
div.support {
	width: 418px;
	margin: 0 0 0 20px;
	background: url(../images/ft-div.png) no-repeat 100% 0;
	padding: 0 0 25px 0;
	float: left;
	display: inline;
}
div.support h5 {
	color: #002956;
	background: url(../images/hd-support-scott.png) no-repeat 0 0;
	height: 18px;
	margin: 0 0 10px 0;
	text-indent: -9000px;
}
div.support ul {
	margin: 0;
	padding: 0;
}
div.support ul li {
	list-style: none;
	margin: 0 2px 0 0;
	padding: 0;
	border: 1px solid #1c5811;
	float: left;
	display: inline;
}
div.support ul a {
	font-size: 93%;
	font-family: "Arial Narrow", Arial, sans-serif;
	display: block;
	background: url(../images/donate-amt-bkg.gif) repeat-x 0 0 #40a526;
	padding: 5px 0;
	border: 1px solid #84c574;
	width: 73px;
} 

div.support ul a:hover {
	font-size: 93%;
	font-family: "Arial Narrow", Arial, sans-serif;
	display: block;
	background: url(../images/donate-amt-bkg_on.gif) repeat-x 0 0 #225216;
	padding: 5px 0;
	border: 1px solid #225216;
	width: 73px;
} 

div.support span.donate {
	display: block;
	font-size: 85%;
	text-align: center;
}
div.support span.value {
	color: #ffffff;
	font-size: 231%;
	display: block;
	text-align: center;
	line-height: 26px;
}
div.support a:link, div.support a:visited {
	color: #ffffff;
	text-decoration: none;
}
div.support a:hover {
	text-decoration: none;
	
}

/* Footer Contact */
div.ft-contact {
	width: 275px;
	float: right;
	display: inline;
}
div.ft-contact p {
	color: #002956;
	font-size: 93%;
}
div.ft-contact p.disclaimer span {
	padding: 4px;
	border: 1px solid #002956;
}
/* @end */

/* @group Modules */
/* Logo */
div#logo {
	width: 434px;
	height: 91px;
	background: url(../images/sipprelle-logo.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 0 10px 14px;
}
div#logo a {
	display: block;
	height: 100%;
}

/* Content Top */
div.content-top {
	width: 970px;
	height: 13px;
	overflow: hidden;
	background: url(../images/content-top.png) no-repeat 0 0;
}
div.content {
	width: 970px;
	background: url(../images/content-bkg.png) repeat-y 0 0;
}
div.content-btm {
	width: 970px;
	height: 9px;
	overflow: hidden;
	background: url(../images/content-btm.png) no-repeat 0 0;
}

/* Main */
div.main {
	width: 684px;
	background: url(../images/main-fade.png) repeat-x 0 0;
	float: left;
	display: inline;
}
div.main-content {
	padding: 10px 30px;
}

/* Main Cols */
div.main-cols {
	padding: 25px 30px;
	background: url(../images/gray-fade.gif) repeat-x 0 0;
}
div.main-left {
	width: 285px;
	float: left;
	display: inline;
}
div.main-right {
	width: 285px;
	float: right;
	display: inline;
}
h2.hd-twitter-updates {
	margin: 0 0 10px 0;
	background: url(../images/hd-twitter-updates.gif) no-repeat -1px 0;
	height: 27px;
	font-size: 100%!important;
	text-indent: -9000px;
}
h2.hd-latest-news {
	margin: 13px 0 10px 0;
	background: url(../images/hd-latest-news.gif) no-repeat 0 0;
	height: 27px;
	font-size: 100%!important;
	text-indent: -9000px;
}

/* Home Feature */
div.home-feature {
	width: 684px;
	height: 218px;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	margin: -13px 0 0 0;
	
	background-color: #808080; /* Remove this for live site */
}
div.home-feature-spacer {
	width: 684px;
	height: 205px;
	overflow: hidden;
}

/* Side */
div.side {
	width: 286px;
	float: right;
	display: inline;
}

/* Signup Form */
h2.hd-sign-up {
	margin: 0;
	height: 29px;
	background: url(../images/hd-sign-up-today.png) no-repeat 50% 0;
	text-indent: -9000px;
}
h3.hd-get-updates {
	margin: 0 0 5px 0;
	height: 17px;
	background: url(../images/txt-get-latest-updates.png) no-repeat 50% 0;
	text-indent: -9000px;
}
div.signup form {
	padding: 0 10px;
}
div.signup input.txt {
	width: 185px;
	border: 1px solid #000;
	padding: 5px;
	font-family: "Arial Narrow", Arial, sans-serif;
	vertical-align: middle;
}
div.signup input.btn {
	vertical-align: middle;
}

/* Social */
div.social-icons {
	text-align: center;
	padding: 15px 0;
}
div.social-icons a {
	margin: 0 7px;
}

/* Tweet */
div.tweet {
	width: 274px;
	background: url(../images/tweet-box-bkg.png) repeat-y 0 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
div.tweet-content {
	width: 240px;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 4px;
}
div.tweet h4 {
	margin: 0;
	height: 40px;
	text-indent: -9000px;
}
div.tweet-top {
	width: 274px;
	background: url(../images/tweet-box-top.png) no-repeat 0 0;
	overflow: hidden;
}
div.tweet-btm {
	width: 274px;
	background: url(../images/tweet-box-btm.png) no-repeat 0 100%;
	overflow: hidden;
	padding: 0 0 4px 0;
	margin: 0 0 0 0;
}
div.tweet a.tweet-btn {
	display: block;
	width: 85px;
	height: 28px;
	background: url(../images/btn-tweet.png) no-repeat 0 0;
	text-indent: -9000px;
	margin: 0 5px 0 0;
	float: right;
	display: inline;
}

/* Facebook */
div.fb-connect {
	width: 272px;
	margin-left: auto;
	margin-right: auto;
}

/* Headshot */
div.headshot {
	width: 167px;
	height: 185px;
	position: absolute;
	margin: -185px 0 0 785px;
	z-index: 100;
}
/* @end */

/* @group Common Text Styles */
div.main {
	color: #002545;
}
div.main p {
	font-size: 93%;
	line-height: 150%;
}
/* @end */

/* @group Default Headings */
div.main h1, div.main h2 {
	color: #002545;
	font-size: 197%;
	margin: 0 0 10px 0;
	font-weight: normal;
}

.mainnews {
	color: #002545;
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
}

div.main h3 {
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
div.main div.twittertext {
	font-size: 13px;
	color:#002545;
}
div.main div.twittertext ul {
	margin: 0;
}
div.main div.twittertext li {
	list-style: none;
	margin: 0 0 5px 0;
}
.twitter-link {
	color:#002545;
	text-decoration:underline;
	font-size:12px;
}

/* @end */

/* @group Nav */
div#nav {
	width: 979px;
	height: 60px;
	background: url(../images/nav-bkg.png) no-repeat 0 0;
}
div#nav ul {
	margin: 0;
	padding: 0 0 0 20px;
}
div#nav ul li {
	list-style: none;
	background: url(../images/nav-div.gif) no-repeat 0 50%;
	float: left;
	display: inline;
}
div#nav ul li:first-child {
	background: none;
}
div#nav ul li a {
	font-size: 146.5%;
	font-family: "Arial Narrow", arial, sans-serif;
	display: block;
	line-height: 55px;
	padding: 0 15px;
}
div#nav ul li.donate {
	background: none;
}
div#nav ul li.donate a {
	width: 102px;
	background: url(../images/donate-btn.png) no-repeat 50% 50%;
	text-align: center;
}
div#nav ul a:link, div#nav ul a:visited {
	color: #00396c;
	text-decoration: none;
}
div#nav ul li.donate a:link, div#nav ul li.donate a:visited {
	color: #fff;
	text-decoration: none;
}
div#nav ul a:hover {
	text-decoration: underline!important;
}
/* @end */

/* @group Forms */
	
/* @end */

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #0178bc;
	text-decoration: underline;
}
a:hover {
	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 */

/* SIGNUP FORM STYLES */

.sectionheaderbold {
color:#002545;
font-family:Arial,Helvetica,sans-serif;
font-size:22px;
font-weight:bold;
}

.sectionheader {
color:#002545;
font-family:Arial,Helvetica,sans-serif;
font-size:18px;
font-weight:normal;
}

input.volform1 {
border:1px solid #002545;
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;
}


#flickrfooter img {
	margin:0 9px 7px 0;
	border: solid thin #ffffff;
	text-align:center;
}
