/* GLOBAL */

strong{
	font-weight:bold;
}
em{
	font-style:italic;
}

body{
	font-family: Verdana;
	font-size: 11px;
}

/* TEMPLATE */

#page-wrap{

}

#page-body{
	width:980px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

	/* HEADER */
	#viewmobile-link{ background: #000;width:100%;text-align:center;padding:5px 0; }
	#viewmobile-link a{color:#fff;font-weight:bold;font-size:48px;}

	#hd{
		overflow:hidden;
		position:relative;
		width:980px;
	}

	#logo{
		float:left;
		height: 82px;
	}

		#logo a{
			background:transparent url(../images/f-logo.jpg) no-repeat;
			display:block;
			height:72px;
			width:322px;
			float:left;
		}
			#logo a span{
				display:none;
			}

		#contactlinks{
			position:absolute;
			top:0px;
			right:0px;
		}

			#contactlinks ul{

			}
				#contactlinks ul li{
					float:left;
					margin-right:5px;
				}
				#contactlinks ul li span{ display: none; }
				#contactlinks ul li#espanol span{ display: block; }
				#contactlinks ul li#facebook a{
background: url("../images/f-social-facebook-new.jpg") no-repeat scroll -7px -8px transparent;
    display: block;
    height: 34px;
    margin-top: 5px;
    width: 34px;
 }
				#contactlinks ul li#twitter a{
background: url("../images/f-social-facebook-new.jpg") no-repeat scroll -126px -8px transparent;
    display: block;
    height: 34px;
    margin-top: 5px;
    width: 34px;}
				#contactlinks ul li#youtube a{
background: url("../images/f-social-facebook-new.jpg") no-repeat scroll -86px -8px transparent;
    display: block;
    height: 34px;
    margin-top: 5px;
    width: 34px; }
				#contactlinks ul li#other a{
background: url("../images/f-social-facebook-new.jpg") no-repeat scroll -45px -8px transparent;
    display: block;
    height: 34px;
    margin-top: 5px;
    width: 34px;
}
				#contactlinks ul li#espanol{ margin-right:0px; }
				#contactlinks ul li#espanol a{
					color:#666666;
					font-weight: bold;
					font-size: 10px;
					display:block;
					float:left;
					width: 91px;
					height: 29px;
					margin:0px;
					padding:14px 0px 0px 0px;
					text-decoration:none;
					text-align: center;
				}
				#contactlinks ul li#espanol a:hover{
					background:#000000 none repeat scroll 0 0;
					color:#ffffff;
				}

					#contactlinks ul li a{
						float:left;
					}

	#nav{
		border-bottom: 3px solid #CC3300;
	    color: #333333;
	    font-size: 11px;
	    height: 34px;
	    z-index: 9999;
		}

		/* General */
		ul#cssdropdown{
			padding: 4px 0px;
			z-index:99;
		}

		ul#cssdropdown li{
			float: left;
		    margin: 0 0 0 0;
		    position: relative;
		    z-index: 999;
		}
		ul#cssdropdown li ul{
			background: none repeat scroll 0 0 #CC3300;
		    border: 0px solid black;
		    clear: left;
		    display: none;
		    left: 0;
		    position: absolute;
		    top: 33px;
		    z-index: 999;
		}

		* html ul#cssdropdown li ul{
		    top: 32px;
		}
		ul#cssdropdown li ul#support{
			left: -51px;
		}
		*html ul#cssdropdown li ul#support{
			left: -91px;
		}
		ul#cssdropdown li ul li{
			clear: left;
		    margin: 0;
		    padding: 0;
		    z-index: 999;
		}

		ul#cssdropdown li ul li a{
			background: none repeat scroll 0 0 #FFFFFF;
		    color: #666666;
		    display: block;
		    float: left;
		    font-weight: bold;
		    padding: 4px 10px;
		    text-decoration: none;
		    width: 122px;
			text-transform:none;
            font-size:11px;
		}
		* html ul#cssdropdown li ul li a{
			width:150px;
		}
		ul#cssdropdown li a{
			background: none repeat scroll 0 0 #FFFFFF;
		    color: #FFFFFF;
		    display: block;
		    float: left;
		    font-family: arial;
		    font-size: 13px;
		    font-weight: normal;
		    padding: 0 25px 0 24px;
		    text-decoration: none;
		    text-transform: uppercase;
		}
        ul#cssdropdown li a.head{
           line-height:30px;
           height: 30px;
        }
		ul#cssdropdown li a:link, ul#cssdropdown li a:visited, ul#cssdropdown li a:active{
			color:#666666;
			background:#FFFFFF;
		}
		ul#cssdropdown li a:hover,
		#home ul#cssdropdown li a#nav-home
		{
			color:#FFFFFF;
			background:#cc3300;
		}

		ul#cssdropdown li ul li a:link, ul#cssdropdown li ul li a:visited, ul#cssdropdown li ul li a:active{
			color:#333333;
			background: #dddddd;
		}
		ul#cssdropdown li ul li a:hover{
			color:#cf3200;
			background:#ffffff;
		}




/* BODY */

#bd{
	clear:both;
}

#event-box{
	overflow:hidden;
}
	#event-box h1{
		font-size:21px;
		font-weight: bold;
		float: left;
		background: #cc3300;
		padding: 5px 14px 5px 14px;
		color: #FFFFFF;
	}

#event-row{
	float: left;
	background: #cc3300 none repeat scroll 0 0;
	padding: 14px 13px 14px 14px;
	width: 100%;

}

	.event-box{
		float:left;
		margin:0 22px 0 0;
		overflow:hidden;
		height:202px;
		position:relative;
	}

		.event-box.fourth{
			margin-right:0px;
		}

		.event-box img{
			height: 167px;
		}
		.event-box .event-info{
			background: transparent;
			display:block;
			position:absolute;
			top:112px;
			width: 221px;
		}
			.event-info h2{
				color:#FFFFFF;
				padding: 2px 5px 0px 10px;
				font-size:12px;
				font-weight:bold;
				position: relative;
				height: 53px;
			}
			.event-title{
				display: block;
				margin: .2em 0;
			}
			.event-date{
				display: block;
				margin: .2em 0;
				font-size: 11px;
				font-weight: normal;
			}

			.overlay{
				position: absolute;
				top: 0; /* These positions makes sure that the overlay */
				bottom: 0; /* will cover the entire parent */
				left: 0;
				width: 100%;
				height: 55px;
				background: #000;
				opacity: 0.65;
				-moz-opacity: 0.65; /* older Gecko-based browsers */
				filter:alpha(opacity=65); /* For IE6&7 */
			}

				.event-info a.ticket-button{
					background:#FFFFFF none repeat scroll 0 0;
					color:#000000;
					font-weight: bold;
					font-size: 10px;
					display:block;
					float:left;
					width: 111px;
					height: 25px;
					margin:0px;
					padding:10px 0px 0px 0px;
					text-decoration:none;
					text-align: center;
					text-transform:uppercase;
				}
				.event-info a.more-button{
					background:#822202 none repeat scroll 0 0;
					color:#ffffff;
					font-weight: bold;
					font-size: 10px;
					display:block;
					float:left;
					width: 110px;
					height: 25px;
					margin:0px;
					padding:10px 0px 0px 0px;
					text-decoration:none;
					text-align: center;
					text-transform:uppercase;
				}
				.event-info a.comingsoon-button{
					background:#822202 none repeat scroll 0 0;
					color:#ffffff;
					font-weight: bold;
					font-size: 10px;
					display:block;
					float:left;
					width: 221px;
					height: 25px;
					margin:0px;
					padding:10px 0px 0px 0px;
					text-decoration:none;
					text-align: center;
					text-transform:uppercase;
				}
				.event-info a.comingsoon-button:link, .event-info a.comingsoon-button:active, .event-info a.comingsoon-button:visited {
					background:#822202 none repeat scroll 0 0;
					color:#ffffff;
				}
				.event-info a.comingsoon-button:hover{
					background:#000000 none repeat scroll 0 0;
					color:#ffffff;
				}

				.event-info a.ticket-button:link, .event-info a.ticket-button:active, .event-info a.ticket-button:visited {
					background:#FFFFFF none repeat scroll 0 0;
					color:#000000;
					text-decoration:none;
				}
				.event-info a.ticket-button:hover{
					background:#000000 none repeat scroll 0 0;
					color:#ffffff;
				}
				.event-info a.more-button:link, .event-info a.more-button:active, .event-info a.more-button:visited {
					background:#822202 none repeat scroll 0 0;
					color:#ffffff;
				}
				.event-info a.more-button:hover{
					background:#000000 none repeat scroll 0 0;
					color:#ffffff;
				}

#bottom-boxes{
	float:left;
	width:729px;
	margin-top: 15px;
}

/* PHOTO HOLDER */

#photo-holder{
	overflow:hidden;
	width:482px;
	float:left;
	height:285px;
}

#photo-rotate{
	position:relative;
}

	#photo-rotate ul{
		position: absolute;
	    right: 20px;
	    top: 8px;
	}

	#photo-rotate ul li{
		float:left;
		margin-right:4px;
	}

	#photo-rotate ul li a{
		 background: url("/images/feature-sprite-2.png") no-repeat scroll 2px 1px transparent;
    border: 0 none;
    color: #FFFFFF;
    display: block;
    float: left;
    height: 25px;
    line-height: 25px;
    overflow: hidden;
    padding: 0;
    text-align: center;
    text-decoration: none;
    width: 27px;
	}

	#photo-rotate img{
		width:482px;
	}

	.ui-tabs-hide{
		display:none;
	}

	.phototitle{
		background: none repeat scroll 0 0 transparent;
	    color: #FFFFFF;
	    height: 270px;
	    position: absolute;
	    right: 19px;
	    text-align: right;
	    top: 53px;
	    width: 482px;
		font-family:Arial;
	}
	.phototitle h3{
		font-weight:normal;
		font-size:15px;
		margin:2px 10px;
		font-size:40px;
		color:#cc3300;
	  	color: #CC3300;
    	letter-spacing: 5px;
	}
	.phototitle p{
		margin:4px 10px;
	}
	.phototitle p.caption{
		font-size:23px;
	}
	.phototitle p.caption{
		font-size:23px;
	    margin: 10px 0;
	}
	.phototitle p.dateinfo{
		font-size:13px;
	    margin: 10px 0;
	}
	.phototitle p.read-button{
	    margin: 20px 0;
	}
	.phototitle p.read-button a{
		  background: url("/images/feature-sprite.png") no-repeat scroll 0px -1px transparent;
	    color: #333333;
	    display: block;
	    float: right;
	    font-weight: bold;
	    height: 32px;
	    line-height: 32px;
	    overflow: hidden;
	    text-align: center;
	    text-decoration: none;
	    width: 110px;
	}


	/* WELCOME BOX */

	#welcome{
		background:#cc3300 none repeat scroll 0 0;
		color:#ffffff;
		float:left;
		margin-left:15px;
		width:232px;
		height: 276px;
		line-height: 20px;
		padding-bottom: 10px;
		overflow: hidden;
	}

		#welcome h2{
			margin: 18px 13px 0px 13px;
			font-size:16px;
			font-weight: bold;
			color:#ffffff;
		}

		#welcome p{
			font-size:12px;
font-weight:normal;
line-height:16px;
margin:8px 5px 0 13px;
		}

		p#welcome-buy a{
			display:block;
			width:193px;
			padding:6px;
			text-align:center;
			background:#ffffff;
			color:#000000;
			font-size:18px;
			font-weight: bold;
			text-decoration:none;
		}

		p#welcome-buy a:hover{
			background:#000000;
			color: #ffffff;
		}

		p#welcome-signup a{
			display:block;
			width:193px;
			padding:6px;
			text-align:center;
			background:#661900;
			color:#ffffff;
			font-size:18px;
			font-weight: bold;
			text-decoration:none;
		}
		p#welcome-signup a:hover{
			background:#000000;
			color: #ffffff;
		}

		p#welcome-signup a .small{
			font-size:11px;
		}

		p#brochure a{
			background:none repeat scroll 0 0 #862200;
			color:#FFFFFF;
			display:block;
			font-size:13px;
			font-weight:bold;
			line-height:16px;
			padding:6px 0;
			text-align:center;
			text-decoration:none;
			width:205px;
		}

		p#brochure a:hover{
			background:#000000;
			color: #ffffff;
		}

	.home-box-bottom{
		float:left;
		margin:15px 15px 0 0;
		overflow:hidden;
		width:233px;
		height:233px;
		position:relative;
	}

		.home-box-bottom.last{
			margin-right:0;
		}

		.home-box-bottom img{
			width:233px;
			min-height:233px;
		}

	.hidden{
		//display:none;
	}



			.boxgrid{
				background: #000000 none repeat scroll 0 0;
				width: 233px;
				height: 244px;
				float:left;
				overflow: hidden;
				position: relative;
				margin:10px 15px 10px 0;

			}


			.boxgrid.last{
				margin:10px 0 10px 0;

			}
				.boxgrid img{
					position: absolute;
					width: 233px;
					top: 0;
					left: 0;
					border: 0;
				}
				.boxgrid p{
					margin: 0 10px;
				}

				.boxgrid h3{
					font-size:13px;
					font-weight:bold;
					margin:5px 5px 5px 10px;
					height:35px;
				}


			.boxcaption{
				float: left;
				position: absolute;
				background: #000000;
				color: #ffffff;
				height: 200px;
				width: 100%;
				opacity: .8;
				/* For IE 5-7 */
				filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
				/* For IE 8 */
				-MS-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
 			}

 				.captionfull .boxcaption {
 					top: 0px;
 					left: 0;
 				}
 				.caption .boxcaption {
 					top: 178px;
 					left: 0;
 				}
				p.covercopy, p.cover2copy, p.cover3copy{
					line-height: 18px;
					padding: 8px;
				}
				p.learnlink{
					padding: 4px;
					line-height: 12px;
				}
				p.learnlink a:link, p.learnlink a:active, p.learnlink a:visited{
					color: #FFFFFF;
					text-decoration: underline;
				}
				p.learnlink a:hover{
					text-decoration: none;
				}
				p.learnlink2 a:link, p.learnlink2 a:active, p.learnlink2 a:visited{
					color: #FFFFFF;
					text-decoration: underline;
				}
				p.learnlink2 a:hover{
					text-decoration: none;
				}

	.boxgrid .caption{
	}
		.boxgrid .caption a{
			color:#FFFFFF;
			display:block;
			font-size:14px;
			padding:4px 10px;
			text-decoration:none;
			text-transform:uppercase;
			background:#999999 none repeat scroll 0 0;
			height:27px;
			position:absolute;
			top:206px;
			width:233px;
		}


/* SIDEBAR */

#sidebar{
	float:left;
	width:235px;
	height: 540px;
	overflow: hidden;
	margin-top: 15px;
	margin-left:15px;
	background:#000000;
	position: relative;
}

	#news-inner{
		background:#000000 none repeat scroll 0 0;
		margin:8px;
		padding:8px;
		color: #ffffff;
	}

		#news-inner h2{
			font-size:16px;
			font-weight: bold;
			text-transform:uppercase;
			margin: 0px 0px 0px 0px;
		}

		.news-item{
			overflow:hidden;
		}
			.news-item h3{
			border-top: 1px solid #545454;
			padding-top:7px;
				font-weight:bold;
				margin:10px 0 8px;
				font-size: 12px;
			}

			.news-item p{
				margin:0px 0 4px;
				line-height: 15px;
				font-size: 12px;
				font-weight: normal;
			}

			.news-item a{

			}

/* TWITTER BOX FOR HOMEPAGE */
#twitter-inner{
 background: none repeat scroll 0 0 transparent;
    height: 123px;
    width: 200px;
		margin:14px 14px 0;
		padding:4px 8px;
}
#twitter-inner{
	padding-top:26px;
}

		#twitter-inner h2{
			padding: 0px 4px;
			font-size:16px;
			font-weight: bold;
		}
		#twitter-inner p{
			padding: 4px;
			font-size: 12px;
			font-weight: normal;
			line-height: 15px;
		}

		#twitter-inner .user {
			border-bottom:1px solid #CCCCCC;
			height:115px;
			margin-top:5px;
			width:200px;
			overflow:hidden;
		}
		#twitter-inner .user .userimg{
			float:left;
			width:40px;

		}

		#twitter-inner .user .userimg a{
		}
		#twitter-inner .user .userimg a img{
			width:32px;
			margin:2px;
		}
		#twitter-inner .user p{
			padding:0;
			font-size:11px;
			line-height:13px;
		}

		#twitter-inner .user a.twitname{

			color:#333333;
			font-size:12px;
			font-weight:normal;
			line-height:12px;
			text-decoration:none;
		}
		#twitter-inner .user a.twitname:hover{
			text-decoration:underline;
		}


		#twitter-inner .user p strong{
			font-size:10px;
		}


 #connect-button{
 background: none repeat scroll 0 0 transparent;
    height: 41px;
    margin: 8px 0 0 0;
}
 #connect-button a {
	 background: url("/images/connect-twitter-sprite.jpg") no-repeat scroll 0 -154px transparent;
    display: block;
    height: 41px;
    text-indent: -555555px;
    width: 237px;
}


 #connect-button a span{
	display:none;
}

#connect-button a:hover{
	 background: url("/images/connect-twitter-sprite.jpg") no-repeat scroll 0 -356px transparent;
}
		#connect-button img{
			margin-top: 1px;
			display: block;
		}

/* FOOTER */

#ft{
background:#000000 none repeat scroll 0 0;
color: #ffffff;
clear:both;
height:114px;
margin-top:10px;
overflow:hidden;
position:relative;
margin-bottom: 10px;
z-index:888;
}

#ft-logo img{
	float:left;
	margin:25px 15px 25px 25px;
	width: 69px;
	height: 68px;
}

#ft p{
	float:left;
	color:#ffffff;
	margin-top:17px;
	line-height: 28px;
	font-size: 12px;
	font-weight: bold;
}
#ft p strong{ color: #f0501a; }

a.whiteunderline:link, a.whiteunderline:active, a.whiteunderline:visited{
	color: #FFFFFF;
	text-decoration: underline;
}
a.whiteunderline:hover{
	text-decoration: none;
}
a.blackunderline:link, a.blackunderline:active, a.blackunderline:visited{
	color: #000000;
	text-decoration: underline;
}
a.blackunderline:hover{
	text-decoration: none;
}

#sociallinks{
	position:absolute;
	left:700px;
	top:10px;
}

	#sociallinks ul{

	}

	#sociallinks ul li{
		float:left;
		margin:0 8px 0 0;
	}
	#sociallinks ul li a{
		float:left;
		color:#ffffff;
		text-decoration:none;
	}

.whiteline{
	width: 233px;
	border-top: 1px solid white;
	display: block;
}

/* INTERIOR ADJUSTMENTS */

#interior #contactlinks ul   {
	margin:0;
	padding:0;
}

#interior #contactlinks ul li {
	list-style:none outside none;
}

#interior #hd {
	width:800px;
	margin:0 auto;
}

#interior #ft{
	width:800px;
	margin:0 auto;
}

#in_middle_white {
 	background-image:none;
	margin:0 auto;
	float:none;
	clear:both;
}

#in_upper_navigation  {
	background-image:none;
	margin:0 auto;
	position:relative;

}

#nav_submenu{
	background-color:#dddddd;
}
#nav_submenu a.nav_link:visited,#nav_submenu a:link {
	color:#333333;
}
#nav_submenu a.nav_link:hover{
	
	color:#c93300;
}
a.nav_link:hover{
	color:#333333;
	text-decoration:underline;
}


* html .dropdown dd ul{
 width: 170px;
}
* html #content_wrap {
 height: expression( this.scrollHeight < 401 ? "400px" : "auto" ); /* sets min-height for IE */

}


/* SEARCH BOX */

#homesearchform{height:20px;
position:absolute;
right:0;
text-align:right;
top:50px;
width:337px;
}

#interior #homesearchform{
	right:28px;
}

#homesearchform #searchfield {
 border: 2px solid #C8C8C8;
    color: #999999;
    float: left;
    font-size: 13px;
    height: 24px;
    text-indent: 10px;
    width: 271px;
	margin:0;
}
#interior #homesearchform #searchfield {
	height:20px;
}
#homesearchform #submitarrow{
	 float: left;
    font-size: 11px;
	width:58px;
	height:24px;
	margin:0;
	padding:0;
	display:block;
}


/* EVENT SLIDESHOW */
.popslide  {
	height: 425px;
    overflow: hidden;
    text-align: center;
    width: 680px;
}
.popslide img{
	max-width:680px;
	max-height:430px;
	margin:auto;
	display:block;
}

* html .popslide img {
   width: expression( document.body.clientWidth > 679 ? "680px" : "auto" ); /* sets max-width for IE */
}
* html .popslide img {
   height: expression( this.scrollHeight > 429 ? "430px" : "auto" ); /* sets max-height for IE */
}

/* HOMEPAGE UPDATES 2011 */

#event-row {
    background: none repeat scroll 0 0 #FFFFFF;
    float: left;
    margin: 14px 0 0 0;
    width: 100%;
	padding:0;
}

#photo-holder {
    height: 350px;
    width: 693px;
	border:1px solid #dddddd;
}
#photo-rotate {
    position: relative;
	margin:2px;
	overflow:hidden;
	height:345px;
    width: 693px;
}


#photo-rotate img{
 width: 692px;

}

.ford-button-box{
	float:left;
	width:257px;
	margin:0 0 0 28px;
}

.ford-image{

	border:1px solid #dddddd;
}
.ford-image img{
	 margin: 2px;
    width: 251px;
}

#bottom-boxes {
    clear:both;
    margin-top: 24px;
    width: 100%;
	font-family:Arial;
}

#bottom-boxes .col-a{
	width:240px;
	margin:0 24px 0 0;
	float:left;
	overflow:hidden;
}
#bottom-boxes .col-b{
	width:432px;
	margin:0 24px 0 0;
	float:left;
	overflow:hidden;

}

* html #bottom-boxes .col-b{
	margin:0 22px 0 0;
}

#bottom-boxes .col-c{
	width:259px;
	float:left;
	overflow:hidden;
}


.event-spotlight{
	width:238px;
	border:1px solid #dddddd;
	overflow:hidden;

}
.event-spotlight .event-spotlight-img{
	width:233px;
	border:2px solid #ffffff;
	overflow:hidden;
	height:220px;
}
.event-spotlight .event-spotlight-img img{
	width:233px;
}

.event-spotlight .details{
	margin:15px 20px;
	padding:0 0 15px 0;
	border-bottom:1px solid #dddddd;
}
.event-spotlight .details h3{
	font-size:14px;
	font-weight:bold;
	color:#000000;
}

.event-spotlight .details a.learnmore{
	font-size:10px;
	text-transform:uppercase;
	color:#000000;
}

.event-spotlight .details p{
	margin:8px 0;

}
.event-spotlight .audiocontainer{
	margin:0 20px 15px;

}
.event-spotlight .audiocontainer h4{
	margin:0 0 5px 0;
	font-size:15px;
	font-weight:bold;
	color:#cc3300;
}
.event-spotlight .short{
	font-size:10px;
	font-weight:bold;
}

#welcome-stories{
	border:1px solid #dddddd;
	padding:2px;
	margin:0 0 24px 0;
	overflow:hidden;
}
#welcome-stories .top{
	background:#dddddd;
	height:40px;
}
#welcome-stories .top h2{
    font-size: 25px;
    font-weight: bold;
    line-height: 40px;
    margin: 0 0 0 10px
}
#welcome-stories .img-welcome{
	float:left;
	margin:2px 20px 20px 2px;
	width:114px;
	overflow:hidden;
}

#welcome-stories .img-welcome img{
	width:114px;
}

#welcome-stories .story-content{
	float:left;
	width:270px;
	margin-bottom:20px;
}
#welcome-stories .story-content h3{
	font-size:20px;
	font-weight:bold;
	margin:20px 0 15px;
}
#welcome-stories .story-content p{
	font-size:14px;
	line-height:24px;
	color:#333333;
}
#welcome-stories .story-content a{
	color:#333333;
}

#welcome-stories .story-content td{padding:10px;}

#youtube-feature{
	width:430px;
}


#connect-button {
      bottom: 0;
    height: 42px;
    position: absolute;
    top: 145px;
    width: 100%;
}


.ford-button-box a.links{
	display: block;
    height: 40px;
    margin: 7px auto 0;
    text-indent: -555555px;
    width: 227px;
}


*html .ford-button-box a.links{
	margin: 7px 0 0 13px;
}


a#button-home-buy{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -10px transparent;

}
a#button-home-buy:hover{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -164px transparent;

}

a#button-home-donate{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -59px transparent;

}

a#button-home-donate:hover{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -213px transparent;

}
a#button-home-email{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -103px transparent;

}
a#button-home-email:hover{
	background:url("/images/buy-buttons-sprite.jpg") no-repeat scroll -12px -257px transparent;

}


.twitter-outer {
    background: url("/images/connect-twitter-sprite.jpg") no-repeat scroll left top transparent;
    margin: 20px 0 0;
    overflow: hidden;
	position:relative;
	height:200px;
}


/* ROUTE PLANNER */
#directions-form{
	border: 1px solid #AD4625;
    float: left;
    width: 165px;
}

#directions-form h3{
background: none repeat scroll 0 0 #AD4625;
    color: #FFFFFF;
    font-size: 12px;
    margin: 0;
    padding: 4px;
}

#directions-form label,span.end-name{
display: block;
    font-weight: bold;
    padding: 6px 4px;
}

span.end-name{
	 border: 1px solid #CCCCCC;
    font-weight: normal;
    margin: 4px;
    padding: 4px;
}

#directions-form input{
	 border: 1px solid #CCCCCC;
    margin: 0px 4px 2px;
}
#directions-form input.route-submit{
 background: none repeat scroll 0 0 #333333;
    border: 1px solid #333333;
    color: #FFFFFF;
    font-size: 13px;
    margin: 0 4px 10px 4px;
    text-transform: none;
}


/* NEW EVENT DETIL PAGE */

.event-date-top{
	height:55px;
	clear:both;
}
.event-date-top h2{

}
.event-date-top h2 a:link,.event-date-top h2 a:visited{
	color:#cc3300;
	font-size:24px;
	line-height:55px;
	height:54px; 
}
#in_upper_ticketsemail.events-left {
    padding-left: 0;
    width: 195px;
}
.side-container{
	border:1px solid #dddddd;
	width:190px;
	margin:0 0 18px 0;
	font-family:Arial;
}

.side-container.event-type{

}
.side-container.event-type h4{
	font-size:13px;
	color:#333333;
	margin:10px 10px 0;
}
.side-container.event-type p{
	font-size:11px;
	margin:0 10px 8px;
}

.side-container.event-type a:link,.side-container.event-type a:visited{
	color:#941a02;
	font-weight:bold;
}

.side-container.links{

}

.side-container h3{
	width:185px;
	height:30px;
	line-height:30px;
	margin:2px 2px 4px;
	color:#666666;
	background:#dddddd;
	text-indent:8px;
	font-family:Arial;
	font-size:14px;
}
.side-container.links ul{
	margin:4px;
	list-style-type:none;
}


.side-container.links ul li{

	margin:4px;
	list-style-type:none;
}


.side-container.links ul li a:link,.side-container.links ul li a:visited{
	font-weight:bold;
	font-size:13px;
	color:#941a02;
}

.side-container.links ul li a.press_info:link,.side-container.links ul li a.press_info:visited{
color: #FFFFFF;
    display: block;
    font-size: 10px;
    font-weight: normal;
    padding: 4px 8px;
    text-align: center;
    width: 156px;
}

.side-container.recommends{

}
.side-container.recommends .show-box{
	margin:0 2px 4px;
	padding:0 0 4px 0;
	overflow:hidden;
	width:185px;
	border-bottom:1px solid #dddddd;

}
.side-container.recommends .show-box.last{
	border-bottom:0px;
}
.side-container.recommends .show-box .img-wrap{
	float:left;
	width:70px;
	height:65px;
	overflow:hidden;
}
.side-container.recommends .show-box .img-wrap img{
	width:70px;
}
.side-container.recommends .show-box .show-info{
	float:left;
	width:102px;
	margin-left:10px;
	font-size:10px;
}
.side-container.recommends .show-box .show-info h4{

}

.side-container.recommends .show-box .show-info h4 a:link,.side-container.recommends .show-box .show-info h4 a:visited{
	font-size:13px;
	color:#941a02;
}

.side-container.recommends .show-box .show-info p{

}

#content_wrap.event{
    float: left;
    font-size: 12px;
    margin: 0 0 0 10px;
    padding: 0;
    width: 595px;
}

#event-details{

}

#event-details #left_column{
float: none;
    width: 100%;
	padding-bottom:20px;
}

#event_image{
	border: 1px solid #DDDDDD;
    float: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 593px;
	z-index:2;
	position:relative;
}
#event_image img{
 	margin: 2px;
    width: 588px;
	max-width:588px;
	z-index:0;
}
#event_title{
	color: #cb3714;
    font-family: Arial;
    font-size: 37px;
    font-weight: normal;
    line-height: 37px;
    overflow: hidden;
    padding: 0;  
    text-align: left; 
	z-index:99;
	width:550px;
	margin:15px 0 0;
}
* html #event_title{
}

#event_title em{
	color:#cb3714;
	font-size:18px;
	z-index:999;
	font-style:normal;
}

#event_dates{
  color: #333333;
    display: block;
    font-family: Arial;
    font-size: 16px;
    padding: 0;  
    width: 550px;
	z-index:9999;
	font-weight:bold;
}

#right_column.event-details{
	margin:0;
	width:595px;
}

#eventdetails{
	margin:24px 0;
}

#eventdetails p{
	 color: #333333;
    font-family: Arial;
    font-size: 14px;
    line-height: 20px;
    margin: 0 4px 12px;
}

#ticketinfobox {
border: 1px solid #DDDDDD;
    clear: both;
    padding: 2px;
}

#ticketinfobox .top {
     background: none repeat scroll 0 0 #DDDDDD;
    color: #699832;
    height: 40px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}
#ticketinfobox .top h3 {
    color: #666666;
    font-family: arial;
    font-size: 19px;
    line-height: 40px;
    text-indent: 8px;
}

#ticketinfobox p {
   font-family: arial;
    font-size: 14px;
    line-height: 18px;
    margin: 8px 10px;
}
#event_infotickets {

}

#event_infotickets a.buy_tickets:link {
background: url("/images/button_buytix.png") no-repeat scroll left top transparent;
    display: block;
    float: right;
    height: 43px;
    overflow: hidden;
    padding: 0;
    position: relative;
    text-indent: -5555560px;
    text-transform: lowercase;
    width: 227px;
}
#event_infotickets a.buy_tickets:link span{
	display:none;
}

.grouptix{
	clear:both;
	overflow:hidden;
}

.grouptix p{
	color:#cc3300;
	font-weight:bold;
	text-transform:uppercase;
	font-size:14px;
	margin:5px 10px 7px;
    line-height: 27px;
	clear:both;
}
a.group_tickets:link,a.group_tickets:visited {
     background: url("/images/grouptix-bg.png") no-repeat scroll left top transparent;
    color: #333333;
    display: block;
    float: right;
    font-family: arial;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 5px;
    text-align: center;
    text-decoration: none;
    width: 117px;
}
