/* Palm Springs 2010 CSS Repository */
/* Developed by Robert Palmer (http://rp-network.com) for Big Bang Fundraising (http://bigbangfundraising.com/) */

/* page structure */

body {
	background: #7689a2;
	color: black;
	width: 100%;
	font: normal 12px/19px Verdana, Arial, sans-serif;
}

a {
	color: #2e3442;
	text-decoration: underline;
}

h1 {
	font: normal bold 16px/19px Verdana, Arial, sans-serif;
	margin-top: 0px;
}

h2 {
	font: normal bold 14px/19px Verdana, Arial, sans-serif;
	margin-top: 0px;
}

h3 {
	font: normal 16px/19px Verdana, Arial, sans-serif;
	margin-top: 0px;
}

h4 {
	font: normal 14px/19px Verdana, Arial, sans-serif;
	margin-top: 0px;
}

p {
	padding-bottom: 10px;
}

div.faq p {
	padding-bottom: 0;
}

ul {
	color: #535c78;
	padding-left: 15px;
}

hr {
	border: none;
	height: 1px;
	border-top: 1px dotted #2e3442;
	/* border-bottom: 1px dotted #6e3d1a; */
}

div.cushycms table td {
	padding: 10px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}


/* ids */

#container {
	display: block;
	background: #a0afbf;
	width: 972px;
	margin: 0 auto;
	min-height: 500px;
}

#header {
	width: 912px;
	padding: 0 30px;
}

#photobox.home {
	height: 434px;
	width: 972px;
	display: block;
	background: url(../images/photobox_new.png) center bottom no-repeat;
}

*:first-child+html #photobox.home {
	height: 434px;
}

*html #photobox.home {
	height: 434px;
}

#photobox.home div.gallerylink {
	margin-left: 40px;
	margin-top: 330px;
	float: left;
	clear: left;
	/* display: none; */ 
}

#photobox.sec {
	height: 299px;
	width: 972px;
	display: block;
	background: url(../images/photoboxinner_new.png) center bottom no-repeat;
}

#photobox.sec div.gallerylink {
	margin-left: 40px;
	margin-top: 195px;
	float: left;
	clear: left;
}

#content {
	padding: 10px 22px;
}

#content.home #sidebar {
	width: 345px;
	display: block;
	float: left;
	clear: left;
}

#content.sec #sidebar {
	width: 324px;
	padding-left: 21px;
	display: block;
	float: right;
	clear: right;
}

#sidebar #signup {
	background-image: url(../images/signup.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 91px;
	width: 280px;
	padding: 40px 15px 15px 15px;
	color: white;
	font: normal 10px/15px Verdana, Arial, sans-serif;
}

#sidebar div.specialoffer {
	width: 191px;
	height: 74px;
	padding: 39px 119px 10px 16px;
	display: block;
	color: black;
	background: url(../images/special_offer.png) no-repeat;
	font: normal 10px/15px Verdana, Arial, sans-serif;
}

#sidebar div.news {
	background: url(../images/news_bg.png) repeat-y;
	font: normal 10px/15px Verdana, Arial, sans-serif;
	width: 280px;
	padding: 0px 15px 0px 15px;
	display: block;	
	color: #2e3442;
	text-decoration: none;
}

#sidebar div.news-bottom {
	background: url(../images/news_bg_bottom.png) top no-repeat;
	width: 280px;
	padding: 0px 15px;
	margin-bottom: 10px;
	height: 16px;
	overflow: hidden;
	display: block;	
}
#sidebar div.news-top {
	background: url(../images/news_bg_top.png) bottom no-repeat;
	width: 280px;
	padding: 0px 15px;
	height: 16px;
	overflow: hidden;
	display: block;	
}

#sidebar div.news a {
	color: #2e3442;
}

#sidebar div.news h2 {
	color: white;
}

#sidebar div.item {
	margin-bottom: 10px;	
}

#content.home #main {
	float: right;
	clear: right;
	display: block;
	width: 580px;
}

#content.sec #main {
	float: left;
	clear: left;
	display: block;
	width: 580px;
}

#content div.subnav {
	border-bottom:1px dotted #63594F;
	color:#63594F;
	margin-bottom:15px;
	padding-bottom:15px;
}

#content .subnav a.selected {
	color:#f8872a;
	text-decoration:none;
}

#post {
	background-color: #fefffe;
	padding:20px;
	min-height: 550px;
}

#post ul {
	list-style: disc;
	padding-left: 1.3em;
	padding-bottom: 10px;
}

#sponsors {
	color: #607691;
	font: normal 11px/15px Verdana, Arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
	padding-top: 20px;
}

#footer {
	font: normal 11px/15px Verdana, Arial, sans-serif;
	padding: 30px;
}

#ticketform label {
	width: 120px;
	text-align: right;
	display: inline-block;
	padding-right: 10px;
}

#ticketform label.error {
	text-align: left;
	width: 300px;
	padding-left: 140px;
	color: red;
	font-style: italic;
}

#ticketform input[type="text"] {
	width: 300px;
}

#ticketform span.req {
	color: red;
}

#ticketform a.button {
	padding: 5px; 
	color: #63594F;
	background: #E8E8E0 url(custom-theme/images/ui-bg_glass_100_e8e8e0_1x400.png) repeat-x scroll 50% 50%;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #CBC7BD;
	-webkit-border-radius: 5px;  
	-moz-border-radius: 5px;  
	-khtml-border-radius: 5px;  
	border-radius: 5px;
}

#ticketform p.whatsthis {
	text-align: center;
}

#ticketform p.alert {
	display: none;
}

#ticketform div.show p.alert {
	display: block;
	text-align: center;
	color: red;
	font-style: italic;
}

#gallery img {
	padding: 5px;
}


/* classes */

div.newcarousel {
	float: right;
}



div.carousel {
	float: right;
}

/* div.carousel div.home {
	margin-right: 30px;
	margin-top: 80px;
}

div.carousel div.int {
	margin-right: 30px;
	margin-top: 80px;
} */

div.carousel div.home,
div.carousel div.int {
	margin: 8px 30px;
}


div.entertowin {
	float: right;
	clear: right;
	display: block;
	margin-top: -106px;
	margin-right: 17px;
}

div.entertowin a {
	width: 199px;
	height: 73px;
	display: block;	
	padding: 37px 79px 40px 84px;
	overflow: hidden;
	background: url(../images/starburst.png) no-repeat;
	font: normal 15px/22px Verdana, Arial, sans-serif;
	color: black;
	text-decoration: none;
	text-align: center;
}

div.entertowin a:hover {
	background-position: 0 -150px;
}

div.processing {
	text-align: center;
	font-weight: bold;
}

ul.topnav {
	height: 13px;
	width: 333px;
	display: block;
	float: right;
	clear: right;
}

ul.topnav li {
	float: left;
	height: 13px;
	display: inline;
	border-right: 1px solid white;
	padding-top: 15px;	
}

ul.topnav li.last {
	border-right: none;
}

ul.topnav li a {
	height: 1px;
	padding-top: 6px;
	overflow: hidden;
	display: block;
	margin: 0 10px;
}

ul.topnav li a:hover {
	background-position: 0 7px;
}

ul.mainnav {
	height: 37px;
	width: 565px;
	display: block;
	float: left;;
	clear: left;
	padding-left: 20px;
	padding-top: 7px;
}

ul.mainnav li {
	float: left;
	height: 37px;
	display: inline;
}

ul.mainnav li a {
	height: 1px;
	padding-top: 36px;
	overflow: hidden;
	display: block;
}

ul.mainnav li a:hover {
	background-position: 0 37px;
}

table.entertable,
table.tixtable {
	width:100%;
}

table.entertable td {
	background:#fdf8ea none repeat scroll 0 0;
	padding:20px 0;
	text-align:center;
	width:32%;
}

table.tix td {
	background:none;
	padding:20px 0;
	text-align:center;
	width:32%;
}

table.entertable p,
table.tixtable p {
	margin:0;
	padding:0;
}

table.entertable h2,
table.tixtable h2 {
	font-weight:normal;
	margin:0;
}

table.form {
	width: 100%;
	font-weight: bold;
}

table.form td {
	padding-top: 10px;
	text-align: left;
}

table.form input,
table.form textarea {
	width: 300px;
}

table.form input.button {
	width: auto;
}

.right {
	float: right;
	clear: right;
}

.left {
	float: left;
	clear: left;
}

.hidden {
	display: none;
} 