/* -------------------------------------------------------
   * Filename		screen.css
   * Updated		2009-12-02
   * Author     	Dariusz Pobożniak
   * Website		http://pobozniak.pl
   * Description 	CSS Document main default file
   ----------------------------------------------------- */
   

@import url("reset.css"); 	    /* reset browser defaults  */
@import url("fancybox.css");    /* lightbox gallery styles */

body {
    background: #842e00 url(../gfx/bgBody.gif) 50% 0 repeat-y;
	color: #ffd594;
	font: normal 62.5%/170% Georgia, Arial, Helvetica, sans-serif;
}


a { color: #ffd594; text-decoration: none; }
a:hover { color: #fdb74b; }
p { margin: 1em 0; }
strong { font-weight: bold; }
h2 {
	background: url(../gfx/bgTitle.png) 0 50% no-repeat;
	font-size: 2em;
	line-height: 53px;
	padding-left: 1em;
}


/* STRUCTURE
 ---------------------------------------------------------------------------- */
#wrapper {
	background: transparent url(../gfx/bgBody.jpg) 50% 0 no-repeat;
	width: 100%;
} 
#header, #content, #footer { 
	font-size: 1.6em;
	margin: 0 auto;
}
#header {
	padding: 21px 0 25px 28px;
	width: 842px;
}
#content {
	padding: 0 20px 2em 30px;
	width: 820px;
}
#footer {
	background: #842e00;
	font-size: 130%;
	line-height: 30px;
	padding: 0 15px;
	position: relative;
	text-align: right;
	width: 840px;
}

#header:after, #content:after, #footer:after { 
	content: "."; display: block; font-size: 0; 
	height: 0; clear: both; visibility: hidden; 
}


/* HEADER
 ---------------------------------------------------------------------------- */
h1 {
	float: left;
    height: 65px;
    margin-bottom: 190px;
    overflow: hidden;
    text-indent: -99999px;
    width: 160px;
}
h1 a {
    display: block;
    height: 100%;
    width: 100%;
}
#film {
	float: right;
	height: 315px;
	width: 485px;
}
#header ul {
    float: left;
    overflow: hidden;
	width: 345px;
}
#header ul li {
	display: inline;
}
#topnav {
	font-size: 130%;
	line-height: 35px;
	margin-bottom: .2em;
}
#topnav li {
	padding: 0 .6em;
}
#subnav li {
	border-left: 1px solid;
	margin-left: -1px;
	padding: 0 .3em;
}
.gallery a img {
	border: 4px solid #fff;
	margin: 5px;
}
.gallery a:hover img {
	border-color: #FFD594;
}



/* CONTENT
 ---------------------------------------------------------------------------- */
#content .sidegal {
	float: left;
	margin: 4em 30px 0 0;
	width: 430px;
}
#content .sidegal li {
	list-style: none;
	position: relative;
}
.sidegal li {
	z-index: 1;
}
.sidegal li img {
	border: 6px solid #fff;
}
.photo2 {
	left: 100px;
	top: -75px;
	z-index: 2;
}
.photo3 {
	left: 30px;
	top: -125px;
	z-index: 3;
}
#about .textwrapper {
	float: left;
	width: 360px;
}
.intro {
	border-bottom: 1px solid #cb6b00;
	margin-bottom: 2em;
	padding-bottom: 2em;
}
.intro .desc {
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.intro .more {
    background: #842e00;
	float: right;
	padding: .5em 1em;
}
.contact {
    float: left;
	width: 390px;
}
.map {
	float: right;
	width: 390px;
}
.map a {
    background: url(../gfx/bgMap.jpg) 0 0 no-repeat;
	display: block;
	height: 130px;
	margin-top: 1em;
	overflow: hidden;
	text-indent: -9999em;
	width: 365px;
	box-shadow: 0 0 10px #842e00;
	-moz-box-shadow: 0 0 10px #842e00;
	-webkit-box-shadow: 0 0 10px #842e00;
}
.map a:hover {
	opacity: .8;
}
#map {
	border: 1px solid #ffd594;
	height: 500px;
	width: 800px;
}

/* ---- FORM ---- */
.input, textarea {
	background: #fff;
	border: 1px solid #ffd594;
	display: block;
	float: left;
    font: 1em Verdana, Arial, Helvetica, sans-serif;
	padding: .2em;
	width: 500px;
}
textarea { overflow: auto; }
.input:focus, textarea:focus { border-color: #842e00; }
form {
	margin: 2em 0;
}
form label {
	float: left;
	margin-right: 30px;
	text-align: right;
	width: 170px;
}
form p {
	float: left;
	margin: .2em 0;
	width: 100%;
}
form .submit {
    color: #ffd594;
	background: #842e00;
	margin-left: 200px;
	padding: .5em 1em;
}
#gallist {
    margin: 1em 0;
	text-align: right;
}
#gallist label {
    float: none;
    margin-right: 1em;
    width: auto;
}

/* Markdown & common styles */
.positive, .negative {
	padding: 1em;
	text-align: center;
}
.positive { background-color: #056a16; }
.negative { background-color: #a62705; }
#content ul, #content ol { margin: 1em 0 1em 20px; }
#content ul li { list-style: disc; }
#content ol li { list-style: decimal; }
/* gallery-box */
.gallery-box {
    background: #f4f4f4;
    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 #ddd; padding: 3px; margin: .7em; }
.gallery-box a:hover img { border-color: #888; }
/* gallery-desc */
.gallery-desc { float: left; margin: 1em 0; width: 100%; }
#content .gallery-desc ul, .gallery-desc li p { margin: 0; }
#content .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 */
table {
    border: 1px solid #ccc;
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
table td, table th { 
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: .2em .4em; 
}
table th { font-weight: bold; }
table tr td:first-child { width: 85%; }
table tr td:last-child { text-align: center; }
.ytmovie { clear: both; display: block; margin: .2em auto; }


 
/* FOOTER
 ---------------------------------------------------------------------------- */
#footer .copy {
	background: url(../gfx/bgFooter.png) 0 0 no-repeat;
	display: block;
	position: absolute;
	left: -20px;
	line-height: 79px;
	padding-left: 70px;
	top: -25px;
}

