/*
Title:      Liberty Riders, Inc. Screen Styles
Author:     Ryan Essmaker (www.designingmonsters.com)
Updated:    April 19, 2008
*/


/*----------------------
DK BLUE:				#046380
LT BlUE:				#A8D8D8
MD BlUE:				#9CCCCC
ORANGE:					#BD5007
BEIGE: 					#FFF4E3
----------------------*/


* {
	margin: 0;
	padding: 0;
}
body {
	font-size: small;
	font-family: "Lucida Grande", Helvetica, Arial, serif;
	color: #333;
	background: #046380;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px 0;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", serif;
}
p {
	margin: 0 0 10px 0;
	font-size: 85%;
	line-height: 1.5em;
}
dl {
	font-size: 85%;
	line-height: 1.5em;
	color: #333;
}
.hide {
	display: none;
}
.clear {
	clear: both;
}
.highlight {
	color: #BD5007;
}
abbr {
	border: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* LINKS
---------------------------------------------- */

a, a:visited {
	padding-bottom: 1px;
	color: #046380;
	text-decoration: none;
	border-bottom: 1px solid #91C2C2;
}
a:hover {
	color: #333;
	border-bottom: 2px solid #91C2C2;
}
a.more {
	padding: 0 10px 2px 0;
	background: url(/img/icon_arrow_8x8.gif) no-repeat 100% 4px;
}

/* PAGE STRUCTURE 
---------------------------------------------- */

#container {
	margin: 10px auto;
	padding: 10px;
	width: 830px;
	background: #FFF4E3;
}
#branding {
	float: left;
	width: 830px;
	margin: 0;
	padding: 0;
	background: url(/img/branding_head_bg.gif) no-repeat center top;
}
#content {
	clear: left;
	float: left;
	width: 830px;
	margin: 5px 0;
	background: #046380 url(/img/content_bg.gif) repeat-y left top;
	border-top: 5px solid #046380;
	border-bottom: 5px solid #046380;
}
#content_main {
	float: left;
	display: inline;
	width: 495px;
	margin: 10px 5px 10px 15px;
	padding: 0 0 5px 0;
}
#content_sub {
	float: right;
	display: inline;
	width: 280px;
	margin: 10px 15px 10px 10px;
}
#site_info {
	clear: both;
	width: 825px;
	margin: 0;
	padding: 3px;
	background: #A8D8D8;
}
#site_info_inner {
	padding: 6px 0 6px 11px;
	border: 1px solid #91C2C2;
	background: #A8D8D8 url(/img/nav_bg_800.gif) repeat-x center center;
}
#site_info p {
	margin: 0;
	font-size: 80%;
}
#grid {
	position: absolute;
	top: 0;
	width: 830px;
	height: 1000px;
	background: url(/img/grid.png) repeat-y center top;
}

/* BRANDING (HEADER) STYLES
---------------------------------------------- */

#branding_images {
	color: #FFF4E3;
}
#branding_images img {
	clear: left;
	float: left;
	margin: 5px 0;
}
#branding_heading {
	float: right;
	width: 305px;
	height: 170px;
	margin: 5px 0;
	text-align: center;
	background: url(/img/branding_heading.jpg) no-repeat center top;
}
#branding_heading h2 {
	margin: 58px auto 0 auto;
	padding: 0 8px 0 10px;
	color: #046380;
	font-size: 125%;
	font-family: Georgia, "Times New Roman", serif;
	font-style: italic;
}

/* LOGO */

#logo {
	float: left;
	width: 100%;
	height: 90px;
	margin: 0;
	padding: 0;
}
#logo span {
	display: block;
	width: 431px;
	height: 68px;
	margin: 15px 0 0 25px;
	padding: 0;
	border: none;
	background: url(/img/branding_logo_styled.gif) no-repeat;
}
#logo img  {
	display: block;
	width: 0;
	height: 0;
	border: none;
}

/* NAVIGATION (MAIN)
---------------------------------------------- */

#nav_main {
	clear: both;
	float: left;
	margin: 5px 0 0 0;
	padding: 3px;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 100%;
	background: #A8D8D8;
}
#nav_main ul {
	float: left;
	width: 822px;
	margin: 0;
	padding: 3px 0;
	list-style: none;
	background: url(/img/nav_bg_800.gif) repeat-x center center;
	border: 1px solid #91C2C2;
}
#nav_main li {
	float: left;
	display: inline;
	margin: 0;
	padding: 0 21px 0 20px;
	border-right: 1px solid #91C2C2;
}
#nav_main li a {
	float: left;
	padding: .4em 0;
	border: none;
	color: #046380;
}
#nav_main li a:hover {
	padding: .4em 0;
	color: #BD5007;
	border: none;
}
body#home #nav_main li#t-home a,
body#about #nav_main li#t-about a,
body#photos #nav_main li#t-photos a,
body#events #nav_main li#t-events a,
body#registration #nav_main li#t-registration a,
body#volunteer #nav_main li#t-volunteer a,
body#donate #nav_main li#t-donate a,
body#contact #nav_main li#t-contact a {
	color: #BD5007;
}
body#home #nav_main {
	margin: 0;
}

/* CONTENT MAIN 
---------------------------------------------- */

h1 {
	color: #BD5007;
}

/* INTRO */

#intro {
	margin: 0 0 15px 0;
	padding: 10px;
	border: 5px solid #9CCCCC;
	background: #A8D8D8;
}
#intro p {
	margin: 0 0 5px 0;
}
#intro h1 {
	margin: 0 0 -10px 0;
	padding: 0;
	line-height: 1.1em;
	color: #333;
	font-weight: normal;
	font-size: 200%;
}
#intro h1 span {
	color: #BD5007;
	font-size: 60%;
}
#content_main #intro h2 {
	margin: 15px 0 10px 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 120%;
	font-family: Georgia, "Times New Roman", serif;
	color: #333;
}

#content_main h2 {
	margin: 20px 0 10px 0;
	color: #333;
	font-size: 130%;
}
#content_main h3 {
	margin: 10px 0 10px 0;
	font-size: 110%;
}
#content_main h3#recent {
	margin: 20px 0;
	padding: 1px 30px 1px 0;
	font-size: 150%;
	background: url(/img/icon_news_24x24.gif) no-repeat 6.4em center;
}
#content_main img {
	margin: 10px 0 0 0;
	padding: 2px;
	border: 4px solid #046380;
	background: #FFF4E3;
}
#content_main img.l-float {
	float: left;
	margin: 0 10px 5px 0;
	padding: 2px;
	border: 4px solid #046380;
	background: #FFF4E3;
}
#content_main img.r-float {
	float: right;
	margin: 0 0 5px 10px;
	padding: 2px;
	border: 4px solid #046380;
	background: #FFF4E3;
}
#content_main .entry img,
#content_main .entry_single img {
	float: none;
}
#content_main .entry img.l-float,
#content_main .entry_single img.l-float {
	float: left;
	margin: .4em 10px 5px 0;
}
#content_main .entry img.r-float,
#content_main .entry_single img.r-float {
	float: right;
	margin: .4em 0 5px 10px;
}

/* No Borders */

#content_main .entry img.l-float-alt,
#content_main .entry_single img.l-float-alt {
	float: left;
	margin: .4em 10px 5px 0;
	padding: 0;
	border: none;
	background: none;
}
#content_main .entry img.r-float-alt,
#content_main .entry_single img.r-float-alt {
	float: right;
	margin: .4em 10px 5px 0;
	padding: 0;
	border: none;
	background: none;
}
blockquote {
	margin: 20px 0 0 0;
	padding: 0 35px 0 35px;
	font-size: 110%;
	font-family: Georgia;
	background: url(/img/blockquote_left.gif) no-repeat left 3px;
}
#benefits {
	margin: 0 0 12px 0;
	list-style: none;
	font-size: 85%;
}
#benefits li {
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(/img/icon_star_16x16.gif) no-repeat left center;
	line-height: 1.5em;
}
#requirements {
	margin: 0 0 12px 0;
	list-style: none;
	font-size: 85%;
}
#requirements li {
	margin-bottom: 5px;
	padding-left: 24px;
	background: url(/img/icon_check_16.gif) no-repeat left center;
	line-height: 1.5em;
}
#content_main a.switch {
	padding-left: 20px;
	background: url(/img/icon_switch_16x16.gif) no-repeat left center;
	border: none;
}
a.pdf,
#content_main a.pdf {
	padding: 2px 22px 2px 0;
	background: url(/img/icon_acrobat_16x16.gif) no-repeat right center;
	border: none;
}
#content_main dl {
	margin: 0 0 15px 0;
}
#content_main ul {
	margin-bottom: 10px;
	list-style: none;
	font-size: 85%;
	line-height: 1.5em;
}
#paypal img {
	float: right;
	margin: 2px 0 0 10px;
	border: none;
}
#paypal dd {
	margin: 3px 0 5px -4px;
}

/* ENTRIES */

.entry {
	margin: 0 0 20px 0;
}
#entry_single {
	margin: 0 0 10px 0;
	border-bottom: 1px solid #9CCCCC;
}
#entry_single h1 {
	padding-bottom: 2px;
	color: #BD5007;
	font-size: 180%;
	border-bottom: 2px solid #9CCCCC;
}
.entry h2,
.entry h3 {
	padding-bottom: 2px;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 2px solid #9CCCCC;
}
.entry h3 a {
	color: #333;
	border: none;
}
.entry h3 a:hover {
	color: #046380;
	border: none;
}
p.meta {
	font-size: 80%;
	color: #444;
	font-style: italic;
}
#entry_single p.meta {
	padding-left: 18px;
	font-size: 75%;
	color: #444;
	background: url(/img/icon_post_16x16.gif) no-repeat left center;
	line-height: 1.8em;
}
#content_main p#news_nav {
	margin: 10px 0;
	font-size: 95%;
}
#news_nav a {
	border: none;
}
.archives {
	padding: 3px 0 3px 22px;
	background: url(/img/icon_archives_16.gif) no-repeat left center;
}
.prev {
	margin-left: 10px;
	padding: 3px 0 3px 22px;
	background: url(/img/icon_left_16.gif) no-repeat left center;
}
.next {
	margin-left: 10px;
	padding: 3px 22px 3px 0;
	background: url(/img/icon_right_16.gif) no-repeat right center;
}

/* PHOTOS */

#lightbox_wrap a {
	border: none;
}
#lightbox_wrap p {
	margin-bottom: 20px;
}
#lightbox_wrap img {
	margin: 0 8px 20px 0;
}
#lightbox_wrap h2 {
	margin-bottom: 16px;
	padding-bottom: 2px;
	border-bottom: 2px solid #9CCCCC;
}
.flickr {
	clear: left;
	padding: 10px;
	border: 3px solid #9CCCCC;
	text-align: center;
}
#lightbox_wrap .flickr p {
	margin: 0;
	font-size: 95%;
	font-weight: bold;
}
.flickr a,
.flickr a:hover {
	color: #0063DC;
	font-style: normal;
	border: none;
}
.flickr a span {
	color: #FF0084;
}

/* CONTENT SUB
---------------------------------------------- */

#content_sub h1, h2, h3, h4 {
	color: #BD5007;
}
#content_sub h3 {
	background: url(/img/header_flourish.gif) no-repeat right bottom;
}
#content_sub ul {
	margin: 0 0 0 12px;
	list-style-image: url(/img/bullet.gif);
	font-size: 85%;
	color: #333;
	line-height: 1.4em;
}
#content_sub li {
	padding: 0 0 2px 0;
}
#contribute {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #91C2C2;
}
body#photos #contribute,
body#contact #contribute {
	margin: 0;
	padding: 0;
	border-bottom: none;
}
#contribute dl {
	clear: left;
	margin: 15px 0;
}
#contribute dd.photo {
	text-align: center;
}
#contribute dd.photo img {
	float: left;
	display: inline;
	margin: 0 0 0 1.3em;
}
#contribute dt {
	padding-left: 85px;
}
#contribute dd p {
	padding: 5px 0 0 85px;
}
#mini_calendar {
	margin: 10px 0 20px 0;
}
#mini_calendar h3 {
	margin-bottom: 15px;
}
#mini_calendar dl.vevent {
	margin: 0 0 10px 0;
}
#mini_calendar dd h4 {
	margin: 0;
	padding: 0 0 2px 0;
	color: #046380;
	font-size: 120%;
	font-family: "Lucida Grande", Helvetica, Arial, serif;
	text-transform: uppercase;
	border-bottom: 2px solid #046380;
}
#mini_calendar dl.vevent dt.summary {
	padding: 3px 0 0 0;
	font-weight: bold;
	font-size: 100%;
}
#mini_calendar dl.vevent dt.summary a {
	color: #333;
}
#mini_calendar dl.vevent dt.summary a:hover {
	color: #046380;
}
p#view_cal {
	padding-left: 22px;
	line-height: 1.8em;
	background: url(/img/icon_cal_16x16.gif) no-repeat left center;
}
.downloads {
	margin: 0 0 15px 0;
}
.downloads ul {
	list-style: none;
	font-size: 85%;
}
.downloads ul li {
	line-height: 1.5em;
}
dl#entries_related dt,
dl#entries_recent dt {
	margin: 0 0 3px 0;
	font-size: 105%;
}
dl#entries_related,
dl#entries_recent {
	margin-bottom: 15px;
}
dl#entries_related dd,
dl#entries_recent dd {
	margin: 0 0 10px 0;
	line-height: 1.3em;
}
dl#entries_related dd p,
dl#entries_recent dd p {
	font-size: 100%;
}
dl#entries_related .date,
dl#entries_recent .date {
	font-size: 80%;
	color: #444;
}
#entries_archive {
	margin-bottom: 20px;
}
#entries_archive p {
	margin-bottom: 0;
}
ul#entries_archive_category {
	margin-bottom: 15px;
	line-height: 1.5em;
}
h4.year {
	padding-bottom: 2px;
	font-size: 140%;
	border-bottom: 1px solid #9CCCCC;
	color: #444;
}
h5.month {
	margin: 10px 0 10px 0;
	font-size: 105%;
}
.day {
	color: #444;
}
#affiliations {
	margin: 30px 0 40px 0;
	text-align: center;
	font-style: italic;
}
#affiliations a.l-image,
#affiliations a.l-image img {
	border: none;
}
#affiliations p {
	text-align: left;
}
#content_sub .vcard {
	margin: 0 0 15px 0;
	font-size: 85%;
	line-height: 1.3em;
}
#content_sub .vcard .org {
	font-weight: bold;
}
#content_sub .vcard .map {
	margin-bottom: 10px;
}

.facebook {
	margin: 30px 0 20px;
}

/* EVENTS CALENDAR 
---------------------------------------------- */

body#eventscal #content {
	clear: left;
	float: left;
	width: 830px;
	margin: 5px 0;
	background: #046380 url(/img/content_bg_1col.gif) repeat-y left top;
	border-top: 5px solid #046380;
	border-bottom: 5px solid #046380;
}
body#eventscal #content_main {
	float: left;
	display: inline;
	width: 800px;
	margin: 10px 15px 10px 15px;
}
.entry dl, 
.entry_single dl {
	font-size: 100%;
}
.entry dt {
	margin: 2px;
	padding: 0 0 0 22px;
	line-height: 1.8em;
	color: #BD5007;
	font-size: 85%;
	background: url(/img/icon_cal_16x16.gif) no-repeat left center;
}
.entry_single dt {
	margin-bottom: 10px;
	padding: 0 0 0 22px;
	line-height: 1.8em;
	color: #BD5007;
	font-size: 85%;
	background: url(/img/icon_cal_16x16.gif) no-repeat left center;
}
#content_main .vevent .summary h3 {
	margin: 0 0 5px 0;
}
#content_main .vevent .summary h3 a {
	color: #333;
	border: none;
}
#content_main .vevent .summary h3 a:hover {
	color: #046380;
	border: none;
}
#content_main .entry dd.description {
	font-size: 85%;
	line-height: 1.5em;
}
.entry_single .summary h1 {
	margin: 0 0 10px 0;
	padding-bottom: 7px;
	color: #333;
	font-family: Georgia, "Times New Roman", serif;
	border-bottom: 2px solid #9CCCCC;
	line-height: .85em;
}
.calendarBG {
	width: 800px;
	font-size: 80%;
	line-height: 1.5em;
}
.calendarBlank { 
 	background-color: #FFF4E3;
}
.calendarHeader { 
	height: 40px;
	color: #BD5007;
	font-size: 140%;
	font-weight: normal;
 	text-align: center;
 	background: #91C2C2;
}
.calendarMonthLinks {
 	font-weight: normal;
 	font-size: 70%;
}
.calendarMonthLinks a.prev {
	margin-left: 10px;
	padding: 2px 0 2px 20px;
	line-height: 2.5em;
	background: url(/img/icon_left_16x16.gif) no-repeat left center;
	border: none;
}
.calendarMonthLinks a.next {
	padding: 2px 20px 2px 0;
	line-height: 2.5em;
	background: url(/img/icon_right_16x16.gif) no-repeat right center;
	border: none;
}
.calendarMonthLinks img {
	float: none;
}
.calendarDayHeading {
	height: 20px;
 	font-weight: bold; 
	text-align: center;
 	vertical-align: middle;
 	color: #FFF; 
 	background: #333; 
	border-bottom: 2px solid #FFF;
}
.calendarDayNumber {
	padding: 0 0 0 5px;
	background: #A8D8D8;
	font-size: 90%;
	border-bottom: 1px solid #9CCCCC;
}
.calendarDayNumber-alt {
	padding: 0 0 0 5px;
	background: #91C2C2;
	border-bottom: 1px solid #046380;
	font-size: 85%;
}
.calendarToday { 
	overflow: hidden;
 	text-align: left;
 	vertical-align: top;
	background: #333;
	font-size: 110%;
}
.calendarToday a {
	border-bottom: none;
}
.calendarCell {
	overflow: hidden;
 	width: 116px;
 	height: 100px;
 	text-align: left;
 	vertical-align: top;
 	color: #333;
 	background: #FFF4E3;
	font-size: 110%;
}
.calendarCell a {
	color: #046380;
	border: none;
}
.calendarCell a:hover {
	color: #333;
}
#content_main a.calendarCellEntry {
	display: block;
	padding: 5px 0 0 5px;
	font-size: 80%;
	line-height: 1.3em;
	border: none;
}

/* CONTACT FORM
----------------------------------------------- */

#contact_form dl {
	margin: 0 0 10px 0;
	padding: 20px 15px 5px 15px;
	font-weight: bold;
	font-size: 85%;
	background: #9CCCCC;
	border-top: 2px solid #91C2C2;
	border-bottom: 2px solid #91C2C2;
}
#contact_form dt {
	clear: both;
	width: 150px;
	float: left;
	font-weight: bold;
	color: #333;
}
#contact_form dd {
	margin: 0 0 20px 0;
}
#comment_form dd p {
	margin: 0 0 20px 0;
	font-size: 105%;
	font-weight: normal;
}
#contact_form dd.field input {
	width: 200px;
	padding: 4px;
	font-size: 95%;
}
#contact_form dd.field_alt input {
	width: 100px;
	padding: 4px;
	font-size: 95%;
}
#contact_form dd.field select {
	width: 240px;
}
#contact_form dd textarea {
	width: 300px;
	padding: 4px;
	font-size: 95%;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
}
#contact_form dd.req {
	display: block;
	float: right;
	width: 55px;
	font-weight: normal;
	color: #BD5007;
}
#contact_form dd.req_alt {
	display: block;
	float: right;
	width: 155px;
	font-weight: normal;
	color: #BD5007;
}

/* FORM RESULTS */

h2#results {
	margin-bottom: 10px;
	font-size: 120%;
}
h2#results small {
	font-size: 70%;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-style: normal;
}
.items {
	font-weight: bold;
}
dl#result_dl_blockq {
	margin: 0 0 20px 0;
}
dl#result_dl_blockq blockquote {
	padding: 10px 15px;
	font-size: 110%;
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	background: #9CCCCC;
}
dl#result_dl_blockq cite {
	font-size: 90%;
}
dl#result_dl_blockq dt {
	margin-bottom: 10px;
	font-size: 95%;
	font-weight: bold;
}
dl.error { font-size: 95%; }
dl.error dt { margin-bottom: 10px; color: #333; font-weight: bold; }
dl.error dd { line-height: 1.3em; }
p#timestamp { 
	font-size: 85%;
	font-style: italic;	
}