/*
Design by Dra-go webdesign
http://hjosef.net
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F6F6F6 url(images/img01.jpg) repeat-x;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #6B6B6B;
	padding-top:8px;
}

form {
}

input, textarea {
	padding: 2px 5px;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

h1, h2, h3, h4 {
	margin: 0;
}

h2, h3, h4 {
	margin-bottom: 20px;
	padding-bottom: 9px;
	border-bottom: 1px solid #F2F2F2;
	letter-spacing: -0.035em;
	font-weight: normal;
	color: #37404C;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 16px;
	font-weight: bold;
}
h1{
	font-size: 1.2em;
	font-weight: bold;
	color: #1E37B6;
}

h3.box-title{
  margin-bottom: 4px;
	font-size: 1.6em;
	font-weight: bold;
	color: #FFF;
	text-align: center;
		font-family: Arial, Helvetica, sans-serif;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.5em;
	line-height: 170%;
	text-align: justify;
}

ul, ol {
	margin-left: 3em;
}

dl.list1 {
	margin: 0;
	padding: 0;
	list-style: none;
}

dl.list1 dt {
	float: left;
	width: 70px;
}

dl.list1 dd {
	margin-bottom: 10px;
}

dl.list1 a {
	color: #666666;
}

ul.list2 {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

ul.list2 li {
	float: left;
	margin: 0 18px 18px 0;
}

ul.list2 li.nopad {
	margin-right: 0;
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	color: #FF5A00;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.left {
	float: left;
	margin: 5px 20px 0 0;
}

img.right {
	float: right;
	margin: 5px 0 0 20px;
}

/* Wrapper */

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(images/img02.jpg) repeat-y;
}

#wrapper2 {
	background: url(images/img10.jpg) no-repeat left bottom;
}

/* Header */

#header {
width: 770;
	height: 208px;
	background: #087FE7 url(images/header.gif) no-repeat;
}
#menu-logo {
top: 12px;
right: 19px;
position: relative;
z-index: 3;
float:right;
width: 504px;
	height: 60px;
	padding-top:9px;
	background: transparent;
}

/* Logo */

#logo {
/*	float: left;*/
}
/*
#logo h1 {
	margin: 0;
	padding: 90px 0 0 78px;
	text-transform: lowercase;
	letter-spacing: -3px;
	font-size: 40px;
	color: #FFFFFF;
}

#logo h1 a {
	text-decoration: none;
	color: #FFFFFF;
}
*/
/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0;
	padding: 112px 78px 0 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	padding-left: 40px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	background: url(images/img04.jpg) repeat-x;
}

/* Content */

#content {
	float: left;
	width: 400px;
	padding: 0 0 0 26px;
}

.post {
	padding-top: 18px;
}

.post .title {
}

.post .title a {
	text-decoration: bold;
	color: #1E37B6;
}

.post .title a:hover {
	text-decoration: none;
}

.post .entry {
}

.post .meta {
	height: 16px;
	margin: 0;
	padding: 10px;
	background: url(images/img07.jpg) repeat-x left bottom;
	line-height: normal;
}

.post .meta .posted {
	display: block;
	float: left;
}

.post .meta .permalink {
	display: block;
	float: right;
	padding-left: 17px;
	background: url(images/img09.gif) no-repeat left center;
}

.post .meta .comments {
	display: block;
	float: right;
	padding: 0 30px 0 19px;
	background: url(images/img08.gif) no-repeat left center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 186px;
	padding: 18px 32px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 40px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
}

/* Search */

#search {
}

#search br {
	display: none;
}

#search input {
	padding: 1px 5px;
	border-top: 1px solid #BAD300;
	border-left: 1px solid #A9C817;
	border-right: 1px solid #7DAB00;
	border-bottom: 1px solid #578900;
	background: #6E9D00 url(images/img18.gif) repeat-x;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

#search #s {
	width: 130px;
	padding: 2px 5px;
	background: #FFFFFF;
	border: 1px solid #EBEBEB;
	font: bold 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #6B6B6B;
}

/* Widebar */

#widebar {
	margin: 0 50px;
	padding: 25px 28px 0 28px;
	background: #F2F2F2 url(images/img11.gif) repeat-x;
}

#widebar #colA {
	float: left;
	width: 260px;
}

#widebar #colB {
	float: left;
	width: 260px;
	padding-left: 45px;
}

#widebar #colC {
	float: left;
	width: 186px;
	padding-left: 45px;
}

/* Footer */

#footer {
	height: 108px;
	background: url(images/img05.jpg) no-repeat;
}

#footer p {
	margin: 0;
	padding-top: 64px;
	text-align: center;
	color: #8E8E8E;
}

#footer a {
	color: #666666;
}
/*-- SYSTEM --*/
.menu {padding: 0px; margin: 0px; list-style-type: none;}
.menu a {}
.menu a.act {text-decoration: underline;}
.menu a.hs_closed {background-image: url("images/system/hs_open.gif");}
.menu a.hs_opened {background-image: url("images/system/hs_close.gif");}
.menu a.hs_closed, .menu a.hs_opened {padding-right: 16px; background-position: right 55%; background-repeat: no-repeat;}
.menu ul.hs_content {display: none; padding-left: 10px; list-style-type: none; margin-bottom: 8px;}

.box-title {margin: 0px 0px 5px -3px; padding-bottom: 5px; font-size: 16px; border-bottom: 1px solid #dcdedc; color: black;}
.box-item {padding: 1px 0px 12px 4px; margin: 0px;}
.searchform input.q {width: 72px;}

.list-title {margin: 20px 0px 3px 0px;}
.list-title a {font-size: 16px;}
.list-perex {padding: 0px; margin: 0px 0px 3px 0px;}
.list-info {color: gray;}
.list-info span {font-weight: bold;}
.list-info a {text-decoration: none; color: gray;}

.article-perex {font-style: italic; color: gray;}
.article-info {color: gray; padding: 20px 0px 10px 0px;}
.article-info td {padding: 10px; line-height: 24px;}
.article-info a {color: gray; text-decoration: underline;}
.article-info a:hover {text-decoration: none;}

.poll {border: 1px solid #dcdcdc;}
.poll-content {padding: 5px;}
.poll-question {text-align: center; padding-bottom: 5px;}
.poll-question div {color: #a4a4a4; font-size: 9px;}
.poll-answer {border-top: 1px solid #dcdcdc; padding: 5px 0px 5px 0px;}
.poll-answer input {padding: 0px; margin: 0px;}
.poll-answer div {background-image: url("images/system/votebar.gif"); background-repeat: repeat-x; height: 11px; margin: 4px 2px 2px 0px;}

.posts-comments, .posts-book {border-top: 1px solid #dcdcdc;}
.posts-comments {margin-top: 32px; padding-top: 5px;} .posts-book {padding-top: 12px;}
.posts h2 {margin-bottom: 10px;}
.posts-form {padding-bottom: 10px;}
.posts-form-buttons {padding-left: 16px;}
.posts-form-buttons img {vertical-align: middle;}
.post-head {margin-top: 20px;}
.post-author {font-weight: bold;}
.post-author-guest {font-weight: bold; color: #a03800;}
.post-subject {font-weight: bold;}
.post-info {color: gray;}
.post-actions a {font-size: 10px; text-decoration: none; padding-left: 4px;}
.post-body {padding: 0px; margin: 0px;}
.post-smiley {vertical-align: middle;}
.post-answer {padding-left: 6px; margin-left: 20px; background-image: url("images/img8.gif"); background-repeat: repeat-y; background-position: left top;}
.post-answer .post-info {font-size: 10px;}
.post-answer .post-head {margin-top: 15px;}

.gallery td {overflow: hidden;}
.gallery img {margin: 3px;}

.messages-menu a {padding: 0px 6px 0px 6px; text-decoration: none; border-right: 1px solid #dcdcdc;}
.messages-menu a.active {font-weight: bold;}
.messages-table {width: 580px; border: 1px solid #dcdcdc;}
.messages-table td {padding: 5px 15px 5px 15px;}
.messages-table a {text-decoration: none;}
.messages-table a.notreaded {font-weight: bold;}

.widetable {width: 580px; border: 1px solid #dcdcdc;}
.widetable td {width: 50%; padding: 5px 15px 5px 15px;}

.profiletable td {padding: 3px 10px 3px 10px;}
.profiletable .avatartd {padding: 5px;}
.profiletable .note {padding: 8px 5px 5px 8px; width: 268px; height: 128px; overflow: auto;}
.profiletable .posts-form-buttons {padding-left: 0px;}
.avatar {width: 96px; height: 128px; border: 1px solid #000000; overflow: hidden;}

.areasmall {width: 322px; height: 100px;}
.areamedium {width: 468px; height: 150px;}
.inputsmall {width: 177px;}
.inputmedium {width: 322px;}
.inputc {width: 104px;}

.paging {padding: 6px 0px 3px 1px;}
.paging span a {padding: 0px 2px 0px 2px; text-decoration: none;}
.paging a.act {text-decoration: underline;}

.message1, .message2, .message3 {margin: 5px 0px 20px 0px; padding: 13px 5px 13px 48px; font-weight: bold; background-color: #ffffff; background-position: 5px 5px; background-repeat: no-repeat;}
.message1 {background-image: url("images/icons/info.gif");}
.message2 {background-image: url("images/icons/warning.gif");}
.message3 {background-image: url("images/icons/error.gif");}

.hr {height: 10px; background-image: url("images/system/hr.gif"); background-position: left center; background-repeat: repeat-x;}
.hr hr {display: none;}

.pre {font-family: monospace; width: 90%; padding: 5px; margin: 5px; border: 1px solid #dcdcdc; background-color: #feffeb; overflow: scroll; white-space: pre; display: block;}
.bborder {padding-bottom: 8px; margin-bottom: 12px; border-bottom: 1px solid #dcdcdc;}
.backlink {display: block; font-weight: bold; padding-bottom: 15px;}
.hint {color: gray; font-size: 10px; padding: 0px 4px 0px 4px;}
.cimage {width: 68px; height: 22px; vertical-align: top;}
.icon {vertical-align: middle; margin-top: -1px;}
.minip {padding: 0px; margin: 0px 0px 4px 0px;}
.rpad {padding-right: 10px;}
.lpad {padding-left: 10px;}
.inline {display: inline;}
.hidden {display: none;}
.cleaner {clear: both;}
.forced {color: red;}
