/* Layout - grid */
.row { width: 100%; display: block; position: relative; }
.row:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.col { position: relative; float: left; left: 100%; }

.row-main { width: 940px; margin: 0 auto; }

.col-main { margin-left: -700px; width: 700px; }
.col-side { margin-left: -940px; width: 238px; }

.col-full { margin-left: -940px; width: 940px; }

.col-c { margin-left: -182px; width: 200px; }
.col-b { margin-left: -660px; width: 440px; }
.col-a { margin-left: -925px; width: 347px; }
.col-ab { margin-left: -940px; width: 720px; }

.businessman { /*background: url(../img/hunter-photo.jpg) no-repeat 0 0;*/ width: 233px; /*padding-top: 385px;*/ }

/*  */
html { padding: 0; margin: 0;}
body { padding: 0 0 20px 0; margin: 0; background: #fffcd9; }

#nav-skip { position: absolute; left: -2000px; }
#nav-skip a:focus, #nav-skip a:active { position: absolute; left: 2000px; } 

/* Header */
#header {  position: relative;  zoom: 1; background: white; margin-bottom: 10px; }
#header-in { height: 100%; }
#header .row-main { height: 120px; }

/* Logo */
#logo { position: absolute; left: 0px; bottom: 20px; }
#logo a { text-decoration: none; }
#logo img { display: block; }

/* Slogan */
#slogan { font-size: 19px; position: absolute; right: 0px; bottom: 8px; =bottom: 13px;}
#slogan p { margin: 0; }

/* Main menu */
#main-menu { margin: 0; padding: 0; background: url(../img/bg-main-menu.png) no-repeat 50% 0; position: relative; z-index: 10; }
#main-menu ul { margin: 0 -20px 0 0; }
#main-menu li { margin: 0 5px 0 0; padding: 0; background: none; float: left; _display: inline; }
#main-menu li a { display: block; color: #444c44; text-decoration: none; font-size: 12px; line-height: 40px; text-transform: uppercase; float: left; padding: 4px 0; }
#main-menu li a .in { display: block; margin: 0; padding: 0 10px; zoom: 1; float: left; =cursor: pointer;  }
#main-menu li.active a { /*text-transform: lowercase; font-style: italic; */ color: #7f9237; }
#main-menu li.active a .in { background: #fffcd9; }
#main-menu li.active a:hover { color: #6e962a; }
#main-menu li a:hover { color: #000; }

#lang-menu { position: absolute; top: 15px; right: 0; font-size: 12px; font-family: "Trebuchet MS", sans-serif; text-transform: uppercase; }
#lang-menu ul { margin: 0; padding: 0; }
#lang-menu ul li { margin: 0 0 0 10px; padding: 0 0 0 10px; background: none; float: left; border-left: 1px solid #8f8f8f; }
#lang-menu ul li:first-child { border-left: 0; }
#lang-menu ul li a, #lang-menu ul li a:visited { color: #8f8f8f; text-decoration: none;}
#lang-menu ul li a:hover { #00b0f0; }

#lang-menu li.lang-cs a { padding-left: 20px; background: url(../img/flag-cs.png) no-repeat 0 50%; }
#lang-menu li.lang-en a { padding-left: 20px; background: url(../img/flag-en.png) no-repeat 0 50%; }

/* Search box */
#search-box { position: absolute; right: 0; bottom: 16px; }
#search-box .spc { padding: 0; }
#search-box input { vertical-align: middle; }
#search-box #q { width: 160px; border: 1px solid #63687d; padding: 3px; color: #464646; }

#main { margin: 20px 0; zoom: 1; min-height: 480px; _height: 480px; }

/* Breadcrumb */
.breadcrumb { padding: 8px 15px; margin: 0 0 15px 0; font-size: 84.615%; zoom: 1; background: #c3ebf9; }
.breadcrumb p { margin: 0; }
.breadcrumb strong { font-weight: normal; }
.breadcrumb a, .breadcrumb a:visited { background: url(../img/bullet-breadcrumb.png) no-repeat 100% 55%; padding-right: 13px; margin-right: 5px; }

.annot { font-weight: bold; margin-bottom: 1.462em; }
.content { padding: 0; font-size: 107.692%; }

#footer { padding: 7px 0; color: #6d6d6d; font-size: 11px; font-family: "Trebuchet MS", Arial, sans-serif; }
#footer p { margin: 0; }
#footer .sep { border-left: 1px dotted #b8bbcd; margin-left: 9px; padding-left: 13px; }

.intro { padding: 0;  position: relative; }
.col-full .intro { background: url(../img/hunter-photo.jpg) no-repeat 100% 50%; min-height: 420px; _height: 420px; } 
.intro blockquote { color: #7f9237; background: none; padding: 0; margin: 0 0 20px; font-family: "Trebuchet MS", sans-serif; font-size: 22px; line-height: 22px; text-transform: uppercase; }
.intro h2 { color: #7F9237; background: url(../img/bg-line.png) no-repeat 0 50%; padding: 0 0 0 50px; margin: 0; font-family: "Trebuchet MS", sans-serif; font-size: 12px; line-height: 38px; text-transform: uppercase; }
.note { font-style: italic; }
.intro .note { background: url(../img/bg-line.png) no-repeat 0 0; padding-top: 22px; }
/* Blog */
.blog-post { margin: 0; }
.blog-post .img-box { float: left; width: 113px; margin-bottom: 1px; }
.blog-post .img-box img { display: block; border: 1px solid #78963a; }
.blog-post .text-box { margin-left: 115px; }
.blog-post .no-img { margin-left: 0; }
.blog-post h2 { color: #78963a; font-size: 22px; font-weight: bold; margin: 0; }
.blog-post p { margin-bottom: 1em; }
.blog-post p.date { margin-bottom: 0; }
.blog-post p.more { margin-bottom: 3em; }

/* Comments */
.comments, .add-comment {  }
.comments ul li { background: none; margin: 0 0 10px 0; padding: 0; border-top: 1px dotted #D0831D; zoom: 1; }
.comments ul li .comm-num { float: left; font-size: 150%; width: 36px; text-align: right; margin-top: 5px; padding-right: 8px; line-height: 22px; }
.comments ul li .comm-head { margin: 6px 0 2px 50px; padding: 0 0 2px 0; }
.comments ul li .comm-author { font-variant: small-caps; font-size: 115.38%; color: black; margin-right: 5px;  }
.comments ul li .comm-date { float: right; }
.comments ul li .comm-body { margin-left: 50px; }


.side-box-archive { margin: 50px 0 30px; }
.side-box-archive h2 { color: #000; font-size: 16px; font-weight: bold; }
.side-box-archive ul { margin: 0; padding: 0; }
.side-box-archive ul li { margin: 0; padding: 0; background: none; list-style: none; }
.side-box-archive a, .side-box-archive a:visited { color: #000; }

/* Related images */
.related-images { position: relative; margin: 0 0 30px; zoom: 1; }
.related-images ul { margin: 0 0 0; padding: 0; font-size: 0; letter-spacing: -1px; }
.related-images ul li { margin: 0 9px 0 0; padding: 0 0 10px; background: none; display: -moz-inline-stack; display: inline-block; vertical-align: top; zoom: 1; *display: inline; letter-spacing: 0; overflow: hidden; font-size: 13px; letter-spacing: 0; line-height: 1.3;  }
.related-images ul li img { display: block; margin: 0; padding: 2px; background: white; border: 1px solid #b6bcda; }
.related-images ul li a, .related-images ul li span { display: block; position: relative;}

/* Tooltip */
.tooltip { cursor: help; }
.tooltip-box { width: 200px; background: #6e962a/*url(../img/bg-tooltip.png) no-repeat 0 0*/; color: white; _background: #fffcd8; padding: 5px; }
.tooltip-box a { color: white; }
.tooltip-box h2 { background: #fff; color: #000; padding: 20px 15px 5px; margin: 0; font-family: "Trebuchet MS", sans-serif; font-size: 11px; text-transform: uppercase; }
.tooltip-box h3 { color: #000; margin: 5px 0 3px; font-family: "Trebuchet MS", sans-serif; font-size: 13px; text-transform: uppercase; }
.tooltip-box .inner { background: #6e962a; padding: 10px 15px 1px; font-size: 11px; line-height: 16px; }
.tooltip-box-bot { width: 200px; background: url(../img/bg-tooltip.png) no-repeat 0 100%; _background: #fffcd8; padding: 0 5px; height: 5px; font-size: 0; }
.tooltip-box, .tooltip-box-bot { margin-left: 30px; }
.tooltip-box { margin-top: 20px; }

/* Side box */
.feed-box {  }
.feed-box h2 { color: #000; padding: 20px 15px 5px; margin: 0; font-family: "Trebuchet MS", sans-serif; font-size: 11px; text-transform: uppercase; }
.feed-box h3 { color: #000; margin: 5px 0 3px; font-family: "Trebuchet MS", sans-serif; font-size: 13px; text-transform: uppercase; }
.feed-box .inner { padding: 10px 15px 1px; font-size: 12px; line-height: 16px; }
.feed-box .feed-item { background: url(../img/bg-feed-item.png) no-repeat 0 100%; padding-bottom: 5px; margin-bottom: 15px; }
.feed-item p { margin: 0 0 5px ; }

.side-box-1 { width: 200px;  background: #fff3bc; padding: 0px; margin-bottom: 20px; }
.side-box-1 h2 { background: #fff; color: #000; padding: 20px 15px 5px; margin: 0; font-family: "Trebuchet MS", sans-serif; font-size: 11px; text-transform: uppercase; }
.side-box-1 h3 { color: #000; margin: 5px 0 3px; font-family: "Trebuchet MS", sans-serif; font-size: 13px; text-transform: uppercase; }
.side-box-1 .inner { padding: 10px 15px 1px; font-size: 12px; line-height: 16px; }

/* Feed box */
.bg-feed-box-top { /*background: url(../img/bg-feed-box-top.png) no-repeat 0 0; font-size: 0; height: 12px;*/ }
.bg-feed-box-bot { /*background: url(../img/bg-feed-box-bot.png) no-repeat 0 0; font-size: 0; height: 12px;*/ }
.bg-feed-box-mid { /*background: url(../img/bg-feed-box-mid.png) repeat-y 0 0; padding: 1px 0px;*/ }
.bg-feed-box-mid h2 { padding: 3px 5px 3px; border-bottom: 3px solid #c6c4c4; margin: 0 10px; }

/* Forms */
form { margin: 0; padding: 0; }
input, select, textarea { font-size: 100%; font-family: Arial, sans-serif; }

input.dotlink { border: 0; text-decoration: underline; cursor: pointer; overflow: visible; }

.inp-text { border: 1px solid #c5c5c5; }
input.inp-text, textarea { padding: 1px 3px; }

.btn-submit { padding: 1px 5px; }

.form-box { padding: 20px 20px 15px 20px; background: #FFF3BC; /*color: #fff;*/ zoom: 1; position: relative; margin-bottom: 30px; }
.form-box .inp-fix { margin-right: 8px; display: block; }
.form-box .inp-fix .w-full { margin-right: -8px; }
.form-box p { margin-bottom: 8px; }

.error { color: #ff0000; font-weight: bold; }
.error-message, .ok-message { color: red; font-size: 100%; font-weight: bold; margin: 15px 0; background: #FDF5F1; padding: 5px 5px 5px 10px; border: 1px solid #F3D2D2; }
.ok-message { color: green; background: #F6FBDC; border: 1px solid #C6E528;}

.w-full { width: 100%;  }
.w-half { width: 50%;  }

/* File icons */
ul.files, ul.files-large { list-style: none; margin: 0 0 1em 0; padding: 0; }
ul.files li, ul.files-large li { background: none; padding: 0; margin-bottom: 0.3em;}
ul.files li a, a.ico-file { background-repeat: no-repeat; background-position: 0 2px; line-height: 1.5em; padding: 2px 0 2px 22px !important; }
ul.files-large li a, a.ico-file-large { background-repeat: no-repeat; background-position: 0 2px; line-height: 1.5em; padding: 2px 0 2px 40px !important; display: block; }

/* File icons */
.ico-file-ai {background-image: url("../img/file-icons/ico-file-ai.png");}
.ico-file-avi {background-image: url("../img/file-icons/ico-file-avi.png");}
.ico-file-bmp {background-image: url("../img/file-icons/ico-file-bmp.png");}
.ico-file-cdr {background-image: url("../img/file-icons/ico-file-cdr.png");}
.ico-file-doc {background-image: url("../img/file-icons/ico-file-doc.png");}
.ico-file-dxf {background-image: url("../img/file-icons/ico-file-dxf.png");}
.ico-file-exe {background-image: url("../img/file-icons/ico-file-exe.png");}
.ico-file-png {background-image: url("../img/file-icons/ico-file-png.png");}
.ico-file-html {background-image: url("../img/file-icons/ico-file-html.png");}
.ico-file-jpg {background-image: url("../img/file-icons/ico-file-jpg.png");}
.ico-file-mp3 {background-image: url("../img/file-icons/ico-file-mp3.png");}
.ico-file-pdf {background-image: url("../img/file-icons/ico-file-pdf.png");}
.ico-file-png {background-image: url("../img/file-icons/ico-file-png.png");}
.ico-file-ppt {background-image: url("../img/file-icons/ico-file-ppt.png");}
.ico-file-psd {background-image: url("../img/file-icons/ico-file-psd.png");}
.ico-file-rtf {background-image: url("../img/file-icons/ico-file-rtf.png");}
.ico-file-qt {background-image: url("../img/file-icons/ico-file-qt.png");}
.ico-file-ra {background-image: url("../img/file-icons/ico-file-ra.png");}
.ico-file-swf {background-image: url("../img/file-icons/ico-file-swf.png");}
.ico-file-tif {background-image: url("../img/file-icons/ico-file-tif.png");}
.ico-file-txt {background-image: url("../img/file-icons/ico-file-txt.png");}
.ico-file-xls {background-image: url("../img/file-icons/ico-file-xls.png");}
.ico-file-zip {background-image: url("../img/file-icons/ico-file-zip.png");}
.ico-file-unknown {background-image: url("../img/file-icons/ico-file-unknown.png");}

