* { margin: 0; padding: 0; }

html
{
	color: #999999;
	background-color: #000; /*#2f2a3e;*/
	font: normal 14px Book Antigua;
}

/* Links */

a { text-decoration: none; font-weight: bold; border-bottom: 1px dotted #333333; }

a:link { color: #2f2a3e; border-bottom-color: #2f2a3e; } 

a:visited { color: #51476a; border-bottom-color: #51476a; }

a:hover, a:active { color: #000000; border-bottom-color: #000000; border-bottom-style: solid; }

a.offsite { padding-right: 15px; background: transparent url(../images/offsite.gif) right center no-repeat; }

/* Forms */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select.text {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text {width:390px;padding:2px 5px;}
input.title {width:390px;padding:5px;font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}
select.text {width:402px;}
.embed + img { position: relative; left: -21px; top: -1px; }

/* Messages */
#messages {width: 500px;margin:0 auto;}
.error, .warning, .success, .message, .successmessage {padding:.8em;margin-bottom:1em;border:1.5px solid;}
.error {background:#FFBABA;color:#D8000C;}
.warning {background:#FEEFB3;color:#9F6000;}
.success {background:#DFF2BF;color:#4F8A10;}
.successmessage, .message {background:#BDE5F8;color:#00529B;}
.error a, .error a:hover {color:#8a1f11;}
.warning a, .warning a:hover {color:#514721;}
.success a, .success a:hover {color:#264409;}
.successmessage a, .successmessage a:hover, .message a, .message a:hover {color:#00326B;}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; line-height: 1.2em; }

h1 { font-size: 32px; color: #8A080A; }

h2 { font-size: 28px; font-style: italic; margin: 20px 0; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: normal; border-bottom-width: 0; }

/* Lists */

ul, ol
{
	margin: 1em 0;
	line-height: 1.8em;
}

ol li { margin-left: 2.5em; }

ul { padding-left: 2em; list-style-type: square; }

/* ../images */

.drop-shadow
{
	float: left;
/*	position: relative;*/
	margin: 10px 3px 0 5px !important; 
/*	background: transparent url(../images/drop_shadow.png) bottom right no-repeat !important;*/
/*	background: transparent url(../images/drop_shadow_ie.gif) bottom right no-repeat;*/
	min-width: 280px;

}

.drop-shadow img
{
	padding: 4px;
	display: block;
	position: relative;
	margin: -6px 6px 6px -6px;
	background-color: #ffffff;
	border: 1px solid #a9a9a9;
}
.drop-shadow-wrap {
width: 385px;
height: 220px;
overflow: auto;
}
.drop-shadow p, .drop-shadow h4
{
/*	right: 11px;*/
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
/*	position: absolute; */
	background-color: #2e333b;
/*	border-top: 1px solid #111111;*/
}
.drop-shadow ul {
/*	right: 11px;*/
	bottom: 0px;
	color: #eeeeee;
	padding: 5px 10px;
/*	position: absolute; */
	background-color: #2e333b;
/*	border-top: 1px solid #111111;*/
padding-left: 2em;
list-style-type: square;
margin: 0;
width: 250px;
}
.drop-shadow a { 
text-decoration: none;
border-bottom: 1px dotted #eee;
color: #eee;
}

.drop-shadow a:hover { border-bottom-style: solid; }

/* Other Html Elements */

blockquote
{
	clear: both;
	padding: 1em;
	margin: 2em 3em;
	font-size: 0.9em;
	line-height: 1.7em;
	background-color: #eeeeee;
	border: 1px solid #a9a9a9;
}

code { font-family: Consolas, Monaco, Verdana, "Courier New"; font-size: .93em; }

abbr, acronym, cite { border-bottom: 1px dotted #333333; cursor: help; }

ins { font-weight: bold; text-decoration: none; }

hr { clear: both; height: 1px; visibility: hidden; }

/* Structure */

body { background-color: #d0d9fb; /*#c1bdcc*/; color: #000; /*#2f2a3e;*/ }

#header
{
	width: 100%; 
	background-color: #000000;
	border-top: 10px solid #BFBFBB; /*#31274c;*/
}

#navigation
{
	width: 100%; 
	float: left;
	clear: both;
	background-color: #8a080a; /*51476a;*/
}

#tag
{
	clear: both;
	color: #000; /*#d5cceb;*/
	background-color: #BFBFBB; /*#73698c;*/
margin:0 auto;
padding:10px;
/*width:950px;*/
}
#tag h1 {
	text-align: center;
}
#tag h2 {
	margin-left: 300px;
}
#news {
	width: 900px;
clear: both;
margin:0 auto;
padding:5px;
line-height: 20px;
}

#news p + p, #post p + p {
	margin-top: 6px;
}

hr.line {
	margin: 25px auto;
	/*border: solid 1px #000;*/
	height: 1px;
	width: 75%;
	color: #8A080A;
	visibility: visible;
}

.img {
	float: left;
	padding: 15px 15px 35px 0;
	/*width: 300px;*/
}

.post, .book {
	margin-bottom: 16px;
	padding-bottom: 16px;
	/*border-bottom: 1px solid black;*/
}

.book h4 a {
	color: #8A080A;
	font-style: italic;
}

.news {
	padding: 5px;
	font-weight: bold;
	font-size: 14px;
	font-style: italic;
}

#content
{
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 25px 0; 
	background-color: #d0d9fb; /*#c1bdcc;*/
}
#content h3 a {
	color: #8A080A;
	font-style: italic;
text-decoration: none;
}

#footer { 
color: #fff; /*#999999;*/
clear: both; background-color: #8A080A; /*#2f2a3e;*/
padding: 8px 0;
text-align: center;	
}

/* Header */

#header h1
{
	width: 850px; 
	height: 175px;
	margin: 0 auto;
	background: #000000 url(../images/header.jpg) top left no-repeat;
}

#header h1 a
{
	height: 100px;
	display: block;
	text-indent: -9999px;
}

/* Navigation */

#navigation ul { list-style-type: none; margin: 0 auto; padding: 0; width: 850px; }

#navigation li { float: left; }

#navigation a, #navigation p
{
	float: left;
	display: block;
	color: #fff; /*#c5c5c5;*/
	padding: 5px 8px;
	margin-top: 10px;
	border-bottom-width: 0;
}

#navigation li.active a
{
	color: #000; /*#ffffff;*/
	background-color: #bfbfbb; /*#73698c;*/
}

#navigation a:hover, #navigation a:active { color: #fff; /*#eeeeee;*/ background-color: #9b9b98; /*#645a7d;*/ }

/* About */

#tag dl { margin: 0 auto; width: 850px; padding: 20px 0; }

#tag dt { padding: 10px 0; }

#tag dd { padding: 5px 0; margin-left: 25px; }

#tag dt strong { color: #1c1927; }

#tag dt em { padding: 0 2px; }

#tag dd a { margin-left: 25px; }

#tag a cite { border-bottom-width: 0; }

/* Content */

#content .drop-shadow p { bottom: 11px; }

/* Footer */

#footer p { margin: 0 auto; width: 850px; padding: 5px 0; }

#footer a { color: #fff; /*#776d91;*/ border-bottom-color: #fff; /*#776d91;*/ }

#footer a:hover, #footer a:active { color: #fff; /*#968ab3*/; border-bottom-color: #fff; /*#968ab3;*/ }
#footer p.copyright {
margin: 0 auto;
font-size: 9px;
font-style: italic;
}
