
/*============================= Standard Tags ================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
}

body {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	color: #505050;
	font-size: 13px;
	background-color: #51241f;
	line-height: 19px;
	height: 100%;
	background: url(../gfx/bg.jpg) 0 -30px repeat-x;
}

.splash {
	background: url(../gfx/splash-bg-shdw.jpg) 0 0;
}

h1,h2,h3,h4,p {
	margin: 10px 0;
}

h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4 { font-size: 12px; }


h3 {
	display: block;
	height: 57px;
	background-repeat: no-repeat;
	text-indent: -2000em;
}

li {
	margin-left: 15px;
}

p {
	margin-bottom: 17px;	
}

a {
	color: #fff;
	text-decoration: underline;
	outline: none;
}

a:hover, a:focus {
	text-decoration: none;
	color: #FFF9EB;
}

input, textarea {
	font-family: Helvetica, Arial, Verdana, Sans-Serif;
	font-size: 12px;
	padding: 1px 3px;	
}

.cb { clear: both; }
.cl { clear: left; }
.cr { clear: right; }


/*============================= Main Layout ===============================*/

#footer {
	display: none;	
}


.splash #wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	background: url(../gfx/splash-bg-overlay.png) 0 -20px no-repeat;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	height: auto !important; /* real browsers */
	height: 100%; /* IE6: treated as min-height*/
	min-height:100%; /* real browsers */
	min-width: 950px;
	background: url(../gfx/main-bg-overlay.png) -25px -70px no-repeat;
	
}

.splash h1 {
	margin: 0 0 0 25px;
	padding: 0;
}

.splash h1 a {
	position: absolute;
	top: 60px;
	left: 80px;
	height: 144px; /* Don't forget print.css too */
	width: 178px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
	outline: none;
}




.splash #splash.spring h1 a {
	background: url(../gfx/logo_spring.png) 0 0 no-repeat;
}

.splash #splash.spring h1 a:hover, #title h1 a:focus {
	background: url(../gfx/logo_spring.png) 0 -144px no-repeat;
}



.splash #splash.fall h1 a {
	background: url(../gfx/logo_fall.png) 0 0 no-repeat;
}

.splash #splash.fall h1 a:hover, #title h1 a:focus {
	background: url(../gfx/logo_fall.png) 0 -144px no-repeat;
}





#splash h1 {
	margin: 0 0 0 25px;
	padding: 0;
}

#splash h1 a {
	position: absolute;
	top: 60px;
	left: 80px;
	height: 144px; /* Don't forget print.css too */
	width: 178px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
}




#mainbanner h1 {
	margin: 0 0 0 25px;
	padding: 0;
}

#mainbanner h1 a {
	position: absolute;
	top: 90px;
	left: 50px;
	height: 144px; /* Don't forget print.css too */
	width: 178px; 
	text-indent: -2000em;
	overflow: hidden; /* IE */
}


#savethedate {
	float: left;
	margin: 60px 0 0 460px;
}


.sponsors td {
	line-height: 85px;
}

.sponsorsleft {
	float: left;
	width: 202px;
	line-height: 85px;
	list-style: none;
}

.sponsorsright {
	float: right;
	width: 202px;
	line-height: 85px;
	list-style: none;
}


/*============================= Photo Gallery =================================*/


ul.photos {
	float: left;
	clear: left;
	margin-top: 20px;
	margin-bottom: 25px;	
}

.photos li {
	float: left;
	list-style: none;	
}


.photos li a {
	border: 1px solid white;
	height: 100%;
	display: block;
	line-height: 0;
}

.photos li a:hover {
	border: 1px solid silver;
}

/*============================= Splash Page =================================*/

#upcoming {
	float: right;
	margin: 50px 50px 0 0;
}

#splash {
	padding-top: 70px;
}


#splash #banner {
	position: relative;
	height: 368px;
	max-width: 1300px;
	min-width: 950px;
	background-color: #282312;
}


#mainbanner {
	padding-top: 40px;
	position: relative;
	height: 270px;
}



#splash.spring #banner {
	background: url(../gfx/banner_spring.jpg) 0 0 no-repeat;		
}

#splash.fall #banner {
	background: url(../gfx/banner_fall.jpg) 0 0 no-repeat;		
}


#mainbanner.fall {
	background: url(../gfx/banner_fall.jpg) 0 40px no-repeat;	
}

#mainbanner.spring {
	background: url(../gfx/banner_spring.jpg) 0 40px no-repeat;	
}

#mainbanner.exhibitor {
	background: url(../gfx/banner_exhibitor.jpg) 0 40px no-repeat;	
}



#mainbanner.spring h1 a {
	background: url(../gfx/logo_spring.png) 0 0 no-repeat;
}

#mainbanner.spring h1 a:hover {
	background: url(../gfx/logo_spring.png) 0 -144px no-repeat;
}


#mainbanner.fall h1 a {
	background: url(../gfx/logo_fall.png) 0 0 no-repeat;
}

#mainbanner.fall h1 a:hover {
	background: url(../gfx/logo_fall.png) 0 -144px no-repeat;
}

#mainbanner.exhibitor h1 a {
	background: url(../gfx/logo_spring.png) 0 0 no-repeat;
}

#mainbanner.exhibitor h1 a:hover {
	background: url(../gfx/logo_spring.png) 0 -144px no-repeat;
}





/*============================= One Column Layout =================================*/



#onecolumn {
	padding: 20px 35px 60px 35px;
}



/*===================== Two Column Layout - Right Sidebar ==============================*/

#container2rs {
	width: 600px;
	float: left;
	margin: 35px 0 50px 50px;
}

#content2rs {
	padding: 10px 26px;
	background: url(../gfx/content-bg.png);
	color: white;
	min-height: 260px;
}



#sidebar2rscontainer {
	width: 250px;
	float: left;
	margin: 35px 0 0 30px;
}

#content2rs img {
	border: 0;
}

#sidebar2rs {
	min-height: 260px;
	color: white;
	padding: 10px 20px;
	background: url(../gfx/content-bg.png);
 }

#sidebar2rs h3 {
	margin-top: 2em;
}

#lroundtop {
	height: 5px;
	background: url(../gfx/roundtop.png) 0 0 no-repeat;	
}

#lroundbottom {
	background: url(../gfx/roundbottom.png) 0 0 no-repeat;	
	height: 5px;
	clear: left;
}

#rsroundtop {
	height: 5px;
	background: url(../gfx/roundtop-rs.png) 0 0 no-repeat;	
}

#rsroundbottom {
	background: url(../gfx/roundbottom-rs.png) 0 0 no-repeat;	
	height: 5px;
	clear: left;
}


/*===================== Two Column Layout - Left Sidebar ==============================*/


#container2ls {
	width: 100%;
	float: right;
	margin-left: -200px;
	background: #fff;
}

#content2ls {
	background: #fff;
	margin-left: 200px;
	padding: 20px 35px 60px 35px;
}

#sidebar2ls {
	width: 160px;
	padding: 20px;
	float: left;
}



/*============================= Three Column Layout =================================*/


#container3 {
	width: 100%;
	float: left;
	margin-right: -200px;
	background: white;
}

#content3 {
	margin-right: 200px;
}

#maincol3 {
	background: white;
	margin-left: 200px;
	padding: 20px 20px 50px 20px;
}

#leftcol3 {
	width: 160px;
	padding: 20px;
	float: left;
}

#rightcol3 {
	width: 160px;
	padding: 20px;
	float: right;
}



/*================================ Main Nav ==================================*/


#nav {
	background: #b41b3a;
	padding: 3px 20px;
	position: relative;
	font-size: 13px;
	font-weight: bold;
}

#nav ul { 
	list-style: none;
	margin-left: 40px;
}

#nav li {
  position: relative;
  float: left;
  margin: 0 3px 0 0;
  height: 31px;
}

#nav li a {
	color: white;	
	display: block;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
}

#nav li#nav-spring { width: 120px; }
#nav li#nav-fall { width: 110px; }
#nav li#nav-exhibitors { width: 120px; }
#nav li#nav-galleries { width: 150px; }
#nav li#nav-sponsors { width: 110px; }
#nav li#nav-tickets { width: 90px; }
#nav li#nav-contact { width: 110px; }

#nav li a:hover, #nav li a.selected, #nav li a:focus {
	text-decoration: underline;
}

/*============================= Splash Nav =================================*/


#splashnav {
	display: block;
	margin-left: -11px;
	background: #b41b3a;
	height: 40px;
	padding-top: 20px;
}

#splashnav ul { 
	list-style: none;
	padding-left: 300px;
}

#splashnav li {
  float: left;
  margin: 0 100px 0 0;
}

#splashnav li a {
	font-family: "Trebuchet MS","lucida sans",Verdana,sans-serif;
	color: white;
	display: block;
	text-decoration: none;
	font-size: 17px;
	font-weight: bold;
}


#splashnav li a:hover {
	border-bottom: 2px solid white;
}




/*

#splashnav .brides a {
	background: url(../gfx/nav-brides.png) center no-repeat;
	width: 45px;
	height: 17px;
}

#splashnav .brides a:hover {
	background: url(../gfx/nav-brides.png) center no-repeat;
	border-bottom: 2px solid white;
}

#splashnav .exhibitors a {
	background: url(../gfx/nav-exhibitors.png) center no-repeat;
	width: 170px;
	height: 17px;
}

#splashnav .exhibitors a:hover {
	background: url(../gfx/nav-exhibitors.png) center no-repeat;
	border-bottom: 2px solid white;
}


*/

/*============================= Content =================================*/


#googlemap {
	width: 540px;
	height: 300px;
	border: 2px solid white;
	margin-top: 20px;
	margin-bottom: 20px;
}

#googlemap p {
	color: #666;	
}


/*============================= Blog o Sphere =================================*/

.blogentry {
	margin-bottom: 40px;
}


.blogarchives ul {
	margin-bottom: 10px;
}

.comment {
	border-bottom: 1px dotted silver;
	margin-bottom: 10px;
	padding-bottom: 10px;
}


/*============================= Record Set Paging =================================*/


.pages a, .pages span {
	display: block;
	float: left;
	padding: 4px 5px;
	margin: 0 6px 0 0;
	background: #999;
	width: 16px;
	text-align: center;
}

.pages span.current {
	font-weight: bold;
	background: #666;
	color: #fff;
}

.pages a {
	color: #666;
	text-decoration: none;
	color: #fff;
}

.pages a:hover {
	color: #fff;
	background: #555;	
}


/*============================= Exhibitors =================================*/


.exleft {
	width: 45%;
	float: left;
}

.exright {
	width: 45%;
	float: right;
}



ul.exhibitors {
	margin-bottom: 20px;
	list-style: none;
}

ul.exhibitors li {
	margin-top: 2px;
	font-weight: bold;
}

ul.exhibitors li ul li {
	font-weight: normal;
	list-style-type: disc !important;
}

.ticketmaster img {
	margin-top: 10px;
	border: 0;
}

.tickets {
	margin: 2em 0 1em 0;
}


ul#social {
	width: 100%;
	float: left;
	margin-bottom: 2em;
}

ul#social li {
	float: left;
	list-style: none;
	margin-left: 0;
	margin-right: 0.5em;
	
}

