/* @override http://dev.disbeliefnet.com/css/news_feed.css */

#loading_news {
	font-size: 1.5em;
	text-align: center;
	padding: 25px;
}

/* @group Right Column */

.heretic_logo {
	position: relative;
	margin: 0px 0px 0px -3px;
	border-top: 2px solid black;
	border-bottom: 2px solid black;
	border-right: 2px solid black;
}

#right_column {
	float: right;
	width: 300px;
	position: relative;
	margin: 0px 0px 0px 0px;
	padding: 0px 3px 0px 0px;
}

.youtube {
	background-color: #3b281a;
	margin-top: 3px;
	padding: 2px 0px 0px;
}

.ie6 .youtube {
	padding-bottom: 2px;
}

.suggestion_box {
	margin-top: 3px;
	position: relative;
	border: 1px solid black;
	padding: 10px;
	background: url(../images/SuggestionBoxBackground.png) repeat-x;
}

#right_column h1 {
	color: #3b281a;
	font-size: 1.2em;
	margin-bottom: 6px;
}

#right_column p {
	margin-bottom: 10px;
}



/* @end */

/* @group Left Column */

#left_column {
  width: 670px;
  margin: 0px 0px 0px -10px;
  padding: 0px 0px 0px 3px;
  position: relative;
}

#articles {
	margin-top: 0px;
}

#articles h1 {
  position: relative;
	margin-left: -3px;
	background-color: #685346;
	color: #f6ede6;
	padding: 4px 0px 4px 30px;
}

.article {
	margin: 10px;
	background-color: #e7ddd5;
	border: 1px dotted #006e72;
	padding: 10px;
	
}

#articles .article h1 {
	margin: -10px -10px 10px;
	font-size: 1.2em;
	color: #000;
	background-color: #bcdadb;
	padding: 8px;
	border-bottom: 2px solid #5b9193;
	
}
.article h1 span.date {
	display: inline;
	font-size: 0.75em;
	font-weight: normal;
	margin-left: 7px;
}

.article img, .article embed, .article object, .article iframe {
	position: relative;
	display: block;
	margin: 0px auto;
}
.article p, .article blockquote {
  position: relative;
	padding: 5px 0px 0px 0px;
	font-size: 0.95em;
	background-color: #e7ddd5;
	text-align: justify;
}
.article .read_more {
  position: relative;
	background-color: #e7ddd5;
	font-size: 0.9em;
	text-align: right;
	padding: 5px 15px;
	font-style: italic;
}
.article .feedflare {
	display: none;
}

/* @end */
