@import url(reset.css);

/* @group general */
body {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 62.5%;
	line-height: 1;
	padding:30px;
	color:#333;
	
}
a:link,
a:visited {
	color:#2962AD;
	text-decoration: underline;
}
a:hover,
a:active {
	text-decoration: none;
	color:#2962AD;
}	
h1{
	font-size:22px;
	font-weight:bold;
}
h2{
	font-size:18px;
	font-weight:bold;
}
h3{
}
h4{
}
.nav li{
	float: left;
}
.nav2 li{
	display: inline;
}
strong {
	font-weight: bold;
}
em {
	font-style:italic;
}

ul.list-normal,
ol.list-normal,
ul,
ol {
	padding-left: 40px;
}
ul.list-normal li,
ul li{
	list-style-type: disc;
}
ol.list-normal li,
ol li{
	list-style-type:decimal;
}

p,
li{
	font-size:16px;
	line-height:18px;

}

#skip {
	display: none;
}
p.success {
	border: 2px solid #009900;
	background-color:#8EFF52;
	padding: 10px 15px;
	color: #006600;
	margin-bottom: 25px;
	font-size: 20px;
	line-height:26px;
}
.highlight{
	background-color:#CCFF00;
}
.hide{
	display:none;
}
.show{
	display:block;
}
/* @group floats */
.left{
	float:left;
}
.right{
	float:right;
}
.clearit{
	clear:both;
}

/* @end floats */


/* @end general*/






/* @group layout */
#container {
	margin:0 auto;
	width:780px;
	overflow:hidden;
}

#header{
	text-align:center;
	margin-bottom:25px;
	border-bottom:1px solid #999;
	padding-bottom:25px;
}
#content{
	float:left;
	width:450px;
}
#aside-footer{	
	float:right;
	width:260px;
}
#aside-footer span{
	white-space:nowrap;
}

#content p,
#content .list-normal li,
#content dd,
#content dt{
	font-size: 1.4em;
	line-height:1.334em;
}
#content .list-normal li li,
#content .list-normal li #content dd,
#content .list-normal li #content dt{
	font-size: 1em;
	line-height:1em;
}
#content p,
#content .list-normal li,
#content dd,
#content dt,
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
h1{
	margin-bottom: 20px;
}
#content .list-single-space li, {
	margin-bottom: 3px;
}
#content ul.list-single-space {
	margin-bottom: 19px;
}
/* @end layout*/



#featured-performers{
	margin-bottom:20px;
	padding:20px;
	background-color:#C4DAF3;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

#featured-performers h2{
	padding-top: 0;
	font-size:24px;
}
#featured-performers h3{
	font-size:14px;
	font-weight: bold;
	clear:both;
	padding-top: 20px;
}
#featured-performers dl{
	
}
#featured-performers dt,
#featured-performers dd{
	float: left;
	margin-bottom:10px;

}
#featured-performers dt{
	width: 100px;
	clear:both;
}
#featured-performers dd{
	width: 300px;
}
#featured-performers li{
	font-size:16px;
	padding-bottom:4px;
}
.aside-announcement{
	background-color:#ccc;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	padding:12px;
}

.important2{
	margin-bottom:20px;
}
.important2 li{
	font-size:14px;
	padding-bottom:4px;
}

#tickets li{
	font-size:14px;
	padding-bottom:13px;
}
#tickets input{
	margin-top:4px;
}

.sponsors p,
.sponsors li{
	font-size: 13px;
	line-height:14px;
	margin-bottom:5px;
}
.sponsors img{
	margin-bottom:5px;
}
h1 {
	margin-top: 20px;
}



.sponsors ul#sponsorhip-teirs {
	border: 1px solid #aaa;
	border-width: 1px 0 0 1px;
	font-family: Arial, Helvetica, sans-serif;
	
	padding:0;
	
}
.sponsors #sponsorhip-teirs li {
	padding: 5px 8px;
	border: 1px solid #aaa;
	border-width: 0 1px 1px 0;
	list-style: none;
	margin: 0;
	line-height: 14px;
	font-size: 11px;
}

.sponsors #sponsorhip-teirs strong  {
	font-weight: bold;
	font-size: 14px;
	
}










