/**************************************************************************************

	TEEHAN+LAX	 
 	GELASKINS - image_page.css
	----------------------------------------------------------
	agency: teehan+lax 
	authors: zack ginies - zack@teehanlax.com
	date: March 26, 2010 

	INDEX
	----------------------------------------------------------
	
	- Main Image 
	
*************************************************************************************/

#breadcrumbs {
	float: left;
}

.share_this {
	float: right;
	width: 175px;
	margin-bottom: 10px;
}


/* GET THIS SKIN ---------------------------------------------------------------*/


#getThisSkin a {
	text-indent: -4000px;
	background: url(/resources/images/buttons/getItOnYourDevice.png) no-repeat 0 0;
	width: 186px;
	height: 52px;
	float: right; 
	position: absolute; 
	right: 30px; 
	top: 51px;
}


#getThisSkin a:hover {
	background: url(/resources/images/buttons/getItOnYourDeviceOver.png) no-repeat 0 0;
}



/* MAIN IMAGE --------------------------------------------------------------------*/

.main_image {
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #ccc;
	clear: both;
	overflow: hidden;
	zoom: 1;
}

	.main_image h1 {
		text-align: left;
		margin: 0 0 20px 0;
        line-height: .05em;
	}
	
		.main_image h1 span {
			color: #888;
		}
		
	.main_image img {
		margin: 10px 0 20px;
	}
	.main_image .image_links {
		display: block;
		width: 850px;
		float: left;
		text-align: right;
	}
	
	.main_image .favourites_link,
	.main_image .wallpaper_link,
	.main_image .glicee_link {
		display: inline-block;
		margin-left: 2px;
		text-align: left;
	}
	
	.main_image .favourites_link {
		margin-right: 2px;
	}
	
	
@media screen and (max-device-width: 480px){

/* Artist page fix  ------------------------------ */
	
	#main_content .main_image img {
		margin-top: 50px;
	}
	
	#main_content .main_image h1 {
	}
	
	#main_content .main_image h1 span {
		display: inline-block;
		top: -1px;
	}

}
	


	
/* COLUMN WRAPPER -------------------------------------------------*/

.column_wrapper {
	margin-left: 380px;
	margin-top: 0;
	clear: none;
	padding-top: 0;
	border-top: 3px solid #0095e0;
	border-bottom: 0;
}

/* COMMENTS -------------------------------------------------*/

.comment_brick {
	padding-top: 15px;
	border-top: 3px solid #0095e0;
}
