/*
@import url(css/lib/reset.css);
@import url(css/lib/typography.css);
@import url(css/lib/forms.css);
@import url(css/header.css);
@import url(css/navigation.css);
@import url(css/sidebar.css);
@import url(css/footer.css);
*/
/* =General Styles
-----------------------------------------------------------------------------*/
* {
border: 0;
margin: 0;
padding: 0;
}
#posts img {
display: block;
float: right;
margin: 3px 0 3px 3px;
border: 0;
}

body {
/*background-color: #eee;*/
}

a:link {color: black; text-decoration: underline; }
a:visited {color: maroon; text-decoration: underline; }
a:focus {color: maroon; text-decoration: underline; }
a:hover {color: olive; text-decoration: none; }
a:active {color: black; text-decoration: underline; }


#news_container {
margin: 5px;
}
#posts {
margin: 0;
}
#news_header h1 {
/*height: 16px;*/
color: #52160B;
font-size: 0.7em;
font-variant:small-caps;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

h6 { /*Footer*/
display: none;
margin-bottom: 5px;
font-size: 0.5em;
font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
}

#news_content {
margin-top: 0em;
}

#news_content .post {
	margin-bottom: 0.5em;
padding: 4px;
border: 1px solid maroon;
}

#news_content #posts h2 a:link, #news_content #posts h2 a:visited, #news_content #posts h2 a:active {
color: black;
}

#news_content #posts h2 a:hover {
	color: maroon;
}

#news_content h1 {
/*margin-left: 0.5em;
	font-size: 1em;
	line-height: 1em;
color: silver;*/
}

#news_content h2 {
line-height: 1.2em;
font-size: 0.85em;
}

.outletsklein {
font-size: 0.5em;
font-weight: normal;
}


#news_content ul, #news_content #posts ol {
	line-height: 1.5em;
}

#news_content ul {
	padding-left: 2em;
	list-style-type: none;
}

#news_content ul li {
	padding: 0 0 5px 18px;
	text-decoration: none;
	background: transparent url(images/sidebar_list_icon.gif) 3px 6px no-repeat;
}

#news_content #posts .post_body {
	margin: 0 0 0.5em 0;
	padding: 0;
font-size: 0.8em;
}

#news_content #posts .date_author_comments {
padding-top: 0.2em;
font-size: 0.6em;
}

#news_content .archive {
display: none;
}



/* Post and Page only styles. */
#news_content #posts .tags {
	margin: 3em 0.5em 0;
	padding: 1em;
	font-size: 0.8em;
	display: block;
	text-align: right;
	border-top: 1px solid #999;
}

#news_content #posts .tags img {
	position: relative;
	top: 3px; left: -3px;
}

/* Related Posts. */
#news_content #posts #relatedposts h3 {
	font-size: 1em;
}

/* 404 Error page only styles. */
#news_content #error_page {
	margin: 0 1em;
	border: 1px solid #999;
}

#news_content #error_page h2, #news_content #error_page h3 {
	line-height: 1.2em;
	margin: 0.2em 0.5em;
	padding: 0.2em;
	display: block;
	color: #333;
	text-decoration: none;
}

#news_content #error_page h2 {
	font-size: 1.4em;
	border-bottom: 1px solid #2a3548;
}

#news_content #error_page h3 {
	font-size: 1.2em;
}

#news_content #error_page p {
	padding: 1em 1em 0;
}


