@charset "utf-8";
@font-face {
 font-family: 'light';
 src: url('/fonts/light.eot');
 src: url('/fonts/light.eot?#iefix') format('embedded-opentype'),
 url('/fonts/light.woff') format('woff'),
 url('/fonts/light.ttf') format('truetype'),
 url('/fonts/light.svg#light') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'bold';
 src: url('/fonts/bold.eot');
 src: url('/fonts/bold.eot?#iefix') format('embedded-opentype'),
 url('/fonts/bold.woff') format('woff'),
 url('/fonts/bold.ttf') format('truetype'),
 url('/fonts/bold.svg#bold') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'regular';
 src: url('/fonts/regular.eot');
 src: url('/fonts/regular.eot?#iefix') format('embedded-opentype'),
 url('/fonts/regular.woff') format('woff'),
 url('/fonts/regular.ttf') format('truetype'),
 url('/fonts/regular.svg#regular') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'italic';
 src: url('/fonts/italic.eot');
 src: url('/fonts/italic.eot?#iefix') format('embedded-opentype'),
 url('/fonts/italic.woff') format('woff'),
 url('/fonts/italic.ttf') format('truetype'),
 url('/fonts/italic.svg#italic') format('svg');
 font-weight: normal;
 font-style: normal;
}
@font-face {
 font-family: 'extra-bold';
 src: url('/fonts/extra-bold.eot');
 src: url('/fonts/extra-bold.eot?#iefix') format('embedded-opentype'),
 url('/fonts/extra-bold.woff') format('woff'),
 url('/fonts/extra-bold.ttf') format('truetype'),
 url('/fonts/extra-bold.svg#extra-bold') format('svg');
 font-weight: normal;
 font-style: normal;
 
}
b {font-family: 'bold';}
i {font-family: 'italic';}
header, nav, article, aside, section, footer {
 display: block;
}
html, body {
 height: 100%;
 margin: 0;
 padding: 0;
}
textarea, input {
 outline: none;
 resize: none;
}
img, a img {
 border: none;
 outline: none;
}
a, a:link, a:visited, a:active {
 color: #ff7d00;
 text-decoration: none;
}
a:hover {
 color: #000;
}
body {
 font: 13px/20px 'light', arial;
 background: #000 url(/img/bg.png);
 color: #5b5b5b;
}
h1, h2, h3, h4, h5, h6 {
 padding: 0;
 margin: 5px 0 10px 0;
 font-weight: normal;
 font-family: 'light', arial;
 color: #000;
}
aside ul, aside ol, aside li {
 margin: 0;
 padding: 0;
}
textarea {
 overflow: auto;
}
textarea, input[type="text"], input[type="password"] {
 max-width: 99% !important;
 font-family: 'light', arial;
 font-size: 13px;
 min-height: 26px;
 line-height: 26px;
 border: 1px solid #e5e5e5;
 border-radius: 3px;
 color: #5b5b5b;
}
input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
 background: #5b5b5b;
}
input[type="button"], input[type="submit"], input[type="reset"] {
 font-family: 'light', arial;
 font-size: 13px;
 background: #ff7d00;
 color: #fff;
 border: none;
 cursor: pointer;
 border-radius: 3px;
}
hr {
 height: 1px;
 border: none;
 background: url(/img/hr.png) left repeat-x;
}
#top {
 height: 45px;
 background: #f0f0f0;
 box-shadow: inset 0 -3px 3px 0 #c7c7c7;
 margin-bottom: 35px;
}
#navi {
 height: 45px;
 width: 1000px;
 margin: 0 auto;
}
nav {
 float: left;
 height: 45px;
 line-height: 45px;
 position: relative;
 z-index: 99;
}
nav ul, nav li {
 margin: 0;
 padding: 0;
 list-style-type: none;
}
nav ul li {
 float: left;
 margin-right: 1px;
 position: relative;
}
nav ul li a {
 display: block;
 padding: 0 17px;
 height: 45px;
 line-height: 45px;
 color: #5b5b5b !important;
 font-size: 14px;
}
nav ul li a:hover, nav ul li a.uMenuItemA, li.active > a {
 background: #ff7d00;
 color: #fff !Important;
}
nav ul li ul {
 display: none;
 position: absolute;
 width: 220px;
 font-size: 12px !important;
 top: 45px;
 left: 0;
}
nav ul li ul li {
 float: none;
 border-top: 1px solid #5b5b5b;
}
nav ul li ul li a {
 height: 30px;
 line-height: 30px;
 background: #5b5b5b;
 color: #fff !important;
 font-size: 12px !important;
}
.submenu ul {
 left: 220px;
 top: -1px;
}
.submenu li {
 margin-right: 0;
}
#search {
 float: right;
 height: 26px;
 width: 200px;
 background: #fff;
 border: 1px solid #dfdfdf;
 border-radius: 3px;
 margin-top: 7px;
}
#sImg {
 float: right;
 margin-top: -1px;
 margin-right: -1px;
}
#sTxt {
 float: left;
 width: 140px;
 height: 26px;
 line-height: 26px;
 background: none;
 border: none;
 padding: 0 10px;
 color: #757575;
}
#container {
 width: 1000px;
 padding: 30px 0 0;
 margin: 0 auto;
 border-radius: 5px;
 background: #f6f6f6 url(/img/container.gif) top no-repeat;
}
#uncheader {
 background: url(/img/header.jpg);
 width: 940px;
 height: 382px;
}
#logo {
 display: block;
 width: 361px;
 height: 66px;
 background: url(/img/logo.png);
 position: absolute;
 top: 5px;
 left: 5px;
 padding: 20px 30px;
 color: #fff;
 font-family: 'Times New Roman';
 font-size: 22px;
}
#logo span {
 font-size: 36px;
 line-height: 60px;
 text-transform: uppercase;
}
#logo span b {
 font-family: 'extra-bold';
}
.headerQuote {
 display: block;
 padding: 0 0 40px;
 text-align: center;
 font-size: 18px;
 color: #000;
 line-height: 24px;
 width: 940px;
 margin: 0 auto;
}
#lastPhotos {
 padding: 30px;
 background: url(/img/strokes.png);
 margin-bottom: 30px;
}
.title3 {
 font-size: 24px;
 line-height: 24px;
 margin: 0 0 20px;
}
.lastPhotosCnt {
 overflow: hidden;
}
.lPh {
 display: block;
 float: left;
 width: 232px;
 height: 188px;
 line-height: 0;
 margin-right: 4px;
 margin-bottom: 4px;
}
.lPh:nth-child(4n) {
 margin-right: 0;
}
.lPh img {
 width: 232px;
 height: 188px;
 transition: all .2s ease-in;
}
.lPh:hover img {
 opacity: 0.7;
}
#middle {
 width: 940px;
 margin: 0 auto 40px;
 overflow: hidden;
}
.hBl {
 float: left;
 width: 290px;
 margin-right: 35px;
}
.hNews {
 padding-bottom: 10px;
 margin-bottom: 19px;
 background: url(/img/hr.png) bottom left repeat-x;
}
.hNewsHead {
 padding-bottom: 10px;
 overflow: hidden;
}
.hNewsHead span {
 display: block;
 float: left;
 width: 45px;
 height: 34px;
 padding-right: 5px;
 padding-top: 4px;
 background: url(/img/date1.png);
 text-align: center;
 line-height: 14px;
 color: #f0f0f0;
 margin-right: 10px;
}
.hNewsHead a {
 font-size: 14px;
 font-family: 'bold';
 line-height: 16px;
}
.hActions {
 overflow: hidden;
 float: left;
 width: 615px;
}
.hActionsCnt {
 overflow: hidden;
}
.hAct {
 float: left;
 width: 290px;
 margin-right: 35px;
 padding-bottom: 15px;
 margin-bottom: 20px;
 background: url(/img/hr.png) bottom left repeat-x;
}
.hAct img {
 display: none;
}
.hAct:nth-child(2n) {
 margin-right: 0;
}
.hActHead {
 overflow: hidden;
 padding-bottom: 15px;
 line-height: 20px;
}
.hActHead span {
 display: block;
 float: left;
 width: 54px;
 padding-right: 6px;
 padding-top: 7px;
 height: 37px;
 background: url(/img/date2.png);
 color: #fff;
 line-height: 14px;
 text-align: center;
 margin-right: 15px;
}
.hActHead span b {
 font-size: 16px;
}
.hActHead a {
 color: #000;
 font-size: 18px;
}
footer {
 padding: 30px;
 background: url(/img/strokes.png);
}
.bottom {
 height: 40px;
}
.fBlocks {
 overflow: hidden;
 padding-bottom: 30px;
 background: url(/img/hr.png) bottom left repeat-x;
}
.fBlock {
 width: 290px;
 float: left;
 margin-right: 35px;
}
.vkBlock {
 float: right !important;
}
.title4 {
 margin: 0 0 20px;
 font-size: 18px;
 line-height: 18px;
}
.fBlock b {
 color: #000;
}
.fBcont {
 display: inline-block;
 min-width: 50px;
}
#content {
 float: left;
 width: 615px;
}
#content img {
 max-width: 615px;
}
.entry {
 margin-bottom: 40px;
}
.entry header {
 margin-bottom: 20px;
}
.entry header h1 {
 margin: 0;
 font-size: 24px;
 color: #000;
 line-height: 24px;
}
.mes {
 overflow: hidden;
 padding-bottom: 20px;
 background: url(/img/hr.png) bottom left repeat-x;
}
.rate {
 float: right;
}
.details {
 padding: 15px 0;
 background: url(/img/hr.png) bottom left repeat-x;
 font-family: 'regular';
 color: #ff7d00;
}
.details span {
 display: inline-block;
 margin-right: 30px;
}
.details span.dReads {
 padding-left: 22px;
 background: url(/img/dReads.png) left no-repeat;
}
.details span.dUser {
 padding-left: 20px;
 background: url(/img/dUser.png) left no-repeat;
}
.details span.dDate {
 padding-left: 19px;
 background: url(/img/dDate.png) left no-repeat;
}
.details span.dComm {
 padding-left: 22px;
 background: url(/img/dComm.png) left no-repeat;
}
.comments {
 margin-bottom: 40px;
}
.comm {
 overflow: hidden;
 margin-bottom: 20px;
}
.cAva {
 float: left;
 width: 45px;
 height: 45px;
 border-radius: 3px;
}
.cMes {
 margin-left: 70px;
}
.cDet {
 margin-top: 10px;
 padding-top: 10px;
 background: url(/img/hr.png) top left repeat-x;
}
.cDet b {
 padding-left: 17px;
 background: url(/img/cUser.png) left no-repeat;
 display: inline-block;
 margin-right: 15px;
 color: #ff7d00;
}
.cDet span {
 color: #000;
 padding-left: 15px;
 background: url(/img/cDate.png) left no-repeat;
}
input.commFl {
 margin-right: 9px;
 width: 46%;
 padding: 0 5px;
}
textarea.commFl {
 width: 96%;
 padding-left: 5px;
 padding-right: 5px;
}
.securityCode {
 min-height: 24px;
 height: 24px;
 text-align: center;
 margin-right: 9px;
}
#addcBut, #clearBut {
 padding: 10px;
}
aside {
 width: 290px;
 float: right;
}
.blcok {
 margin-bottom: 40px;
}
.blockCnt {
 overflow: hidden;
}
.blcok > h4 {
 margin: 0 0 20px;
 font-size: 24px;
 color: #000;
 line-height: 24px;
}
.iComm {
 padding-bottom: 15px;
 margin-bottom: 30px;
 background: url(/img/hr.png) bottom left repeat-x;
 font-family: 'italic';
}
.mes b {
 color: #000;
}
.contacts i {
 font-size: 16px;
 color: #000;
}
.contacts b {
 display: inline-block;
 min-width: 50px;
}
#clearBut {
 background: #1e1c1c;
}
#clearBut:hover {
 background: #5b5b5b;
}
.copy {
 padding-top: 25px;
 text-align: center;
}
.copy a {
 color: #5b5b5b;
}
.ppp {
 background: #f0f0f0;
 padding: 20px;
}
.ppt {
 padding-bottom: 20px;
 margin-bottom: 20px;
 background: url(/img/hr.png) left bottom repeat-x;
 font-size: 24px;
 color: #000;
}
aside li {
 list-style-type: none;
}
.calTable {
 width: 100%;
}
.calMonth {
 font-size: 16px;
 text-transform: uppercase;
}
.calWday, .calWdaySu, .calWdaySe {
 color: #fff;
 border-radius: 3px;
}
.calWday {
 background: #757575;
}
.calWdaySu, .calWdaySe {
 background: #ff7d00;
}
.phtThumbs img {
 max-width: 160px !important;
}
.phtTdMain img {
 max-width: 200px !important;
}
.gTable{background:#ff7d00;}
.gTableTop{padding:2px;background:#ff7d00;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:700;height:28px;font-size:13px;}
.gTableSubTop{padding:2px;background:#EFEDED;color:#000000;height:20px;font-size:10px;}
.gTableBody{padding:2px;background:#FAFAFA;}
.gTableBody1{padding:2px;background:#FFFFFF;}
.gTableBottom{padding:2px;background:#FAFAFA;}
.gTableLeft{padding:2px;background:#FAFAFA;font-weight:700;color:#6E6E6E;}
.gTableRight{padding:2px;background:#F8F9FA;}
.gTableError{padding:2px;background:#FAFAFA;color:#FF0000;vertical-align:top;}
.forumNameTd, .forumLastPostTd{padding:2px;background:#FFFFFF;}
.forumIcoTd, .forumThreadTd, .forumPostTd{padding:2px;background:#FAFAFA;}
.forumLastPostTd, .forumArchive{padding:2px;font-size:12px;}
a.catLink:link{text-decoration:none;color:#FFFFFF;}
a.catLink:visited{text-decoration:none;color:#FFFFFF;}
a.catLink:hover{text-decoration:underline;color:#000000;}
a.catLink:active{text-decoration:underline;color:#FFFFFF;}
.lastPostGuest, .lastPostUser, .threadAuthor{font-weight:700;}
.archivedForum{font-size:12px;color:#FF0000;font-weight:700;}
.forum{font-weight:700;font-size:13px;}
.forumDescr, .forumModer{color:#858585;font-size:12px;}
.forumViewed{font-size:11px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link{text-decoration:none;color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited{text-decoration:none;color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover{text-decoration:underline;color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active{text-decoration:underline;color:#6E6E6E;}
.forumNamesBar{font-weight:700;font-size:12px;}
.forumBarKw{font-weight:normal;}
a.forumBarA:link{text-decoration:none;color:#000000;}
a.forumBarA:visited{text-decoration:none;color:#000000;}
a.forumBarA:hover{text-decoration:none;color:#6E6E6E;}
a.forumBarA:active{text-decoration:underline;color:#6E6E6E;}
.fastNav, .fastSearch, .fastLoginForm{font-size:12px;}
.fastNavMain{background:#DADADA;}
.fastNavCat{background:#EFEFEF;}
.fastNavCatA{background:#EFEFEF;color:#0000FF;}
.fastNavForumA{color:#0000FF;}
.switches{background:#CCCCCC;}
.pagesInfo{background:#FFFFFF;padding-right:10px;font-size:12px;}
.switch{background:#FFFFFF;width:15px;font-size:12px;}
.switchActive{background:#E0E0E0;font-weight:700;color:#6E6E6E;width:15px;}
a.switchDigit:link, a.switchBack:link, a.switchNext:link{text-decoration:none;color:#000000;}
a.switchDigit:visited, a.switchBack:visited, a.switchNext:visited{text-decoration:none;color:#000000;}
a.switchDigit:hover, a.switchBack:hover, a.switchNext:hover{text-decoration:underline;color:#FF0000;}
a.switchDigit:active, a.switchBack:active, a.switchNext:active{text-decoration:underline;color:#FF0000;}
.threadNametd, .threadAuthTd, .threadLastPostTd{padding:2px;padding:2px;background:#FFFFFF;}
.threadIcoTd, .threadPostTd, .threadViewTd{padding:2px;background:#FAFAFA;}
.threadLastPostTd{padding:2px;font-size:12px;}
.threadDescr{color:#858585;font-size:12px;}
.threadNoticeLink{font-weight:700;}
.threadsType{padding:2px;background:#FFFFFF;height:20px;font-weight:700;font-size:12px;color:#ff7d00;padding-left:40px;}
.threadsDetails{padding:2px;background:#FFFFFF;height:20px;color:#ff7d00;}
.forumOnlineBar{padding:2px;background:#FFFFFF;height:20px;color:#ff7d00;}
a.threadPinnedLink:link{text-decoration:none;color:#0000FF;}
a.threadPinnedLink:visited{text-decoration:none;color:#0000FF;}
a.threadPinnedLink:hover{text-decoration:none;color:#FF0000;}
a.threadPinnedLink:active{text-decoration:underline;color:#FF0000;}
a.threadLink:link{text-decoration:none;color:#6E6E6E;}
a.threadLink:visited{text-decoration:none;color:#6E6E6E;}
a.threadLink:hover{text-decoration:underline;color:#000000;}
a.threadLink:active{text-decoration:underline;color:#000000;}
.postpSwithces{font-size:12px;}
.thDescr{font-weight:normal;}
.threadFrmBlock{font-size:12px;text-align:right;}
.postPoll{background:#F1F2F3;text-align:center;}
.postFirst{background:#F8F9FA;}
.postRest1{background:#F1F2F3;}
.postRest2{background:#F8F9FA;}
.postSeparator{background:none;}
.postTdTop{background:#EFEDED;}
.postBottom{background:#E0E0E0;height:20px;}
.postUser{font-weight:700;}
.postTdInfo{text-align:center;padding:5px;background:#FAFAFA;}
.postRankName{margin-top:5px;}
.postRankIco{margin-bottom:5px;margin-bottom:5px;}
.reputation{margin-top:5px;}
.signatureHr{margin-top:20px;color:#787878;}
.posttdMessage{padding:5px;background:#FFFFFF;}
.pollQuestion{text-align:center;font-weight:700;}
.pollButtons, .pollTotal{text-align:center;}
.pollSubmitBut, .pollreSultsBut{width:140px;font-size:12px;}
.pollSubmit{font-weight:700;}
.pollEnd{text-align:center;height:30px;}
.codeMessage{background:#FFFFFF;font-size:11px;}
.quoteMessage{background:#FFFFFF;font-size:11px;}
.signatureView{font-size:12px;}
.edited{padding-top:30px;font-size:12px;text-align:right;color:gray;}
.editedBy{font-weight:700;font-size:8pt;}
.statusBlock{padding-top:3px;}
.statusOnline{color:#0000FF;}
.statusOffline{color:#FF0000;}
.newThreadBlock{background:#F9F9F9;border:1px solid #B2B2B2;}
.newPollBlock{background:#F9F9F9;border:1px solid #B2B2B2;}
.codeButtons{font-size:12px;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll{font-size:12px;color:#6E6E6E;font-weight:700;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl, .postDescrFl{background:#FCFCFC;border:1px solid #6E6E6E;width:400px;}
.postPollFl, .postQuestionFl{background:#FCFCFC;border:1px solid #6E6E6E;width:400px;}
.postResultFl{background:#FCFCFC;border:1px solid #6E6E6E;width:50px;}
.postAnswerFl{background:#FCFCFC;border:1px solid #6E6E6E;width:300px;}
.postTextFl{background:#FCFCFC;border:1px solid #6E6E6E;height:150px;width:99% !important;}
.postUserFl{background:#FCFCFC;border:1px solid #6E6E6E;width:300px;}
.pollHelp{font-weight:normal;font-size:12px;padding-top:3px;}
.smilesPart{padding-top:5px;text-align:center;}
#frM55 a{color:#FFFFFF !important;}