/*///////////////////////////////////*/
/*///////////  SLIDESHOW  ///////////*/
/*///////////////////////////////////*/

#content {
	position: relative;
}

/* Slideshow Tagline (right column) */
#slideshow-tagline {
	position: absolute;
	top: 10px;
	left: 584px;
	width: 370px;
	height: 280px;
	z-index: 9000;
}
#slideshow-tagline img.incredible-original {
	position: absolute;
	left: 20px;
	top: 0;
}
#slideshow-tagline h1 {
	position: absolute;
	top: 230px;
	left: 0;
	z-index: 9000;
	font-size: 17px;
	text-align: center;
	width: 370px;
}

/* Slideshow */
ul#slideshow {
	position: relative;
	z-index: 8;
	width: 950px;
	height: 343px;
	list-style-type: none;
	margin: 20px 0 0 0;
}

ul#slideshow li{
	width: 950px;
	height: 343px;
	position: absolute;
}

ul#slideshow li .home-plate {
	position: absolute;
	top: 0;
	left: 10px;
}

/* Slide Control */
#slide-control {
	position: relative;
	top: -40px;
	z-index: 10;
	width: 350px;
	height: 12px;
	float: right;
	list-style-type: none;
	text-align: center;
}

#slide-control table {
	margin: 0 auto;
}

#slide-control a {
	display: block;
	margin: 0 4px;
	overflow: hidden;
	text-indent: -9999px !important;
	width: 12px;
	height: 11px;
	background: url(../_image/_slides/dot-off.png);
	outline: none;
}
#slide-control a.current {
	background: url(../_image/_slides/dot-on.png);
}








/*////////////////////////////////*/
/*////////////  WILD CARDS  ////////////*/
/*////////////////////////////////*/

ul#wildcards {
	width: 950px;
	list-style-type: none;
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
	font-family: "Londrina Solid", arial;
	font-size: 40px;
	}


ul#wildcards li{
	float: left;
}


ul#wildcards li.first{
	margin: 0 0 0 0;	
	width: 311px;
	position: relative;
	}


ul#wildcards li.second{
	margin: 0 0 0 0;	
	width: 317px;
	position: relative;
	}

ul#wildcards li.third{
	margin: 0 0 0 0;	
	width: 321px;
	position: relative;
	}




#wc-find {
	position: absolute;
	left: 95px;
	top: 50px;
	width: 200px;
	text-align: center;
}	

#wc-find h1 {
	font-size: 30px;
	font-weight: normal;
	letter-spacing: 1px;
}	

#wc-find span {
	font-size: 16px;
	font-weight: normal;
	font-family: news-gothic-std, arial;
}	

#home-zip-feild {
	width: 65px;
	height: 20px;
	margin-top: 10px;
}	





#wc-join a{
	color: #000;
	text-decoration: none;
}	

#wc-join a:hover{
	color: #069;
	text-decoration: none;
}	




#wc-browse {
	position: absolute;
	left: 160px;
	top: 53px;
	width: 120px;
	height: 100px;
	text-align: right;
	letter-spacing: 1px;

}	

#wc-browse h1 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 5px;
	color: #ffc
}

#wc-browse a{
	color: #ffc;
	text-decoration: none;
}	

#wc-browse a:hover {
	color: #f90;
	text-decoration: none;
}	








#wc-join {
	position: absolute;
	left: 35px;
	top: 45px;
	width: 250px;

}	


#wc-join h1 {
		font-size: 35px;
	font-weight: normal;
	margin-left: 20px;
		letter-spacing: 1px;
}

#wc-join h2 {
	font-size: 30px;
	font-weight: normal;
		letter-spacing: 1px;
}

#wc-join p {
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0 0 0;
	padding: 0;
	font-family: news-gothic-std, arial;
}



#home-plate-taco {
	margin-left: 190px;
}


body#head #content h1#intro{
	text-align: center;
	color: #8C4600;
	font-size: 20px;
	line-height: 28px;
}



/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////  RESPONSIVE > 900 ///////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/



@media  (max-width:900px)  {


#content ul#slideshow {
	height: 250px;
}


}


/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////  RESPONSIVE > 700 ///////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/



@media  (max-width:700px)  {


#content ul#slideshow {
	height: 200px;
}


}




/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////  RESPONSIVE > 500 ///////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/
/*////////////////////////////////////////*/



@media  (max-width:500px)  {


#content ul#slideshow {
	height: 175px;
}


}
