@charset "utf-8";

/*-----------------------------------------------------------------------------------*/
/* c) 2012 Maciej 'barszcz' Marczewski | www.barszcz.info | maciej@marczewski.net.pl */
/*-----------------------------------------------------------------------------------*/


/* ========== reset ======================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

/* html5 elements */
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display:block;
}

body {
  font-size: 100.1%;
  line-height: 1.5;
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after { content: ""; }
blockquote { quotes: "" ""; }

textarea { overflow: auto; }

/* Remove annoying border on linked images. */
a img { border: none; }

a { outline: none; }

/* Remove button padding in FF */
input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove shadow from focused inputs in Webkit */
input:focus, textarea:focus { outline: none; }

/* ========================================================================= */


/* ========== main settings ================================================ */
body { font-family: "Trebuchet MS", "Nimbus Sans L", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; background: #fff url(../img/bg.jpg) fixed center top; }
input, textarea, button { font-family: "Trebuchet MS", "Nimbus Sans L", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif; font-size: 1em; }
strong { font-weight: bold; }
em { font-style: italic; }

a { text-decoration: none; }
a:hover { text-decoration: underline; }

.fl { float: left; }
.fr { float: right; }
.fno { float: none; }
.clear { clear: both; }

.bb { border-bottom: 1px solid #2F335D; }
.hidden { display: none; }

.button { display: inline-block; border: 0; font-size: 14px; font-weight: bold; text-align: center; cursor: pointer; color: #fff !important; text-shadow: none; background: #272727; height: 26px; padding: 0 8px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
a.button { padding-top: 2px; height: 24px; }
.button:hover { text-decoration: none !important; color: #ddd !important; -moz-box-shadow: 0 2px 1px #999; -webkit-box-shadow: 0 2px 1px #999; box-shadow: 0 2px 1px #999; }
input[type=text], input[type=password], textarea { background: #fff; border: 1px solid #d7d7d7; width: 170px; height: 20px; padding: 2px 5px; font-size: 14px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; color: #000; }
input[type=text]:focus, input[type=password]:focus, textarea:focus { border-color: #ff9800; -moz-box-shadow: inset 0 2px 3px #ccc; -webkit-box-shadow: inset 0 2px 3px #ccc; box-shadow: inset 0 2px 3px #ccc; }

/* ========================================================================= */


/* ========== header ======================================================= */
#header_wrapper { padding-top: 100px; }
#header { position: relative; height: 130px; width: 1001px; margin: 0 auto; background: #fff; }

#header_logo { position: absolute; left: 30px; top: 35px; width: 394px; height: 80px; }
#header_logo a { display: block; width: 100%; height: 100%; text-indent: -9999px; background: url(../img/logo.png); }

/* ====== links ====== */
#header_links .navigation { opacity: 0.6; position: absolute; top: -100px; right: 0; padding: 0 10px; font-size: 12px; line-height: 1em; text-align: center; background: #272727;
-webkit-border-radius: 0 0 20px 20px; -moz-border-radius: 0 0 20px 20px; border-radius: 0 0 20px 20px; overflow: hidden; list-style-type: none;
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; }
#header_links .navigation:hover { opacity: 0.9; }
#header_links .navigation li { float: left; padding: 5px 10px 10px; }
#header_links .navigation a { color: #fff; }
#header_links .navigation a:hover { text-decoration: none; color: #ff9800; }
#header_links .navigation .active a { color: #ff9800; }

/* ====== menu ====== */
#header_menu { background: #272727; border-bottom: 3px solid #ff9800; height: 47px; width: 100%; position: absolute; left: 0; top: -30px; font-size: 14px; line-height: 1em; text-align: center; overflow: hidden; -moz-border-radius: 15px 15px 0 0; -webkit-border-radius: 15px 15px 0 0; border-radius: 15px 15px 0 0; }
#header_menu ul { list-style: none; padding: 0 15px; }
#header_menu li { float: left; }
#header_menu li a { float: left; display: block; height: 31px; padding: 16px 0 0; margin: 0 10px; color: #fff; font-weight: bold; }

/* order below is important! */
#header_menu li.special a { color: #88D1F8; }
#header_menu li.active a { color: #ff9800; }

#header_menu li a:hover { color: #ff9800; text-decoration: none; }

#header_menu li.two-lines a { padding-top: 9px; height: 38px; }

#header_menu .subnavi { display: none; }

/* ====== search ====== */
#header_search { position: absolute; right: 30px; top: 60px; }
#header_search .input-text { float: left; margin-right: 10px; }
#header_search .buttons { float: left; }

/* ========================================================================= */


/* ========== recommended ================================================== */
#recom { width: 1001px; margin: 0 auto; background: #ffffff; border-top-width: 1px; border-top-style: dashed; border-top-color: #999; border-bottom-width: 1px; border-bottom-style: dashed; border-bottom-color: #999; }
#recom > header { display: none; }
#recom ul { padding: 10px 10px 5px; list-style: none; overflow: hidden; }
#recom ul li { display: inline; float: left; margin: 0 4px 3px 4px; width: 62px; height: 58px; overflow: hidden; font-size: 0.63em; text-align: center; line-height: 1em; }
#recom ul li a { color: #167cc0; }
#recom ul li a img { width: 60px; height: 45px; border: 1px solid #167cc0; }
/* ========================================================================= */


/* ========== content ====================================================== */
#content { width: 1001px; margin: 0 auto; background: #fff; }

/* ========== sidebars ============================================= */
.sidebar { display: inline; width: 204px; float: left; color: #000; padding-top: 20px; }
#left_sidebar { background-color: #F7F7F7; }
#right_sidebar { margin-left: -8px; padding-right: 8px; }
body.objects-single #right_sidebar { width: 300px; }

.sidebar a { color: #000; }
.sidebar a:visited { color: #333; }
.sidebar a:hover { color: #666; }
.sidebar .box { margin-bottom: 20px; width: 100%; }
.sidebar .box-title { padding: 0 10px 10px 10px; font-weight: bold; letter-spacing: -0.05em; font-size: 14px; text-decoration: underline; }
.sidebar .box-title:after { content: ":"; }
#left_sidebar .box { padding-bottom: 30px; border-bottom: 1px solid #fff; }

.sidebar .box-content { font-size: 14px; }
.sidebar p { margin-bottom: 1em; }
.sidebar ul { list-style-type: square; list-style-position: inside; }
.sidebar li { padding-left: 10px; }

.sidebar .objects-cities li,
.sidebar .objects-types li { line-height: 1.2em; }

.sidebar li.province { padding-left: 20px; background-image: url(../img/expanded.png); background-position: 9px 6px; background-repeat: no-repeat; list-style: none; }
.sidebar li.province .province-name { font-weight: bold; }
.sidebar li.province ul { margin-left: -20px; }
.sidebar li.province.collapsed { background-image: url(../img/collapsed.png); background-position: 10px 6px; }
.sidebar li.province.expanded .province-name, .sidebar li.province.collapsed .province-name { cursor: pointer; }
.sidebar li.province.expanded ul { display: block; }
.sidebar li.province.collapsed ul { display: none; }

.sidebar .rotator { position: relative; padding-bottom: 20px; }
.sidebar .rotator a { display: none; width: 204px; position: absolute; top: 0; left: 0; }
.sidebar .rotator a.current { display: block; }
.sidebar .rotator .buttons { position: absolute; left: 0; bottom: 0; list-style: none; }
.sidebar .rotator .buttons li { float: left; margin-right: 2px; padding: 0; text-align: center; width: 18px; height: 18px; background: #EBEBEB; cursor: pointer; }
.sidebar .rotator .buttons li.current { background: #FF9900; font-weight: bold; }

/* ========== sidebar navigation (custom menu and subpages) ========== */
.sidebar .navigation { font-size: 13px; color: #ff9800; list-style-position: outside; margin-left: 22px; }
.sidebar .navigation ul { list-style-position: outside; }
.sidebar .navigation a { color: #000; font-weight: bold; }
.sidebar .navigation .active > a { color: #ff9800; }
.sidebar .navigation li { margin-left: 14px; padding-left: 0; }
.sidebar .navigation .with-children { position: relative; }
.sidebar .navigation .expander { position: absolute; top: 5px; left: -30px; display: block; width: 7px; height: 7px; border: 1px solid #bbb; cursor: pointer; }
.sidebar .navigation .expander .horizontal,
.sidebar .navigation .expander .vertical { position: absolute; display: block; background: #aaa; }
.sidebar .navigation .expander .horizontal { top: 3px; left: 1px; width: 5px; height: 1px; }
.sidebar .navigation .expander .vertical { top: 1px; left: 3px; width: 1px; height: 5px; }
.sidebar .navigation .expanded .vertical { display: none; }

/* ========== search ========== */
.sidebar .search .input-text,
.sidebar .search .input-select { margin-left: 10px; margin-bottom: 3px; }
.sidebar .search .input-select { height: 22px; position: relative; background: #fff; border: 1px solid #d7d7d7; width: 170px; padding: 1px 5px; font-size: 14px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; background: #fff url(../img/expanded.png) no-repeat 165px 11px; }
.sidebar .search .input-select.focus { border-color: #ff9800; -moz-box-shadow: inset 0 2px 3px #ccc; -webkit-box-shadow: inset 0 2px 3px #ccc; box-shadow: inset 0 2px 3px #ccc; }
.sidebar .search .input-select-value { width: 150px; overflow: hidden; white-space: nowrap; }
.sidebar .search .input-select-options { display: none; position: absolute; left: 0; top: 25px; width: 100%; padding-bottom: 6px; z-index: 100; background: #858585; color: #fff; list-style: none; -moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5); -webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5); box-shadow: 0 4px 8px rgba(0,0,0,0.5); }
.sidebar .search .input-select-options li { padding: 0 10px; cursor: pointer; background: none; }
.sidebar .search .input-select-options li.active { color: #ff9800; }
.sidebar .search .input-select-options li.empty { padding-top: 3px; padding-bottom: 2px; border-bottom: 1px solid #fff; font-size: 1.167em; }
.sidebar .search .input-select-options li:hover { background: #999; }
.sidebar .search .buttons { margin-left: 10px; margin-top: 8px; }

/* ========== last objects == */
.sidebar .last-objects ul { overflow: hidden; }
.sidebar .last-objects li { float: left; display: inline; overflow: hidden; width: 80px; height: 86px; margin: 11px; background: none; padding: 0; line-height: 1em; text-align: center; font-size: 12px; }
.sidebar .last-objects footer { clear: both; }

/* ========== last news ===== */
.sidebar .last-news .button { margin-left: 10px; margin-top: 8px; }

/* ========== main ================================================= */
#main { width: 985px; display: inline; float: left; color: #6d6d6d; font-size: 14px; overflow: hidden; padding: 10px 8px 20px; }
#content.with-right-sidebar #main,
#content.with-left-sidebar #main { width: 780px; }
#content.with-both-sidebars #main { width: 577px; }
body.objects-single #content.with-both-sidebars #main { width: 480px; }

#maintitle { margin-bottom: 1em; margin-left: 10px; position: relative; }
#main #maintitle a { font-weight: bold;  }
#main #maintitle a:hover { text-decoration: none; }
#main #maintitle .news-title { display: block; }
#main #maintitle .news-date { position: absolute; right: 0; top: 0; }

#main .under-maintitle { margin: 10px; }


/* ========== texts ========== */
#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 { color: #000; font-weight: bold; margin-top: 0.4em;}
#main h1 { font-size: 18px; }
#main h2 { font-size: 17px; }
#main h3 { font-size: 16px; }
#main h4 { font-size: 14px; }
#main h5 { font-size: 13px; }
#main h6 { font-size: 12px; }
#main a { color: #000; }
#main a:visited { color: #666; }
#main a:hover { color: #ff9800; }
#main pre, #main code { font-family: "Lucida Console", Monaco, "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", monospace; }
#main pre { padding: 0.667em; background: #eee; border: 1px solid #ddd; margin-bottom: 0.4em; }
#main code { background: #eee; }
#main blockquote { border-left: 5px solid #ddd; padding: 0.667em; margin-left: 0.667em; background: #eee; margin-bottom: 0.4em; }
#main ul, #main ol { margin-left: 2em; margin-bottom: 0.4em; }
#main ul ul, #main ol ol, #main ul ol, #main ol ul { margin-left: 1.5em; }
#main dt { font-weight: bold; }
#main dd { margin-left: 2em; margin-bottom: 0.4em; }
#main p { margin-bottom: 1em; }
#main hr { border: none; height: 1px; background: #2f335d; }
#main table { width: 100%; border-collapse: collapse; }
#main table caption { text-align: center; }
#main th { font-weight: bold; }
#main tr { }
#main tr.odd { background: #fff; }
#main td, #main th { padding: 2px 4px; }
#main object { margin: 0 auto; border: 3px solid #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#main .information { margin: 1em; font-weight: bold; color: #FF9900; }
#main .success { margin: 1em; font-weight: bold; color: #719801; }
#main .failure { margin: 1em; font-weight: bold; color: #BF3030; }
#main .img_left { float: left; margin: 0.5em 0.8em 0.5em 0; }
#main .img_right { float: right; margin: 0.5em 0 0.5em 0.8em; }

/* ========== box ========== */
#main .box-content { padding: 10px; overflow: hidden; zoom: 1; }

/* ========== object page ==================== */
/* ========== tabbed box ========== */
#main .tabbed-box .tab-titles { overflow: hidden; padding-left: 4px; padding-right: 10px; position: relative; top: 1px; }
#main .tabbed-box .tab-titles .tab-title { float: left; height: 31px; padding: 0; margin: 0 0 0 5px; border: 1px solid #EDEDED; }
#main .tabbed-box .tab-titles .tab-title a { display: block; float: left; height: 27px; padding: 4px 10px 0; font-size: 14px; font-weight: normal; }
#main .tabbed-box .tab-titles .active { border-bottom-color: #fff; }
#main .tabbed-box .tab-titles .active a { color: #ff9800; font-weight: bold; }
#main .tabbed-box .tab-contents { border-top: 1px solid #EDEDED; }
#main .tabbed-box .tab { display: none; }
#main .tabbed-box .tab-active { display: block; }

/* ========== vcard ========== */
#main h3 .vcard-download { font-size: 0.75em; font-weight: normal; cursor: pointer; color: #ddd; position: relative; top: -0.1em; left: 0.2em; }
#main h3 .vcard-download:hover { color: #666; }
#main h3 .vcard-download span { display: inline-block; padding-right: 20px; background: url(../img/icons/address_fade.png) right top no-repeat; }
#main h3 .vcard-download:hover span { background-image: url(../img/icons/address.png); }

#main .vcard { padding: 10px 0; }
#main .vcard .photo-container { float: right; width: 133px; margin-top: -2em; line-height: 0; border: 3px solid #EDEDED; background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#main .vcard .photo-container img { width: 133px; height: 100px; }
#main .vcard .info { float: left; width: 320px; }
#main .vcard p { clear: both; }
#main .vcard .def { display: block; padding-left: 20px; float: left; width: 70px; }
#main .vcard .val { display: block; float: left; width: 230px; }
#main .vcard .adr .def { background: url(../img/icons/home.png) no-repeat; }
#main .vcard .phone .def { background: url(../img/icons/contact.png) no-repeat; }
#main .vcard .mobile .def { background: url(../img/icons/phone.png) no-repeat; }
#main .vcard .mail .def { background: url(../img/icons/email.png) no-repeat; }
#main .vcard .link .def { background: url(../img/icons/link.png) no-repeat; }
#main .vcard .social-buttons { padding-top: 20px; }

#verakom_reservation_link { display: inline-block; padding: 7px 10px; margin-top: 10px; background: #CD3331; color: #fff !important; font-weight: bold; font-size: 16px; line-height: 1em; border: 1px solid #9B2625; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; text-decoration: none; }
#verakom_reservation_link:hover { background: #9A3939; }

/* ========== gallery ========== */
#main .gallery { list-style: none; margin: 0; }
#main .gallery li { list-style: none; float: left; margin: 10px; display: inline; font-size: 0; line-height: 0; }
#main .linked-thumbnail img { border: 3px solid #EDEDED; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#main .linked-thumbnail:hover img { border-color: #FF9800; }

/* ========== map ========== */
#main .map { height: 500px; border: 3px solid #EDEDED; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#main .map .map-object-info-window { height: 45px; line-height: 1.1em; overflow: hidden; }
#main .map .map-object-info-window p { margin: 0.4em 0 0; }
#main .map .map-object-info-window img { float: left; margin-right: 0.6em; margin-top: 0.4em; }
#main .map .map-poi-info-window { line-height: 1.1em; }
#main .map .map-poi-info-window p { margin: 0; padding: 0.5em 0; }
#main .map .map-poi-info-window .address, #main .map .map-poi-info-window .contact { border-top: 1px solid #ccc; }

#main .map-controls { margin-top: 1.5em; }
#main .map-controls p { padding-left: 10px; }
#main .map-controls ul { list-style: none; margin-left: 10px; overflow: hidden; }
#main .map-controls ul li { float: left; list-style: none; cursor: default; color: #000; }
#main .map-controls ul li:hover { color: #FF9800; }

#main .map-controls .types li { height: 40px; background-image: url(../img/icons/checkbox_checked.png); background-repeat: no-repeat; background-position: left 10px; width: 216px; padding-left: 24px; line-height: 1em; }
#main .map-controls .types li.unchecked { background-image: url(../img/icons/checkbox_unchecked.png); }
#main .map-controls .types li .inner { display: block; height: 30px; padding: 10px 0 0 36px; background-repeat: no-repeat; background-position: left center; background-color: #fff; }
#main .map-controls .types li.pois .inner { background-image: url(http://google-maps-icons.googlecode.com/files/info.png); }

#main .map-controls .actions { margin-top: 2em; clear: both; zoom: 1; }
#main .map-controls .actions li { padding-left: 26px; padding-top: 12px; height: 28px; width: 154px; background-repeat: no-repeat; background-position: left center; }
#main.width-575 .map-controls .actions li.zoom { clear: left; }
#main .map-controls ul li.all { background-image: url(../img/icons/check_all.png); }
#main .map-controls ul li.none { background-image: url(../img/icons/check_none.png); }
#main .map-controls ul li.zoom { background-image: url(../img/icons/zoom.png); }
#main .map-controls ul li.center { background-image: url(../img/icons/center.png); }

/* ========== form ========== */
#main form p { padding: 0 10px; }
#main form .errorlist { color: #BF3030; list-style: none; margin-left: 170px; font-weight: bold; }
#main form .errorlist li { list-style: none; }
#main form .wrap { clear: both; overflow: hidden; margin-bottom: 0.4em; padding: 0 10px; }
#main form .wrap-error { padding: 10px; border: 1px dashed #BF3030; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#main form .wrap-error input, #main form .wrap-error textarea { border: 1px solid #BF3030; }
#main label.title { display: block; padding-top: 0.5em; float: left; width: 150px; margin-right: 20px; font-weight: bold; color: #000; }
#main label.title .info { font-weight: normal; }
#main textarea { height: 100px; width: 240px;}
#main form .daterange-input-wrap label.title { font-weight: normal; }
#main form .daterange-input-wrap .date-input-wrap { margin-left: 100px; }
#main form .daterange-input-wrap .date-input-wrap .errorlist { margin-left: 60px; }
#main form .daterange-input-wrap .date-input-wrap label.title { text-align: right; width: 40px; }
#main form .captcha-wrap label.title { width: 98px; margin-right: 10px; }
#main form .buttons .submit { margin-left: 180px; width: 252px; }

/* ========== pagination =========================== */
#main .pagination { padding: 0 10px; overflow: hidden; zoom: 1; }
#main .pagination .prev, #main .pagination .next, #main .pagination .page { display: block; float: left; height: 20px; padding: 0 8px; margin: 0 2px 0 1px; position: relative; border: 1px solid #EDEDED; }
#main .pagination .current { color: #FF9800; font-weight: bold; }

#main .top-pagination { border-bottom: 1px solid #EDEDED; }
#main .top-pagination .prev, #main .top-pagination .next, #main .top-pagination .page { top: 1px;  }
#main .top-pagination .current { border-bottom-color: #fff; }

#main .bottom-pagination { border-top: 1px solid #EDEDED; }
#main .bottom-pagination .prev, #main .bottom-pagination .next, #main .bottom-pagination .page { top: -1px; }
#main .bottom-pagination .current { border-top-color: #fff; }

#main .pagination a:hover { text-decoration: none; color: #FF9800; }
#main .pagination .disabled { color: #aaa; }

/* ========== objects list page ==================== */
#main .objects { list-style: none; margin: 0; }
#main .objects .object { display: inline; list-style: none; float: left; margin: 3px; padding: 3px; width: 140px; height: 80px; overflow: hidden; position: relative; border-top: 1px solid #eee; border-bottom: 1px solid #eee; }
#main .objects .object .title { margin: 0; padding: 0 0 0.2em; text-align: center; overflow: hidden; font-size: 13px; font-weight: normal; }
#main .objects .object .title a { white-space: nowrap; }
#main .objects .object .photo { float: left; display: block; width: 54px; height: 43px; text-align: center; font-size: 0; }
#main .objects .object .photo img { border: 1px solid #333; width: 52px; height: 41px; }
#main .objects .object .info { float: right; width: 80px; font-size: 11px;  }
#main .objects .object .info p { margin: 0; line-height: 1em; }
#main .objects .object:hover { border-color: #FF9800; }
#main .objects .object:hover .photo img { border-color: #FF9800; }
#main .objects .object:hover .title a { color: #FF9800; }
#main .objects .object:hover .info { color: #000; }

/* ========== special offers page ================== */
#main .offers { list-style: none; margin: 0; }
#main .offers .offer { list-style: none; border-bottom: 2px solid #fff; }
#main .offers .offer .title { margin-bottom: 0.4em; margin-top: 0.8em; }
#main .offers .offer .title .city { font-size: 	0.8em; }
#main .offers .offer .description .more { background: #fff; padding: 0 0.4em; }

/* ========== guestbook page ======================= */
#main .guestbook { list-style: none; margin: 0; }
#main .guestbook .entry { list-style: none; border-bottom: 2px solid #fff; }
#main .guestbook .entry .title { margin-bottom: 0.4em; margin-top: 0.8em; }
#main .guestbook .entry .title .date { font-size: 0.8em; }

/* ========== news listing page ==================== */
#main .news { list-style: none; margin: 0; }
#main .news .entry { list-style: none; border-bottom: 2px solid #fff; }
#main .news .entry .title { margin-bottom: 0.4em; margin-top: 0.8em; }
#main .news .entry .title .date { font-size: 0.8em; }
#main .news .entry .description .more { background: #fff; padding: 0 0.4em; }
/* ========================================================================= */


/* ========== footer ======================================================= */
#footer_wrapper { background-color: #171717; }
#footer_wrapper_inner { width: 1001px; margin: 0 auto; }
#footer { padding: 2em 15px 1em; overflow: hidden; }

#footer_menu .navigation li { list-style: none; font-size: 16px; font-weight: bold; color: #fff; float: left; margin-right: 4em; }
#footer_menu .navigation a { color: #fff; }
#footer_menu .navigation li li { float: none; font-size: 14px; font-weight: normal; margin: 0; list-style-type: square; list-style-position: inside; }

#footer_copyright_and_author { clear: both; padding-top: 3em; }
#footer_copyright { color: #9b9b9b; font-size: 11px; }
#footer_copyright a { color: #9b9b9b; }
#footer_author { font-size: 10px; }
#footer_author strong { font-weight: normal; }
#footer_author a { color: #4B4B4B; }
/* ========================================================================= */



/* ========== datepicker ===================================================== */
.ui-widget { font-size: 12px !important; font-family: "Trebuchet MS", "Nimbus Sans L", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif !important; }
/* ========================================================================= */



/* ========== colorbox ===================================================== */
/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:hidden;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/*
    Example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:url(../img/colorbox/overlay.png) repeat 0 0;}
#colorbox{}
    #cboxTopLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -100px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -129px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -100px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(../img/colorbox/controls.png) no-repeat -129px -29px;}
    #cboxMiddleLeft{width:21px; background:url(../img/colorbox/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(../img/colorbox/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(../img/colorbox/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(../img/colorbox/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:0px; left:0; text-align:center; width:100%; color:#000;}
        #cboxCurrent{position:absolute; bottom:0px; left:58px; color:#949494;}
        #cboxSlideshow{position:absolute; bottom:0px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0px; background:url(../img/colorbox/controls.png) no-repeat -75px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious.hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(../img/colorbox/controls.png) no-repeat -50px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext.hover{background-position:-50px -25px;}
        #cboxLoadingOverlay{background:url(../img/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(../img/colorbox/loading.gif) no-repeat center center;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(../img/colorbox/controls.png) no-repeat -25px 0px; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose.hover{background-position:-25px -25px;}
/* ========================================================================= */
