/*---------------------------------------------------------------
 | Homepage
 +-------------------------------------------------------------*/


#home {
	background: transparent url(../graphics/home_image.jpg) 50% 0 no-repeat;
	}

#home #namebox {
	width: 360px;
	height: 410px;
	background: #333;
	background: #ba002c;
	float: right;
	}

#home #namebox .name {
	font-size: 57px;
	line-height: 62px;
	color: #fff;
	font-weight: normal;
	padding: 50px 25px 25px 25px;
	/* text-shadow: #222 2px 2px 2px; */
	}

#home #slideshow {
	float: left;
	width: 580px;
	height: 410px;
	}

#home .slideshow-alt {
	width: 580px;
	height: 410px;
	overflow: hidden;
	background-position: 50% 0;
	}

#home .modbox-wrap {
	border: 1px solid #d1d1d1;
	margin-top: 580px;
	margin-bottom: 10px;
	height: 210px;
	}

#home .modbox.left {
	float: left;
	height: 210px;
	width: 330px;
	border-right: 1px solid #d1d1d1;
	background: transparent url(../graphics/panel_left.png);
	}

#home .modbox.right {
	float: right;
	height: 210px;
	width: 627px;
	background: transparent url(../graphics/panel_right.png);
	}

#home #leftcol {
	width: 380px;
	float: left;fff
	}

#home #rightcol {
	width: 380px;
	float: right;
	}


#home .page-title-wrap {
	background: transparent;
	color: #222;
	font: normal 12px arial, helvetica, sans-serif;
	text-align: right;
	padding: 0 0 5px 0;
	margin-bottom: 10px;
	border-bottom: 1px dotted #777;
	}

#home .page-title-wrap .page-title {
	font: normal 12px/14px arial, helvetica, sans-serif;
	text-align: left;
	padding: 0;
	color: #222;
	letter-spacing: 2px;
	text-transform: uppercase;
	}


/*---------------------------------------------------------------
 | Homepage News Rotator
 +-------------------------------------------------------------*/

#newz-wrap {
	float: left;
	margin: 25px 0 0 25px;
	width: 285px;
	height: 156px;
	overflow: hidden;
	background: transparent;
	}

#newz-wrap .newz-box {
	}

#newz-wrap .photo {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	}

#newz-wrap .headline {
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	margin-bottom: 7px;
	}

#newz-wrap .content {
	}

#newz-cycle, #newz-cycle div {
	background: transparent !important;
	}

#newz-wrap .link {
	display: inline;
	padding-left: 6px;
	}

#newz-wrap .button-box {
	width: 90px;
	}

#newz-wrap .buttons {
	float: left;
	padding-top: 1px;
	}

#newz-wrap .buttons img {
	margin-right: 10px;
	margin-top: 2px;
	}

#newz-wrap .pagenum {
	text-align: right;
	font-size: 11px;
	color: #fff;
	}

/*---------------------------------------------------------------
 | Homepage Calendar
 +-------------------------------------------------------------*/

.home-cal-wrap {
	float: right;
	width: 265px;
	margin: 25px 25px 0 0;
	}

.home-cal-wrap h2 {
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	margin: 3px 0;
	}

.home-cal-box a,
.home-cal-box a:visited {
	text-decoration: none;
	}

.home-cal-box {
	margin-top: 10px;
	cursor: pointer;
	}

.home-cal-datebox {
	float: left;
	width: 70px;
	margin-right: 10px;
	background: #fff;
	color: #000;
	text-align: center;
	border: 1px solid #ba002c;
	}

.home-cal-datebox-month {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 4px;
	padding: 3px 3px 3px 7px;
	background: #ba002c;
	color: #fff;
	}

.home-cal-datebox-num {
	font-size: 42px;
	line-height: 40px;
	font-weight: bold;
	}

.home-cal-datebox-day {
	font-size: 12px;
	line-height: 14px;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 1px 3px 5px 7px;
	}

.home-cal-info {
	}

.home-cal-date {
	}

.home-cal-venue {
	font-weight: bold;
	}

.home-cal-location {
	}

.home-cal-link {
	}

/*---------------------------------------------------------------
 | Quote Rotator
 +-------------------------------------------------------------*/

#quote-wrap {
	width: 250px;
	margin: 25px 0 0 35px;
	}

#quote-wrap .quote {
	color: #222;
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 20px;
	}

#quote-wrap .author {
	color: #222;
	display: block;
	font-size: 13px;
	margin-top: 10px;
	text-align: right;
	font-style: italic;
	}

#quote-wrap .author:before {
	content: "\2014\00a0";
	}

/*---------------------------------------------------------------
 | Homepage Recording
 +-------------------------------------------------------------*/

.home-record-wrap {
	}

.home-record {
	}

.home-record-photo-wrap1 {
	background: transparent;
	float: left;
	margin: 5px 15px 5px 0;
	}

.home-record-photo-wrap2 {
	display: inline;
	}

.home-record-photo {
	text-align: center;
	}

.home-record-head {
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	margin-top: 4px;
	margin-bottom: 7px;
	}

.home-record-subhead {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
	}

.home-record-date {
	display: none;
	font-style: italic;
	color: #000;
	}

.home-record-text {
	display: block;
	height: 84px;
	line-height: 17px;
	overflow: hidden;
	}

.home-record-link {
	display: inline;
	padding-left: 8px;
	}


/*---------------------------------------------------------------
 | Homepage Video
 +-------------------------------------------------------------*/

.home-video-wrap {
	margin-bottom: 10px;
	}

.home-video {
	}

.home-video-photo-wrap1 {
	background: transparent;
	float: left;
	margin: 1px 15px 5px 0;
	}

.home-video-photo-wrap2 {
	display: inline;
	}

.home-video-photo {
	text-align: center;
	border: none;
	}

.home-video-head {
	font: bold 15px/17px Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	line-height: 17px;
	margin-top: 1px;
	margin-bottom: 7px;
	}

.home-video-subhead {
	font-weight: bold;
	font-size: 11px;
	line-height: 14px;
	margin-bottom: 0px;
	}

.home-video-date {
	display: none;
	font-style: italic;
	color: #000;
	}

.home-video-text {
	}

.home-video-link {
	display: inline;
	padding-left: 8px;
	}
