@charset "utf-8";
/* GENERAL STANDARD HTML */
* {
	margin: 0;
	padding: 0;
}
html {
	text-align:	center;
}
body {
	font: 85% Arial, Helvetica, sans-serif;
	margin: 0 auto;
	background: #013A17 url(../i/bgr.png) repeat-x;
	text-align: center;
	color: #000000;
}
h1, h2, h3, h4, h5 {
	margin-top: 6px;
	margin-bottom: 6px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2F2F2F;
}
h3 { 
	font: italic 1.5em Georgia, Cambria, Times, serif;
	line-height: 1.5em;
	margin-bottom: 0;
	font-weight: normal;
}
img {
	border: 0;
}
acronym, abbr {
	border-bottom: 1px dashed;
	cursor: help;
}
a, a:link, a:visited {
	color: #005531;
}
a:hover {
	color: #008049;
}
small {
	font-size: 0.8em;
}

/* GENERAL CUSTOM STUFF */
.small {
	font-size: 0.8em;
}
legend.invisible {
	display: none;
}
fieldset.invisible {
	border: 0;
	margin: 0;
	padding: 0;
}
.left {
	float: left;
	width: 430px;
	clear: left;
}
.right {
	float: right;
	width: 430px;
	clear: right;
}
.imgleft {
	float: left;
	padding: 6px 14px 14px 0;
}
.imgright {
	float: right;
	margin: 6px 0 14px 14px;
}
.warning, .success {
	display: block;
	margin-top: 6px;
	margin-bottom: 12px;
	padding-top: 5px;
	padding-bottom: 7px;
	padding-left: 40px;
	font-weight: bold;
	font-size: 0.9em;
}
.warning {
	background: #FFFFDF url(../i/ico-warning.png) no-repeat 10px 7px;
	color: #C16A00;
	border-bottom: 1px dotted #C16A00;
}
.success {
	background-color: #F4FFF4;
	background-image: url(../i/ico-success.png);
	background-repeat: no-repeat;
	background-position: 10px 7px;
	color: #006600;
	border-bottom: 1px dotted #006600;
}
.inputnormal {
	padding: 2px;
	background: #F5F5F5;
	border: 1px solid #999999;
	margin-left: 3em;
}
.inputnormalbutton {
	padding: 0 4px 0 4px;
	float: right;
}
.inputnormalother {
	margin-left: 3em;
}
.inputnormal:focus {
	background: #FFFFFF;
}

/* LAYOUT */
#supercontainer {
	background: url(../i/page-bgr.jpg) top center no-repeat;	
	width: 100%;
	height: 187px;
}
#container {
	margin: 0 auto;
	width: 70%;
	width: 903px;
	text-align: left;
}
#header {
	width: 903px;
}
#logo {
	float: left;
	background: url(../i/header-logo.gif) no-repeat;
	width: 504px;
	height: 58px;
	margin-top: 15px;
	padding-bottom: 24px;
}
#logo a {
	width: 504px;
	height: 58px;
	outline: none;
	float: left;
	position: overlay;
}
#logo h2 {
	margin: 0;
	padding: 0;
	text-indent: -8888px;
}
#additional ul {
	width: 122px;
	float: right;
}
#additional ul, #additional li {
	padding: 0;
	list-style-type: none;
}
#additional li {
	float: left;
	display: inline-block;
}
#additional li a, #additional li b {
	height: 21px;
	outline: none;
	float: left;
	display: inline-block;
	text-indent: -8888px;
}
#additional a.home {
	background: url(../i/add-home.gif) no-repeat;
	width: 42px;
}
#additional a.search {
	background: url(../i/add-search.gif) no-repeat;
	width: 35px;
}
#additional a.feedback {
	background: url(../i/add-feedback.gif) no-repeat;
	width: 45px;
}
#additional b.home {
	background: url(../i/add-home-on.gif) no-repeat;
	width: 42px;
}
#additional b.search {
	background: url(../i/add-search-on.gif) no-repeat;
	width: 35px;
}
#additional b.feedback {
	background: url(../i/add-feedback-on.gif) no-repeat;
	width: 45px;
}
#menu {
	height: 60px;
	width: 903px;
	float: left;
	background: url(../i/page-header.gif) no-repeat;
	padding-left: 5px;
}
#menu ul, #menu li {
	display: inline;
	list-style-type: none;
}
#menu li {
	color: #474747;
	margin: 0 1.2em 0 0;
	font-size: 1.05em;
	display: inline-block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-shadow: 0 1px 0 #FFF;
	padding-top: 18px;
	padding-right: 10px;
	padding-bottom: 24px;
	padding-left: 11px;
	outline-style: none;
	text-decoration: none;
}
#menu li a {
	color: #666666;
	outline-style: none;
	text-decoration: none;
	padding-top: 20px;
	padding-bottom: 24px;
}
#menu li b {
	background: url(../i/menu-current.gif) bottom center no-repeat;
	padding-top: 20px;
	padding-bottom: 24px;
}
#menu li a.half {
	background: url(../i/menu-current.gif) bottom center no-repeat;
}
#menu li a:hover {
	color: #474747;
}
#page {
	width: 897px;
	float: left;
	background: #F8F8F8;
	border-right: #FFF 3px solid;
	border-left: #FFF 3px solid;
}
#pagetitle {
	margin-left: 12px;
	width: 869px;
	font-size: 2.2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0px;
	float: left;
	display: inline; /* IE must die */
}
#breadcrumbs {
	width: 869px;
	float: left;
	color: #999999;
	margin: 0px 12px 8px 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	display: inline; /* IE6 must die */
}
#breadcrumbs a {
	color: #999999;
}
#breadcrumbs a:hover {
	color: #008049;
}
#options {
	width: 50px;
	float: right;
	padding-right: 12px;
	text-align: right;
}
#options small {
	color: #999999;
	text-decoration: none;
	border-bottom: 1px dotted #999999;
	display: inline-block;
	line-height: 1em;
	padding-top: 2px;
	cursor: pointer;
}
#options small:hover {
	color: #008049;
	border-bottom: 1px dotted #008049;
}
#sortedby {
	background-color: #FFFFDF;
	padding-left: 14px;
	padding-top: 7px;
	padding-bottom: 8px;
	font-size: 0.8em;
}
#tabs {
	font-size: 0.8em;
	float: right;
	position: relative;
	top: -1px;
}
#tabs .index {
	border-top: 1px solid #C1C1C1;
	background-color: #E7E9E9;
}
#tabs b, #tabs a {
	display: inline-block;
	padding: 0px 7px 2px 7px;
	height: 22px;
	line-height: 22px;
}
#tabs a:hover {
	background-color: #E7E9E9;
}
#tabs b {
	background-color: #0D5A2E;
	color: #FFFFFF;
	border-top: 1px solid #013A17;
}
#tabs li, #tabs ul {
	display: inline;
	list-style-type: none;
}
#manager {
	float: right;
	display: inline-block;
	text-indent: -8888px;
	width: 14px;
	height: 14px;	
	background: url(../i/ico-login.png) center no-repeat;
	outline-style: none;	
}
#footer {
	width: 903px;
	height: 26px;
	padding-top: 18px;
	float: left;
	text-align: center;
	color: #008049;
	background: url(../i/page-footer.gif) top no-repeat;
	font-size: 0.7em;
}
#footer small {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: 1.5em;
}
#footer a {
	color: #008049;
}
#footer a:hover {
	color: #FFFFFF;
}

/* CONTENT */
#content, #comments, #commentsform {
	padding-right: 12px;
	padding-left: 12px;
	width: 869px;
	float: left;
	line-height: 1.5em;
	font-size: 1em;
}
#content p, #comments p {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}
#content img {	
	border: 1px solid #000000;
}
ul, ol {
	display: block;
	margin-left: 2.2em;
	line-height: 1.5em;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style-position: inside;
}
#content ul ul, #content ul ol, #content ol ul, #content ol ol, #comments ul ul, #comments ul ol, #comments ol ul, #comments ol ol {
	padding-top: 0;
	padding-bottom: 0;
}
#content table {
	border-collapse: collapse;
	margin-bottom: 1em;
}
#content table td, #content table th { 
	padding: 6px;
	border-top: 1px solid #C1C1C1;
}
#content table td+td {
	border-left: 1px solid #C1C1C1;
}
#content a.vkontakte {
	background: transparent url(../i/vkontakte.gif) no-repeat scroll left center !important;
	padding-bottom: 2px;
	padding-left: 17px !important;
}
#content a.fotki {
	background: transparent url(../i/fotki.gif) no-repeat scroll left center !important;
	padding-bottom: 2px;
	padding-left: 17px !important;
}

/* NEWS */
.newsbody {
	padding: 4px 12px 12px 12px;
}
.newsbody h2 {
	font: italic 1.5em Georgia, Cambria, Times, serif;
	margin-bottom: 4px;
	padding-bottom: 0;
}
.newsbody h2 a {
	color: #2F2F2F;
}
.newsbody h2 a:hover {
	color: #008049;
}
.newsbody h3 { 
	font: bold 1.3em Arial, Helvetica, sans-serif;	
}
.author {
	display: block;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}
.date {
	line-height: 1em;
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	margin-right: 1em;
}
.divider {
	background: #F8F8F8 url(../i/hr.gif) no-repeat scroll center;
	display: block;
	height: 14px;
	margin-top: 1em;
	margin-bottom: 1.3em;
	clear: both;
}
.newsbody .divider {
	margin-right: 12px;
}
small.tags {
	background: url(../i/ico-tag-small.png) no-repeat left center;
	padding-left: 14px;
	display: block;
	clear: left;
}
small.comments {
	background: url(../i/ico-comment-small.png) no-repeat left center;
	padding-left: 14px;
	display: block;
	clear: left;	
}
.pagination {
	width: 100%;
	text-align: center;
	color: #000;
	font-size: 0.8em;
	line-height: 1.5em;
}
.pagination span {
	display: inline-block;
}
.pagination .numbers {
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.pagination .numbers .cur {
	color: #FFFFFF;
	background-color: #0D5A2E;
	padding: 3px 6px 4px 6px;
}
.pagination .numbers a {
	background-color: #F8F8F8;
	padding: 3px 6px 4px 6px;
	text-decoration: none;
}
.pagination .numbers a:hover {
	background-color: #E7E9E9;
}
.prevnext {
	width: 100%;
	text-align: center;
	font-size: 0.8em;
}
.prevnext span {
	display: inline-block;
}
.prevnext .index a {
	display: inline-block;
	padding: 3px 6px 4px 6px;
	line-height: 1.5em;
	background-color: #E7E9E9;
	margin-left: 0.5em;
	margin-right: 0.5em;
}
.tagcloud {
	width: 650px;
	line-height: 2.5em;
	text-align: justify;
}
.home .tagcloud {
	line-height: 2em;
	font-size: 0.8em;
	text-align: justify;
}
.s1 {
	font-size: 0.8em;
}
.s2 {
	font-size: 1.2em;
}
.s3 {
	font-size: 1.5em;
}
.s4 {
	font-size: 1.8em;
}
.s5 {
	font-size: 2.1em;
}

/* HOME */
#home {
	margin-top: 1.5em;
}
#home #welcome {
	background: url(../../../images/welcome.jpg) no-repeat scroll center;
	width: 897px;
	height: 163px;
	position: relative;
	left: -12px;
}
#home #welcome h2 {
	margin: 0;
	padding: 0;
	text-indent: -8888px;
}
#home div {
	vertical-align: top;
}
#home h3 {
	margin-bottom: 0;
	padding-bottom: 0;
	font-family: Georgia, Cambria, Times, serif;
	font-size: 1.5em;
	font-weight: normal;
	font-style: italic;
}
#home h3 a {
	color: #2F2F2F;
	text-decoration: underline;
}
#home h3 a:hover {
	color: #008049;
}
#home li, #home ul, #newslist li, #newslist ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
#home li, #newslist li {
	padding-top: 0.3em;
	padding-bottom: 0.3em;
	border-bottom: 1px solid #CCC;
	list-style-position: outside; /* IE bitched, so had to add it */
}
.rss { 
	display: inline-block;
	width: 16px;
	height: 22px;
	background: url(../i/ico-rss.png) no-repeat right top;
	text-indent: -8888px;
	outline: none;
	vertical-align: bottom;	
}

/* COMMENTS */
#comments .moderation {
	font-size: 0.8em;
}
#commentsform { 
	margin-top: 2em;
}
#commentsform .buttons {
	float: right;
	font-size: 0.9em;
}
#commentsform .row {
	width: 100%;
	clear: both;
	margin-bottom: 10px;
}
#commentsform .lcol {
	display: inline-block;
	float: left; 
	width: 198px; 	
}
#commentsform .rcol {
	display: inline-block;
	border-left: 1px solid #CCC;
	padding-left: 20px;
}
#commentsform input, #commentsform textarea, #comments input, #comments textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	padding: 2px;
}