/* -------------------------------------------------------
   * Filename		screen.css
   * Updated		2009-11-20
   * 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 */

html {
	background: #d2d2d2 url(../gfx/bgBodyGradient.gif) 0 0 repeat-x;
}
body {
	background: url(../gfx/bgBody.jpg) 50% 0 no-repeat;
	color: #474747;
	font: normal 62.5%/170% 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h4 {
    font-size: 170%;
	font-weight: bold;
	margin-bottom: .3em;
}
a { color: #474747; text-decoration: none; }
a:hover { text-decoration: underline; }
p { margin: 1em 0; }
strong { font-weight: bold; }




/* STRUCTURE
 ---------------------------------------------------------------------------- */
#header, #content, #links { 
	font-size: 1.2em;
	margin: 0 auto;
	width: 800px; 
}
#content {
	background: url(../gfx/border.gif) 0 100% repeat-x;
	padding: 0 80px 2em 20px;
	width: 700px;
}
#home #content {
	padding: 0 50px 2em 20px;
	width: 730px;
}
#links {
	background: url(../gfx/border.gif) 0 100% repeat-x;
	font-size: 1.1em;
	line-height: 120%;
	margin-bottom: 1em;
	padding: 1.5em 0;
}
#header:after, #content:after, #links:after { 
	content: "."; display: block; font-size: 0; 
	height: 0; clear: both; visibility: hidden; 
}


/* HEADER
 ---------------------------------------------------------------------------- */
h1 {
    height: 83px;
    padding: 103px 0 131px;
    overflow: hidden;
    text-indent: -99999px;
    width: 230px;
}
h1 a {
    display: block;
    float: left;
    height: 100%;
    width: 100%;
}
#header p { margin: 0; }
#header a { color: #fff; }
#header ul { 
	height: 70px;
	margin-bottom: 60px; 
}
#header li {
    color: #fff;
    float: left;
    font-size: 140%;
	line-height: 140%;
	padding: 0 15px;
	width: 240px;
}
#header li.first {
    font-size: 170%;
	width: 190px;
}


/* CONTENT
 ---------------------------------------------------------------------------- */
.offer {
	float: left;
	font-size: 170%;
	width: 365px;
}
#content .offer ul {
	margin: 0;
}
#content .offer li {
	background: url(../gfx/dot.gif) 0 8px no-repeat;
	line-height: 120%;
	list-style: none;
	margin: .2em 0;
	padding-left: 16px;
}
#content .offer li p {
	margin: 0;
}
#map {
	border: 1px solid #ccc;
	height: 400px;
	width: 700px;
}


/* Markdown & common styles */
#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 {
    border: 1px dashed #ddd;
    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%; }
#container .gallery-desc ul, .gallery-desc li p { margin: 0; }
#container .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 #888;
    margin: 1em 0;
    border-collapse: collapse;
    width: 100%;
}
table td, table th { 
    border-right: 1px solid #888;
    border-bottom: 1px solid #888;
    padding: .3em .5em; 
}
table th, table .header { font-weight: bold; }
.ytmovie { clear: both; display: block; margin: .2em auto; }


 
/* FOOTER
 ---------------------------------------------------------------------------- */

