@import url('null.css');

/*

		@GENERAL

*/

.cleaner {
	clear: both;
}

.alt {
   display: none;	
}

a {
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p.ok-msg, p.error-msg {
	font-weight: bold;
}

p.ok-msg {
	color: green;
}

p.error-msg {
	color: red;
}

/*

		@MAIN

*/

body {   
	font-size: 70%;
	font-family: Tahoma;
	text-align: center;
	background: #fbfcfb url(../img/body-bg.gif) left 173px repeat-x;
	color: #163b58;
}

div#container {
	width: 100%;
	min-height: 100%;
	_height: 100%;
	background: url(../img/container-bg.png) center top fixed repeat-y;
	position: relative;
}

#container div#page {
	width: 1000px;
	margin: 0 auto;
	height: auto;
	padding-bottom: 40px;
	_padding-bottom: 0;
	text-align: left;
	position: relative;
}

/*

		@HEADER

*/

div#header {
	width: 100%;
	height: 173px;
	background: #2184bd url(../img/header-bg.jpg) center top no-repeat;
	position: relative;
}

#header div.bottom {
	width: 100%;
	height: 3px;
	background: url(../img/header-bottom.gif) left top repeat-x;
	z-index: 0;
	position: absolute;
	left: 0;
	bottom: 0;
}

#header div.cont {
	width: 1000px;
	height: 173px;
	margin: 0 auto;
	z-index: 1;
	position: relative;
}

#header div#logo {
	width: 293px;
	height: 90px;
	background: url(../img/logo.png) left top no-repeat;
	position: absolute;
	left: 10px;
	top: 20px;
}

#header div#logo a, #header div#logo a:hover {
	display: block;
	width: 293px;
	height: 90px;
}

#header div#logo a span {
	display: none;
}

/*

		@MAIN MENU

*/

div#menu {
	width: 984px;
	height: 43px;
	background: url(../img/mainMenu-bg.png) left bottom repeat-x;
	position: absolute;
	left: 8px;
	bottom: 0;
}

#menu div.left, #menu div.right {
	width: 13px;
	height: 35px;
	position: absolute;
	bottom: 0;
}

#menu div.left {
	left: -13px;
	background: url(../img/mainMenu-left.png) left top no-repeat;
}

#menu div.right {
	right: -13px;
	background: url(../img/mainMenu-right.png) left top no-repeat;
}

#menu ul {
	height: 43px;
	padding-left: 0;
	list-style: none;
	position: absolute;
	left: 0;
	bottom: 0;
}

#menu ul li {
	float: left;
	margin-top: 8px;
	padding-right: 1px;
	background: url(../img/mainMenu-separator.png) right 3px no-repeat;
}

#menu ul li.last {
	background: none;
}

#menu ul li a, #menu ul li a:hover {
	display: block;
	height: 32px;
	line-height: 32px;
	padding: 0 35px 3px 35px;
	font-size: 1.3em;
	color: #163b58;
	text-decoration: none;
}

#menu ul li a:hover {
 	background: url(../img/mainMenu-hover.png) left top repeat-x;
}

#menu ul li.first a {
	padding-left: 27px;
}

#menu ul li.first a:hover span.left {
	display: block;
	width: 8px;
	height: 35px;
	background: url(../img/mainMenu-hover-left.png) left top no-repeat;
	position: absolute;
	left: -8px;
	bottom: 0;
}

#menu ul li.active {
	margin-top: 0;
	padding-right: 0;
	background: none;
}

#menu ul li.active a, #menu ul li.active a:hover {
	height: 43px;
	line-height: 43px;
	padding-bottom: 0;
	background: url(../img/mainMenu-active-bg.png) right bottom no-repeat;
	position: relative;
}

#menu ul li.active a span.left, #menu ul li.active a:hover span.left {
	display: block;
	width: 10px;
	height: 43px;
	background: url(../img/mainMenu-active-left.png) left bottom no-repeat;
	position: absolute;
	left: -8px;
	bottom: 0;
}

/*

		@ADMIN TAB

*/

div#admin-tab {
	display: none;
	width: auto;
	height: 30px;
	line-height: 30px;
	padding: 0 10px 0 10px;
	background: #202020;
	color: white;
	position: absolute;
	right: 10px;
	top: 0;
}

#admin-tab a, #admin-tab a:hover {
	color: white;
}

#admin-tab div.left, #admin-tab div.right {
	width: 10px;
	height: 30px;
	position: absolute;
	top: 0;
}

#admin-tab div.left {
	background: url(../img/admin-tab-left.png) left top no-repeat;
	left: -10px;
}

#admin-tab div.right {
	background: url(../img/admin-tab-right.png) left top no-repeat;
	right: -10px;
}

/*

		@CONT

*/

#page div#cont {
	min-height: 610px;
	padding: 10px;
	padding-top: 20px;
	background: url(../img/page-bg.gif) left top repeat-x;
}

#cont div#cont-left {
	width: 215px;
	float: left;
	margin-right: 10px;
}

#cont div#cont-middle {
	width: 511px;
	min-height: 100px;
	float: left;
	margin-right: 10px;
}

#cont div#cont-middle.left {
	width: 736px;
}

#cont div#cont-middle.right {
	width: 755px;
	margin-right: 0;
}

#cont div#cont-middle.full {
	width: 980px;
	margin-right: 0;
}

#cont div#cont-right {
	width: 234px;
	float: left;
}

/*

		@SUBMENU

*/

div.submenu {
	width: 100%;
	margin-bottom: 14px;
}

.submenu ul {
	padding-left: 0;
	list-style: none;
}

.submenu ul li {
	margin-bottom: 4px;
}

.submenu ul li a, .submenu ul li a:hover {
	display: block;
	min-height: 30px;
/*	line-height: 30px; */
	padding-left: 33px;
	background: #91b9d9 url(../img/submenu-bg.gif) left top repeat-x;
	font-weight: normal !important;
	color: #163b58 !important;
	text-decoration: none;
	position: relative;
}

.submenu.admin ul li a, .submenu.admin ul li a:hover {
	background: #1d1d1d url(../img/submenu-admin-bg.gif) left top repeat-x;
	color: white !important;
}

.submenu ul li a:hover {
	background: #9cc0dc url(../img/submenu-hover-bg.gif) left top repeat-x;
}

.submenu.admin ul li a:hover {
	background: #4a4a4a url(../img/submenu-admin-hover-bg.gif) left top repeat-x;
}

.submenu ul li span.icon {
	display: block;
	width: 24px;
	height: 24px;
	padding: 0 !important;
	background: url(../img/submenu-icon.png) left top no-repeat;
	position: absolute;
	left: 3px;
	top: 3px;
}

.submenu.admin ul li span.icon {
	background: url(../img/submenu-icon-gray.png) left top no-repeat;
}

.submenu.admin ul li:hover span.icon {
	background: url(../img/submenu-icon-black.png) left top no-repeat;
}

.submenu ul li.blue:hover span.icon {
	background: url(../img/submenu-icon-blue.png) left top no-repeat;
}

.submenu ul li.red:hover span.icon {
	background: url(../img/submenu-icon-red.png) left top no-repeat;
}

.submenu ul li.green:hover span.icon {
	background: url(../img/submenu-icon-green.png) left top no-repeat;
}

.submenu ul li.orange:hover span.icon {
	background: url(../img/submenu-icon-orange.png) left top no-repeat;
}

.submenu ul li span {
	display: block;
	line-height: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 5px;
}

.submenu ul li span#notifysMenu {
	display: inline;
	padding: 0;
}

/*

		@ARTICLE

*/

#cont-middle div.article {
	position: relative;
}

#cont-middle h2, #cont-middle div.article h2 {
	width: 422px;
	line-height: 27px;
	margin-bottom: 12px;
	padding-bottom: 7px;
	background: url(../img/heading-border.png) left bottom no-repeat;
	font-family: Tahoma;
	font-size: 1.2em;
}

#cont-middle div.article div.cont {
	margin-top: 12px;
	position: relative;
}

#cont-middle div.article div.date {
	width: 50px;
	height: 55px;
	text-align: center;
	line-height: 24px;
	background: url(../img/date.png) left top no-repeat;
	color: white;
	position: absolute;
	right: 0;
	top: -61px;
}

#cont-middle div.article div.info {
	height: 70px;
	margin-top: 30px;
	padding: 4px 10px 4px 10px;
	background: #1f1f1f url(../img/article-info-bg.gif) left top repeat-x;
	position: relative;
}

#cont-middle div.article div.info div.top {
	width: 100%;
	height: 23px;
	background: url(../img/article-info-top.png) left top no-repeat;
	position: absolute;
	left: 0;
	top: -23px;
}

#cont-middle div.article div.info div.bottom {
	width: 100%;
	height: 6px;
	background: url(../img/article-info-bottom.png) left top no-repeat;
	position: absolute;
	left: 0;
	bottom: -6px;
}

#cont-middle div.article div.info div.avatar {
	width: 70px;
	float: left;
	margin-right: 10px;
}

#cont-middle div.article div.info div.avatar img {
	width: 66px;
	height: 66px;
	padding: 1px;
	border: 1px solid white;
}

#cont-middle div.article div.info div.cont {
	width: 411px;
	float: left;
	margin-top: 0;
	color: white;
}

#cont-middle div.article div.info div.cont p {
	width: 50%;
	float: left;
}

#cont-middle div.article div.info div.cont p.admin {
	font-weight: bold;
}

#cont-middle div.article div.info div.cont p.date {
	text-align: right;
	color: #737373;
}

#cont-middle div.article div.info div.cont div.data {
	width: 50%;
	float: left;
}

#cont-middle div.article div.info div.cont div.data span {
	color: #737373;
}

#cont-middle div.article div.info div.cont div.data p {
	width: auto;
	height: 18px;
	line-height: 18px;
	float: none;
	padding-left: 22px;
}

#cont-middle div.article div.info div.cont div.data p.profile {
	margin-top: 6px;
	background: url(../img/profile-icon.png) left center no-repeat;
}

#cont-middle div.article div.info div.cont div.data p.articles {
	background: url(../img/article-icon.png) left center no-repeat;
}

#cont-middle div.article div.info div.cont div.data p a, #cont-middle div.article div.info div.cont div.data p a:hover {
	color: white;
}

#cont-middle div.article div.info div.cont p.comments {
	width: auto;
	float: right;
	height: 18px;
	line-height: 18px;
	margin-top: 36px;
	padding-left: 18px;
	text-align: right;
	background: url(../img/comment-icon.png) left 2px no-repeat;
}

#cont a, #cont a:hover {
	font-weight: bold;
	color: #1F1F1F;
}

/*

		@BOX - CONT RIGHT

*/

#cont-right div.box, #cont-left div.box {
	width: 100%;
	min-height: 92px;
	margin-top: 5px;
	margin-bottom: 20px;
	position: relative;
}

#cont-right div.box div.top, #cont-right div.box div.bottom,
#cont-left div.box div.top, #cont-left div.box div.bottom {
	width: 100%;
	height: 5px;
	position: absolute;
	left: 0;
}

#cont-right div.box div.top, #cont-left div.box div.top {
	background: url(../img/box-top.png) left top no-repeat;
	top: -5px;
}

#cont-left div.box div.top {
	background: url(../img/boxl-top.png) left top no-repeat;
}

#cont-right div.box div.bottom, #cont-left div.box div.bottom {
	background: url(../img/box-bottom.png) left top no-repeat;
	bottom: -5px;
}

#cont-left div.box div.bottom {
	background: url(../img/boxl-bottom.png) left top no-repeat;
	bottom: 1px;
}

#cont-right div.box div.cont, #cont-left div.box div.cont {
	background: #343434 url(../img/box-bg.gif) left top repeat-x;
}

#cont-right div.box div.inner, #cont-left div.box div.inner {
	min-height: 82px;
	padding: 2px 7px 2px 7px;
	text-align: justify;
	background: url(../img/box-stroke.png) 1px top no-repeat;
	color: white;
}

#cont-left div.box div.inner {
	background: url(../img/boxl-stroke.png) 1px top no-repeat;
}

#cont-right div.box div.inner h3, #cont-left div.box div.inner h3 {
	font-family: Tahoma;
	font-size: 1.1em;
}

#cont-right div.box div.inner p, #cont-left div.box div.inner p {
	margin-top: 8px;
	margin-bottom: 2px;
}

#cont-right div.box div.inner p.rss {
	height: 24px;
	line-height: 22px;
	margin-top: 8px;
	margin-bottom: 0;
	padding-left: 30px;
	background: url(../img/rss.png) left top no-repeat;
}

#cont-right div.box div.inner p.rss a, #cont-right div.box div.inner p.rss a:hover {
	color: white;
}

#cont-right div.box form {
	margin-top: 8px;
}

/*

		@SEARCH BOX

*/

div#srchForm {
	width: auto;
}

#srchForm input {
	float: left;
	color: #1F1F1F;
	font-family: Tahoma;
	font-size: 1em;
}

#srchForm input#qry {
	width: 135px;
	height: 16px;
	margin-right: 5px;
	padding-left: 16px;
	background: #e8e8e8 url(../img/srch-icon.png) left 2px no-repeat;
	border: 1px solid #cbcbcb;
}

#srchForm input#srch-submit {
	width: 60px;
	height: 20px;
	text-align: center;
	background: url(../img/srch-submit.png) left top no-repeat;
	border: 0 none;
}

/*

		@FORUM

*/

div.forum {
	width: 100%;
}

.forum h3 {
	margin-bottom: 10px;
	line-height: 20px;
	text-align: center;
	font-family: Tahoma;
	font-size: 1.2em;
	color: #1f1f1f;
}

.forum div.item {
	min-height: 70px;
	margin-bottom: 10px;
	padding: 10px;
	background: #91bad9 url(../img/forum-item-bg.gif) left top repeat-x;
}

.forum div.item.admin {
	padding: 10px;
	background: #74a4c9 url(../img/forum-item-admin-bg.gif) left top repeat-x;
	color: #1F1F1F;
}

.forum div.item div.avatar {
	width: 70px;
	float: left;
	margin-right: 10px;
}

.forum div.item div.avatar img {
	width: 64px;
	height: 64px;
	padding: 2px;
	border: 1px solid #7092ad;
}

.forum div.item.admin div.avatar img {
	border: 1px solid #5e5e5e;
}

.forum div.item div.cont {
	width: 411px;
	float: left;
}

.forum div.item div.cont div.info {
	width: 100%;
}

.forum div.item div.cont div.info p {
	width: 50%;
	float: left;
}

.forum div.item div.cont div.info p.user {
	font-weight: bold;
}

.forum div.item.admin div.cont div.info p.user span {
	font-weight: normal;
	color: #5e5e5e;
}

.forum div.item.admin div.cont div.info p.user a, .forum div.item.admin div.cont div.info p.user a:hover {
	color: #1F1F1F;
}

.forum div.item div.cont div.info p.date {
	float: right;
	text-align: right;
	color: #737373;
}

.forum div.item.admin div.cont div.info p.date {
	color: #6c6c6c;
}

.forum div.item div.cont div.text {
	margin-top: 10px;
	text-align: justify;
}

/*

		@FORUM FORM

*/

div.forumForm {
	width: 380px;
	margin: 0 auto;
	margin-top: 15px;
	padding: 10px;
	background: #91bad9 url(../img/forum-item-bg.gif) left top repeat-x;	
}

.forumForm h3 {
	line-height: 20px;
	text-align: left;
	font-family: Tahoma;
	font-size: 1.1em;
	color: #1f1f1f;
}

.forumForm form {
	margin-top: 10px;
}

.forumForm input, .forumForm textarea {
/*	background: #83aed0; */
	background: #b0cee7;
	border: 1px solid #7faccf;
	font-family: Tahoma;
	font-size: 1em;
	color: #1f1f1f;
}

.forumForm input {
	width: 186px;
	height: 20px;
	float: left;
}

.forumForm input#name {
	width: 168px;
	padding-left: 18px;
	background: #b0cee7 url(../img/forum-name-icon.png) 1px center no-repeat;
}

.forumForm input#name.disabled {
	background: #cad5df url(../img/forum-name-icon.png) 1px center no-repeat;
}

.forumForm input#mail {
	float: right;
	width: 166px;
	padding-left: 20px;
	background: #b0cee7 url(../img/forum-mail-icon.png) 2px center no-repeat;
}

.forumForm input#mail.disabled {
	background: #cad5df url(../img/forum-mail-icon.png) 1px center no-repeat;
}

.forumForm input.submit {
	width: 130px;
	height: 25px;
	line-height: 25px;
	float: none;
	margin-top: 4px;
	background: url(../img/submit-button.png) left top no-repeat;
	border: 0 none;
	color: white;
}

.forumForm textarea {
	width: 360px;
	height: 80px;
	margin-top: 4px;
	padding-left: 18px;
	padding-top: 3px;
	background: #b0cee7 url(../img/forum-text-icon.png) 1px 3px no-repeat;
}

.forumForm div.admin-info {
	margin-top: 15px;
}

/*

		@ARTICLES LIST

*/

div#articleList {
	width: 100%;
}

#articleList div.item {
	min-height: 40px;
	margin-bottom: 10px;
	padding: 10px;
	background: #91bad9 url(../img/forum-item-bg.gif) left top repeat-x;
	position: relative;
}

#articleList div.item a.title, #articleList div.item a.title:hover {
	font-size: 1.2em;
	font-weight: bold;
	color: #163B58;
}

#articleList div.item p.perex {
	margin-top: 10px;
}

#articleList div.item div.info {	
	width: 491px;
	padding: 10px;
	background: #b0cee7;
	position: relative;
	top: 10px;
	left: -10px;
}

#articleList div.item div.info p, #articleList div.item div.info div.date {
	width: 50%;
	float: left;
	color: #737373;
}

#articleList div.item div.info p.admin a, #articleList div.item div.info p.admin a:hover {
	font-weight: bold;
	color: #1F1F1F;
}

#articleList div.item div.info div.date {
	text-align: right;
}

#articleList div.item div.info p.comments {
	width: auto;
	float: right;
	height: 18px;
	line-height: 18px;
	padding-left: 18px;
	text-align: right;
	background: url(../img/forum-text-icon.png) left 2px no-repeat;
	color: #1F1F1F;
	position: relative;
	left: -2px;
}

/*

		@PROFILE

*/

div#profile {
	width: 100%;
}

#profile div.avatar {
	width: 106px;
	float: left;
	margin-right: 10px;
}

#profile div.avatar img {
	width: 100px;
	height: 100px;
	padding: 2px;
	border: 1px solid #163B58;
}

#profile div.cont {
	width: 395px;
	float: left;
}

#profile div.cont h2 {
	width: auto;
	line-height: 27px;
	padding-bottom: 7px;
	background: url(../img/heading-border.png) right bottom no-repeat;
	font-family: Tahoma;
	font-size: 1.2em;
}

#profile div.cont h2 span {
	font-weight: normal;
	color: #343434;
}

#profile div.cont div.text {
	margin-top: 12px;
}

#profile p.articles {
	width: auto;
	height: 20px;
	line-height: 20px;
	margin-top: 15px;
	padding-left: 22px;
	padding-top: 10px;
	background: url(../img/article-icon.png) left 13px no-repeat;
	border-top: 1px solid #1F1F1F;
}

#profile p a, #profile p a:hover {
	font-weight: bold;
	color: #1F1F1F;
}

/*

		PERSONAL LIST

*/

div#personalList {
	width: 100%;
}

#personalList div.item {
	min-height: 70px;
	margin-bottom: 10px;
	padding: 10px;
	background: #91bad9 url(../img/forum-item-bg.gif) left top repeat-x;
}

#personalList div.item div.avatar {
	width: 70px;
	float: left;
	margin-right: 10px;
}

#personalList div.item div.avatar img {
	width: 64px;
	height: 64px;
	padding: 2px;
	border: 1px solid #7092ad;
}

#personalList div.item div.cont {
	width: 411px;
	float: left;
}

#personalList div.item div.cont p.person {
	height: 40px;
}

#personalList div.item div.cont p.person a, #personalList div.item div.cont p.person a:hover {
	font-weight: bold;
	color: #163B58;
}

#personalList div.item p.articles {
	width: auto;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 22px;
	background: url(../img/article-icon.png) left 3px no-repeat;
}

#personalList div.item p.articles a, #personalList div.item p.articles a:hover {
	color: #163B58;
}

/*

		@CONTACT FORM

*/

div#contactForm {
	width: auto;
}

#contactForm table {
	width: 100%;
}

#contactForm table tr td {
	width: 326px;
}

#contactForm table tr td.first-cell {
	width: 100px;
	color: #1f1f1f;
}

#contactForm table tr td.last-cell {
	width: 391px;
}

#contactForm table tr td input, #contactForm table tr td textarea, #contactForm table tr td select {
	width: 100%;
	height: 18px;
	background: #b0cee7;
	border: 1px solid #7faccf;
	font-family: Tahoma;
	font-size: 1em;
	color: #1f1f1f;
}

#contactForm table tr td textarea {
	height: 80px;
}

#contactForm input.submit {
	width: 130px;
	height: 25px;
	line-height: 25px;
	float: none;
	margin-top: 4px;
	background: url(../img/submit-button.png) left top no-repeat;
	border: 0 none;
	color: white;
}

#contactForm table tr td input.invalid, input.invalid,
#contactForm table tr td textarea.invalid, textarea.invalid {
	background: #f1c8c8 !important;
}

#contactForm a, #contactForm a:hover {
	font-weight: bold;
	color: #1F1F1F;
}

#contactForm span.req {
	color: red;
}

/*

		@GALLERY

*/

div#gallery {
	width: 100%;
	text-align: center;
}

#gallery h2 {
	text-align: left;
}

#gallery table {
	margin: 0 auto;
}

#gallery table tr td {
	width: 100px;
	height: 100px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #1F1F1F;
}

/*

		@FOOTER

*/

#container div#footer {
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 0;
	bottom: 0;
}

#footer a, #footer a:hover {
	color: #163b58;
}