/*
Company:	
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: #f4f4f4 url(../images/bg-body.jpg) top center no-repeat;
}
body {
	padding: 0 0 50px 0;
}
/* @end */

/* @group Layout */
div#container {
	width: 875px;
	margin: 0 auto;
}
/* Head */
div#hd {
	position: relative;
	padding: 15px 0 0 0;
	height: 164px;
}

/* Logo */
div.logo {margin: 0 0 12px 0;}

div.logo a:link, div.logo a:visited {
	display: block;
	width: 217px;
	height: 83px;
	text-indent: -9999px;
	background: url(../images/bg-logo.gif) top left no-repeat;
}

/* Twitter Tweet */
div.twitter-tweet {
	width: 359px;
	height: 60px;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/bg-twitter-tweet-2.jpg) top left no-repeat;
}

div.twitter-tweet-inner {
	position: relative;
	height: 1%;
}

div.twitter-tweet div.tweet {
	font-size: 83%;
	position: absolute;
	top: 4px;
	left: 46px;
	width: 240px;
	line-height: 1.2em;
}
div.twitter-tweet div.tweet h2 {
	display: none;
}
div.twitter-tweet div.tweet ul {margin: 0; padding: 0;}
div.twitter-tweet div.tweet ul li {margin: 0; padding: 0; list-style: none; height: 50px; overflow: hidden;}
div.twitter-tweet div.tweet ul li.view-all {display: none;}
div.twitter-tweet div.tweet ul li img {display: none;}

div.twitter-tweet div.tweet a:link,
div.twitter-tweet div.tweet a:visited {
	color: #000;
	text-decoration: none;
}

div.twitter-tweet div.tweet a:hover {
	color: #5ecce3;
	text-decoration: underline;
}

/* Twitter Logo - Account Link */
div.twitter-tweet span.twitter-account {
	position: absolute;
	top: 19px;
	left: 9px;
}

div.twitter-tweet span.twitter-account a:link,
div.twitter-tweet span.twitter-account a:visited {
	display: block;
	width: 24px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/ie6-anchor.gif);
}

/* Twitter Follow Button */
div.twitter-tweet span.twitter-follow {
	position: absolute;
	top: 23px;
	left: 302px;
}

div.twitter-tweet span.twitter-follow a:link,
div.twitter-tweet span.twitter-follow a:visited {
	display: block;
	width: 50px;
	height: 17px;
	text-indent: -9999px;
	background: url(../images/ie6-anchor.gif);
}

div.twitter-tweet span.time-meta {
display:block;
clear:both;
float:right;
text-transform:uppercase;
}

div.twitter-tweet span.time-meta a:link, div.twitter-tweet span.time-meta a:visited {
color:#ababab;	
}
div.twitter-tweet span.time-meta a:hover {
color: #5ecce3;
text-decoration: underline;
}
div.twitter-tweet span.from-meta {
display:none;	
}


/* Header Social Networks */
div.hd-social-network {
	width: 120px;
	position: absolute;
	right: 0;
	top: 83px;
}

div.hd-social-network h4 {
	float: right;
	margin: 0;
	text-transform: uppercase;
	color: #6181b8;
	font-size: 93%;
	position: relative;
	top: 7px;
}

div.hd-social-network ul {
	margin: 0 0 0 9px;
	float: right;
}

div.hd-social-network ul li {
	float: left;
	list-style: none;
}

div.hd-social-network ul li a:link, div.hd-social-network ul li a:visited {
	display: block;
	width: 21px;
	height: 21px;
	text-indent: -9999px;
}

/* Facebook Icon */
div.hd-social-network ul li.facebook {margin: 0 9px 0 0;}
div.hd-social-network ul li.facebook a:link,
div.hd-social-network ul li.facebook a:visited {
	background: url(../images/icon-facebook.png) top left no-repeat;
}

/* Twitter Icon */
div.hd-social-network ul li.twitter a:link,
div.hd-social-network ul li.twitter a:visited {
	background: url(../images/icon-twitter.png) top left no-repeat;
}

/* Text To Give */
div.text-2-give {
	position: absolute;
	top: 153px;
	right: 0;
	width: 288px;
	height: 26px;
	background: url(../images/bg-text-2-give-ORIGINAL.gif) top left no-repeat;
	text-indent: -9000px;
}

div.text-2-give a {
	display: block;
	height: 100%;
}

div.text-2-give h3 {
	margin: 0;
	position: absolute;
	left: -9999px;
}

div.text-2-give p {
	padding: 0 0 0 30px;
	font-size: 85%;
	line-height: 110%;
}

div.text-2-give p span {
	color: #fff;
	font-weight: bold;
}

/* Body */

/* Footer */
div#ft {
	border-top: 1px solid #dbe2ca;
	background: #81af43 url(../images/bg-ft.gif) bottom left no-repeat;
	position: relative;
	padding: 7px 0 7px 40px;
	font-size: 77%;
	color: #1b210e;
	height: 1%;
}

div#ft p {margin: 0;}

/* Footer Navigation */
div.ft-nav {margin: 3px 0 15px 0;}
div.ft-nav ul {margin: 0;}

/* Auto Clear Footer Navigation List */
div.ft-nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div.ft-nav ul {display: inline-block;}

/* Hides from IE-mac \*/
* html div.ft-nav ul {height: 1%;}
div.ft-nav ul {display: block;}
/* End hide from IE-mac */
/* @end */

div.ft-nav ul li {
	float: left;
	list-style: none;
	background: url(../images/bg-ft-nav.gif) center right no-repeat;
	padding: 0 8px 0 0;
	margin: 0 6px 0 0;
}

div.ft-nav ul li.last {background: none;}

div.ft-nav ul li a:link, div.ft-nav ul li a:visited {
	color: #1b210e;
	text-decoration: none;
	text-transform: uppercase;
}

div.ft-nav ul li a:hover {text-decoration: underline;}

/* Footer Logos */
div.ft-logos {
	position: absolute;
	top: 6px;
	right: 5px;
	width: 139px;
}

div.ft-logos a:link, div.ft-logos a:visited {
	display: block;
	height: 65px;
	text-indent: -9999px;
}

/* Venture Logo */
div.ft-logos span.venture {
	float: left;
	width: 53px;
	display: block;
}

div.ft-logos span.venture a:link, div.ft-logos span.venture a:visited {background: url(../images/bg-venture-logo.gif) top left no-repeat;}

/* IJM Logo */
div.ft-logos span.ijm {
	float: left;
	width: 86px;
	display: block;
}

div.ft-logos span.ijm a:link, div.ft-logos span.ijm a:visited {background: url(../images/bg-ijm-logo.gif) top left no-repeat;}

/* Footer Site Info */
div.site-info {text-transform: lowercase;}

/* Grafik Logo */
div.site-info span.grafik {
	position: relative;
	top: -4px;
	margin: 0 15px 0 0;
}

div.site-info span.grafik a:link,
div.site-info span.grafik a:visited {
	display: inline-block;
	width: 68px;
	height: 19px;
	text-indent: -9999px;
	background: url(../images/bg-grafik-logo.gif) top left no-repeat;
}

/* CiV Logo */
div.site-info span.civ {
	position: relative;
	top: -4px;
}

div.site-info span.civ a:link,
div.site-info span.civ a:visited {
	display: inline-block;
	width: 45px;
	height: 19px;
	text-indent: -9999px;
	background: url(../images/bg-civ-logo.gif) top left no-repeat;
}

/* @end */

/* @group Modules */
/* Top Content - Two Columns */
div.top-content {padding: 0 0 19px 0;}

/* Main Column - Top Content */
div.main {
	width: 606px;
	float: left;
	margin: 0 7px 0 0;
	position: relative;
	top: -7px;
}

div.main-inside {
	background: url(../images/bg-inside-mid.gif) repeat-y 0 0;
}
div.main-inside-top {
	background: url(../images/bg-inside-top.gif) no-repeat 0 0;
}
div.main-inside-btm {
	background: url(../images/bg-inside-btm.gif) no-repeat 0 100%;
	padding: 12px;
}

div.main-content {
	width: 410px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 15px;
}

/* Rider Page */
div.main-content-rider {
	width: 325px;
	margin-left: 75px;
	float: left;
	display: inline;
}
div.rider-profile-wrap {
	width: 112px;
	margin-right: 40px;
	padding-top: 110px;
	float: right;
	display: inline;
}
div.rider-profile {
	width: 92px;
	background: url(../images/rider-profile-top.png) no-repeat 0 0;
	padding: 10px 10px 6px 10px;
}
div.rider-profile img {
	margin-bottom: 10px;
}
div.rider-profile h5 {
	font-size: 85%;
	margin: 0 0 5px 0;
}
div.rider-profile p {
	font-size: 85%;
}
div.rider-profile p.view-all {margin: 0;}
div.rider-profile-btm {
	width: 112px;
	height: 6px;
	background: url(../images/rider-profile-btm.png) no-repeat 0 0;
	overflow: hidden;
}

/* Slideshow Wrap */
div.slideshow-wrap {position: relative;}

/* Slideshow */
div.slideshow {
	width: 606px;
	height: 328px;
	overflow: hidden;
}
div.slide {
	position: relative;
	z-index: 100;
}

div.slide span {
	color: #FFF;
	font-size: 0%;
	position: absolute;
	top: 299px;
	right: 90px;
	width: 514px;
	display: block;
	text-align: right;
}

div.slide span a:link,
div.slide span a:visited {
	color: #FFF;
	text-decoration: none;
	height: auto;
}

/* Slideshow Nav Wrap */
div.slideshow-nav-wrap {
	position: absolute;
	top: 304px;
	left: 521px;
	width: 81px;
	z-index: 200;
}

div.slideshow-nav-wrap a:link,
div.slideshow-nav-wrap a:visited {
	float: left;
}

div.slideshow-nav-wrap a.prev,
div.slideshow-nav-wrap a.next {
	display: block;
	width: 7px;
	height: 14px;
	text-indent: -9999px;
}

div.slideshow-nav-wrap a.prev {
	background: url(../images/slide-prev.png) top left no-repeat;
	padding: 0 3px 0 0;
}

div.slideshow-nav-wrap a.next {
	background: url(../images/slide-next.png) top left no-repeat;
}

/* Slideshow Nav */
div.slideshow-nav {
	float: left;
	padding: 0 3px 0 0;
}

div.slideshow-nav a:link,
div.slideshow-nav a:visited {
	display: block;
	width: 14px;
	height: 15px;
	background: url(../images/slide-nav.png) top left no-repeat;
	text-indent: -9999px;
}

div.slideshow-nav a.activeSlide {background: url(../images/slide-nav-selected.png) top left no-repeat;}

/* Side Column - Top Content */
div.side {
	padding: 6px 0 0 0;
	margin: 0 -3px 0 0;
	width: 262px;
	float: left;
}

/* Side Box */
div.side-box {
	background: url(../images/bg-side-box.jpg) bottom left no-repeat;
	color: #FFF;
	padding: 0 0 14px 0;
	margin: 0 0 6px 0;
	line-height: 1em;
}

div.side-box ul {
	margin: 0;
	padding: 0 0 0 20px;
}

div.side-box ul li {
	list-style: none;
	position: relative;
	padding: 0 24px 13px 30px;
	height: 1%;
}

div.side-box ul li img {
	position: absolute;
	top: 18px;
	left: 0;
}

div.side-box ul li p {
	font-size: 93%;
	margin: 0;
}

div.side-box span.more {
	font-size: 77%;
	text-transform: uppercase;
	color: #6890ca;
}

div.side-box h2 {
	background: url(../images/bg-side-h2-today.gif) top left no-repeat;
	width: 262px;
	height: 43px;
	text-indent: -9999px;
	margin: 0 0 13px 0;
}

div.side-box h3 {
	color: #6890ca;
	margin: 0;
	font-size: 93%;
}

div.side-box a:link, div.side-box a:visited {
	color: #6890ca;
	text-decoration: none;
}

div.side-box a:hover {text-decoration: underline;}

/* Mid Content Container */
div.mid-content {padding: 0 0 17px 0;}

/* Mid Column One */
div.mid-col-one {
	width: 214px;
	float: left;
	margin: 0 7px 0 0;
	position: relative;
}

/* Mid Column Two */
div.mid-col-two {
	width: 214px;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
}

/* Mid Column Three */
div.mid-col-three {
	width: 215px;
	float: left;
	margin: 0 6px 0 0;
	position: relative;
}

/* Mid Column Four */
div.mid-col-four {
	width: 213px;
	float: left;
	margin: 0 -3px 0 0;
	position: relative;
}

div.mid-col-one div,
div.mid-col-two div,
div.mid-col-three div,
div.mid-col-four div {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg-mid-caption.png) top left no-repeat;
	color: #FFF;
	padding: 8px 0 6px 0;
	line-height: 1em;
}

div.mid-content h3 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 116%;
}

div.mid-content h4 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 77%;
	text-transform: uppercase;
}

div.mid-content a:link, div.mid-content a:visited {
	color: #FFF;
	text-decoration: none;
}

div.mid-content a:hover {text-decoration: underline;}

div.mid-content p {
	margin: 0;
	padding: 0 10px 0 15px;
}


/* Blue Button */
.btns-wrap {
	padding: 6px 0;
	width:420px;
}
.btns-wrap:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.btns-wrap {display: inline-block;}
/* Hides from IE-mac \*/
* html .btns-wrap {height: 1%;}
.btns-wrap {display: block;}
/* End hide from IE-mac */
.btn-blue {
	background: url(../images/bg-btn-blue.gif) repeat-x 0 0 #6176a8;
	color: #fff!important;
	text-decoration: none!important;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	padding: 2px 7px;
	border-top: 1px solid #374c7f;
	border-left: 1px solid #364a7e;
	border-right: 1px solid #3f5487;
	border-bottom: 1px solid #24396e;
	font-size: 13px!important;
	display: block;
	float: left;
	margin-right: 3px;
	display: inline;
}
.btn-blue a.addthis_button_compact {
	color: #fff!important;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 13px!important;
	position: relative;
	text-decoration: none;
	margin-left: -1px;
}
.btn-blue a.addthis_button_compact span {
	background-image: none;
	width: 1px;
}

/* DRAFT REVISIONS FOR SHARE BUTTON

.btn-blue-share {
	width:38px; height:18px;
	background:transparent url(../images/share-button.png) repeat-x 0 0;
	text-decoration: none!important;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
border:0;
font-size: 13px!important;
	display: block;
	float: left;
	margin: 8px 5px 5px 0;
	display: inline;
}

.btn-blue-share a.addthis_button_compact {
	color:transparent;
	font-family: "Myriad Pro", Myriad, Arial, sans-serif;
	font-size: 13px!important;
	position: relative;
	text-decoration: none;
	margin-left: -1px;
}
.btn-blue-share a.addthis_button_compact span {
	background-image: none;
	width: 1px;
}

*/

/* Tweet Meme Buttons */
div.tweetmeme_button {
	padding: 6px 0 0 0;
	float: left;
	display: inline;
	width:80px;
}

/* Facebook Like */
div.fb-like {
	padding: 6px 0 0 0;
	float: left;
	display: inline;
}

/* Post Tags */
div.main p.tags {
	font-size: 85%;
	color: #636363;
}
div.main p.tags a:link, div.main p.tags a:visited {
	color: #636363;
	text-decoration: none;
}
div.main p.tags a:hover {
	text-decoration: underline;
}

/* WP Comments */
ol.commentlist {
	margin: 0;
	padding: 0;
}
ol.commentlist li {
	margin: 0;
	padding: 0 0 15px 0;
}
textarea#comment {
	width: 98%;
}

/* Section HR */
div.section-hr {
	border-top: 1px solid #97ab55;
	height: 1px;
	overflow: hidden;
	padding-bottom: 5px;
}

/* Breadcrumb */
div.main p.bc {
	font-size: 85%;
	color: #636363;
}
div.main p.bc a:link, div.main p.bc a:visited {
	color: #636363;
	text-decoration: none;
}
div.main p.bc a:hover {
	text-decoration: underline;
}

/* Side Ads */
.side-ads {
margin:5px 0; padding:0;	
}

/* Why We Ride */
div.why-we-ride-side {
	width: 258px;
	position: relative;
	height: 186px;
	border: 1px solid #75a5bc;
	margin-top: 10px;
	overflow: hidden;
}
div.why-we-ride-side div {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: url(../images/bg-mid-caption.png) top left repeat;
	color: #FFF;
	padding: 8px 0 6px 0;
	line-height: 1em;
}
div.why-we-ride-side h3 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 116%;
}
div.why-we-ride-side h4 {
	margin: 0;
	padding: 0 0 0 15px;
	font-size: 77%;
	text-transform: uppercase;
}
div.why-we-ride-side a:link, div.why-we-ride-side a:visited {
	color: #FFF;
	text-decoration: none;
}
div.why-we-ride-side a:hover {text-decoration: underline;}
div.why-we-ride-side p {
	margin: 0;
	padding: 0 10px 0 15px;
}

/* Event Detail */
div.main p.rsvp-link {
	font-weight: bold;
	font-size: 116%;
	display:none;
}
/* @end */

/* @group Common Text Styles */
p.nocomments {
	display: none;
}	
/* @end */

/* @group Default Headings */
div.main h1 {
	margin: 0 0 10px 0;
	color: #8fae4d;
	font-size: 189%;
	font-weight: normal;
}
div.main h2 {
	margin: 0 0 10px 0;
}
div.main h3 {
	margin: 0 0 5px 0;
}
/* @end */

/* @group Default Lists */
	
/* @end */

/* @group Nav */
div#nav-wrap {
	background: url(../images/bg-nav-2.png) top left no-repeat;
	height: 43px;
}

/* Auto Clear Nav List */
div#nav ul:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

div#nav ul {
	display: inline-block;
	margin: 0 6px 0 0;
	width: 708px;
	float: left;
}

/* Hides from IE-mac \*/
* html div#nav ul {height: 1%;}
div#nav ul {display: block;}
/* End hide from IE-mac */
/* @end */

#nav ul li {
	float: left;
	list-style: none;
}

#nav ul li a:link, #nav ul li a:visited {
	display: block;
	text-decoration: none;
	height: 43px;
	background: url(../images/bg-nav-2.png) no-repeat;
	text-indent: -9999px;
}

/* Nav Image Replacements */
#nav ul li#about-tour a:link, #nav ul li#about-tour a:visited {background-position: 0 0; width: 213px}
#nav ul li#about-riders a:link, #nav ul li#about-riders a:visited {background-position: -213px 0; width: 155px}
#nav ul li#news-updates a:link, #nav ul li#news-updates a:visited {background-position: -368px 0; width: 134px}
#nav ul li#events a:link, #nav ul li#events a:visited {background-position: -502px 0; width: 85px}
#nav ul li#ways-get-involved a:link, #nav ul li#ways-get-involved a:visited {background-position: -587px 0; width: 121px}

/* Search */
div.search {
	width: 160px;
	float: left;
	padding: 12px 0 0 0;
}

div.search .txt {
	width: 118px;
	border: none;
	padding: 2px 0 2px 5px;
	color: #818181;
	font-size: 85%;
	border: 1px solid #656565;
}

div.search .btn {
	border: none;
	background: none;
	color: #FFF;
	font-size: 77%;
}


/* @end */

/* Blockquotes */
blockquote.pulled {
clear:both;
color:#8db542;
font-style:italic;
font-size:105%;
  padding:12px 8px 8px 8px;
  margin:5px 0;
  background-image: url(../images/5WFF-BLOCKQUOTE-OPEN.png);
  background-position: top left;
  background-repeat: no-repeat;
  text-indent: 23px;
}
  
blockquote.pulled span {
     display: block;
     background-image: url(../images/5WFF-BLOCKQUOTE-CLOSE.png);
     background-repeat: no-repeat;
     background-position: bottom right;
	 padding-bottom:40px;
}

blockquote.pulled font.name {
float:right;	
}
/* @end */

/* Lightview video embeds */
.lightview_right {
float:right;
margin:0 0 0 20px; padding:0;
}
/* @end */

/* Meet The Riders Dashboard and Details */
.event_city_thumb {
float:right;
margin:0 0 15px 15px;
}
/* @end */

/* Meet The Riders Dashboard and Details */
.bio-db-item {
width:100px; height:225px;
float:left;
padding:0; margin:15px;
background:transparent url(../images/5wff-Bio-Backgrounds.png) top left no-repeat;
}

.bio-db-item img {
margin:15px 0 10px;	
}

.bio-db-name {
font-size:90%;
font-weight:bold;
color:#8db542;
}

.bio-db-place {
font-size:85%;
font-weight:bold;
}

.bio-db-occupation {
font-size:85%;
font-weight:bold;
font-style:italic;
}

h2.bio-details {
color:#648cc8;
text-transform:uppercase;
}

h2.bio-lead {
color:#b43264;	
}

h3.bio-occupation {
font-style:italic;	
}

.bio-details-video {
width:300px; height:169px;
float:left;
border:5px solid #8db542;
margin-bottom:10px;
}

.bio-client {
float:right;
margin:0 0 10px 10px; padding:0;
}

.bio-client img {
padding:5px;
border:1px dotted #767676;
}
/* @end */

/* Supporters & Leading Voices */
.supporters_logo {
float:left;
width:74px;
margin:0 15px 15px 0;
}

.leadingvoices_pic {
float:left;
width:100px;
margin:0 15px 15px 0; padding:5px;
border:1px dotted #767676;

}
/* @end */

/* @Online Tools */
.tools_profile {
float:left;
width:100px;
margin:10px 0 10px;
}

.tools_bkgds {
float:left;
width:200px;
margin:10px 0 10px;
}

.tools_thumb {
float:left;
margin:0 0 10px 0; padding:5px;
border:1px dotted #767676;
}

.tools_button {
float:left;
font-size:75%;
background:transparent url(/img/tools/download.png) center left no-repeat;
padding:2px 22px 2px; margin:0;
}

.tools_preview {
float:left;
font-size:75%;
background:transparent url(/img/tools/preview.png) center left no-repeat;
padding:2px 22px 2px; margin:0;
}


.tools_embed {
float:left;
width:150px; height:30px;
margin-right:15px; padding:3px 5px 3px 50px;
background:#fff url(/img/tools/embed_bkgd.gif) top left no-repeat;
border:1px dotted #767676;
}

.tools_embed2 {
float:left;
width:150px; height:30px;
margin:10px 15px 0 0; padding:3px 5px 3px 50px;
background:#fff url(/img/tools/embed_bkgd.gif) top left no-repeat;
border:1px dotted #767676;
}

.tools_embed input, .tools_embed2 input {
width:140px;
margin:5px 0; padding:3px 4px;
border:0;
background-color:#efefef;
font:normal 12px/1 "Courier New", Courier, monospace;
}
/* @end */

/* Convio Velocity Snippets */

.convio_vs {
float:left;
text-align:left;
width:226px; height:180px;
padding:15px; margin-bottom:5px;
background:#d7dde8 url(/img/about/5WFF-SIGNUP-FORM-BKGD-2.png) top left no-repeat;
border:3px solid #648cc8;
}

#convio_vs_field {
float:left;
width:85px; height:12px;
margin:3px 15px 3px 0px; padding:3px;
background-color:#fff;
border:2px solid #e5e8ef;
}

.convio_vs_button {
float:left;
clear:both;
background-color:#648cc8;
border:2px solid #e5e8ef;
margin:5px 0; padding:8px 10px;
color:#fff;
text-transform:uppercase;
font-weight:bold;
font-size:90%;
}

/* @end */

/* @Lightview  */
.imageframeRight {
float:right;
margin:0 0 15px 15px; 
font-size:75%;
}

.imageframeRight img {
padding:4px; margin-bottom:5px;
border:1px dotted #767676;

}

/* @end */

/* @Who We're Fighting For Statistics  */
.stat-item {
color:#787878;
font-size:112%;
margin-bottom:15px;
}
.stat-green {
color:#8db542;	
font-size:122%;
font-weight:bold;
}

.stat-blue {
color:#648cc8;	
font-size:122%;
font-weight:bold;
}
/* @end */

/* @Get Involved Styles */
.gi-item {
float:left;
width:190px;
margin:0 15px 15px 0; padding:0;
}

.gi-item-borderRight {
float:left;
width:190px;
padding:0 9px 0 0; margin:0 0 15px 0;
border-right:1px dotted #767676;
}

.gi-item-borderLeft {
float:left;
width:190px;
padding:0 0 0 9px; margin:0 0 15px 0;
border-left:1px dotted #767676;
}

.gi-item-noborderRight {
float:left;
width:190px;
padding:0; margin:0 10px 15px 0;
}

.gi-item-noborderLeft {
float:left;
width:190px;
padding:0; margin:0 0 15px 10px;
}

.blue-header {
width:100%;
color:#648cc8;
font-weight:bold;
font-size:110%;
border-top:3px solid #648cc8;
border-bottom:1px solid #648cc8;
padding:4px 0; margin:0 0 10px 0;
}

.green-header {
width:100%;
color:#8db542;
font-weight:bold;
font-size:110%;
border-top:3px solid #8db542;
border-bottom:1px solid #8db542;
padding:4px 0; margin:0 0 10px 0;
}
.gi-numbers {
float:left;
margin:0 10px 10px 0; padding:0;
}

/* @end */

/* Give Styles */
.give-blue {
float:left;
width:122px; height:150px;
margin-right:10px; padding:4px 0;
font-size:110%;
border-top:5px solid #648cc8;
}

.give-green {
float:left;
width:122px; height:150px;
margin:0px; padding:4px 10px;
font-size:110%;
border-top:5px solid #8db542;
}

.give-cran {
float:left;
width:122px; height:150px;
margin-left:10px; padding:4px 0;
font-size:110%;
border-top:5px solid #b43264;
}

.give-orange {
float:left;
width:410px; height:250px;
margin:0px; padding:4px 0;
border-top:5px solid #e6b432;
vertical-align:top;
}

span.bold-black {
color:#222;
}

span.bold-orange {
color:#e6b432;
font-size:180%;
font-weight:bold;
}

.give-logo {
float:right;
margin:10px 0 10px 10px;
}

/* @end */

/* @Blog Tour */
.toc {
float:left;
width:410px;
margin:0 0 10px 0; padding:0;
clear:both;
list-style:none;
}
.toc li {
	float:left;
background:url(../images/dotted.gif) repeat-x 0 0.85em;
width:410px;
font-size:95%;
font-weight:bold;
margin:0; padding:0;
}

.tour-date {
float:left;	
color:#8db542;
text-transform:uppercase;
margin:0; padding:0 4px 4px 0;
background-color:#f4f4f4;
}

.tour-location {
float:right;	
margin:0; padding:0 0 4px 3px;
background-color:#f4f4f4;
}

.tour-inactive {
float:right;
color:#bcbcbc;
background-color:#f4f4f4;
margin:0; padding:0 0 4px 3px;
}


/* @end */

/* @Tweet This */
#tweet-box {
float:left;
width:410px;
margin:10px 0 20px 0;
clear:both;
}

#tweet-box textarea {
float:left;
width:340px; height:45px;
padding:4px; margin:0;
border:1px dashed #bcbcbc;
font-size:85%;
color:#666;
overflow:auto;
}

#tweet-box img {
float:left;	
margin-right:5px;
}	
	
/* @end */

.rsvp-button {
height:32px;
margin:0 0 20px 0; padding:0 0 0 42px;
background:transparent url(/img/common/calendar-icon.png) top left no-repeat;
font-size:125%;
font-weight:bold;
font-style:italic;
}

.events-logos {
float:right;
margin:5px 0 5px 10px; padding:0;
}

.events-table {
border:1px dotted #ABABAB;
margin:15px 0; padding:0;
font-size:88%;
}

.events-table-header {
color:#648cc8;
font-weight:bold;
font-size:100%;
text-align:center;
text-transform:uppercase;
}

.events-table-subheader {
	color:#648cc8;
font-weight:bold;
}

.events-table td {
padding:7px;
vertical-align:top;
border:1px dotted #ABABAB;
}

.events-table-time {
width:50px;
font-weight:bold;
}

/* @group Default Links - link visited hover active */
a:link, a:visited {
	color: #6890ca;
}
a:hover {
	color: #6890ca;
	text-decoration: none;
}
/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

.blog_date {
font-size:80%;
color:#8db542;
text-transform:uppercase;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
