#article {
	background-image:url(../img/home/top_bg.jpg);
	background-repeat:repeat-x;
	margin-top:15px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	overflow:hidden;
	background-color:#660000;
}

#article #content {
	margin:10px;
	font-size:13px;
	color:#FCC;
}


#topheadline p  {
	text-indent:1em;
}

#topheadline a:link, #topheadline a:visited  {
	text-decoration:none;
	color:#FFF;
	font-weight:bold;
}
#topheadline a:hover  {
	text-decoration:underline;
}

#topheadline img {
	float:left;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	margin-right:10px;
	margin-bottom:5px;
}
#topheadline h2 {
	color:#FFFFFF;
	margin:0;
	padding:0;
}

#topheadline blockquote {
	clear:both;
	padding:10px;
	font-style:italic;
	margin:10px;
	background-color:#000000;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#topheadline blockquote p {
	text-indent:1em;
	margin-bottom:1em;
}

#topheadline ul {
	padding-left:10px;
	clear:left;
}

#topheadline h2 a:link, #topheadline h2 a:visited  {
	color:#FFF;
	text-decoration:none;
	text-shadow: 0px 2px 3px #000000;

}
#topheadline h2 a:hover  {
	text-decoration:underline;
	font-style:normal;
}

.meta {
	color:#e17272;
	font-size:11px;
	margin-bottom:5px;
	line-height:20px;
}



#article_meta {
	clear:both;
	line-height:1.5em;
	border:#E0E0E0 solid 1px;
	background-color: #FFFFFF;
	background-image: url(../img/redwhitegrad.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding:5px;
	margin-top:10px;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
}
#article_rating {
	text-align:center;
}

.article_social {
	line-height:1.5em;
	text-align:center;
}

.article_social a:link.social, .article_social a:visited.social {
	padding-left: 20px;
	background-image: url(../img/socialicons.gif);
	background-repeat: no-repeat;
	margin-right:10px;
}
.article_social a:hover.social {
	text-decoration:underline;
}
.article_social .comment { background-position: 0 0px; }
.article_social .increase { background-position: 0 -17px; }
.article_social .decrease { background-position: 0 -35px; }
.article_social .discuss { background-position: 0 -52px; }
.article_social .email { background-position: 0 -70px; }
.article_social .techo { background-position: 0 -85px; }
.article_social .digg { background-position: 0 -127px; }
.article_social .delicious { background-position: 0 -146px; }
.article_social .facebook { background-position: 0 -106px; }

#article_related {
}


/* SPRITE FOR LINKS */
.link_news {
	padding-left:16px;
	background-image:url(http://live.theremembrall.org/images/icons/ball.gif);
	background-repeat:no-repeat;
	background-position:top left;
}
.link_ep {
	padding-left:12px;
	background-image:url(http://live.theremembrall.org/images/icons/ipod.gif);
	background-repeat:no-repeat;
	background-position:top left;
}

.remvideo {
    text-align:center;
	clear:both;
}




#sidebar {
	margin-top:15px;

}
.sidebar_block {

	background-image:url(../img/news/sidebar.jpg);
	background-repeat:repeat-y;
	box-shadow: 0px 0px 15px #000000;
	-webkit-box-shadow: 0px 0px 15px #000000;
	-moz-box-shadow: 0px 0px 15px #000000;
	margin-bottom:15px;
}


.related_news.ul {
	padding:0px;
	margin:0px;
	display:block;
	list-style-type:none;
	list-style-image:none
}

.related_news li {
	display:block;
	height: 36px;
	margin:0px;
	padding:0px;
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	padding-right:5px;
	overflow:hidden;
	list-style-type:none;
	list-style-image:none	
}

.related_news li a:link, .related_news li a:visited {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}

.related_news li a:hover {
	text-decoration:underline;
}

.related_news li img {
	float:left;
	margin-right:5px;
	margin-top:3px;
	margin-left:3px;
	margin-bottom:3px;
	box-shadow: 0px 0px 5px #000000;
	-webkit-box-shadow: 0px 0px 5px #000000;
	-moz-box-shadow: 0px 0px 5px #000000;
}
.related_news li:hover {
	/*background-image:url(../img/news/hover.png);
	background-position:bottom left;*/
	text-decoration:underline;
}


#contact-area .error {
	text-align:center;
	margin:5px;
	padding:5px;
	background-color:#E69D9D;
	border:1px solid #F00;
	color:#F00;
	font-weight:bold;
	clear:both;
}
#contact-area .sent {
	text-align:center;
	margin:5px;
	padding:5px;
	background-color:#CBFFB9;
	border:1px solid #01E00D;
	color:#000;
	display:none;
}


