/* Div styles */

.content_body {
	font: 12px Arial, sans-serif;
	color: #dda;
	text-align: center;
	
	background:
		#000
		url('../images/body-splash-bg.jpg')
		center top
		no-repeat !important;
}

	.article_nav {
		width: 530px;
		height: 20px;
		margin: 0px auto 20px;
	}

	.copy {
		width: 640px;
		margin: 0px auto 25px;
	}

	.browse_row {
		width: 650px;
		margin: 0px auto 10px;
	}
	
		.browse_thumb {
			float: left;
			
			width: 120px;
			padding: 10px 5px;
			
			font-size: 10px;
			text-align: center;
		}
		
	.article_footer {
		width: 100%;
		margin-top: 50px;
		
		font-size: 11px;
		color: #403830;
		text-align: center;
	}
	
		.article_footer .nav {
			margin-bottom: 5px;
			
			font-size: 12px;
			font-weight: bold;
			color: #764;
		}
	
	
/* Link styles */

.content_body a {
	color: #cfb864;
	text-decoration: underline;
}

	.content_body a:hover {
		color: #e8d388;	
	}

.browse_thumb a {
	color: #cb8;	
	text-decoration: none;
}

	.browse_thumb a:hover {
		color: #eda;
		text-decoration: underline;
	}

.browse_item {
	display: block;
	
	width: 100%;
	height: 175px;
	padding-top: 5px;
	
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	
	background:
		url('../images/body-item-bg.jpg')
		center top
		no-repeat;
}
	
	.browse_item img {
		display: block;
		
		width: 95px;
		height: 140px;
		margin: 0px auto 5px;
		
		text-decoration: none;
	}

.article_footer .nav a {
	color: #986;
	text-decoration: underline;
}

	.article_footer .nav a:hover {
		color: #eda;
	}
	
	
/* Button styles */

.btn-nav_best {
	display: block;
	
	width: 250px;
	height: 20px;
	
	background:
		url('../images/btn-nav-best-posters.gif')
		no-repeat;
}

	.btn-nav_worst:hover, .btn-nav_best:hover {
		background-position: right;
	}

.btn-buy {
	display: block;
	
	width: 105px;
	height: 20px;
	margin: 0px auto;
	
	background:
		url('../images/btn-buy.gif')
		left top
		no-repeat;
}

	.btn-buy:hover {
		background-position: right;	
	}
	
.article_nav .networks, .article_footer .nav .networks {
	height: 20px;
	vertical-align: middle;
}

	.article_nav .networks {
		display: block;
		float: right;
		
		margin-left: 10px;
		
		background-position: left top;
	}
	
		.article_nav .networks:hover {
			background-position: right top;	
		}

	.article_footer .nav .networks {
		display: inline-block;
		float: none;
		
		margin-left: 5px;
		
		background-position: left bottom;
	}
	
		.article_footer .nav .networks:hover {
			background-position: right bottom;
		}

.btn-share_facebook {
	width: 15px;
	background:
		url('../images/btn-share-facebook.gif');
}

.btn-share_twitter {
	width: 10px;
	background:
		url('../images/btn-share-twitter.gif');
}

.btn-share_digg {
	width: 25px;
	background:
		url('../images/btn-share-digg.gif');
}

.btn-share_stumbleupon {
	width: 15px;
	background:
		url('../images/btn-share-stumbleupon.gif');
}

.btn-share_delicious {
	width: 15px;
	background:
		url('../images/btn-share-delicious.gif');
}