@charset 'utf-8';

/*------------------------------------------------------------------------------
	Global
------------------------------------------------------------------------------*/
html, body {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #a8b2bd;
	width: 100%;
	margin: 0px;
	background-color: #294573;
	background-image: url(img/background/stars.jpg);
	background-repeat: repeat;
	background-position: top left;
}

h1 {
	margin: 0px;
	padding: 0px;
}

h6 {
	font-size: 12pt;
	font-weight: normal;
	letter-spacing: 2px;
}

/*------------------------------------------------------------------------------
	layout
------------------------------------------------------------------------------*/
div.img_moon {
	width: 100%;
	height: 142px;
	background-image: url(img/background/moon.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	float: left;
}

div.frame {
	width: 950px;
	margin: 14px 0px 0px 20px;
}

div.header {
	width: 725px;
	height: 70px;
	margin: 12px 0px 0px auto;
	background-color: #496085;
	background-image: url(img/dons_blog_banner.jpg);
	background-position: top left;
	background-repeat: no-repeat;
}

div.content {
	color: #294573;
	width: 705px;
	height: 80%;
	margin: 0px auto 10px auto;
	padding: 10px;
	background-color: #c1c7cb;
	background-image: url(img/background/stain.jpg);
	background-repeat: no-repeat;
	background-position: top right;
	float: right;
}

div.navigation {
	color: #496085;
	width: 196px;
	padding: 2px;
	border: 1px solid #8897aa;
	background-image: url(img/background/gradient.jpg);
	background-position: top left;
	background-repeat: repeat-x;
	background-color: #c1c7cb;
	float: left;
	position: fixed;
}


/*------------------------------------------------------------------------------
	navigation
------------------------------------------------------------------------------*/
div.nav_title {
	color: #c1c7cb;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	color: #c1c7cb;
	background-color: #294573;
	margin: auto;
}

a.nav_categories_title {
	font-size: 8pt;
	font-weight: bold;
	color: #496085;
	text-decoration: none;
	line-height: 18px;
}
a.nav_categories_title:hover {
	color: #8897aa;
}

/*------------------------------------------------------------------------------
	index
------------------------------------------------------------------------------*/
div.title {
	color: #294573;
}

h1.title {
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 0px;
	color: #294573;
}

div.from {
	font-weight: normal;
	font-style: italic;
}

div.date {
	margin-left: 10px;
	margin-right: 10px;
	float: left;
}

div.category {
	color: #697b98;
	float: left;
}

div.text {
	font-size: 9pt;
	margin-top: 5px;
	line-height: 19px;
}

a.title {
	font-size: 12pt;
	font-weight: bold;
	color: #294573;
}
a.title:hover {
	color: #8897aa;
	text-decoration: underline;
}

a.more {
	font-size: 9pt;
	font-weight: bold;
	color: #496085;
	text-decoration: none;
}

a.more:hover {
	color: #8897aa;
}

div.hyperlink {
	border-left: 8px solid #697b98;
	margin-bottom: 3px;
}

a.hyperlink {
	color: #496085;
	text-decoration: none;
	margin-left: 5px;
}
a.hyperlink:hover {
	color: #8897aa;
	text-decoration: underline;
}

div.actions {
	   float: right;
}

a.actions {
	font-style: italic;
	color: #294573;
}

a.actions:hover {
	color: #8897aa;
}


/*------------------------------------------------------------------------------
	topic
------------------------------------------------------------------------------*/
div.topic_spacer {
	width: 100%;
	margin-top: 20px;
	border-bottom: 1px dashed #294573;
}


/*------------------------------------------------------------------------------
	topic - comments
------------------------------------------------------------------------------*/
div.comment_from {
	font-weight: bold;
	float: left;
	padding-right: 5px;
}

div.comment_date {
	margin-left: 5px;
}

div.comment_text {
	padding: 3px;
	border-left: 5px solid #697b98;;
	background-color: #a8b2bd;
	line-height: 17px;
}


/*------------------------------------------------------------------------------
	topic - comments form
------------------------------------------------------------------------------*/
fieldset.comments_form {
	width: 500px;
	margin: auto;
	border-style: none;
}

legend.comments_form {
	font-size: 10pt;
	font-weight: bold;
	letter-spacing: 2px;
	margin-bottom: 10px;
}

form.comments_form {
	font-family: verdana, arial, sans-serif;
	font-size: 7pt;
}

div.comments_form_description {
	width: 63%;
	position: relative;
	top: 3px;
	float: right;
}

div.comments_form_textfield {
	width: 37%;
}

input.comments_form_textfield {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #294573;
	width: 175px;
	border: 1px solid #8897aa;
	background-color: #efefef;
	margin-bottom: 15px;
}

textarea.comments_form_textfield {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	color: #294573;
	width: 450px;
	height: 100px;
	border: 1px solid #8897aa;
	background-color: #efefef;
}

input.comments_form_submit {
	font-family: verdana, arial, sans-serif;
	font-size: 8pt;
	width: 155px;
	background-color: #efefef;
	margin-top: 5px;
}

div.comments_form_dumbass {
	width: 95%;
	position: relative;
	top: 3px;
	float: right;
}

div.comments_form_error {
	font-size: 11px;
	font-style: italic;
	text-align: center;
	color: #cc0000;
	width: 50%;
	margin: 0px auto 10px auto;
	padding: 3px;
	border: 1px solid #8897aa;
	background-color: #efefef;
}


/*------------------------------------------------------------------------------
	bbcodes
------------------------------------------------------------------------------*/
a.bbcode_wiki {
	font-style: italic;
	color: #cc0000;
	text-decoration: underline;
}

a.bbcode_url {
	font-size: 8pt;
	font-style: italic;
	font-weight: bold;
	color: #cc0000;
	text-decoration: none;
}

div.bbcode_quote {
	color: #294573;
	font-size: 8pt;
	font-style: italic;
	border: 1px dotted #8897aa;
	background-color: #efefef;
	width: 645px;
	padding: 5px;
	margin: 0px;
}

