/* 
	Style Sheet for MassEnergy25.org 
	Created by Jack Romano August 15th 2007
*/

body{
	background: #CCCCCC;
	text-align: center;
	font-family:Sylfaen, serif;
}

a, a.visited, a.active {
	font-family:Sylfaen, serif;
	color:#0099cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
 
/* Frame DIV */

#frame{
	/* border: 4px solid #666666; */
	background: white;
	width: 560px;
	margin: 30px auto;
	text-align: left;
}


/* Header DIV */
#header {
	background: #666666;
	padding:15px;
	text-align: center;
	
	color: #0099cc;
	font-family: sans-serif;
	font-size: 9pt;
	letter-spacing: 5pt;
	text-transform: uppercase;
}

#header-logo{
	padding-bottom: 20px;
}
 
/* Navigation Bar */
#nav {
	height:30px;
	width: 100%;
	border-top: 4px solid #666666;
}
 
#nav ul {
	margin:0;
	padding:0;
	list-style:none;
}
 
#nav ul li {
	display:inline;
}

/* unselected */
#nav ul li a {
	text-align: center;
	float:left;
	color:#CCCCCC;
	height:24px;
	width: 140px;
	margin:0px;
	border-top:4px #666666 solid;
	padding:5px 0px;
	
	text-decoration:none;
	background:#666666;

	font-family: sans-serif;
	font-size: 20px;
	text-transform:uppercase;
	font-weight: 100;
}

#nav ul li a:hover,
#nav ul li a.active,
#nav ul li a.active:hover {
	color:#000;
	border-top:4px #666666 solid;
	background:#ffffff;
}

.noBull li{
	list-style:none;
}

/* Content DIV */
#content {
	padding: 20px 20px 0px 20px;
	letter-spacing: 1pt;
	text-align: justify;
}

/* Footer DIV */
#footer {
	font-family: sans-serif;
	font-size: 11px;
	text-align: center;
	padding: 10px;
	color: #999999;
}

#footer a{
	font-family: sans-serif;
}

#siteinfo{
	display: none;
}

#siteinfo img{
	padding: 10px;
}

/* sundry */

#cvv{
	display: none;
}

#content .section{
	border: 0;
	padding: 0;

	background: url(../pix/flourish.gif)  center bottom no-repeat;
	padding-bottom: 40px;
}

#pictures{
	text-align: center;
}

#pictures img{
	padding: 20px;
}

/* FORM SETTINGS */


#ticketForm input{
	border:solid 1px #999999;
}

#ticketForm .formRadio{
	border: 0px;
	font-variant:small-caps;
	vertical-align: bottom;
}

#ticketForm textarea{
	border:solid 1px #999999;
	width: 300px;
	height: 50px;
}

#ticketForm .short{
	width: 100px;
}

#ticketForm .long{
	width: 200px;
}

.formSection{
	border-bottom: 1px dotted #CCCCCC; 
	margin-bottom: 20px; 
	padding-bottom: 20px;
}

#priceChart{
	border-collapse: collapse;
	margin: 30px 0px 30px 0px;
	width: 400px;
}

#priceChart td{
	border: 1px #666666 solid;
	padding: 5px 10px 5px 10px;
}

.ticketOption{
	border: 1px solid #666666;
	padding: 5px;
	margin: 5px 0px;
	width: 400px;
}

/*other */

.note{
	font-size: 7pt;
}

.alert{
	color:#CC0000;
}

#ticketForm input, select {
	margin: 5px;
	border: 1px solid #999999;
}

.purchaseLink{
	width: 100%;
	text-align: center;
}


.purchaseLink a{
	font-size: 18pt;
}

.invitation{
	/* font-variant: small-caps; */
	font-weight: bold;
	color:#666666;
}

.nobr {
	white-space: nowrap;
}

#credit{
	
	text-align: right;
	font-style: italic;
	font-size: 10px;
}

/********************/
/*generals sponsor  */
/********************/

.sponsorImage{
	float: left;
}

.sponsorDescription{
	float: left;
	text-align: justify;
	padding-left: 10px;
}

.sponsorDescription a{
	padding-bottom: 15px;
	font-size:larger;
}


/* Sponsor 1 */
.sponsor1{
	width: 500px;
	height: 400px;
	padding: 10px 0 10px 0px;
}

.sponsor1 .sponsorImage{
	width: 100%;
	text-align: center;
}

.sponsor1 img{
	width: 300px;
	height: 300px;
}

.sponsor1 .sponsorDescription{
	width: 100%;
	height: 75px;
	text-align: justify;
}

/* Sponsor 2 */
.sponsor2{
	width: 100%;
	height: 100px;
	clear: both;
	padding: 10px 0 10px 0px;
}

.sponsor2 .sponsorDescription{
	width: 350px;
	height: 100px;
}

.sponsor2 img{
	width: 100px;
	height: 100px;
}

/* Sponsor 3 */

.sponsor3{
	width: 500px;
	height: 100px;
	clear: both;
	margin-bottom: 20px;
}

.sponsor3 .sponsorDescription{
	width: 500px;
	height: 100px;
}

.sponsorLink{
	padding-top:20px;
	display: block;
}


/*******************/
/*  AUCTION STUFF  */
/*******************/

.auctionItem{
	border-bottom: 1px dashed #CCCCCC;
	margin: 0px 30px 15px 30px;
	padding-bottom: 20px;
}
.auctionImage{
	float: left;
	margin: 0px 20px 10px 0px;
}
.auctionDetails{
	margin-top: 15px;
	text-align: center;
}
.auctionTitle{
	font-size: 18px;
}
.auctionValue{
	float: left;
}
.auctionStart{
	float: right;
}
.auctionBid{
	clear: both;
	display: none;
	padding: 15px 20px 0px 20px;
}
.detailText{
	font-style: italic;
	font-size: smaller;
}
