/* -------------------------------------------------------
   * Filename		screen.css
   * Updated		2010-04-28
   * Author     	Dariusz Pobożniak
   * Website		http://pobozniak.pl
   * Description 	CSS Document main default file
   ----------------------------------------------------- */

body, body#home {
	/* background: #dfdfdf; */
	color: #154d81;
	font: normal 14px/18px Verdana, Arial, Helvetica, sans-serif;
	background: #F4F2E6 url(../gfx/bg.jpg) top center repeat-x;
}

a { color: #154d81; text-decoration: none; }
a:hover { color: #000; }
p { margin: 1em 0; }
strong { font-weight: bold; }
h2,h3,h4 { font-weight: normal; }
input { background: #fff; }

#header, #header a, .contact .link, .trips .link { color: #fff; }

.clear {
	clear: both;
}
.info10lat {
	text-align: center;
}
.info10lat h2 a {
	color: #fff;
}

/* STRUCTURE
 ---------------------------------------------------------------------------- */
#wrapper {
    background: #fff;
	margin: 0 auto;
	padding-top: 10px;
	width: 960px; 
}
#header, #footer, h2, .textwrapper, .handimap, .gallery, #sidebar, #homenav li, #triplist, #logobox, #searchbox, #lastm .list { 
    margin: 10px; 
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
#header {
    /*background: url(../gfx/top01.jpg) 50% 50px no-repeat;*/
    font-size: 16px;
    /* height: 305px; */
    margin-top: 0;
    overflow: hidden;
}
#footer { clear: both; display: inline; float: left; margin-top: 30px; width: 940px; }
#sidebar { background: #b2d4ff; display: inline; float: left; margin: 0 0 0 10px; padding: 20px; width: 200px; }
#content { float: left; margin-top: -10px; width: 710px; }

#wrapper:after, #header:after, #container:after, #footer:after { 
	content: "."; display: block; font-size: 0; 
	height: 0; clear: both; visibility: hidden; 
}


/* HEADER
 ---------------------------------------------------------------------------- */
h1 {
    background: url(../gfx/logo.png) 0 0 no-repeat;
    height: 255px;
    overflow: hidden;
    text-indent: -99999px;
    width: 445px;
}
h1 a {
    display: block;
    height: 100%;
    width: 100%;
}
#header ul {
    background: #66a7ff url(../gfx/bgTopnav.gif) 10px 0 no-repeat;
    height: 50px;
    line-height: 50px;
    padding-left: 340px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
	margin: 0 0 20px;
}
#header li { border-left: 1px solid #fff; float: left; padding: 0 25px; }



/* CONTENT
 ---------------------------------------------------------------------------- */
h2, h3 { font-size: 16px; }
h2 { background: #66a7ff; color: #fff; padding: 20px; }
h3 { border-bottom: 1px solid #154d81; margin-bottom: 3px; padding-bottom: 3px; }
h2.connected { margin-bottom: 0; margin-top: 0; -moz-border-radius-bottomleft: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-left-radius: 0; -webkit-border-bottom-right-radius: 0; }
h4 { font-size: 18px; }
h5 { font-size: 18px; font-weight:bold; padding: 20px; }
.textwrapper, .gallery, #lastm .list { background: #e9e3ce; }
.textwrapper, #logobox { clear: both; padding: 15px 25px; }
#news-box .textwrapper, #triplist, #lastm .list { margin-top: 0; -moz-border-radius-topleft: 0; -moz-border-radius-topright: 0; -webkit-border-top-left-radius: 0; -webkit-border-top-right-radius: 0; }
#contact .textwrapper { clear: none; display: inline; float: left; margin: 0 10px 10px; width: 410px; }
.gallery { padding: 15px; text-align: center; }
.news { margin: 1em 0 2em; }
#logobox { text-align: center; }
#searchbox, #lastm { clear: both; display: inline; float: left; width: 960px; }

#lastm table { width: 100%; }
#lastm td { vertical-align: top; }

#news-box { float: left; margin-top: 10px; }
#news-box .textwrapper { display: inline; float: left; padding: 10px; }
#news-box .news { float: left; margin: 0; padding: 10px; width: 440px; }
#news-box .archive { color: #fff; display: inline; float: right; font-size: 12px; margin: 20px; }

#homenav li { display: inline; float: left; height: 198px; position: relative; width: 300px; margin: 0 10px 10px 10px; }
#homenav .contact { background: url(../gfx/bgHomeContact.jpg) 0 0 no-repeat; font-size: 16px; }
#homenav .tripbefore { background: url(../gfx/bgHomeTripbefore.jpg) 0 0 no-repeat; }
#homenav .trips { background: url(../gfx/bgHomeTrips.jpg) 0 100% no-repeat; }
#homenav .contact img { vertical-align: middle; }
#homenav .link { font-size: 18px; bottom: 11px; left: 0; position: absolute; width: 300px; }
#homenav .contact strong { display: block; font-size: 22px; }
#homenav .contact p { line-height: 180%; margin: 4px 12px; }
#homenav .contact .link { text-indent: 12px; }
#homenav .trips, #homenav .tripbefore { text-align: center; }

#triplist { background: #b2d4ff; display: inline; float: left; font-size: 16px; padding: 22px; text-align: center; }
#triplist li { border-bottom: 1px solid #154d81; display: inline; float: left; margin: 22px; padding-bottom: 10px; width: 180px; }
#triplist li img { display: block; margin-bottom: 8px; }

.textfloat { float: left; width: 890px; }
.handiform h4 { float: left; }
.handiform { padding-left: 20px; width: 660px; }
.textfloat .handiform { border-left: 1px solid #154d81; float: right; }
.handiform fieldset div { float: left; padding: 0 12px; width: 305px; }
.handiform label { display: block; }
.handiform .input, .handiform textarea, .handiform select { border: 1px solid #adadad; margin: 2px 0; padding: 3px; width: 295px; }
.handiform select.input { width: 303px; }
.handiform .input.short { width: 131px; }
.handiform select.input.short { width: 138px; }
.handiform p.short { width: 140px; }
.handiform p.last { margin-top: -80px; }
.handiform #question { height: 100px; }
.handiform #attractions { height: 50px; }
.handiform button, #footer form .submit { background: #154d81; border: 0 none; cursor: pointer; color: #fff; padding: 5px; margin-top: 6px; }
.handiform > div { text-align: right; }
.handiform .error label, .handiform label em { color: red; }
input.input, .textwrapper textarea { font: normal 12px Verdana, Arial, Helvetica, sans-serif; }
textarea { overflow: auto; }
.input:focus, textarea:focus { border-color: #555; }

#sidebar li {
    border-bottom: 1px solid #154d81;
    font-size: 16px;
    padding: .6em 0;
}


/* Markdown & common styles */
.alertbox { text-align: center; }
.positive { color: #139136; }
.negative { color: #f51616; }
.textwrapper ul, .textwrapper ol { margin: 1em 0 1em 20px; }
.textwrapper ul li { list-style: disc; }
.textwrapper ol li { list-style: decimal; }
/* gallery-box */
.gallery-box {
    border: 1px dashed #ccc;
    margin: 1em 0;
    padding: 1em;
    text-align: center;
}
.gallery-box dl { text-align: left; }
.gallery-box a img { border: 1px solid #ccc; padding: 3px; margin: .7em; }
.gallery-box a:hover img { border-color: #888; }
/* gallery-desc */
.gallery-desc { float: left; margin: 1em 0; width: 100%; }
.textwrapper .gallery-desc ul, .gallery-desc li p { margin: 0; }
.textwrapper .gallery-desc ul li { list-style: none; }
.gallery-desc li {
    clear: both; 
    float: left; 
    margin: .5em 0;
    width: 100%;
}
.gallery-desc .left img { float: left; }
.gallery-desc .right img { float: right; }
.gallery-desc .left p { margin-left: 190px; }
.gallery-desc .right p { margin-right: 190px; text-align: right; }
.gallery-desc .center { 
    clear: none; 
    max-height: 210px; 
    overflow: hidden; 
    width: 190px; 
}
* html .gallery-desc .center { height: 210px; }
/* table */
.textwrapper table {
    border: 0 none;
    border-collapse: collapse;
	border-spacing: 0;
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
.textwrapper table td, .textwrapper table th { 
    border-color: #154d81 #e9e3ce;
    border-style: solid;
    border-width: 1px 15px;
    padding: 0 .8em; 
}
.textwrapper table th, .textwrapper table .header { font-weight: bold; }
.ytmovie { clear: both; display: block; margin: .2em auto; }

.map_details { display: none; }
.handimap {
    background: #aaa;
	height: 300px;
	font-size: 12px;
	width: 940px;
}
.handimap h5 { margin: 0; font-size: 13px; font-weight: bold; }

/* ep3gate */
.quicksearchtable { float: right; }
#searchbox .main { float: left; width: 740px; }
#searchbox { font-family:Helvetica,Arial,Geneva,Swiss,SunSans-Regular; font-size:11px; }
#searchbox td { vertical-align: top; }
#searchbox table#navmenu td { line-height: 5px; vertical-align: middle; }

 
/* FOOTER
 ---------------------------------------------------------------------------- */
#footer form p, #footer #logos p, #footer form .submit { margin: 0; }
#footer form label { display: block; margin: 7px 0 15px; }
#footer form .input { background: #fff; border: 1px solid #154d81; padding: 4px; width: 258px; } 
#footer #logos { height: 168px; overflow: hidden; padding: 0 20px; text-align: center; width: 900px; }
#footer #logos li { float: left; width: 100px; }
#footer #logos a { display: block; }
#footer #logos a:hover img { opacity: .9; }
#footer .bottom { border-top: 1px solid #154d81; clear: both; margin-top: 20px; padding-top: 10px; width: 100%; }
#footer .bottom .copy { float: right; }
#footer form, #footer fieldset, #footer .visits, #footer .input { float: left; }
#footer .visits { margin-right: 70px; }





/* facebook-slider */

#facebook-slider {
	position: fixed; 
	right:-348px; 
	top: 100px; 
	height: 82px;
	background: url('../gfx/fb-button.png') left top no-repeat; 
	padding-left: 31px; 	
	cursor: pointer;
	z-index: 100;
}

#facebook-box {
	background-color: #fff;
}




