html
{
}

body
{
	background: url('img/bg.png') repeat;
	font-family: verdana, sans-serif;
	font-size: 10px;
}

div#wrap
{
	margin: 5px auto;
	width: 930px;
}

div#top
{
	height: 140px;
	background: url('img/bg_top.jpg') no-repeat;
	position: relative;
}

div#top ul
{
	position: absolute;
	bottom: 0;
	right: 20px;
	list-style: none;
}

div#top ul li
{
	width: 130px;
	float: left;
}

div#top ul li a
{
	display: block;
	height: 35px;
}

a#logo
{
	position: absolute;
	top: 30px;
	left: 20px;
	background: url('img/bg_top_logo.jpg') no-repeat;
	width: 410px;
	height: 55px;
}

a#too_cool
{
	position: absolute;
	display: block;
	top: 0px;
	right: 0px;
	width: 100px;
	height: 100px;
	background: url('img/too_cool.gif') no-repeat;
}

a#menu_home 
{	
	background: url('img/menu_home2.png') no-repeat 0 -34px; 
	width: 35px; 
	height: 34px; 
	display: block; 
	position: absolute;
	left: 25px;
	bottom: 0;
}

a#menu_home:hover { background-position: 0 0; }

a#menu_news {	background: url('img/menu_news.png') no-repeat; }
a#menu_foto {	background: url('img/menu_foto.png') no-repeat; }
a#menu_wycieczki {	background: url('img/menu_wycieczki.png') no-repeat; }
a#menu_foto {	background: url('img/menu_foto.png') no-repeat; }
a#menu_sprzet {	background: url('img/menu_sprzet.png') no-repeat; }
a#menu_stats {	background: url('img/menu_stats.png') no-repeat; }

div#top ul li a:hover
{
	background-position: 0 -35px;
}

div#footer
{
	clear: both;
	border-top: 1px solid #ddd;
	margin: 10px auto 0 auto;
	padding-top: 8px;
	padding-bottom: 2px;
	text-align: center;
}

div#footer a
{
	font-weight: normal;
/*  color: #525764;*/
	color: gray;
	margin: 0 10px 0 10px;
	text-decoration: none;
	font-size: 0.95em;
}

div#footer a:hover
{
	color: black;
	text-decoration: underline;
}

div#bottom
{
	text-align: center;
	background: url('img/bg_bottom.gif') no-repeat;
	padding: 20px 0 20px 0;
	font-size: 1.1em;
	font-weight: bold;
	color: gray;
}

div#main
{
	padding: 5px 30px 0 30px;
	font-size: 1.2em;
	overflow: hidden;
	background: transparent url('img/main_bg.png') repeat-y;
}

div#featFoto
{
	margin: 45px 0 10px 20px; 
	float: right;
	position: relative;
	overflow: hidden;
}

div#featFoto div.goto
{
	background: url('img/pokaz_galerie.png') no-repeat;
	width: 167px;
	height: 101px;
	position: absolute;
	top: 5px;
	left: 5px;
}

div#featFoto .cap
{
	font-size: 1.1em;
	padding: 4px;
	background: url('img/transpBlack.png') repeat;
	color: #ffcc00;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
/*  width: 100%;*/
}

div#featFoto .cap strong
{
	color: #7cb5f0;
}

div#featFoto .cap p
{
	font-size: 0.85em;
	line-height: 1.3em;
	color: white;
	padding: 6px 4px 2px 0;
}

div#main h1
{
	font-size: 2.1em;
	margin-bottom: 2px;
	padding-top: 15px;
	padding-bottom: 2px;
	color: #525764;
	letter-spacing: -1px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

div#main h2
{
	font-size: 1.7em;
	font-family: sans;
	margin-bottom: 10px;
	color: #525764;
}

div#main h3
{
	font-size: 1.3em;
	font-weight: bold;
	font-family: sans;
	margin-top: 20px;
	margin-bottom: 4px;
	color: #525764;
}

div#main small
{
	font-size: 0.7em;
	color: gray;
}

div#main #detail_right
{
	font-size: 0.61em;
	font-weight: bold;
	color: gray;
	position: absolute;
	bottom: 2px;
	right: 0;
}

div#main div.meta
{
	padding-bottom: 10px;
}

div#main span.data
{
	height: 16px;
	line-height: 16px;
	background: url('img/date.gif') no-repeat 0 center;
	padding-left: 20px;
	color: gray;
/*  float: left;*/
}

div#main span.comments
{
	height: 16px;
	line-height: 16px;
	background: url('img/comments.gif') no-repeat 0 center;
	padding-left: 20px;
	color: gray;
	float: right;
}

div#main p
{
	text-align: justify;
	line-height: 1.6em;
	margin-bottom: 12px;
}

div#main hr
{
	height: 1px;
	line-height: 1px;
	background-color: #ddd;
	border: none;
	color: #ddd;
	clear: both;
	margin: 10px 0 10px 0;
}

b, strong { font-weight: bold; }

div#main hr.space
{
	clear: both;
	width: 0;
	margin: 5px 0 5px 0;
}

a#rss
{
	position: absolute;
	right: 30px;
	top: 35px;
	width: 43px;
	height: 42px;
	background: url('img/rss.png') no-repeat 0 0;
}

a#rss:hover { background-position: 0 -42px; }

a#rss_comments
{
	float: right;
	padding-left: 20px;
	background: url('img/feed.png') no-repeat center left;
	line-height: 20px;
	text-decoration: none;
}

a, a:visited, a:active
{
	color: #3380cf;
	font-weight: bold;
}

a:hover
{
	color: #7cb5f0;
	text-decoration: none;
}

a.box
{
	font-weight: normal;
	display: block;
	float: left;
	width: 400px;
	padding: 6px;
	margin-bottom: 5px;
	color: black;
	text-decoration: none;
	border: 1px solid white;
}

a.box:hover
{
	border: 1px solid #ffcc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white url('img/gradient-yellow.png') repeat-x;
}

a.right
{
	margin-left: 40px;
}

a.box img
{
	float: left;
	margin-right: 20px;
	padding-top: 2px;
	padding-left: 2px;
}

a.box p
{
	margin-left: 86px;
}

/* ====================================================================== */

div#flashMessage,
div#msg_ok
{
	font-size: 1.1em;
  font-weight: bold;
  margin: 10px;
	padding: 5px;
	padding-left: 20px;
	border: 1px solid green;
	background: #bdeb8b url('img/accept.png') center left no-repeat;
	border-radius: 4px;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: left;
}

div#msg_error,
div#authMessage,
div#flashMessageError
{
	font-size: 1.1em;
  font-weight: bold;
  margin: 10px;
  padding: 5px;
  padding-left: 20px;
  border: 1px solid red;
  background: #ffd3d3 url('img/decline.png') center left no-repeat;
	border-radius: 4px;
  -moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	clear: left;
}

#adminMenu
{
	width: 1000px;
	border: 1px solid red;
	padding: 6px;
	text-align: center;
	margin: 20px auto 10px auto;
	background: white;
	font-weight: bold;
	font-size: 1.2em;
}

#adminMenu a
{
	margin: 0 5px 0 5px;
}

/* ====================================================================== */

table.admin
{
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 20px 0 10px 0;
}

table.admin th
{
	padding: 4px 4px 4px 6px; 
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	background: #eee;
}

table.admin td
{
	padding: 3px 2px 3px 6px;
	border-bottom: 1px dashed #ccc;
	border-right: 1px dashed #ccc;
}

table.admin tr.hover
{
	background: white url('img/gradient-yellow.png') repeat-x;
}

/* ====================================================================== */

ul.dots
{
	margin-left: 20px;
	margin-bottom: 10px;
	list-style-image: url('img/list_square.png');
	line-height: 1.4em;
}

ul.sitemap ul
{
	margin: 5px 0 10px 0;
}

ul.sitemap li
{
	margin: 3px 0 3px 0;
}

ul.sitemap li a
{
	font-weight: normal;
	text-decoration: none;
}

ul.lista
{
	width: 90%;
	margin: 15px auto;
}

ul.lista li 
{
	clear: left;
	position: relative;
}

ul.lista li hr
{
	clear: both;
	width: 0;
	height: 0;
}

ul.lista li a
{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: black;
	font-weight: normal;
	border: 1px solid white;
}

ul.lista li a:hover
{
/*  margin: -1px;*/
	border: 1px solid #ffcc00;
	background: white url('img/gradient-yellow.png') repeat-x;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

ul.lista li a b
{
	margin: 5px 0 4px 0;
	display: block;
	font-size: 1.15em;
	color: gray;
}

ul.lista li a p
{
	padding-top: 5px;
}

ul.lista span.count
{
	font-size: 1.7em;
	display: none;
	float: right;
	color: gray;
/*  color: #525764;*/
}

ul.lista li a:hover span.count { display: block; }

ul.lista li a:hover b { color: black; }

ul#admin li
{
	font-size: 1.1em;
	margin: 5px 0 5px 10px;
}

a.add
{
	background: url('img/add.png') no-repeat 0 center;
	line-height: 2.0em;
	padding-left: 20px;

}

/* ====================================================================== */

.center
{
	text-align: center;
}

ul#trip
{
	border: 1px solid #ccc;
	overflow: hidden;
}

ul#trip .hdr
{
	font-weight: bold;
	font-size: 1.1em;
	padding: 6px 0 6px 5px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	background: #ddd;
}

ul#trip li
{
	border-bottom: 1px dashed #ccc;
}

ul#trip li div
{
	float: left;
	line-height: 16px;
}

ul#trip li a
{
	color: black;
	font-weight: normal;
	margin: 0;
	padding: 4px 0 4px 5px;
	overflow: hidden;
	border: none;
}

ul#trip li a:hover
{
	border: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0px;
}

ul#trip li img
{
	margin-right: 4px;
	vertical-align: top;
}

/* ====================================================================== */

ul#service
{
	margin-top: 20px;
	border: 1px solid #ccc;
}

ul#service li
{
	padding: 10px;
	border-bottom: 1px dashed #ccc;
}

ul#service div.service-hdr
{
	float: left;
}

ul#service div.service-body
{
	clear: both;
	padding-top: 4px;
}

/* ====================================================================== */

#admin-dash
{
	margin-top: 20px;
	margin-bottom: 20px;
}

#admin-dash div.admin-dash-item
{
	width: 278px;
	height: 80px;
	padding: 5px;
	float: left;
	border-bottom: 1px dashed #ccc;
}

#admin-dash .hover
{
	background: white url('img/gradient-yellow.png') repeat-x;
}

#admin-dash div.admin-dash-item img
{
	float: left;
	padding-right: 10px;
}

#admin-dash div.admin-dash-item a
{
	text-decoration: none;
}

#admin-dash div.admin-dash-item ul
{
	margin-left: 74px;
}

#admin-dash div.admin-dash-item li
{
	margin-bottom: 2px;
}

#admin-dash div.admin-dash-item h3
{
	margin-top: 5px;
}

/* ====================================================================== */

div.paginate
{
	clear: both;
	border-top: 1px solid #ddd;
	text-align: center;
	padding: 8px 0 4px 0;
	font-size: 1.1em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	position: relative;
}

div.paginate div#counter
{
	position: absolute;
	top: 8px; 
	left: 0;
	font-weight: normal;
	margin-left: 5px;
}

div.paginate span a
{
	padding: 1px 5px 1px 5px;
	border: 1px solid #ddd;
	background: #eee;
	color: #757575;
	text-decoration: none;
}

div.paginate span a:hover
{
	border: 1px solid #757575;
	color: black;
}

div.paginate span.current
{
	background: #7bb5ef;
	padding: 1px 5px 1px 5px;
	border: 1px solid #3b86d3;
	color: white;
}

/* ====================================================================== */

a#getTrack
{
	margin: 0 auto;
	display: inline-block;
	width: 180px;
	height: 45px;
	background: url('img/getTrack.png') no-repeat;
}

a#getFoto
{
	margin: 0 auto;
	display: inline-block;
	width: 180px;
	height: 45px;
	background: url('img/getFoto.png') no-repeat;
}

a#getTrack:hover,
a#getFoto:hover
{
	background-position: 0 -45px;
}

/* ====================================================================== */

div#stat
{
	border: 1px solid #ffcc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white url('img/gradient-yellow.png') repeat-x;
	padding: 4px 6px 4px 6px;
	text-align: center;
	font-size: 1.2em;
	width: 90%;
	margin: 10px auto;
}

div#stat img
{
	vertical-align: middle;
	margin-left: 20px;
	margin-right: 4px;
}

div#stat span#pogoda
{
	margin-left: 20px;
}

div#stat span#pogoda img
{
	margin-left: 4px;
	vertical-align: text-bottom;
}

div#stat img#first
{
	margin-left: 0;
}

div#opis
{
	border: 1px solid #ccc;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: white url('img/gradient.png') repeat-x;
	padding: 4px 6px 4px 6px;
	width: 90%;
	margin: 20px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
}

div#opis p
{
	margin-bottom: 0.4em;
}

div#opis h4
{
	font-weight: bold;
	padding-top: 0.4em;
}

div#gpsmap
{
	margin: 10px auto;
	width: 800px;
}

/* ====================================================================== */

div#sezon
{
	margin: 15px auto 0 auto; 
	background: url('img/sezon_bg.png')  0 1px repeat-x;
	width: 580px;
	height: 45px;
	line-height: 45px;
	overflow: hidden;
}

div#sezon img
{
	float: left;
	height: 45px;
}

div#sezon img#end
{
	float: right;
}

div#sezon a
{
	display: block;
	float: left;
	width: 60px;
	height: 45px;
	margin-left: 5px;
}

div#sezon a:hover
{
	background-position: 0 -45px;
}

a#sezon_2011 { background: url('img/sezon_2011.png') no-repeat; }
a#sezon_2010 { background: url('img/sezon_2010.png') no-repeat; }
a#sezon_2009 { background: url('img/sezon_2009.png') no-repeat; }
a#sezon_2008 { background: url('img/sezon_2008.png') no-repeat; }
a#sezon_2007 { background: url('img/sezon_2007.png') no-repeat; }
a#sezon_2006 { background: url('img/sezon_2006.png') no-repeat; }
a#sezon_2005 { background: url('img/sezon_2005.png') no-repeat; }

.left
{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.right
{
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}

table#sprzet
{
	width: 70%;
	margin: 0 auto 10px auto;
	border: 1px solid gray;
	border-collapse: collapse;
}

table#sprzet th
{
	font-weight: bold;
	padding: 4px 2px 4px 2px;
	font-size: 1.1em;
	background: #ccc;
}

table#sprzet td
{
	padding: 4px 2px 4px 2px;
	font-size: 1.1em;
	border-bottom: 1px dashed #ccc;
}

table#sprzet td.element
{
	font-weight: bold;
	padding-left: 2px;
	vertical-align: middle;
}

table#sprzet .td_right
{
	text-align: right;
	padding-right: 20px;
}

div#loading_comments
{
	text-align: center;
	padding: 4px;
}

/* ====================================================================== */

form label
{
	float: left;
	font-weight: bold;
	width: 100px;
	text-align: right;
	padding-right: 5px;
	padding-top: 5px;
	clear: both;
}

form input,
form textarea
{
	padding: 2px;
	border: 1px solid #ccc;
	background: #eee;
	margin-bottom: 4px;
}

form input:focus,
form textarea:focus
{
	border: 1px solid #3b86d3;
	background: #fffcae;
}

form input[type=submit]
{
	margin-left: 105px;
	padding: 5px 10px 5px 10px;
	font-weight: bold;
}

form#searchForm
{
	float: right;
	position: relative;
	top: 43px;
	right: 100px;
}

/*span.highlight*/
/*{*/
/*  background: yellow;*/
/*  font-weight: bold;*/
/*}*/

ul#searchResult li
{
	clear: left;
	margin: 0 40px 20px 40px;
}

ul#searchResult li div
{
	margin-left: 50px;
	text-align: justify;
	line-height: 1.6em;
}

ul#searchResult img
{
	float: left;
	width: 30px;
	margin-right: 10px;
}

/* ====================================================================== */

#news-slider
{
	width: 800px;
	float: right;
}

#news-slider .news-item
{
	width: 800px;
}

#news-slider-numbers
{
	float: right;
	width: 60px;
	margin: 20px 0 0 10px;
}

#news-slider-numbers li
{
	width: 40px;
	height: 50px;
}

#news-slider-numbers1, 
#news-slider-numbers2,
#news-slider-numbers3
{
	background-image: url('img/slider-numbers.png');
	background-repeat: no-repeat;
}

#news-slider-numbers1 { background-position: 0 0; }
#news-slider-numbers2 { background-position: 0 -50px; }
#news-slider-numbers3 { background-position: 0 -100px; }

#news-slider-numbers1.current { background-position: -40px 0; }
#news-slider-numbers2.current { background-position: -40px -50px; }
#news-slider-numbers3.current { background-position: -40px -100px; }

/* ====================================================================== */

ul.test-plus,
ul.test-minus
{
	width: 45%;
	list-style-position: inside;
	float: left;
	display: block;
	padding-bottom: 30px;
}

ul.test-plus { margin-right: 50px; }

ul.test-plus li,
ul.test-minus li
{
	line-height: 16px;
}

ul.test-plus li { list-style-image: url('img/add.png'); }
ul.test-minus li { list-style-image: url('img/decline.png'); }

