/*~
/*~~~~~ Yahoo Reset ~~~~~~~~~~~
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
* { zoom: 1; } /* IE 6 fix */
html{color:#222;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}

/****************************************/
/*------Code By Bull Moose, L.L.C. -----*/
/*------ www.BullMooseTicket.com -------*/
/*------ All Rights Reserved - 2009 ----*/
/*--------------------------------------*/
/*------ Created - 7/9/2009 -----------*/
/*--------------------------------------*/
/*------------ CHANGE LOG --------------*/
/*--------------------------------------*/
/*--------------------------------------*/
/****************************************/

/*----------------------------------GLOBAL-----------------------------------*/

body {
	font-family:"Verdana", "Arial", sans-serif;
	font-size:12px;
	color: #000;
	background:#fff url(http://stevenbush.org/images/assets/bg.png) repeat-x;
}

img {
	border:none;
	margin: 0;
	padding: 0;
	display:block;
}

.clear{ clear: both; }

a {color:#1c53be; text-decoration:none;}
a:hover {text-decoration:underline;}

strong { font-weight: bold; }

p {
	line-height: 1.8em;
	margin: 1em 0 0 0;
	font-size: 12px;
	color: #666;	
}

/*----------------------------------WRAPPERS-----------------------------------*/

#container {
	position:relative;
	width:960px;
	margin:0 auto;
}

#homeImage {width:940px; margin:0 10px;}

/*----------------------------------HEADER-----------------------------------*/

#header {
	height:77px;
	position:relative;
	padding:0 10px;
}

#logo {
	width:262px;
	height:40px;
	background:url(http://stevenbush.org/images/assets/logo.png) no-repeat;
	float:left;
}

#logo a {
	display:block;
	width:262px;
	height:40px;
}

#logo h1 {margin-left:-9999px;}

/** Main Navigation **/
#navigation {float:right; position:relative;}

#navigation li {
	float:left;
	margin-right:22px;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1.4pt;
	color:#c3c3c3;
	padding:12px 0 20px 0;
	position:relative;
}

#navigation li.no-margin {margin-right:0;}

#navigation li.navHover a{color:#fff; text-decoration:underline;}


#navigation li a {color:#c3c3c3;}
#navigation li a:hover {color:#fff; text-decoration:underline;}

/** Sub Navigation **/
#navigation li:hover ul {display:block;}

#navigation ul li ul {
	position:absolute;
	top:40px;
	width:auto;
}

#navigation ul li ul li, #navigation ul li.navHover ul li {
	margin-right:12px;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1.4pt;
	color:#000;
	text-decoration:none;
	float:right;
}

#navigation ul li ul li a, #navigation ul li.navHover ul li a {color:#000; text-decoration:none;}
#navigation ul li ul li a:hover {color:#000; text-decoration:none;}

#navigation ul.subNav {display:none; width:700px; position:absolute; right:-40px;}

/*----------------------------------FOOTER-----------------------------------*/

#footer {
	position:relative;
	margin:8px 10px 0 10px;
	padding-bottom:20px;
}

#footer #leftFooter {
	float:left;
}

#footer #leftFooter img {float:left;}

#footer #leftFooter p {
	float:left;
	margin:17px 0 0 12px;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color:#000;
}

#footer #rightFooter {float:right;}

#footer #rightFooter ul {margin-top:20px;}

#footer #rightFooter li {
	float:left;
	margin-right:12px;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 1pt;
	color:#000;
}

#footer #rightFooter li.no-margin {margin:0;}

#footer #rightFooter a {color:#000;}
#footer #rightFooter a:hover {color:#000; text-decoration:none;}

/*----------------------------------GALLERY-----------------------------------*/

#photoGallery {height:520px; width:940px; margin:0 10px; overflow:hidden;}

#photoGallery ul {display:block; height:500px; width:20000px;}

#photoGallery ul li {display:block; float:left; margin-right:10px;}
#photoGallery ul li.last {margin-right:0;}

#photoSlider {width:900px; margin-left:10px;}

#photoSliderEdge {
	height:10px;
	width:40px;
	margin:-10px 0 0 910px;
	background:#E5E5E5;
}

/*----------------------------------BLOG-----------------------------------*/

#blogWrapper {
	width:920px;
	padding:0 10px;
	margin:0 auto;
}

.entry {
	position:relative;
	margin:0 0 20px 0;
	border-bottom:1px solid #e5e5e5;	
}

.no-border {border-bottom:none;}
.no-border h1 {
	font-size:3em;
	line-height:1.5em;
}

.entry a {color:#666666;}

.entry .entryHeader h2 {
	font-size:1.5em;
	font-weight:bold;
	color:#000;
	font-family:"Helvetica",Arial,sans-serif;
}

.entry .entryHeader h2 a {color:#000;}

.entry .entryHeader p {
	margin:0 0 0 0;
	padding:0;
	color:#666666;
}

.entry p {color:#000;}

.entry p img {display:block; margin:0 auto; border:1px solid #e5e5e5;}

.no-border p img {margin:0 15px 15px 0;}

.entry .entryFooter {
	margin-top:20px;
	background:#fbfbfb;
	padding:10px 15px;
	border-top:1px solid #e5e5e5;
}

.entry .entryFooter h3 {font-weight:bold; color:#000; font-size:1.3em;}

.entry .entryFooter p {margin:0;}

.commentCount a {
	display:block;
	color:#666666;
	text-decoration:none;
}

.commentCount span {
	float:left;
	font-size:18px;
	font-weight:bold;
	display:block;
	margin:-1px 4px 0 0;
	color:#000;
}

#paginate {float:right;}
/*------------------------------------Blog Comments--------------------------------------*/

#comments {
	width:535px;
	margin:15px 10px 15px 5px;
	padding-top:20px;
}

#innerWrapper #innerLeft #comments .comment p {margin:0;}

.comment-box, .comment-box-alt, .comment-box-author {
	position:relative;
	color:#333;
	width:520px;
	margin:20px 0;
	padding-bottom:4px;
	font-size:12px;
}

.gravatar {
	float:left;
	width:20%;
	color:#000;
}

.gravatar h3 {
	margin:0 8px;
	padding:0;
	text-align:right;
	font-size:1.2em;
	line-height:1.3em;
	font-weight:bold;
}

.gravatar h3 a {
	color:#333;
	text-decoration:none;
}

#blogWrapper #comments .gravatar p {
	margin:0 8px;
	padding:0;
	font-size:0.8em;
	color:#c3c3c3;
	text-align:right;
}

.comment {
	float:right;
	font-size:10px;
	width:77%;
	font-family: Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.6em;
}

.comment p {width:94%; margin:0 0 0 12px; padding:0 10px;}

#comment_entry_form {
	width:97%;
}

.comment_label, .text_label {
	font-weight:bold;
	text-transform:uppercase;
	margin-bottom:4px;
	color:#333;
}

.comment_label span.required, #contact_form span.required {color:#bd2c1b;}
.comment_label span.note {
	color:#c3c3c3;
	font-weight:normal;
	font-size:0.8em;
	text-transform:none;
}

#comment_entry_form input.textbox, #contact_form .left input {
	width:75%;
	margin-bottom:12px;
	border:1px solid #c3c3c3;
	font-size:14px;
	padding:3px;
}

#comment_entry_form textarea, #contact_form textarea {
	width:75%;
	height:150px;
	margin-bottom:12px;
	border:1px solid #c3c3c3;
	font-size:12px;
	padding:3px;
}

#comment_entry_form .comment_field p {
	font-size:0.9em;
}

/*------------------------------------STORIES--------------------------------------*/

#video {
	margin:0 auto;
	text-align:center;
}


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

#contactForm {
	position:relative;
	width:640px;
	height:605px;
	float:left;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#7c7872;
	margin-bottom:25px;
}

#contactForm #formHeader {padding:10px 19px;}

#contactForm #formHeader h2 {
	font-family: Helvetica, Arial, sans-serif;
	color:#302a26;
	font-size: 2.5em;
	letter-spacing:-1px;
	font-weight: bold;
	line-height: 1.2em;
	text-transform:uppercase;
}

#contactForm #formHeader p {
	font-size: 13px;
	line-height: 1em;
	margin-bottom:20px;
	color:#7c7872;
}

#contactForm #formMessage {width:577px; color:#302a26; margin:0 0 5px 20px; font-size:11px;}
#contactForm #formMessage textarea {border:1px solid #bbb8b5;}

#formLeft {float:left; margin-left:40px;}
#formRight {float:right; margin-right:40px;}

/**** PADDING UNDER FORM FIELDS ****/
#contactForm #formLeft p, #contactForm #formRight p, #contactForm #formMessage p {margin-bottom:11px;}
#contactForm #formLeft input, #contactForm #formRight input {width:95%; font-size:11px; padding:2px; border:1px solid #bbb8b5;}

#contactForm p.left {float:left; margin:19px 0 0 20px;}

#contactForm p.left span, #contactForm #formMessage span {color:#ad682e;}
#contactForm p.left {font-size:11px; color:#302a26;}

#formLeft, #formRight {width:250px; color:#302a26; margin:0 0 5px 0; font-size:11px; padding:5px 19px 10px 19px;}

p.submitButton {margin:10px 0 0 20px;}

#contactRight {
	width:225px;
	float:right;
	margin-top:25px;
}

#contactRight h2 {
	margin-bottom:10px;
	font-family: "Gill Sans";
	color:#2e2620;
	font-size: 2.1em;
	line-height: 1.2em;
}

#contactRight p {
	font-size: 13px;
	line-height: 19px;
	color:#7c7872;
	margin-bottom:10px;
	margin-left: 7px;
}

/*
~~~~~~~~~ VIP FORM ~~~~~~~~~
*/

#vipForm {
	position:relative;
	width:640px;
	height:400px;
	float:left;
	background:#edece5;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#302a26;
	margin-bottom:25px;
}

#vipThanks {
	position:relative;
	width:640px;
	height:150px;
	font-family: 'lucida grande', 'lucida sans unicode', sans-serif;
	color:#302a26;
	margin: 0 auto 25px auto;
}

#sxswThanksMsg {
	width:100%;
	text-align:center;
	font-size: 22px;
	line-height: 32px;
	padding-top: 40px;
}


/* IE */
#IEroot6 #innerContent{height:200px;overflow:hidden}#ie6_warning{width:100%;position:absolute;top:0;left:0;background:#000;filter:alpha(opacity=96);color:#fff;z-index:10000;height:2000px}#ie6_wrapper{width:960px;margin:0 auto;padding:75px}#ie6_wrapper h4{font-size:4em;font-weight:bold;line-height:1.2em}#ie6_wrapper p{font-size:15px;line-height:22px}#ie6_wrapper a{font-size:25px;color:#FF005A;text-decoration:none}