/* ESSENTIALS */

.floatright {
	display: inline;
	float: right;
}
.floatleft {
	display: inline;
	float: left;
}
.clearall {
	display: inline;
	clear: both;
	float: left;
}

.leftcol {
	display: inline;
	float: left;
	width: 445px;
}
.rightcol {
	display: inline;
	float: right;
	width: 445px;
}

.maroon {
	color: #800000 !important;
}

#page_title {
	margin-bottom: 20px;
}

.page_title_small, .page_title_medium, .page_title_large {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform:none;
}

.page_title_small {
	font-size: 20px;
	line-height: 20px;
	letter-spacing:normal;
}
.page_title_medium {
	font-size: 42px;
	line-height: 42px;
	letter-spacing: normal;
}
.page_title_large {
	font-size: 72px;
	line-height: 68px;
	letter-spacing: -2px;
}

div.rightcol>div#greybuttons {
	width: 400px;
}

div#donate-top>div#greybuttons {
	width: 250px;
}

.greybutton, a.redbutton {
	display:block;
	clear: both;
	width: 100%;
	margin-bottom: 15px;
	border: solid 3px #FFF;
	padding: 12px 1px;
	background: #fefefe url(images/greybuttonbg.png) repeat-y;
	background-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size:19px;
	color: #000;
	text-transform:uppercase;
	text-align:center;
}
a.greybutton span, a.redbutton span {
	display:inline;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000;
	font-style:italic;
	text-transform:none;
}
.greybutton {
	width: 100%;
}

div#donate-top>div#greybuttons>.greybutton {
	padding: 5px inherit;
	margin-left: 32px;
}

a.redbutton {
	padding: 4px 1px;
	background: #872434 url(images/redbuttonbg.png) repeat-y;
	color: #fff;
}
a.redbutton span {
	color: #fff;
}

/* LANGUAGE SPLASH PAGE */

.box_home {
	background: #fefefe url(images/splash_bg.jpg) repeat-x;
	margin: 50px 0;
	padding: 40px;
	width: 880px;
	height: 400px;
	overflow:hidden;
}

/* EVENT LISTING STYLES */

.box_tpleventlist {
	background: #fefefe url(images/bg-fullcontent-tpldinner.png) repeat-x;
	margin: 0 0 20px 0;
	width: 960px;
	overflow:hidden;
}

.box_tpleventlist h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	clear: both;
}

.box_tpleventlist ul {
	padding: 0;
	margin: 0;
	width: 970px;
	overflow:hidden;
}

.box_tpleventlist ul li {
	display: inline;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	list-style-type: none;
	background:#FAFAFA;
	border:1px solid #EEEEEE;
	margin: 0 15px 20px 0;
	padding: 15px;
	width: 260px;
	min-height: 350px;
}


/* EVENT TEMPLATE STYLES */

.box_tplevent {
	background: #fefefe url(images/bg-fullcontent-tpldinner.png) repeat-x;
	margin: 0 0 20px 0;
	width: 960px;
	overflow:hidden;
}

.box_tplevent #event_header_right {
	display:inline;
	float: right;
	text-align: center;
	width: 445px;
	margin: 30px 0;
}

.box_tplevent h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	clear: both;
}

.box_tplevent ul {
	padding: 0;
	margin: 20px 0;
}

.box_tplevent ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	display: inline;
	float: left;
	list-style-type: none;
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	padding: 5px 10px;
	width: 425px;
	margin: 0 10px 10px 0;
}

.box_tplevent ul li span {
	color: #000;
	font-weight:bold;
}

.box_tplevent ul li.rightcol {
	display: inline;
	float: right;
	margin-right: 0px;
}

.box_tplevent ul li span a img {
	display: inline;
	margin: 0 10px 20px 10px;
}


/* framework backgrounds */

.box_buytickets {
	background: #fefefe url(images/bg-fullcontent-tpldinner.jpg) repeat-x;
	margin: 0 0 20px 0;
}

.box_donate {
	background: #fefefe url(images/bg-fullcontent-donate.jpg) repeat-x;
	margin: 0 0 20px 0;
	width: 960px;
	overflow:hidden;
	height: 475px;
}

.box_donate .post {
	height: 475px;
}

/********************************************************************************************************DELETE****/
/* OLD DINNER TEMPLATE */

.box_tpldinner {
	background: #fefefe url(images/bg-fullcontent-tpldinner.png) repeat-x;
	margin: 0 0 20px 0;
	width: 960px;
	overflow:hidden;
}

.fullwidth .box_tpldinner .post {
	background: transparent url(images/bg-fullcontent-tpldinner-imagery.png) no-repeat 465px 350px;
}

.box_tpldinner .header_title {
	margin-top: 15px;
	display:inline;
	float: left;
	width: 330px;
	height: 130px;
}

#dinner_header_right {
	display:inline;
	float: right;
	text-align: center;
	width: 465px;
	margin: 30px 0;
}

.box_tpldinner .entry {
	display: inline;
	float: left;
	margin-top: 30px;
}

.box_tpldinner h3, .box_donate h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	clear: both;
}

.box_tpldinner ul {
	padding: 0;
	margin: 20px 0;
}

.box_tpldinner ul li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #666;
	display: inline;
	float: left;
	list-style-type: none;
	background:#FAFAFA none repeat scroll 0 0;
	border:1px solid #EEEEEE;
	padding: 5px 10px;
	width: 425px;
	margin: 0 10px 10px 0;
}

.box_tpldinner ul li span {
	color: #000;
	font-weight:bold;
}

.box_tpldinner ul li.rightcol {
	display: inline;
	float: right;
	margin-right: 0px;
}

.box_tpldinner ul li span a img {
	display: inline;
	margin: 0 10px 20px 10px;
}

.box_tplevent ul li div dl dt.gallery-icon a {
	display: block;
	text-align:center;
	width: 135px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 17px;
	color: #000;
}

/* header title graphics */



.box_buytickets .header_title {
	margin: 0 0 40px 0;
}

.box_donate .header_title {
	display:inline;
	float: right;
	margin: 22px 0px;
}

.box_mediakit .header_title {
	display:inline;
	float: left;
	width: 200px;
	height: 120px;
	margin: 20px 0 100px 0;
}

/* MISC HEADER ALIGNMENTS */

#donate_header_right {
	display:inline;
	float: right;
	text-align: center;
	margin: 15px 0;
}

/*******************/
/* list formatting */



#donations li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000;
	list-style-type: none;
	text-align:center;
	width: 510px;
	font-weight:bold;
	display:none;
}

.media_inquiry {
	display: inline;
	float: right;
	background: transparent url(images/bg-mediainquiry.png) repeat 0 0;
	border: solid #000 1px;
	padding: 15px;
	margin: 20px 20px 0 0;
	font-size: 12px;
	color: #FFF;
}

.media_inquiry a {
	color: #fff;
}

/* MEDIA PAGE */

.box_mediakit {
	background: #fefefe url(images/bg-fullcontent-mediakit.jpg) repeat-x;
	margin: 0 0 20px 0;
	width: 960px;
	overflow:hidden;
}

.box_mediakit ul {
	margin: 0;
	padding: 0;
}

.box_mediakit ul li.mpk {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666;
	display: inline;
	float: left;
	list-style-type: none;
	background-color: #FAFAFA;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	border:1px solid #EEEEEE;
	padding: 20px 20px 20px 100px;
	width: 310px;
	margin: 0 20px 20px 0;
	min-height: 60px;
}

.box_mediakit ul li.bgbackgrounder {
	background-image: url(images/icon_bgbackgrounder.png);
}

.box_mediakit ul li.bgfacts {
	background-image: url(images/icon_bgfacts.png);
}

.box_mediakit ul li.bgbio {
	background-image: url(images/icon_bgbio.png);
}

.box_mediakit ul li.bgsponsors {
	background-image: url(images/icon_bgsponsors.png);
}

.box_mediakit ul li.bgmembers {
	background-image: url(images/icon_bgmembers.png);
}

.box_mediakit ul li.bgcoverage {
	background-image: url(images/icon_bgcoverage.png);
}

.box_mediakit ul li.bgcoverage li {
	list-style-type: none;
}

.box_mediakit .listtitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
}
