div.article {
	margin-bottom: 3em;
	margin-top:3em;
	overflow: hidden;
	width: 100%;
}
div.article h2 {
	color: #545454;	
	margin-top: 0;
	border: 0;
}
div.article h2 a.category {
	color: #d43511;
}

div.article div.meta_info {	
	padding-bottom: 0.5em;
	margin-bottom: 1em;
	color: #545454;
	border-bottom: 1px solid #e5e2e2;
	font-size: 1.2em;
}
div.article div.content {
}

div.article div.content div.image {
	margin-top: 0.6em;
	margin-right: 1em;
	float: left;
	background-color: #eaeaea;
	padding: 0.5em;
	width: 302px;
	overflow: auto;
}
div.article div.content div.image img.image {
	border: 1px solid #454545;
}

div.article div.content div.image div.caption {
	font-size: 1.2em;
	color: #454545;
	font-style: italic;
	text-align: center;
}
div.article div.content div.image div.caption span.photo_copyright {
	white-space: nowrap;	
}
div.article div.content div.text {
}

div.ad {
	width: 688px;
	height: 90px;
	overflow: hidden;
	margin: 10px 0;
}
div.article div.bottom_meta_info {	
	clear: both;
	margin-top: 1em;
	float: left;
	width: 100%;
        overflow: hidden;
}
div.article div.bottom_meta_info div.comments {
	float: left;

}
div.article div.bottom_meta_info div.tags {
	float: right;
}

div.article div.bottom_meta_info a, div.article div.bottom_meta_info a:visited{
	color: white;
	padding: 0.3em;
	display: block;
	font-size: 1.2em;
	float: left;
}
div.article div.bottom_meta_info a:hover {
	text-decoration: none;
}

div.article div.bottom_meta_info div.comments a, div.article div.bottom_meta_info div.comments a:visited{
	background-color: #d43511;
	padding: 0.3em 1em;
	font-size: 1.4em;
	margin-right: 0.2em;
}
div.article div.bottom_meta_info div.comments a:hover {
	background-color: #454545;
}
div.article div.bottom_meta_info div.tags a, div.article div.bottom_meta_info div.tags a:visited{
	background-color: white;
	color: #0079B5;
	margin-right: 0.5em;
	border-bottom: 1px solid #0079B5;
}
div.article div.bottom_meta_info div.tags a:hover {
	background-color: #0079B5;
	color: white;
}


ul.articles_pages {
}
ul.articles_pages li {
	float: left;	
	margin-right: 0.2em;
}
ul.articles_pages li a, ul.articles_pages li a:visited {
	color: #0079B5;
	border: 1px solid #0079B5;
	display: block;
	font-size: 1.2em;
	text-decoration: none;
	padding: 0.3em 0.6em;
	background-color: white;
}

ul.articles_pages li a:hover {
	background-color: #0079B5;
	color: white;
	text-decoration: none;
}
ul.articles_pages li.active {
	color: white;
	padding: 0.3em 0.6em;
	background-color: #454545;
	font-size: 1.2em;
	border: 1px solid #454545;
}

ul.related {
    float: left;
    overflow: hidden;
    font-size: 12px;
    width: 800px;
}
ul.related li {
    clear: both;
    margin-bottom: 4px;
    float: left;
}
ul.related div.relatedCategory, ul.related div.relatedArticle {
    float: left;
}
ul.related div.relatedCategory a {
    float: left;
    width: 90px;
    padding: 5px;
    background-color: #F1F1F1;
    text-align: center;
    color: #454545;
    font-weight: bold;
}
ul.related div.relatedCategory a:hover {
    background-color: #454545;
    color: white;
    text-decoration: none;
}
ul.related div.relatedArticle a {
    float: left;
    width: 610px;
    padding: 5px;
    padding-left: 8px;
    color: #0079B5;
}
ul.related div.relatedArticle a:hover {
    background-color: #0079B5;
    color: white;
    text-decoration: none;
}
