
/* BASIC */


body {
font-family:Arial,Tahoma,Century gothic, sans-serif;
color:#333;
font-size:12px;
background:url(/images/body.png);
margin:0 auto;
padding:0px 0px;
}

img {
border:0;
margin:0;
}

a {
color:#CA333E;
text-decoration:none;
outline:none;
}

a:hover {
color:#000;
text-decoration:none;
}


.clear {
clear:both;
}
/* FONTS */


@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/* OUTER  */

#wrapper{
width:1000px;
margin:0 auto;

}

/* HEADER */

#masthead{

background:url(/images/mast.png) repeat-x;
}

#top{
height:120px;
width:1000px;
margin:0px auto;
}

#blogname{
width:400px;
float:left;	
}

#blogname h1{
font-size:32px;
margin:25px 0px 0px 0px;
font-weight:bold;
}

#blogname h1 a:link, #blogname h1 a:visited{
color:#DB1139;
}


#blogname h3{
font-size:16px;
margin:5px 0px 0px 0px;
font-weight:normal;
}


.topbar{
	width:468px;
	height:60px;
	background:#ddd;
	float:right;
	margin:30px 0px 0px 0px;
}

/* TOP-MENU */
	
#botmenu{
    background: url("/images/bmenu.png") repeat scroll 0 0 transparent;
    font-size: 12px;
    height: 74px;
    margin: 0 auto;
    /*overflow: hidden;*/
    padding-left: 10px;
    width: 990px;
	}

#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 {
	color: #fff;
	display: block;
    margin: 0;
	padding: 25px 10px 25px 10px;
	text-decoration: none;
	position: relative;
	text-shadow:1px 1px 0px #111;
	}

#botmenu li a:hover  {
	color: #fff;
	text-shadow:1px 1px 0px #111;
	background:url(/images/bmenua.png) repeat-x;

	}

#botmenu li li a, ##botmenu li li a:link, ##botmenu li li a:visited {
	color: #ddd;
	text-shadow:1px 1px 0px #111;
	font-size:11px;
	text-shadow:none;
	width: 148px; 
	font-family: Arial, Tahoma, Verdana;
	margin: 0;
	padding: 0px 10px;
	line-height:35px;
	border-bottom:1px solid #333;
	border-top:1px solid #111;
	text-transform: none;
	position: relative;

	}	
#botmenu li li a:hover, #botmenu li li a:active {
	background:transparent;
	color: #fff; 
	}


#botmenu li ul {
	border-top:5px solid #C8021E;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 5px 0px 0px 0px;
	padding: 5px;
	background:#282828;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#botmenu li ul a { 
	width: 150px;
	}

#botmenu li ul a:hover, #botmenu li ul a:active { 
	}

#botmenu li ul ul {
	margin: -40px 0 0 176px;
	border-top:5px solid #C8021E;
	}

#botmenu li:hover ul ul, #botmenu li:hover ul ul ul, #botmenu li.sfHover ul ul, #botmenu li.sfHover ul ul ul {
	left: -999em;
	}

#botmenu li:hover ul, #botmenu li li:hover ul, #botmenu li li li:hover ul, #botmenu li.sfHover ul, #botmenu li li.sfHover ul, #botmenu li li li.sfHover ul {
	left: auto;
	}

#botmenu li:hover, #botmenu li.sfHover { 
	position: static;
	}
	
#botmenu .u-menubody {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#botmenu .xw-tl, #botmenu .xw-bl, #botmenu .u-menuvsep {
    display: none;
}
#botmenu .xw-ml, #botmenu .xw-mr {
    margin: 0;
    padding: 0;
}
#botmenu .xw-mc {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DDDDDD #DDDDDD -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    margin: 0;
}
#botmenu .u-menu a {
    color: #6F6F6F;
    cursor: pointer;
    text-decoration: none;
}
#botmenu .u-menu .u-menuvitem {
    border-bottom: 1px solid #DDDDDD;
    color: #6F6F6F;
    line-height: 35px;
    margin: 0;
    padding: 0 16px;
    position: relative;
}
#botmenu .u-menu .u-menuitemhl {
    background: none repeat scroll 0 0 #F2F2F2;
    color: #179ADB;
    line-height: 35px;
    padding: 0 16px;
}
#botmenu .u-menu .u-menuitemhl a {
    background: none repeat scroll 0 0 transparent;
    color: #179ADB;
}
#botmenu .u-menuarrow {
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
}
#botmenu .u-menubody {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
#botmenu .xw-tl, #botmenu .xw-bl, #botmenu .u-menuvsep {
    display: none;
}
#botmenu .xw-ml, #botmenu .xw-mr {
    margin: 0;
    padding: 0;
}
#botmenu .xw-mc {
    background: none repeat scroll 0 0 #C9021E;
    border: medium none;
    margin: 0;
}
#botmenu .u-menu a {
    color: #FFFFFF;
    cursor: pointer;
    text-decoration: none;
}
#botmenu .u-menu .u-menuvitem {
    border-bottom: 1px solid #8E0014;
    color: #DDDDDD;
    line-height: 35px;
    margin: 0;
    padding: 0 16px;
    position: relative;
    text-shadow: 1px 1px 0 #111111;
}
#botmenu .u-menu .u-menuitemhl {
    background: none repeat scroll 0 0 #8E0014;
    color: #FFFFFF;
    line-height: 35px;
    padding: 0 16px;
    text-shadow: 1px 1px 0 #111111;
}
#botmenu .u-menu .u-menuitemhl a {
    background: none repeat scroll 0 0 transparent;
    color: #FFFFFF;
}
#botmenu .u-menuarrow {
    height: 16px;
    position: absolute;
    right: 0;
    top: 6px;
    width: 16px;
}
/* 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: 16px 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;
}
	
	
/* BELOW HEADER */	

#casing{
width:1000px;
padding:20px 0px 30px 0px;
}

.f-title,.r-title{
	width:680px;
	padding:15px 10px;
	font-family: 'BebasNeueRegular';	
	font-size:20px;
	background:#fff;
	margin:30px 0px 20px 0px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;	
}

.r-title{
	margin:30px 0px 0px 0px;
}

/* CONTENT AREA */

#content{
width:700px;
float:left;
}
.slider-wrapper{padding-top:20px;}
.eBlock{
	margin:10px 0px;
	color:#555;
	background:#fff;
	padding: 25px 25px 25px 25px;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;	
}

.eTitle  {
	margin: 0px 0px;
	padding: 10px 20px 10px 0px ;
	font-size: 32px ;
	font-weight:normal;
	color:#222;
        font-family: 'BebasNeueRegular';
	}

.eTitle  h2 a, .eTitle h2 a:link, .eTitle h2 a:visited  {
	color:#222;
	background-color: transparent;
	}
	
.eTitle h2 a:hover  {
	color: #333;
	background-color: transparent;
	}

.eMessage, .eText{    
    color: #666666;
    font-size: 13px;
    line-height: 180%;
    margin: 5px 0px;
}
.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 0;
    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{

width:270px;
float:right;
padding-top:30px;
}
.sidebox .inner {padding:5px ;}

.calTable {width:100%; background:#f1f1ed;}
.calTable td {background:#fff;}
.calTable .calWday {font-weight:bold;height:24px;}
.calTable .calWdaySe,.calTable .calWdaySu {color:#fff;background:#C7021E;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:#C7021E;}
.calTable .calMdayIs {color:#3e3e3e;font-weight:bold;border:1px solid #fff;}
.calTable .calMdayIsA {background:#f2f2f2;border:1px solid #fff;font-weight:bold;color:#C7021E;}
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:#C7021E;}
a.calMdayLink:visited {text-decoration:none;color:#C7021E;}
a.calMdayLink:hover {text-decoration:underline;color:#C7021E;}
a.calMdayLink:active {text-decoration:underline;color:#C7021E;}	

.prod-feed, .post-feed, .twitbar{
color:#56544d;
font-family: 'BebasNeueRegular';
font-size:18px;
margin-bottom:5px;
padding:12px 0px 10px 10px;
text-shadow:-1px -1px 0px #fff;
background:#fff;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

.prod-feed, .post-feed{
	background:#fff url(/images/rss.png) right no-repeat;
}

.twitbar{
	background:#fff url(/images/twitbird.png) right no-repeat;

}



/* WIDGETS */
.sidebar {
float:left;
}

h3.sidetitl {
color:#fff;
font-family: 'BebasNeueRegular';
font-size:18px;
margin-bottom:10px;
padding:12px 0px 10px 10px;
text-shadow:-1px -1px 0px #990016;
background:#C7021E;
font-weight:normal;
border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;

}

.sidebox {
width:270px;
list-style:none;
color:#666;
margin:20px 0 10px;
}

.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:260px;
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;
}

.sidebox.widget_categories ul li,.sidebox.widget_pages ul li,.sidebox.widget_archive ul li,.sidebox.widget_links ul li,.sidebox.meta_links ul li  {
padding-left:10px;
border-bottom:1px solid #fafafa;
}

.sidebox.widget_recent_entries ul li a {
border-bottom:1px solid #fafafa;
}

.sidebox ul ul ul,.sidebox ul ul ul ul {
list-style-type:none;
border:0;
margin:0;
padding:0;
}


.tabsdiv{
	margin-top:20px;
}
.fblock{
	padding:8px 8px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	background:#fff;
	margin:5px 0px;

}	
	

.fblock h3{
	font-size:16px;
	font-weight:normal;
	padding:0px 0px 5px 0px;
	font-family:BebasNeueRegular;
}

.fblock h3 a:link, .fblock h3 a:visited{
	color:#555;
}

.fblock p{
	font-size:10px;
	text-transform:uppercase;
	color:#C8021E;
}


img.thumbim{
float:left;
margin-right:10px;
}



/* COMMENTS */
.commTable{padding:5px 10px;margin:0;background:#fff;border-radius:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;}
.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;
}	
/* Archive title and pagination */	
	
h1.pagetitle{
font-size:14px;
margin-bottom:20px;
color:#777;
}	
	

	
/* --- FOOTER --- */

#footer {
padding:30px 0 30px 0px;
color:#777;
font-size:11px;
background:#222;

	}

#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:#CA333E;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:#CA333E;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:#CA333E;}
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 #CA333E;color: #fff;background-color: #C7021E;}
.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 #CA333E;color: #fff;background-color: #C7021E;}
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
	-moz-box-shadow:0 0 2px #ccc;
-webkit-box-shadow:0 0 2px #ccc;
box-shadow:0 0 2px #ccc;
	}	

