body {
	background: #224f4c;
	color: #333333;
	margin: 0px;
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
	-webkit-text-size-adjust: none;
}p {
	margin: 0px;
}

form {
	display: inline;
	position: relative;
	top: 7px;
	margin-left: 20px;
}

em {
	font-weight: bold;
}

/* @group structure */

#container {
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#page {
	padding-left: 25px;
	padding-right: 25px;
}

#header {
	width: 100%;
}

/* @group shadows */
#shadow {
	background: url(http://www.youthdanceweekend.org/shadow.png) repeat-y;

}
	
#topshadow {
	width:950px;
	height:25px;
	background: url(http://www.youthdanceweekend.org/top_shadow.png) no-repeat;
}

#bottomshadow {
	height:25px;
	background: url(http://www.youthdanceweekend.org/bottom_shadow.png) no-repeat;
}
	

/* @end */

/* @group navbar */

#navbar {
	background-color: #304067;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding-left: 92px;
	padding-right: 92px;
	height: 35px;
}

#navbar ul {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
	border-left: 1px solid #57647e;
}

#navbar ul li {
	list-style-type: none;
	float: left;
	margin: 0;
	padding: 0;
}

#navbar a {
	color: #b2cfcf;
	text-decoration: none;
	width: 118px;
	height: 27px;
	letter-spacing: 2px;
	margin: 0;
	font-size: 15px;
	text-align: center;
	float: left;
	border-right: 1px solid #57647e;
	padding: 8px 0 0;
}

#navbar a:hover {
	color: #630000;
	background-color: #6c84bc;

}

#navbar a:active, #navbar a.selected {
	color: #630000;
	background-color: #6c84bc;
}

/* @end */

#body {
	width: 840px;
	border-bottom: 1px dotted #b6b6b6;
	background-color: #fff;
	padding: 20px 30px;
}

.border {
	border: 1px solid #000;
}

#left {
	float: left;
	width: 480px;
}

#right {
	float: right;
	width: 310px;
	padding-top: 10px;
}

#logo {
	display: block;
	position: absolute;
	opacity: .3;
	bottom: 5px;
	right: 5px;
}

div#perf {
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #630000;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 10px;
	background: #ebebeb;
}

#photo {
	border: 1px solid #d2d2d2;
	text-align: center;
	padding: 9px;
}

p.caption {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	margin-bottom: 20px;
	color: #6f4047;
}

p#register {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	background: none no-repeat;
}

div#perf p.headersmall {
	text-align: center;
	text-transform: uppercase;
}

ul#perf {
	list-style-type: none;
	padding: 0px;
	text-align: left;
}

ul#perf li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	font-size: 13px;
	line-height: 1.75;
}

#l {
	border-left: 1px solid #57647e;

}



/* @end */

/* @group content */

.paragraph {	font-size: 12px;	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
}

.paragraphq {
	font-size: 12px;	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
	background-color: #e5e6eb;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.paragraph {
	vertical-align: top;
}

table#price td.1 {
	
}

td {
	vertical-align: top;
	padding-right: 10px;
	padding-bottom: 5px;
}

tr.topline {
	font-weight: bold;
}

tr {
}

.headerbig {	font-size: 34px;	font-weight: 700;	font-variant: small-caps;	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-transform: lowercase;
	border-bottom: 1px dotted #b6b6b6;
	margin-right: 10px;
	margin-left: 10px;
}

.headersmall {
	font-size: 16px;	font-weight: 700;	font-variant: small-caps;	text-align: left;	vertical-align: top;
	text-transform: lowercase;
	line-height: 1.5;
	margin-bottom: 5px;
	margin-top: 15px;
}

ol.paragraph li {
	line-height: 1.5;
	margin-bottom: 5px;
}

ul#comm {
	font-size: 12px;	text-align: justify;
	line-height: 1.5;
	margin-bottom: 10px;
	list-style-type: none;
}

.instrument {	font-size: 9px;
	letter-spacing: 0;
}

.musician {	font-size: 14px;	text-align: justify;}

table#price {
	font-size: 12px;	padding: 0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 30px;
}

ol#rides {
	text-align: left;
	padding-left: 30px;
	margin-top: 0;
	margin-bottom: 0;
}

#rides {
	padding-left: 20px;
}

ol#rides li {
	padding-left: 5px;
	font-size: 11px;
	line-height: 1.75;
}



/* @end */

/* @group Links */

a:link {
		text-decoration: none;
	color: #41488e;
}

a:visited {	color: #5f4083;	text-decoration: none;}

a:hover {	color: #630000;	text-decoration: underline;}

a img {
	border-width: 0;
	border-style: none;
}



/* @end */

/* @group Footer */

.bottom {
	border-top: 1px dotted #b6b6b6;
	padding: 15px 50px;
	color: #fcf6da;
	background-color: #304067;
}

p.credit2 a {
	color: #e1887b;
}

.credit {
	display: inline-block;
	position: relative;
	left: 327px;
	width: 450px;
	height: 73px;
	margin-left: 40px;
	letter-spacing: 1px;
	top: 10px;
	font-size: 13px;
	text-align: justify;
}

.credit2 {	font-size: 10px;
	text-align: center;
}

img.float {
	display: inline;
	position: absolute;
}



/* @end */

img.l {
}

img#fb {
	margin-right: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
}

div.imgl {
}

div.textr {
	vertical-align: top;
	width: 400px;
	margin-left: 20px;
	margin-top: 30px;
}

/* @group bread_n_butter */

#bnbnav {
	text-align: right;
	font-size: 12px;
	margin-right: 50px;
	line-height: 1.5;
}

ul.bnb {
	list-style-position: outside;
	margin: 0;
	padding-left: 20px;
}

ul.bnb li {
	padding-top: 10px;
	line-height: 1.5;
	padding-left: 0;
	font-size: 12px;
}

li.reply {
	margin-left: 30px;
	color: #b62800;
	list-style-type: none;
}

li.reply2 {
	margin-left: 60px;
	color: #0a0085;
	list-style-type: none;

}



/* @end */

.indent {
	text-indent: 20px;
}

.roundbox {
	background-color: #ebebeb;
	border: 1px solid #d2d2d2;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #630000;
	text-align: center;
	margin-bottom: 20px;
	padding: 5px 10px;

}

#signup {
	width: 300px;
	margin-left: 50px;
}

#fbgroup {
	float: right;
	margin-right: 50px;
	width: 300px;
}

#strip {
	height: 50px;
	padding: 10px 30px;
	background-color: #fff;
}


/* @group clearfix */

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

/* @end */

#spacer {
	padding-bottom: 50px;
}