/* Resetting styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
ul, li {
	list-style: none;
}

/* Body and Container */
body {
	background: #34383B url(../images/bg.jpg) left top repeat;
	color: #34383B;
	text-align: center;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#container {
	margin: 10px auto;
	width: 950px;
	text-align: left;
}

/* Buttons */
.btn {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 3px 0;
	border-width: 0;
	overflow: visible;
	color: #B6B7B3 !important;
	font-family: 'lucida grande', tahoma, verdana, arial, sans-serif;
	font-size: 12px;
	line-height: normal !important;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 -1px 1px #000;
}
* html button.btn {
	padding-bottom: 1px;
}
html:not([lang*=""]) button.btn {
	margin: 0 -3px;
}
.btn span {
	background-color: #34383B;
	margin: 0;
	padding: 3px 0;
	border-left: 1px solid #34383B;
	border-right: 1px solid #000;
}
* html .btn span {
	padding-top: 0;
	background-position: 0 1px;
}
*:first-child+html .btn span { /* IE7 hack */
	background-position: 0 1px;
}
.btn span span {
	position: relative;
	padding: 3px 10px;
	border-width: 0;
	border-top: 1px solid #34383B;
	border-bottom: 1px solid #000;
}
.btn:hover span, .btn:hover span span, .btn:focus span, .btn:focus span span {
	cursor: pointer;
}
.btn:active span {
	outline: none;
}
.btn:focus, .btn:active {
	outline:none;
}

/* Header */
#header {
	padding: 10px;
	background: #691918 url(../images/beta.png) right top no-repeat;
}

/* Menu */
#menu {
	height: 20px;
	margin-bottom: 20px;
	line-height: 20px;
	font-size: 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
#menu ul {
	float: left;
	width: 100%;
}
#menu li {
	float: right;
}
#menu li a {
	float: left;
	margin-left: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #691918;
	background-color: #691918;
	color: #B6B7B3;
	text-decoration: none;
}
#menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
#menu li.current a, #menu li.current a:hover {
	border-bottom: 1px solid #FFF;
	color: #FFF;
}

/* Main */
#main {
	clear: both;
}

/* Boxes titles */
div.title {
	margin-bottom: 1px;
	padding: 4px 15px;
	background-color: #691918;
	color: #FFF;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 2px;
}
div.title a, div.title a:hover {
	background: url(../images/rss.png) center center no-repeat;
	color: #FFF;
	text-decoration: none;
}

/* Searching */
#searchbar {
	margin-bottom: 1px;
	padding: 3px 20px;
	background-color: #34383B;
	text-align: right;
}
#searchbar a {
	color: #691918;
	text-decoration: none;
}
#searchbar a:hover {
	text-decoration: underline;
}
#searchnews input {
	vertical-align: middle;
	width: 150px;
	border: none;
	padding: 2px;
	color: #34383B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
}
#searchnews input.img {
	width: 18px;
	height: 18px;
	padding: 0;
}
p.searchresult {
	padding-bottom: 20px;
	text-align: center;
}
span.searchstr {
	font-style: italic;
	font-weight: bold;
}

/* News */
#news {
	padding: 10px;
	background-color: #B6B7B3;
	text-align: justify;
}
h2 {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}
h2 a {
	color: #34383B !important;
}
div.newsbody {
	padding: 10px 30px 10px;
	font-size: 12px;
	font-weight: normal;
}
#news a, #lastnews a {
	color: #691918;
	text-decoration: none;
}
#news a:hover, #lastnews a:hover {
	text-decoration: underline;
}
div.newstime {
	padding: 5px;
	margin-bottom: 10px;
	border-right: 1px solid #34383B;
	border-bottom: 1px solid #34383B;
	color: #34383B;
	font-size: 10px;
	font-weight: normal;
	text-align: right;
}
#pager {
	padding: 0 0 10px;
	text-align: center;
	font-size: 10px;
}
#pager a {
	color: #691918;
	text-decoration: none;
}
#pager a:hover {
	text-decoration: underline;
}

/* Newsbody elements formatting */
div.newsbody strong {
	font-weight: bold;
}
div.newsbody em {
	font-style: italic;
}
div.newsbody del {
	text-decoration: line-through;
}
div.newsbody ul {
	padding: 5px 0 5px 15px;
}
div.newsbody li {
	margin-bottom: 2px;
	list-style: square;
}
div.newsbody blockquote {
	margin: 10px 0;
	padding: 15px 15px 15px 49px;
	background: #34383B url(../images/quote.png) 10px 8px no-repeat;
	color: #B6B7B3;
}
div.newsbody blockquote a {
	color: #FFF !important;
	text-decoration: underline !important;
}
div.newsbody img {
	border: 1px solid #34383B;
}

/* Video & Flickr */
#bottom {
	width: 100%;
	margin-top: 10px;
}
.bottomwrapper {
	height: 375px;
	background-color: #B6B7B3;
}

#bottomleft {
	float: left;
	width: 470px;
}
#videomonth {
	padding: 10px;
	text-align: center;
}
#videomonth a {
	display: block;
	color: #691918;
	text-decoration: none;
}
#videomonth a:hover {
	text-decoration: underline;
}

#bottomright {
	margin-left: 480px;
}
#flickr {
	padding: 10px;
	text-align: center;
}
.loading {
	background: url(../images/loading.gif) center center no-repeat;
}
#flickr img.pic {
	height: 75px;
	width: 75px;
	margin-bottom: 5px;
	background: url(../images/loading.gif) center center no-repeat;
	border: 1px solid #34383B;
}
.wrmargin {
	margin-right: 10px;
}
#gallery {
	display: none;
	text-align: center;
	font-size: 10px;
}
#gallery a {
	color: #691918;
	text-decoration: none;
}
#gallery a:hover {
	text-decoration: underline;
}

/* Footer */
#footer {
	clear: both;
	height: 30px;
	margin: 20px 0;
	background-color: #34383B;
	color: #B6B7B3;
	line-height: 30px;
	text-align: center;
	font-size: 10px;
	letter-spacing: 2px;
}
#footer a {
	color: #FFF;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.white {
	color: #FFF;
}

/* Contacts */
#contacts {
	display: none;
}
#sendEmail label {
	display: block;
}
#sendEmail label, #sendEmail input, #sendEmail textarea {
	width: 298px;
	margin-top: 5px;
	color: #34383B;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}
#sendEmail input, #sendEmail textarea {
	border: 1px solid #A6A7A3;
	padding: 1px;
}
#sending {
	margin-top: 10px;
	text-align: center;
	font-weight: bold;
}
.error {
	display: block;
	color: #691918;
	text-align: center;
}
.sendbtn {
	text-align: right;
}

/* Links */
.linkcategory {
	margin-bottom: 1px;
	padding: 4px 15px;
	background-color: #34383B;
	color: #B6B7B3;
	font-size: 14px;
	font-weight: bold;
}
.links {
	margin-bottom: 1px;
	padding: 10px 15px;
	background-color: #B6B7B3;
}
.links table {
	width: 100%;
}
.links td {
	padding: 5px;
}
.links a {
	color: #691918;
	text-decoration: none;
}
.links a:hover {
	text-decoration: underline;
}

/*
 * it dates palette
 * bg: #5F6C75
 * fg: #D2D3CD
 */