a:hover { 
	color:#fff;
	text-decoration:none;
}

#accContent,
#innerPostsVideos,
#innerPostsNews,
#innerPostsPhotos {
	padding:2px 0 0 0;
	margin:0;
	clear:both;
}

h1 a,
h2 a,
#topCategory p.title a{
	/*background: url(../images/cat_art_bg.png) repeat;*/
	background: url(../images/category_bg.png) repeat-x 0 6px;
	font-size:24px;
	line-height:22px;
	letter-spacing: -1px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	margin:0;
	padding:0;
	cursor: pointer;
}

	@media screen and (-webkit-min-device-pixel-ratio:0){
		h1 a,
		h2 a,
		#topCategory p.title a{
			background-position:0 4px;
		}
	}	
			
h2 a {
	cursor: auto;
}

h2 {
	margin:0 0 30px 0;
}




#innerPostsVideos h3.title,
#innerPostsNews h3.title,
#innerPostsPhotos h3.title {
	/*background: url(../images/cat_art_bg.png) repeat;*/
	background: url(../images/article_bg.png) repeat-x 0 10px;
	font-size:60px;
	line-height:60px;
	letter-spacing: -4px;
	text-transform:uppercase;
	font-weight:bold;
	color:#ffffff;
	margin-top: -5px;
	padding: 0;
	cursor: pointer;
}

	@media screen and (-webkit-min-device-pixel-ratio:0){
		#innerPostsVideos h3.title,
		#innerPostsPhotos h3.title {
			background-position:0 8px;
		}
	}	

h1 a,
h1 a:hover,
h1 a:visited,
#topCategory p.selected a,
#innerPostsVideos h3.selected,
#innerPostsNews h3.selected,
#innerPostsPhotos h3.selected { 
	color:#eeb91d;
}

.entry {
	width:100%;
	overflow:hidden;
}

.entry ul {
	clear:both;
}

.entry ul,
.entry ul li {
	margin:0;
	padding:0;
}

.entry ul li{
	/*width:60px;*/
	float:left;
	margin-right:-5px;
	margin-bottom:10px;
}

.entry ul li a img{
	border:5px solid #fff;
}

em {
	float:left;
	clear:both;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	font-style: normal;
	color:#fff;
	letter-spacing: normal;
	padding-right: 300px;
	margin: 0 0 28px 0;
}

.entry p {
	font-size:24px;
	line-height:24px;
	letter-spacing: -1px;
	font-weight:bold;
	color:#fff;
	padding: 0 300px 0 0;
	margin-bottom:28px;
}

.post {
	line-height:20px;
	font-size:24px;
	text-transform: none;
	font-weight:bold;
	color:#fff;
	padding: 0px;
}

.post a:hover { 
	text-decoration:underline;
}
