@charset "utf-8";

/*--- reset ---*/

header,nav,article,aside,footer{display:block;overflow:hidden}
html,body{width:100%;height:100%;margin:0;padding:0}
textarea,input{outline:none;resize:none}
img,a img{border:none;outline:none}
ul,li{margin:0;padding:0}
@font-face{ 
 font-family: 'arial-narrow';
 src: url('/fonts/arial-narrow.eot');
 src: url('/fonts/arial-narrow.eot?#iefix') format('embedded-opentype'),
 url('/fonts/arial-narrow.woff') format('woff'),
 url('/fonts/arial-narrow.ttf') format('truetype'),
 url('/fonts/arial-narrow.svg#webfont') format('svg');
 font-weight: normal;
 font-style: normal;
}
hr {
 border: none;
 height: 1px;
 background: #dcdcdc;
 color: #dcdcdc;
}

/*--- main ---*/

a, a:link, a:visited, a:active {
 color: #2fc9c7;
 text-decoration: none;
}
a:hover {
 color: #212121;
}
body {
 font-family: Arial, sans-serif;
 font-size: 13px;
 line-height: 22px;
 background: #fcfcfc url('/img/bg.png') repeat;
 color: #949393;
}
#main_container {
 overflow: hidden;
 background: url('/img/main_bg.png') top repeat-x;
}
#container {
 overflow: hidden;
 background: url('/img/container.png') top center no-repeat;
}
#wrap {
 width: 1000px;
 overflow: hidden;
 margin: 0 auto;
}

/* header */


#top_line {
 overflow: hidden;
 height: 37px;
 line-height: 37px;
}
#icons {
 float: left;
 padding-top: 3px;
 *padding: 0 !important;
}
#top_line span {
 float: right;
 color: #c3c3c3 !important;
}
#top_line span a {
 text-decoration: underline;
 color: #35e9e7 !important;
}
#top_line span a:hover {
 text-decoration: none;
}
#logo {
 height: 85px;
 text-align: center;
 padding-top: 45px;
}
#logo h1 {
 margin: 0;
 padding: 0;
 font-family: "arial-narrow";
 font-weight: none;
 font-size: 36px;
 text-transform: uppercase;
 color: #35e9e7;
}
#logo h1 a {
 color: #35e9e7 !important;
}
#logo h2 {
 margin: 0;
 padding: 3px 0 0 0;
 font-weight: none;
 font-size: 11px;
 text-transform: uppercase;
 color: #fff !important;
 letter-spacing: 2px;
}

/* nav */

nav {
 height: 50px;
 background: url('/img/menu.png') top left no-repeat;
 padding: 0 25px;
}
nav ul {
 float: left;
 list-style: none;
 padding-top: 10px;
}
nav ul li {
 float: left;
}
nav ul li a {
 display: block;
 float: left;
 height: 30px;
 line-height: 30px;
 color: #121212 !important;
 margin-right: 25px;
 padding: 0 15px;
 border-radius: 5px;
}
nav ul li a.uMenuItemA, nav ul li a:hover {
 background: #ececec;
 border: 1px solid #6fbdbc;
 margin: -1px 24px -1px -1px;
}
nav #search {
 float: right;
 margin-top: 10px;
 background: url('/img/search.png') top left no-repeat;
 width: 229px;
 height: 31px;
 padding: 0 7px;
}
#s_text {
 width: 195px;
 float: left;
 height: 31px;
 line-height: 31px;
 border: none;
 background: none;
 color: #515151;
 font-size: 12px;
}
#s_image {
 float: right;
 padding: 3px 0 0 0;
}

/* middle */

#middle {
 width: 950px;
 margin: 0 auto;
 padding: 34px 23px;
 overflow: hidden;
 background: #fff;
 border-left: 1px solid #e1e1e1;
 border-right: 1px solid #e1e1e1;
 border-bottom: 1px solid #e1e1e1;
 border-bottom-left-radius: 5px;
 border-bottom-right-radius: 5px;
}

/* content */

#content {
 width: 670px;
 float: left;
}
article {
 margin-bottom: 45px;
}
article header h1 {
 margin: 0;
 padding: 0;
 font-weight: normal;
 font-size: 30px;
 font-family: "arial-narrow";
 color: #121212;
 height: 30px;
 line-height: 30px;
}
article header h1 a {
 color: #121212 !important;
}
article header h1 a:hover {
 color: #2fc9c7 !important;
 cursor: pointer;
}
.details {
 height: 23px;
 line-height: 23px;
 padding: 0 5px 0 25px;
 margin: 13px 0 20px 0;
 background: #efeded url('/img/details.png') left no-repeat;
 color: #121212;
 border-radius: 5px;
}
.details a, .details span {
 font-weight: bold;
 color: #2fc9c7 !important;
}
.rate {
 float: right;
 padding-top: 1px;
 *margin-top: -23px;
}

/* sidebar */

aside {
 width: 243px;
 float: right;
}
aside h3 {
 margin: 0 0 15px 0;
 padding: 0 12px;
 width: 243px;
 height: 31px;
 line-height: 31px;
 background: url('/img/block.png') top left no-repeat;
 font-family: "arial-narrow";
 font-weight: normal;
 font-size: 18px;
 color: #35e9e7;
}
.block_content {
 padding: 0 10px;
 margin-bottom: 40px;
}
aside li {
 list-style-type: none;
}

/* footer */

footer {
 padding: 25px 0;
}
span.mycopy {
 float: left;
}
span.powered {
 float: right;
}

/* other */

.ppt {
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-size: 18px;
 color: #211e15;
 background: #81dad9 url('/img/popup.png') top center no-repeat;
 border-top-left-radius: 5px;
 border-top-right-radius: 5px;
}
.ppc {
 padding: 20px;
}
input[type="button"], input[type="submit"] {
 background: #ececec;
 height: 25px;
 line-height: 25px;
 border: 1px solid #dcdcdc;
 border-radius: 5px;
 color: #858585;
 text-shadow: #f8f8f8 1px 1px 0;
}
.calTable {
 width: 100%;
}
.calWdaySu, .calWdaySe, .calWday {
 text-transform: lowercase;
 border-top: 1px solid #ccc;
 border-bottom: 1px solid #ccc;
}
.calMday {
 background: #fafafa;
 border: 1px solid #eee;
 border-radius: 3px;
 color: #7cd2d1;
}
table.com {
 background: #efeded;
 padding: 0 10px;
 height: 23px;
 line-height: 23px;
 color: #121212;
 border-radius: 5px;
}
.commTable {
 background: #efeded;
 padding: 20px;
 border-radius: 5px;
}
.commFl {
 width: 98%;
}
#addcBut {
 background: #7cd2d1;
}

/* General forum Table View */

.gTable {background:#8ce4e3;border-top-left-radius:5px;border-top-right-radius:5px;}

.gTableTop {padding:2px;background:#8ce4e3;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; 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:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}


/* Forums Styles */

.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#fafafa}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}
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:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}


/* forum Titles & other */

.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
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;}


/* forum Navigation Bar */

.forumNamesBar {font-weight:bold;font-size:7pt;}
.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;}


/* forum Fast Navigation Blocks */

.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}


/* forum Fast Navigation Menu */

.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}


/* forum Page switches */

.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;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;}


/* forum Threads Style */

.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fafafa}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
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:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}


/* forum Posts View */

.postTable {}
.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:bold;}
.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:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}
.signatureView {font-size:7pt;} 
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}


/* forum AllInOne Fast Add */

.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}


/* forum Post Form */

.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;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:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}