﻿/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
}
#header {
	width:1024px;
	height:116px;
	margin-left:50px;
	background:url(images/header_1.jpg) no-repeat;
}
body {
	background: #FFF url(images/back_img.jpg) repeat-y;
}
#main {
	width: 643px;
	margin-left: 177px;
	padding:5px 15px 5px 15px;
	font-family:sylfaen, "Arial AM";
	font-size:.8em;
}
#nav {
	width: 127px;
	height:300px;
	margin-left: 25px;
	float: left;
	background:url(images/nav_back_l.jpg) no-repeat;
}
#nav ul {
	display:block;
	margin: 0;
	padding: 0;
}
#nav ul li {
	display:block;
	list-style: none;
	text-align: left;
	width:133px;
	margin: 0px;
	padding:0px;
	line-height:20px;
}
#nav ul li.top {
	margin-top:25px;
	padding:0px;
	line-height:20px;
}
#nav ul li a {
	text-decoration: none;
	margin:0;
	display: block;
	background-color:#510000;
	font-size: .75em;
	color: #FFF;
	border-bottom: #b6b48d solid 2px;
	border-right:5px solid #b6b48d;
	padding-left:8px;
}
#nav ul li a.curent {
	background-color:#d1dbe3;
	color:#2f0000;
}
#nav ul li a:hover, #nav ul li a:active {
	color: #2f0000;
}
#nav ul li a:hover {
	background-color: #e3dfaf;
}
p.footer {
	margin:100px 10px 5px 10px;
}
div#cols {
	width:740px;
}
div#content {
	width:500px;
	margin-left:30px;
	border-bottom:1px solid #ccc;
}
div#content_inside {
	width:700px;
	margin-left:30px;
	border-bottom:1px solid #ccc;
}
div#content_inside img {
	float:left;
	margin-right:10px;
}
div#content_inside p {
	text-align:left;
}
div#content2 {
	width:500px;
	margin-left:30px;
	border-bottom:1px solid #ccc;
	background-color:#f7f7f7;
}
div#content p img, div#content2 p img {
	float:left;
	margin:5px 10px 5px 0px;
	border:1px solid #ccc;
}
div#content p img.larg, div#content2 p img.larg {
	float:right;
	margin:10px 0px 0px 10px;
}
div#content p {
	margin:5px 10px 5px 5px;
	text-align:left;
border-bottom::1px solid #CCC;
}
div#content h1, div#content2 h1 {
	padding:5px;
	color:#4c0002;
	font-size:15px;
	border-top:1px solid #CCC;
}
div#content a {
	text-decoration:none;
	color:#4c0002;
}
div#content a:hover {
	text-decoration:underline;
	color:#4c0002;
}
div#lang {
	width:700px;
	margin-left:30px;
	margin-top:30px;
	margin-bottom:10px;
	border-bottom:1px solid #ccc;
	text-align:right;
	background:#f7f7f7;
	padding:5px;
}
div#lang a:link, div#lang a:visited {
	font: 12px tahoma;
	color:#666;
	text-decoration:none;
	padding:5px;
}
div#lang a:hover {
	font: 12px tahoma;
	color:#fff;
	text-decoration:none;
	background:#800001;
	padding:5px;
}
div#footer {
	width:700px;
	clear:both;
	margin-left:30px;
	margin-top:30px;
	border-top:1px solid #817d58;
	background:#b6b48d;
	padding:2px 2px 2px 5px;
	font-family:verdana;
	font-size:10px;
}
div#sidebar {
	width:180px;
	float:right;
	background-color:#f7f7f7;
	padding:5px;
}/* the following properties IE 6 and lower will ignorebecause they come last, FF and other compliant browsers will override the above with these */
body > div#nav {
	width: 127px;
	height:273px;
	margin-left: 50px;
	float: left;
	background:url(images/nav_back_l.jpg) no-repeat;
}/* and back to properties that IE knows */
h1, h2, h3 {
	margin-top: 0px;
	margin-bottom: 0px;
}
a {
	text-decoration:none;
}
.biography {
	background-image:url(images/user.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:17px;
}
.print {
	background-image:url(images/print.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:17px;
}
.send {
	background-image:url(images/email.gif);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:17px;
}
/* COMMENTS */
.comments {
	position: static;
	overflow: hidden;
	clear: both;
	width: 100%;
	margin-bottom: 20px;
}
.comment-content, .comments-open-content, .comments-closed {
	clear: both;
	margin: 5px 10px;
}
.comment-footer, .comments-open-footer {
	clear: both;
	margin: 5px 10px 20px 10px;
}
.comments-open label {
	display: block;
}
#comment-author, #comment-email, #comment-url, #comment-text {
	width: 240px;
}
#comment-bake-cookie {
	margin-left: 0;
	vertical-align: middle;
}
#comment-post {
	font-weight: bold;
}
.comments-header, .comments-open-header {	/* ie win (5, 5.5, 6) bugfix */
	p\osition: relative;
	width: 100%;
	w\idth: auto;
	margin: 0;
	border-left: 5px solid #510000;
	padding: 5px;
	color: #fff;
	background: #b6b48d;
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
}
.comment-footer {
	font-size: 11px;
}
.commenter-profile img {
	vertical-align: middle;
}
.clear { clear:both;}
