

/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
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
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */

/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
	font:13px/1.231 helvetica,arial,clean,sans-serif;
	/* for IE6/7 */ 
	*font-size:small; 
	/* for IE Quirks Mode */
	*font:x-small; 
}

/**
 * Nudge down to get to 13px equivalent for these form elements
 */ 
select,
input,
button,
textarea,
button {
	font:99% helvetica,arial,clean,sans-serif;
}

/**
 * To help tables remember to inherit
 */
table {
	font-size:inherit;
	font:100%;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre,
code,
kbd,
samp,
tt {
	font-family:monospace;
	*font-size:108%;
	line-height:100%;
}


@media only screen and (max-device-width: 480px) {
body {
background:none;
font-size:50%;
}
}

@media screen {
html, body {
height: 100.1%;
}
body {
color:#383838;
background:#6a7176 url(/images/bg-new.jpg) no-repeat 50% 0;
}
a:link {
color:#000;
text-decoration: none;
border-bottom:2px #7bc04a solid;
line-height:1.5em;
}
a:visited {
color:#417378;
text-decoration: none;
border-bottom:2px #7bc04a solid;
line-height:1.5em;
}
a:hover {
color:#005796;
border-bottom:3px #7bc04a solid;
line-height:1.5em;
}
a:active {
color:#005796;
border-bottom:none;
line-height:1.5em;
}
p {
font-size:108%;
padding:.5em 10px;
}
ul, ol {
padding:1em 0;
}
ol li {
list-style-type:georgian;
}
li {
font-size:116%;
margin:.2em 10px 0 70px;
list-style-type:disc;
}
ol li {
list-style-type:decimal;
}
li p {
font-size:93%;
}
li ul, li ol {
padding:.7em 0;
}
li ul li, li ol li {
font-size:100%;
margin:.2em 10px 0 50px;
list-style-type:circle;
}
ul.inline {
display: inline;
margin-left:5px;
} 
ul.inline li {
list-style: none;
display: inline;
margin:.2em 10px .2em 0;
}
li ul.inline li {
font-size:85%;
padding-left:30px;
}
h1, h2, h3, h4, h5, h6 {
padding:.5em 10px;
}
h1 {
font-size:153.9%;
}
h2 {
font-size:138.5%;
}
h3 {
font-size:108%;
}
h4, h5, h6 {
font-size:100%;
}
blockquote {
margin:1em 60px;
}
#wrapper { 
 margin: 0 auto;
 width: 900px;
}
#footerwrap {
min-height:100%;
}
#header {
 width: 900px;
 height:110px;
}
p#skip {
position:absolute;
width:100px;
}
p#skip a {
position:absolute;
top:-200px;
left:-200px;
border:none;
}
p#skip a:focus {
padding:3px;
background:#900;
color:#fff;
top:0px;
left:0px;
}
form {
padding:.5em 10px;
}
label {
display:inline;
font-size:93%;
text-align:left;
}
input, textarea {
border:1px #666 solid;
margin:0 5px 0 2px;
font-size:93%;
background:#FFF;
}
#styleform label {
float:left;
padding:10px;
}
#styleform input, #styleform select, #styleform textarea {
display:block;
margin-left:-1px;
}
#styleform fieldset {
background:#DCE7D4;
margin:20px 0;
border-top:2px #125790 solid;
}
#styleform legend {
background:#125790;
color:#FFF;
padding:4px;
}
#styleform br {
clear:both;
display:block;
}
.checkbox {
float:left;
border:none;
background:none;
}
.validation-advice {
color:#FF0000;
font-weight:bold;
}
#controlls {
float:right;
margin-top:21px;
height:23px;
font-size:93%;
background:#a5d281;
border-radius:5px;
-moz-border-radius:5px;
padding:5px;
}
#controlls a:link {
color:#125790;
text-decoration: none;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:visited {
color:#125790;
text-decoration: none;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:hover {
color:#125790;
text-decoration: underline;
border:none;
padding:4px 3px 3px 3px;
}
#controlls a:active {
color:#125790;
border:none;
padding:4px 3px 3px 3px;
}
#login_slide, #search_slide {
 height:30px; 
 background:#417378; 
 position:absolute; 
 right:0px; 
 color:#FFFFFF;
}
#logo {
float:left;
}
#navigation, #subnavigation {
clear:both;
/* more styles in navigation.css! */
}
#content { 
width: 900px;
min-height:600px;
background:#FFF;
position:relative;
margin-top:35px;
}
#clearfooter {
clear:both;
height:10px;
width: 900px;
background:#FFF;
}
#footer { 
width: 100%;
text-align:center;
background:#595f63;
color:#FFF;
font-size:77%;
min-height:400px;
}
#footer a:link {
color:#FFF;
text-decoration: none;
border-bottom:3px solid #FFF;
}
#footer a:visited  {
color:#FFF;
text-decoration: none;
border:none;
}
#footer a:hover {
color:#f4f7d9;
border:none;
background:none;
}
#footer a:active {
color:#FFF;
text-decoration: none;
border:none;
}
#donate {
margin-left:10px; 
float:left;
}
#contact {
float:right;
text-align:right;
margin-top:-20px;
}
#about {
clear:both;
padding:20px 0;
font-size:100%;
text-align:justify;
}
#about h4 {
padding:0 10px;
font-size:108%;
}
#innerfooter {
width:900px;
margin:0 auto;
text-align:left;
border-top:#FFF solid 15px;
position:relative;
}
#rotator {
width:900px;
height:200px;
clear:both;
margin:10px 0;
}
#row1, #row2 {
clear:both;
margin:10px 0;
min-height:220px;
}
iframe {
margin: 15px;
}
img {
border:none;
}
a.noborder {
	text-decoration: none;
	border: 0 none;
	}
.leftimage {
float:left;
overflow:visible;
padding:.5em 5px .5em 10px;
}
.rightimage {
float:right;
overflow:visible;
padding:.5em 10px .5em 5px;
}
#addthis {
cursor:pointer;
border:none;
background:none;
}
#at16pf { /* addthis referal links */
display:none;
}
table {
width:900px;
}
table ul {
clear:both;
font-size:85%;
margin-left:20px;
}
td, th, caption {
padding:5px 10px;
}
caption {
font-size:116%;
font-weight:bold;
text-align:left;
padding-bottom:10px;
}
th {
text-align:left;
background:#3e423a;
color:#FFF;
}
th:hover {
background-color: #417378;
}
tr.rowodd {

}
tr.roweven {
	background-color: #f2f3e7;
}
.sortcol {
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right center;
}
.sortasc {
	background-color: #417378;
	background-image: url(/images/up.gif);
}
.sortdesc {
	background-color: #417378;
	background-image: url(/images/down.gif);
}
.nosort {
	cursor: default;
}
#worldviews {
display:inline;
}
#worldviews li {
padding:0 10px 20px 30px;
margin:0;
float:left;
list-style-type:none;
font-size:93%;
}
#worldviews a:link, #worldviews a:hover, #worldviews a:visited, #worldviews a:active {
border:none;
padding:5px;
line-height:2em;
}
.acrostic:first-letter {
font-weight:bold;
color:#417378;
padding:2px;
margin:2px;
background:#F3F3F3;
}
div.hr {
margin:0 0 0 -15px;
height: 30px;
background: transparent url(/images/hr.gif) no-repeat scroll top left;
clear:both;
}
div.hr hr {
display: none;
}
.flash {
width:880px;
background:#DCE7D4;
padding:10px;
}
.flash div {
float:left;
margin-right:10px;
}
.flash h3 {
padding:0;
}
.flash form {
padding:0;
}
.flash form li {
font-size:93%;
clear:both;
}
.flash a:hover {
color:#333333;
border:none;
}
.flash table {
width:350px;
}
.flash td {
padding:2px;
}
.flash tr {
padding:0;
}
.flash tr:hover {
background-color:#cdf0e2;
}
.flash table caption {
padding:0 0 5px 0;
}
#freeleader {
background:#dce7d4;
margin:10px 10px 25px 10px;
padding:10px;
}
#freeleader h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freeleader h3 {
padding:15px 0 0 10px;
}
#freegroup {
background:#dce7d4;
margin:10px 10px 25px 10px;
padding:10px;
}
#freegroup h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freegroup h3 {
padding:15px 0 0 10px;
}
#freeteen {
background:#dce7d4;
margin:10px 10px 0 10px;
padding:10px;
}
#freeteen h2 {
margin:-10px -10px 0 -10px;
background:#125790;
padding:2px 5px;
color:#FFF;
}
#freeteen h3 {
padding:15px 0 0 10px;
}
#freeleader a:hover, #freegroup a:hover, #freeteen a:hover {
color:#125790;
}

#freeleader2 {
background:#ffffff;
margin:10px 10px 25px 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freeleader2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freeleader2 h3 {
padding:15px 0 0 10px;
}
#freegroup2 {
background:#ffffff;
margin:10px 10px 25px 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freegroup2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freegroup2 h3 {
padding:15px 0 0 10px;
}
#freeteen2 {
background:#ffffff;
margin:10px 10px 0 10px;
padding:10px;
border-color:000000;
border:1px;
}
#freeteen2 h2 {
margin:-10px -10px 0 -10px;
background:#000000;
padding:2px 5px;
color:#FFF;
}
#freeteen2 h3 {
padding:15px 0 0 10px;
}
#freeleader2 a:hover, #freegroup a:hover, #freeteen a:hover {
color:#125790;
}
.attention {
background-color:#DCE7D4;
}
.attention a:hover {
color:#005796;
}
a.attention {
padding:2px;
}
a:hover.attention  {
color:#FFF;
}
#sf_header {
height:90px;
}
#sf_logo {
position:absolute; 
z-index:900; 
left:-215px; 
top:10px;
}
#sf_image {
position:absolute; 
left:295px; 
top:10px;
}
#sf_accelerant {
margin:0 0 -30px -92px;
}
#sf_flashpoint {
margin:0 0 -30px -75px;
}
.conference_promo {
float:left;
width:300px;
font-size:85%;
margin-bottom:10px;
}
.conference_promo li {
margin:0 0 0 40px;
}
.conference_promo li ul {
margin:0;
padding:0;
}
.conference_promo li ul li {
margin:0;
padding:0;
}
.overlay {
	width: 100%;
	height: 100%;
	background: black;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 98;
}
.dialog {
	width: 50%;
	min-height: 50%;
	background: white;
	position: fixed;
	top: 25%;
	left: 25%;
	z-index: 99;
}
#carousel {
	margin: 5px auto;
	width: 900px;
	height: 200px;
	padding: 0;
	overflow: scroll;
	position:relative;
}
#carousel a {
border:none;
}
#carousel ul {
	list-style: none;
	width: 2700px;
	margin: 0;
	padding: 0;
	position: relative;
}
#carousel li {
	display: inline;
	float: left;
	padding:0;
	margin:0;
}
#carousel div {
float:right;
}
.textholder {
color:#000000;
	text-align: left;
	font-size: small;
	padding: 6px;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
}
.textholder a {
background-color:#dc6e16;
padding:0 3px;
color:#000;
}
.textholder a:hover {
color:#FFF;
background-color:#000;
}
}


@media screen {
#navigation {
padding:0;
margin:0;
height:29px;
}
#subnavigation {
height:21px;
}
#navigation ul {
padding:7px 0 0 16px;
width:875px;
font-size:7.4pt;
letter-spacing:1px;
margin:0;
} 
#navigation ul li {
margin: 0;
padding: 0;
list-style: none;
display: inline;
}
#navigation a:link, #navigation .current a:hover {
color:#FFF;
text-decoration: none;
border:none;
padding:8px 19px;
text-transform: uppercase;
}
#navigation a:visited {
color:#FFF;
text-decoration: none;
border:none;
padding:8px 19px;
text-transform: uppercase;
}
#navigation a:hover, #navigation .current a {
color:#fff;
text-decoration: none;
padding:8px 19px;
text-transform: uppercase;
border-bottom:none;
background:#7bc04a;
}
#navigation a:active {
color:#fff;
text-decoration: none;
padding:8px 19px;
text-transform: uppercase;
border-bottom:none;
background:#7bc04a;
}
#subnavigation ul {
margin:0;
padding:2px 0;
background:#7bc04a;
width:900px;
} 
#subnavigation ul li {
display:inline;
padding:4px 10px;
margin:0;
font-size:85%;
}
#subnavigation a:link {
color:#fff;
text-decoration: none;
border:none;
}
#subnavigation a:visited {
color:#fff;
text-decoration: none;
border:none;
}
#subnavigation a:hover {
color:#125790;
text-decoration: none;
border-bottom:none;
background:none;
}
#subnavigation a:active {
color:#125790;
text-decoration: none;
border-bottom:none;
}
#moreoptions a:link {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:visited {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:hover {
padding:11px 19px 8px 19px;
font-size:77%;
}
#moreoptions a:active {
padding:11px 19px 8px 19px;
font-size:77%;
}
#dropdown {
background:#7bc04a;
font-size:77%;
height:240px;
clear:both;
position:relative;
}
#dropdown li {
list-style-type:none;
}
#dropdown a:link {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:visited  {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:hover {
color:#f4f7d9;
border-bottom:3px solid #FFF;
background:none;
line-height:1.2em;
font-size:85%;
}
#dropdown a:active {
color:#FFF;
text-decoration: none;
border:none;
line-height:1.2em;
font-size:85%;
}
#dropdown ul {
margin: 0;
padding:.5em 0 1em 1em;
}
#dropdown ul li {
line-height:1.3em;
margin: 0;
padding:0;
font-size:138.5%;
}
#dropdown li ul {
margin-top:-7px;
}
#dropdown li ul li {
font-size:93%;
}
#dropdown form {
color:#FFF;
padding:0;
margin-bottom:25px;
}
#column1 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column2 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column3 {
width:225px;
float:left;
margin-bottom:-10px;
}
#column4 {
width:225px;
float:left;
margin-bottom:-10px;
}
a:link#close {
cursor:pointer;
color:#FFF;
position:absolute;
bottom:10px;
right:10px;
font-size:100%;
}
a:hover#close {
cursor:pointer;
color:#FF0000;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
a:visited#close {
cursor:pointer;
color:#FFF;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
a:active#close {
cursor:pointer;
color:#FF0000;
position:absolute;
bottom:10px;
right:10px;
border:none;
font-size:100%;
}
}


@media print {
body {
   background: white;
   font-size: 11pt;
   font-family: tahoma, arial, verdana, sans-serif;
   font-weight:normal;
   width:100%;
   padding:0;
   margin:0;
   }
#header, #mainheader, #sidebar, #clearfooter, #navigation, #footer, #subnavigation, #print {
   display: none;
   }
#wrapper { 
 margin: 0;
 padding:0;
 width: 100%;
}
#content {
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
#footerwrap {
background:none;
width:100%;
}   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   border:none;
   }
}

/* font, color, word, etc. type styles go here */

body {
	font-family: helvetica neue, helvetica, arial, sans-serif;
}

/* fonts generated by fontsquirrel.com */
@font-face {
	font-family: 'Traveling_TypewriterRegular';
	src: url('http://c.dare2share.org/travelingtypewriter-webfont.eot');
	src: local('Traveling_TypewriterRegular'),
		url('http://c.dare2share.org/travelingtypewriter-webfont.woff') format('woff'),
		url('http://c.dare2share.org/travelingtypewriter-webfont.ttf') format('truetype'),
		url('http://c.dare2share.org/travelingtypewriter-webfont.svg#webfontjJSOOCGz') format('svg');
	font-weight: normal;
	font-style: normal;
}

.typewriter {
	font-family: Traveling_TypewriterRegular, aerial, monospace;
}
.big-un {
	font-size: 133%;
}


/* ---------------------------- */
/* CONFERENCE PAGE STYLING HERE */
.conference-info {
	color: #FFFFFF;
}
	.conference-info-text p {
		font-size: 12px;
		line-height: 18px;
		/*margin-bottom: 18px;*/
		text-align: justify;
	}
	.conference-info-video h1 {
		font-size: 28px;
	}
	.conference-info-link {
		font-size: 36px;
		text-align: center;
	}
		.conference-info-link a {
			color: #FFFFFF;
			text-decoration: none;
			border:none;
		}
		.conference-info-link-right {
			font-size: 14px;
			font-style: italic;
			border:none;
		}

.conference-dvd {
	color: #000000;
}
	.conference-dvd h2 {
		color: #FFFFFF;
		text-align: center;
		font-size:110%;
	}

.conference-schedule {
	color: #FFFFFF;
	text-align: center;
}
	.conference-schedule h2 {
		font-size: 22px;
		text-transform: uppercase;
		padding:0;
	}
	.conference-schedule p {
		margin-bottom: 10px;
		padding:0;
	}
	.conference-schedule-list h2 {
		font-size: 28px;
		text-transform: none;
	}
	.conference-schedule-list td {
		text-align: left;
	}

.conference-schedule-questions {
	color: #000000;
}
	.conference-schedule-questions p {
		text-transform: uppercase;
		font-size: 12px;
		line-height: 16px;
		font-weight: bold;
		padding:0;
	}
	.conference-schedule-questions h3 {
		font-size: 20px;
		padding:0;
	}

.conference-featuring {
	text-align: center;
}
.conference-schedule-list td a, .conference-schedule-list td a:visited {
	color:white;
	border:none;
	text-decoration:none;
}
.conference-schedule-list td a:hover {
	color:orange;
	border:none;
	text-decoration:none;
}


/* ---------------------------- */
/* EVENT PAGE STYLING HERE */

.event-info {
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.event-register {
	color: #FFFFFF;
	text-align: center;
}
	.event-register h2 {
		text-transform: uppercase;
		font-size: 28px;
		padding: 0;
	}
	.event-register p {
		font-size: 14px;
		line-height: 16px;
	}

.event-title {
	color: #7D7D7D;
	text-transform: uppercase;
	text-align: center;
}
	.event-title h1 {
		font-size: 58px;
		padding: 0;
	}
	.event-title h2 {
		font-size: 32px;
		padding: 0;
	}

.headshots-links ul {
	margin:0;
	padding:0;
	width:100%;
}
.headshots-links li {
	list-style-type:none;
	margin:0;
	padding:0;
	float:left;
	margin: 0 3px 0 0;
}
.headshots-links li a, .headshots-links li a:visited {
	border-bottom:none;
	border-top:0.4em solid white;
	display:block;
	padding-top:2px;
}
.headshots-links li a:hover {
	border-top:0.4em solid #999999;
}
.band-description img {
	float:left;
	padding-right:15px;
}
.yl-description img {
	float:left;
	padding-right:15px;
}
.band-visible {
	display:block;
}
.band-hidden {
	display:none;
}
ul.event-info-list {
	margin:0;
	padding:0;
}
ul.event-info-list li {
	margin: 0 0 0 30px;
	font-size:108%;
}
#googleMap {
	width:100%;
	height:400px;
}
.event-title a, .event-title a:visited {
	border:none;
	color: #7D7D7D;
}
.event-title a:hover {
	color: orange;
}
.event-home-link {
	background-color:#333333;
	color:white;
	margin-top:20px;
	padding:3px 0px 8px 0px;
	font-size:24px;
	width:415px;
	float:right;
	text-align:center;
}
.event-home-link a, .event-home-link a:visited {
	border:none;
	color:white;
}
.event-home-link a:hover {
	color:orange;
}

.left { float: left; }
.right { float: right; }
.clear { clear: both; }

.untour {
	width: 770px; /* 900px width - (65px margin *2) */
	background: #000000 url(http://media.dare2share.org/images/untour/untour-bg.jpg) no-repeat center bottom;
	padding: 20px 65px;
}
.city {
	width: 870px;
	padding: 20px 15px;
}

/* ---------------------------- */
/* CONFERENCE PAGE STYLING HERE */

.conference-logo {
	float: left;
	margin: 20px 10px 0px 0px;
}

/* ie7hack */ *:first-child+html .conference-header { position:relative; z-index:10; }

.conference-info {
	width: 744px; /* 770px width - (13px margin *2) */
	background-color: #565656;
	padding: 5px 13px;
	margin: -30px 0px 30px;
}
	.conference-info-text {
		float: left;
		width: 400px;
		/*margin-bottom: 10px;*/
	}
	.conference-info-video {
		float: right;
		width: 320px;
		/*margin-bottom: 10px;*/
	}
		.conference-info-video h1 {
			/*margin-bottom: 10px;*/
			padding: 5px 10px 0 10px;
		}
	.conference-info-link {
		clear: both;
		height:0;
	}
		.conference-info-link a {
			display: block;
		}
		.conference-info-link-right {
			margin-left: 200px;
		}

.conference-dvd {
	float: left;
	width: 330px;
	background-color: #FFFFFF;
	padding: 20px 24px;
}
	.dvd {
		float: right;
		margin: -35px -45px 0px 0px;
	}
	.conference-dvd h2 {
		background-color: #000000;
		padding: 8px 15px;
		margin-bottom: 10px;
	}

.conference-schedule {
	float: right;
	width: 330px;
}

.conference-schedule-list {
	border-left: 10px solid #FFFFFF;
	border-right: 10px solid #FFFFFF;
	padding: 12px 24px;
	margin-bottom: 20px;
}
	.bracket {
		width: 20px;
		height: 10px;
		background-color: #FFFFFF;
	}
	.btopleft {	float:left; margin: -12px 0px 0px -24px; }
	.btopright { float:right; margin: -12px -24px 0px 0px; }
	.bbottomleft { float:left; margin: 2px 0px -12px -24px;	}
	.bbottomright { float:right; margin: 2px -24px -12px 0px;	}
	/* ie7hack */ *:first-child+html .btopright { margin-left: 4px; }
	/* ie7hack */ *:first-child+html .bbottomright { margin-left: 4px; }

	.conference-schedule-list table {
		width: 100%;
		margin: 20px 0px 10px;
	}
	.conference-schedule-list td {
		width: 50%;
	}

.conference-schedule-questions {
	background-color: #D7D7D7;
	padding: 12px 30px;
}
	.conference-schedule-questions p {
		margin-bottom: 5px;
	}

.conference-featuring {
	clear: both;
	margin: 10px -10px;
}

/* ---------------------------- */
/* EVENT PAGE STYLING HERE */

.event-left {
	float: left;
	width: 300px;
}

.event-logo {
	margin-bottom: 35px;
	text-align:center;
}

.event-right {
	float: right;
	width: 550px;
}

.event-info {
	margin-bottom: 18px;
}

.event-register {
	padding: 3px;
	background-color: #959595;
	margin-bottom: 20px;
}
	.event-register img {
		float: left;
		margin: 5px 5px 0px 5px;
	}
	.event-register p {
		margin: 0;
	}

.event-title {
	margin: 30px 0px 55px;
}

.register-link a, .register-link a:visited {
	font-size:28px;
	color:white;
	border:0;
}
.register-link a:hover {
	color:orange;
	border:0;
}

/*.ui-tabs .ui-tabs-hide {
  display: none;
}
.ui-tabs-nav .ui-state-default {
	background-color: #959595;
	width: 16%;
	height: 35px;
	padding: 1% 2%;
	float: left;
}
	.ui-tabs-nav .ui-state-hover,
	.ui-tabs-nav .ui-tabs-selected {
		background-color: #E7E7E7;
	}
		.ui-tabs-nav .first-tab {
			background: transparent url(http://media.dare2share.org/images/untour/first-tab-off.png) no-repeat left top;
		}
		.ui-tabs-nav .last-tab {
			background: transparent url(http://media.dare2share.org/images/untour/last-tab-off.png) no-repeat right top;
		}
		.ui-tabs-nav .first-tab.ui-tabs-selected,
		.ui-tabs-nav .first-tab.ui-state-hover {
			background: transparent url(http://media.dare2share.org/images/untour/first-tab-on.png) no-repeat left top;
		}
		.ui-tabs-nav .last-tab.ui-tabs-selected,
		.ui-tabs-nav .last-tab.ui-state-hover {
			background: transparent url(http://media.dare2share.org/images/untour/last-tab-on.png) no-repeat right top;
		}

.ui-tabs-panel {
	clear: both;
}

.ui-tabs-content {
	padding: 10px 20px;
	background-color: #E7E7E7;
}*/
	/* ie7hack */ /*:first-child+html .ui-tabs-content { margin-top: -40px; }*/

