@import url(base.css);
body { font: 12px Arial, Verdana, sans-serif; text-align: center; background: url(/i/lay/bg.jpg) fixed repeat center 0; }
a { color: #760A09; }
a:hover { color: #d00; }

h1, h2 { font: 20px "Trebuchet MS"; color: #760A09; margin: 0 0 10px; }
h2 { margin-top: 30px; font-size: 16px; font-weight: bold; }

h1 a, h2 a { color: #760A09; }
h1 a:hover, h2 a:hover { text-decoration: underline; }



#container { width: 980px; margin: 0 auto; text-align: left; }

/* top */
#head { width: 100%; text-align: center; background: #4F0606 url('/i/lay/bg_top.jpg') repeat-x center 0; height: 107px; }
#top { position: absolute; top: 25px; width: 910px; font-size: 13px; line-height: 57px; padding: 0 35px; }

#top #logo   { width: 300px; float: left; margin-top: 10px; }
#top #navbar { width: 550px; float: right; text-align: right; }


#top ul { margin: 0; padding: 0; font-weight: bold; }
#top li { display: inline; margin-left: 10px; font-size: 14px; }
#top li a { background: #650808 url('/i/lay/bg_btn.png') repeat-x 0 0; color: #fff; text-decoration: none; padding: 5px 8px; font-weight: bold; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; }
#top li a:hover, #top li.act a { color: #fff; background: #8C0C0A; }


/* body */
#body { line-height: 160%; background: url('/i/lay/bg_body.png') repeat-y 0 0; padding: 25px 35px; color: #717171; }

#content { width: 630px; float: right; }
#sidebar { width: 240px; float: left; }


/* body - sidebar */
#sidebar h3 { background: url('/i/lay/bg_sidebar_head.png') no-repeat 0 0; height: 53px; margin: 0 -5px 0 -35px; padding: 10px 0 0 50px; color: #fff; }
#sidebar h3 a { color: #fff; }

/*#sidebar ul { margin: 2px 0 20px; }
#sidebar ul li { list-style: none; padding-bottom: 2px; margin-bottom: 2px; display: list-item; }
#sidebar ul li ul li { border-bottom: 1px dotted #ABABAB; }
#sidebar ul li ul li a { color: #2D2D2B; font-weight: bold; text-decoration: none;  background: url(/i/lay/list2.gif) no-repeat 0 4px; padding-left: 15px; display: list-item; }
#sidebar ul li ul li a:hover, #sidebar ul li ul li.act a { color: #000; background-position: 0 -16px; }*/
#sidebar ul { margin: 2px 0 20px; }
#sidebar ul li { list-style: none; padding-bottom: 2px; margin-bottom: 2px; display: list-item; border-bottom: 1px dotted #ABABAB; }
#sidebar ul li a { color: #2D2D2B; font-weight: bold; text-decoration: none;  background: url(/i/lay/list2.gif) no-repeat 0 4px; padding-left: 15px; display: list-item; }
#sidebar ul li a:hover, #sidebar ul li ul li.act a { color: #000; background-position: 0 -16px; }

/* body - content */
#content p { text-align: justify; }
#content p img { padding: 3px; border: 1px solid #eee; }
#content p a:hover img { border-color: #ddd; } /*do zmiany*/
#content ul { margin: 10px 0 10px 20px; }

.post_info { margin: 20px 0; border: 1px solid #eee; border-right: 0; border-left: 0; padding: 10px 0;  }








/* foot */
#foot { background: url('/i/lay/bg_foot.png') no-repeat 0 0; height: 100px; color: #570706; padding: 0 35px; }
#foot ul { margin: 0 0 13px; padding: 0; line-height: 50px; }
#foot li { display: inline; margin-right: 20px; }
#foot li a { text-decoration: none; color: #afafaf; }
#foot li a:hover, #foot li.act a { text-decoration: underline; }




/* msg */
.msg_error, .msg_warning, .msg_ok, .msg_info { font-size: 13px; padding: 7px 10px; margin: 0 0 20px 0; background-color: #fff; border: 1px solid #dadada; }
.msg_error    { color: #e00; }
.msg_warning  { color: #000; }
.msg_ok       { color: #2A2; }
.msg_info     { color: #085AAF; }

/* lightbox */
#lightbox { background-color: #fff; border: 1px solid #ddd; border-right-color: #ccc; border-bottom-color: #ccc; }
#lightboxDetails, #lightboxCaption, #keyboardMsg, #closeButton { display: none; height: 0; /*wylaczenie detali*/ } 
#lightbox img { border: none; clear: both;} 
#overlay img { border: none; }
#overlay { background-image: url(/i/lay/overlay.png); }
* html #overlay { background-color: #333; back\ground-color: transparent; background-image: url(blank.gif); filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="overlay.png", sizingMethod="scale"); }

