﻿/* detail articles/topics/categories */

div.blogsitedetail
{
	margin-bottom: 2em;
}

div.blogsitedetail div.dateline
{
	margin-left: 1em;
	color: #696969;
}

div.blogsitedetail div.content
{
	margin: 1em;
}

div.blogsitedetail div.clearer
{
	clear: both;
}

div.blogsitedetail div.content h3
{
	clear: both;
}

div.blogsitedetail img
{
	border: solid 1px #696969;
}

div.blogsitedetail img.left
{
	float: left;
	margin: 0em 1em 1em 1em;
}

div.blogsitedetail img.right
{
	float: right;
	margin: 0 1em 1em 1em;
}

div.blogsitedetail div.details
{
	clear: both;
	font-size: 0.9em;
	border-bottom: solid 1px #696969;
	color: #696969;
	text-align: right;
	padding-top: 1em;
	margin-top: 2em;
}

div.blogsitedetail div.details a.feed
{
	padding-right: 18px;
	background-image: url(../media/rss.png);
	background-repeat: no-repeat;
	background-position: right;
}

/* list members */

div.blogsitelist
{
	border-bottom: dashed 1px #696969;
	margin: 2em 0 2em 2em;
}

div.blogsitelist p
{
	margin-bottom: 0.4em;
	margin-left: 0;
}

div.blogsitelist h3
{
	font-size: 1em;
	font-weight: bold;
	margin-left: 0;
}

div.blogsitelist div.dateline
{
	font-size: 0.9em;
	color: #696969;
}

div.blogsitelist div.content
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

div.blogsitelist div.details
{
	clear: both;
	font-size: 0.9em;
	color: #696969;
	text-align: right;
	clear: left;
}

div.blogsitelist div.details a.feed
{
	padding-right: 18px;
	background-image: url(../media/rss.png);
	background-repeat: no-repeat;
	background-position: right;
}

div.blogsitelist img
{
	border: solid 1px #696969;
	float: left;
	margin: 0 1em 1em 0;
}

/* comments */

div.blogsitecomment
{
	border-bottom: dashed 1px #696969;
	margin: 2em 0 2em 2em;
}

div.blogsitecomment p
{
	margin-bottom: 0.4em;
	margin-left: 0;
}

div.blogsitecomment h3
{
	font-size: 1em;
	font-weight: bold;
	padding-left: 1.6em;
	background-image: url(../media/comment.gif);
	background-repeat: no-repeat;
	background-position: left 0.2em;
	margin-left: 0;
}

div.blogsitecomment div.inreplyto
{
	font-size: 0.9em;
	color: #696969;
	margin-left: 1.8em;
}

div.blogsitecomment div.content
{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	margin-left: 1.6em;
}

div.blogsitecomment div.alert
{
	font-size: 0.9em;
	color: #696969;
	text-align: right;
}


/* new articles sidebar */

div.frontarticleslist
{
	border: solid 1px #696969;
	background-color: #696969;
	margin: 0.5em;
	font-size: 0.9em;
	color: #696969;
}

div.frontarticleslist a
{
	color: #696969;
}

div.frontarticleslist h2
{
	font-size: 1em;
	color: White;
	margin: 0.4em;
	padding: 0;
}

div.frontarticleslist div.blogsitelist
{
	background-color: White;
	margin: 0;
	padding: 0.4em;
}

div.frontarticleslist div.blogsitelist h3
{
	margin: 0;
}

div.frontarticleslist div.blogsitelist img
{
	float: left;
	margin: 0.3em 1em 1em 0em;
}

div.last
{
	border-bottom: none;
}

/* new comments sidebar */

div.frontcommentslist
{
	border: solid 1px #696969;
	background-color: #696969;
	margin: 0.5em;
	font-size: 0.9em;
	color: #696969;
}

div.frontcommentslist a
{
	color: #696969;
}

div.frontcommentslist h2
{
	font-size: 1em;
	color: White;
	margin: 0.4em;
	padding: 0;
}

div.frontcommentslist div.blogsitelist
{
	background-color: White;
	margin: 0;
	padding: 0.4em;
}

div.frontcommentslist div.blogsitelist h3
{
	margin: 0;
	padding-left: 1.6em;
	background-image: url(../media/comment.gif);
	background-repeat: no-repeat;
	background-position: left;
}

/* photos  */

div.contactsheet div.frame
{
	background-color: #dedede;
	width: 170px;
	height: 200px;
	border: solid 1px #7f9db9;
	float: left;
	margin: 10px;
	overflow: hidden; 
}

div.contactsheet div.frame div.photo
{
	width: 154px;
	height: 124px;
	text-align: center;
	padding: 8px;
}

div.contactsheet div.frame div.photo img.photo
{
	border: solid 5px white;
	margin: 0;
}

div.contactsheet div.frame div.caption
{
	text-align: center;
	vertical-align: middle;
	font-size: 0.7em;
	overflow: hidden;
}
