/* Company: Steinruck Design
   Author : Mark Steinruck
   Email  : hello@steinruckdesign.com
   Phone  : +1 864 569 0424 

   CSS: Homepage specific styles
   
*/

#home #container { 
	background: #fff url(/images/home/bkg_home.gif) 0 0 repeat-x; 
}

/* Main Text 
---------------------------------*/
#main_text {
	height: 249px;
	float: left;
	padding-top: 20px;
}

#main_text p {
	background: url(/images/home/home_copy.gif) 0 0 no-repeat;
	display: block;
	width: 863px;
	height: 92px;
	text-indent: -9999px;
	margin: 0;
}

/* Featured Sites
---------------------------------*/
#featured { float: left;}

#featured h3 {
	width: 121px;
	height: 15px;
	background: url(/images/home/title_featured.gif) 0 0 no-repeat;
	text-indent: -9999px;
	margin: 20px 0 20px 0;
}

a.thumb {
	width: 383px;
	height: 183px;
	border: 15px solid #f2f2f2;
	display: block;
}

.hitchsters_on { 
	background: url(/images/home/off_hitchsters.gif) 0 0 no-repeat;
	width: 383px;
	height: 183px;
	z-index: 100;
}

.thumb {
	position: relative; float: left; }

.first { margin-right: 39px;}

.thumb_off { 
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.thumb_on { 

	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}