/* BASIC */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial,Tahoma,Century gothic, sans-serif;
    color: #333;
    font-size: 12px;
    background: #d9d6ca url(/images/body.png);
    margin: 0 auto;
    padding: 0px 0px;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #F96300;
    text-decoration: none;
    outline: none;
}

a:hover {
    color: #000;
    text-decoration: none;
}

td, input, select {
    font: 12px 'Verdana';
}
.clear {
    clear: both;
}
.alignright {
    float: right;
    margin: 0 0 10px 10px;
}

.alignleft {
    float: left;
    margin: 10px 15px 10px 0;
}


/* FONTS */

@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/Roboto-BoldCondensed-webfont.eot');
    src: url('fonts/Roboto-BoldCondensed-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-BoldCondensed-webfont.woff') format('woff'),
         url('fonts/Roboto-BoldCondensed-webfont.ttf') format('truetype'),
         url('fonts/Roboto-BoldCondensed-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'RobotoRegular';
    src: url('fonts/Roboto-Regular-webfont.eot');
    src: url('fonts/Roboto-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Roboto-Regular-webfont.woff') format('woff'),
         url('fonts/Roboto-Regular-webfont.ttf') format('truetype'),
         url('fonts/Roboto-Regular-webfont.svg#RobotoRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* OUTER  */

#wrapper {
    width: 1000px;
    margin: 0 auto;
    background: #ececec;
    padding-bottom: 10px;
}


#topcover {
    width: 1000px;
    position: relative;
    background: #000 url(/images/timthumb.jpeg) repeat-y;
    height: 500px;
}

/* HEADER */

#masthead {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 200;
}

#head {
    width: 1000px;
    margin: 0 auto;
}

#top {
    height: 100px;
}

#blogname {
    width: 400px;
    float: left;
}

#blogname h1 {
    font-size: 32px;
    margin: 30px 0px 0px 20px;
    font-weight: bold;
}

#blogname h1 a:link, #blogname h1 a:visited {
    color: #fff;
}

#contactlist {
    float: right;
    color: #fff;
}

#contactlist ul {
    padding: 12px 20px 0px 0px;
    list-style: none;
	
}

#contactlist ul li {
    padding: 2px 0px;
}

/* TOP-MENU */
	
#botmenu {
    background: url("/images/menu.png") repeat scroll 0 0 transparent;
    font-size: 10px;
    height: 40px;
    margin: 0 20px;
    overflow: hidden;
    padding: 0 0 0 10px;
    text-transform: uppercase;
    width: 950px;
}

#botmenu ul {
    width: 80%;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 0px;
}
#botmenu li {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999;
    text-shadow: 1px 1px 0px #111;
}
#botmenu li a, #botmenu li a:link, #botmenu li a:visited {
    color: #fff;
    display: block;
    margin: 0;
    padding: 13px 10px 14px 10px;
    text-decoration: none;
    position: relative;
    text-shadow: 1px 1px 0px #111;
}
#botmenu li a:hover/*, #botmenu ul li a.uMenuItemA */{
    color: #fff;
    text-shadow: 1px 1px 0px #111;
    background: #41403c;
}	
/* SEARCH FORM	 */
.schBtn input {float:right;display:none;margin:0;height:26px;background:#0b5c86;color:#fff;border:1px solid #116f9c;cursor:pointer;}
	
#search {
    width: 150px;
    padding: 0px;
    margin: 6px 10px 0px 5px;
    display: inline-block;
    background: #fff;
    border: 1px solid #B25C00;
    float: right;
}

#search form {
    margin: 0px 0px 0px 0px;
    padding: 0;
}


.schQuery input {
    width: 130px;
    background: #fff;
    margin: 0px 0px 0px 3px;
    padding: 3px 5px;
    height: 20px;
    border: none;
    font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
    color: #333;
    float: left;
    display: inline;
}
#casing {
    width: 1000px;
    padding: 0px 0px 30px 0px;
}




/* CONTENT AREA */
#homecontent {
    width: 960px;
    margin: 20px 20px;
}

#content {
    width: 660px;
    float: left;
    margin: 20px 0px 0px 20px;
}

.eBlock {
    margin: 10px 0px 20px 0px;
    color: #666;
    background: #fff;
    padding: 0px 0px 25px 0px;
}

.fullpost {
    margin: 30px 10px 20px 10px;
    color: #555;
    background: #fff;
    padding: 0px 0px 25px 0px;
}

.postimg {
    float: left;
    margin: 10px 15px 10px 0px;
}

.eTitle {
    margin: 0px 0px;
    padding: 30px 20px 10px 20px;
    font-size: 16px;
    font-weight: bold;
}

.eTitle a, .eTitle a:link, .eTitle a:visited {
    color: #222;
    background-color: transparent;
}

.eTitle a:hover {
    color: #333;
    background-color: transparent;
}
.eMessage, .eText{    
    color: #666666;
    font-size: 13px;
    line-height: 180%;
    margin: 5px 0px;
    padding: 5px 20px;
}
.eMessage a:link,.eMessage a:visited,.eText a:link,.eText a:visited {color: #0983c1;background-color: transparent;}
.eMessage a:hover,.eText a:hover {color:#224e6c;background-color: transparent;text-decoration: none;}
.eMessage ul, .eMessage ol,.eText ul, .eText ol{margin: .4em 0 1em;line-height: 150%;}
.eMessage ul li, .eMessage ol li,.eText ul li, .eText ol li{list-style-position:outside;margin-left: 1.6em;}
.eMessage p,.eText p{margin:3px 0;padding:3px 0;}

.eDetails,.eDetails1,.eDetails2 {
    padding: 5px 20px;
    font-size: 10px;
    text-transform: uppercase;
}

.eDetails a,.eDetails1 a,.eDetails2 a{
    color: #a27548;
}

.eDetails a:hover,.eDetails1 a:hover,.eDetails2 a:hover {
    color: #000;
}
/* SIDEBAR */

.right {
    margin-right: 20px;
    width: 270px;
    float: right;
}
.calTable {width:100%; background:#f1f1ed;}
.calTable td {background:#fff;}
.calTable .calWday {font-weight:bold;height:24px;}
.calTable .calWdaySe,.calTable .calWdaySu {color:#fff;background:#F96300;font-weight:bold;height:24px;}
.calTable .calMday {color:#3e3e3e;height:24px;}
.calTable .calMdayA {background:#f2f2f2;border:1px solid #fff;font-weight:bold;height:24px;color:#F96300;}
.calTable .calMdayIs {color:#3e3e3e;font-weight:bold;border:1px solid #fff;}
.calTable .calMdayIsA {background:#f2f2f2;border:1px solid #fff;font-weight:bold;color:#F96300;}
a.calMonthLink:link {text-decoration:none;color:#3e3e3e;}
a.calMonthLink:visited {text-decoration:none; color:#3e3e3e;}
a.calMonthLink:hover {text-decoration:underline; color:#3e3e3e;}
a.calMonthLink:active {text-decoration:underline; color:#3e3e3e;}
a.calMdayLink:link {text-decoration:none;color:#F96300;}
a.calMdayLink:visited {text-decoration:none;color:#F96300;}
a.calMdayLink:hover {text-decoration:underline;color:#F96300;}
a.calMdayLink:active {text-decoration:underline;color:#F96300;}	
.sidebar {
    float: left;
}

h3.sidetitl {
    color: #444;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    padding: 10px 0px 10px 10px;
    background: #fff;
}

.sidebox {
    width: 270px;
    list-style: none;
    color: #666;
    margin: 20px 0 10px;
    font-size: 12px;
}

.sidebox ul {
    list-style-type: none;
    margin: 0;
    padding: 0 0 5px;
}

.sidebox li {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-shadow: 1px 1px 0px #fff;
}

.sidebox ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

.sidebox ul li {
 /*   height: 100%;*/
    line-height: 18px;
    clear: left;
    width: 270px;
    list-style-type: none;
    margin: 0;
    font-size: 12px;
}

.sidebox ul li a:link,.sidebox ul li a:visited {
    color: #666;
    text-decoration: none;
    display: block;
    padding: 5px 0px;
}

.sidebox ul li a:hover {
    color: #C90000;
}
/* COMMENTS */
.commTable{padding:5px 10px;margin:0;background:#fff;border:1px solid #DEDCDD;}
.commTd1 {color:#777;padding:5px 0;font-size:10px;}
.commFl {width:99%;    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    color: #02070F;}
.cBlock1, .cBlock2 {
    background: #fff;
}	
/* --- FOOTER --- */

#footer {
    background: none repeat scroll 0 0 #202020;
    border-top: 1px solid #333333;
    color: #777777;
    font-size: 11px;
    margin: 0 auto;
    padding: 30px 0 30px 0;
    width: 1000px;
}

#footer a:link , #footer a:visited {
    color: #777;
}

#footer a:hover {
    color: #777;
}
.fcred {
    width: 1000px;
    text-align: center;
    margin: 0px auto;
    line-height: 16px;
}

/* FORUM */
.popuptitle {font-size:14px;background:#E88901;color:#fff;padding:6px 2px;}
.popupbody {background:#fff;padding:6px 2px;font-size:12px;}
.popupbody * {font-size:12px!important;}
.popuptable {background:#f1f1ed;margin:0 auto;}
.gTable {background:#f1f1ed;}
.gTableTop {padding:2px;background:#aaa;padding-left:20px;padding-bottom:1px;color: #fff;font-weight:bold;height:28px;font-size:10pt; }
.gTableTop a {color:#fff;}
.gTableSubTop {padding:2px;background:#E88901;color:#fff;height:20px;font-size:10px;}
.gTableSubTop a {color:#fff;}
.gTableBody {padding:2px;background:#fcfcfc;}
.gTableBody1 {padding:2px;background:#fff;}
.gTableBottom {padding:2px;background:#fcfcfc;}
.gTableLeft {padding:2px;background:#fcfcfc;font-weight:bold;color:#777;}
.gTableRight {padding:2px;background:#fcfcfc}
.gTableError {padding:2px;background:#fcfcfc;color:#FF0000;}
.forumNameTd,.forumLastPostTd {padding:2px;background:#fff}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#fcfcfc}
.forumLastPostTd,.forumArchive {padding:2px;font-size:8pt;}
a.catLink:link {text-decoration:none;color: #fff;}
a.catLink:visited {text-decoration:none;color: #fff;}
a.catLink:hover {text-decoration:underline; color:#fff;}
a.catLink:active {text-decoration:underline;color: #fff;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:8pt;color:#FF0000;font-weight:bold;}
.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:8pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.forum:visited, a.forum:active {color:#E88901;}
a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; }
a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; }
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline;}
a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; }
.forumNamesBar {font-weight:bold;font-size:8pt;color:#666;}
.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; }
a.forumBarA:active {text-decoration:underline; }
.fastNav,.fastSearch,.fastLoginForm {font-size:8pt;}
.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}
.switches {background:#f1f1ed;}
.pagesInfo {background:#fff;padding-right:10px;font-size:8pt;}
.switch {background:#fff;width:15px;font-size:8pt;}
.switchActive {background:#aaa;color:#fff;font-weight:bold;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none;color:#0983c1;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none;color:#0983c1;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline;color:#224e6c;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline;color:#224e6c;}
.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#fff}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fcfcfc}
.threadLastPostTd {padding:2px;font-size:8pt;}
.threadDescr {color:#858585;font-size:8pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#f3f3f4;height:20px;font-weight:bold;font-size:8pt;padding-left:40px; }
.threadsDetails {background:#aaa;color:#fff;height:20px;}
.forumOnlineBar {padding:2px;background:#f3f3f4;height:20px;}
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; }
a.threadLink:visited {text-decoration:none; }
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}
.postpSwithces {font-size:8pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:8pt;text-align:right;}
.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#e8e7df;}
.postRest1 {background:#e8e7df;}
.postRest2 {background:#e8e7df;}
.postSeparator {height:1px;background:#fff;}
.postTdTop {background:#f3f3f4;}
.postBottom {background:#f3f3f4;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#fcfcfc;}
.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:#fff; line-height:22px;}
.pollQuestion {text-align:center;font-weight:bold;} 
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:8pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage {background:#fff;font-size:9px;}
.quoteMessage {background:#fff;font-size:9px;}
.signatureView {font-size:8pt;} 
.edited {padding-top:30px;font-size:8pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;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;}
.newThreadItem {padding: 0 0 0 8px; background: url('/images/12.gif') no-repeat 0px 4px;}
.newPollItem {padding: 0 0 0 8px; background: url('/images/12.gif') no-repeat 0px 4px;}
.codeButtons {font-size:8pt;}
.codeCloseAll {font-size:8pt; font-weight:bold;}
.postNameFl,.postDescrFl {idth:90%!important;}
.postPollFl,.postQuestionFl {idth:90%!important;}
.postResultFl {width:50px}
.postAnswerFl {idth:80%!important;}
.postTextFl {width:98%!important;height:150px}
.postUserFl {width:80%!important;}
.pollHelp {font-weight:normal;font-size:8pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
.pagesBlockuz1 b,.pagesBlockuz2 b,#pagesBlock1 b,#pagesBlock2 b {padding: 2px 6px 2px 6px;font-weight:normal;border: 1px solid #00558F;color: #fff;background-color: #0282DD;}
.pagesBlockuz1 a,.pagesBlockuz2 a,#pagesBlock1 a,#pagesBlock2 a {padding: 2px 6px 2px 6px;text-decoration: none;border: 1px solid #39312E;color: #fff;background-color: #6F6F6F;}
.pagesBlockuz1 a:hover,.pagesBlockuz2 a:hover,#pagesBlock1 a:hover,#pagesBlock2 a:hover {border: 1px solid #00558F;color: #fff;background-color: #0282DD;}
