﻿@import url("listy_podstron.css");
@import url("formularze.css");

/*GŁOWNY PLIK CSS SZABLONU STRONY*/

/*OGÓLNE TAGI*/
a{
	text-decoration:none;
	color:#645856;
}

a:HOVER{
	color:#b11117;
}

img{
	border:none;
}

ul{
	margin:0px;
	padding:0px;
}

div.clear{
	clear:both;
}

h4{
	margin-bottom:4px;
}

/****************************************SZABLON STRONY*****************************************8****************/
body{
	font-size: 12px;
	font-family:Tahoma, Arial;
	background-color:#93E85A;
}

/*rama całej strony*/
#page{
	width:900px;
	margin: auto;
}

/*GÓRNA CZĘŚĆ STRONY */
#top{
	width:100%;
	height: 198px;
	background-image:url(images/top.png);
	background-repeat:no-repeat;
	position:relative;
}


/*menu ponad logo*/
#top #menu_over_logo{
	position:absolute;
	right:0px;
	top: 26px;
}


/*logo*/
#top .logo{
	position:absolute;
	top: 72px;
	left: 50px;
}

/*tekst pod logo - slogan*/
#top .text{
	width: 263px;
	position:absolute;
	top: 162px;
	left: 50px;
	
	text-align:center;
	color:#f9f1d5;
}

/*lista języków*/
#top .language{
	position:absolute;
	bottom: 21px;
	right: 5px;
}

#top .language div{
	float:left;
	margin: 3px;
}

#top .language img{
	border: 1px double #27211f;
}

/*Nawigacja użytkownika - zaloguj,zarejestruj,.. - górny pasek*/
#top .user{
	position:absolute;
	bottom: 0px;
	right: 1px;
	padding: 2px;
	padding-right: 8px;
	padding-left: 14px;
	
	background-image:url(images/top_user_bar.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	
	border: 1px solid #3b4249;
	border-right:none;
	
	text-align:right;
}

/*element pod #top - przechowuje górne menu*/
#top_bar{
	background-image:url(images/top_bar_gradient.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	clear:both;
	border: 1px solid #000000;
	border-bottom: 1px solid #589149;
	border-top: none;
}

/*Element zawieracjący #column i #content*/
#page_ins{
	width:898px;
	clear:both;
	border-right: 1px solid #000000;
	border-left: 1px solid #000000;
	background-color:#FFFFFF;
}

/*COLUMN - lewa kolumna strony - zawiera menu i inne boksy*/
#column{
	width:198px;
	min-height: 300px;
	float:left;
	border-right: 1px solid #93E85A;
	background-image:url(images/menu_gradient.jpg);
	background-repeat:repeat-x;
}

/*menu boczne*/
#menu{
	width:100%;
	padding-top:15px;
	padding-bottom: 25px;

}

/*Szukaj*/
#search{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:10px;
}

/*Boksy*/
#boxes{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
}

/*Newsletter*/
#newsletter{
	padding-left: 10px;
	padding-right: 10px;
	padding-top:5px;
}



/*Element zawierający treść strony*/
#content{
	width:669px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-top:15px;
	min-height: 300px;
	float:right;
}

#content #rss{
	float:right;
}

/*Stopka*/
#bottom{
	text-align:center;
	clear:both;
	padding: 10px;
	height:20px;
	padding-top: 7px;
	background-image:url(images/bottom.png);
	
	color:#FFFFFF;
}

#bottom a{
	color:#FFFFFF;
}

#bottom .copy{
	float:left;
}

#bottom .powered{
	float:right;
}

/******************KONIEC ELEMENTÓW SZABLONU STRONY************************/


/****************************SEKCJA MENU***********************************/


/*MENU BOCZNE*/
#menu_list{
	padding-left:10px;
	padding-right:10px;
}
#menu_list h3{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}

#menu_list ul{
	list-style:none;
}

#menu_list li{
	border-bottom: 1px dashed #589149;
}

#menu_list li a{
	display:inline-block;
	padding-top: 5px;
	padding-bottom: 5px;
	width:100%;
	font-weight: bold;
	color:green;
}

#menu_list li a.selected, #menu_list li a:HOVER, #menu_list li a.selected span, #menu_list li a:HOVER span{
	text-decoration:underline;
	color: #8b0304;
}

#menu_list li a:HOVER{
	background-color:#93E85A;
}

/*podkategorie menu bocznego*/
#menu_list ul.sub li{
	border:none;
}

#menu_list ul.sub li a{
	background-image: url(images/menu_bullet.png);
	background-position: 5px center;
	background-repeat:no-repeat;
	text-decoration:none;
}

#menu_list ul.sub li a span{
	margin-left: 20px;
	display:block;
}

/*MENU GÓRNE*/
#menu_upper_list{
	font-weight: bold;
	clear:both;
}

#menu_upper_list ul{
	list-style:none;
	height:inherit;
}

#menu_upper_list li{
	border-right: 1px solid #589149;
	display:block;
	float:left;
	height:inherit;
}

#menu_upper_list a{
	display:block;
	padding-top: 9px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	color: #000000;
}

#menu_upper_list li a.selected,#menu_upper_list li a:HOVER{
	color: #000000;
	background-image:url(images/top_bar_gradient.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

/*MENU PONAD LOGO*/
#menu_over_logo_list{
	font-weight: bold;
	clear:both;
}

#menu_over_logo_list ul{
	list-style:none;
	height:inherit;
	margin-right:10px;
}

#menu_over_logo_list li{
	float:left;
	height:inherit;
	padding-left:15px;
	margin-left: 15px;
	background-image:url('images/menu_over_bullet.png');
	background-repeat: no-repeat;
	background-position: 0px 2px;
	
}

#menu_upper_list a{
	display:block;
}

#menu_over_logo_list li a.selected,#menu_over_logo_list li a:HOVER{
	color: #8b0304;
}

/****************************KONIEC SEKCJI MENU************************************************/

/**KOMUNIKATY NA STRONIE**/
#message{
	padding:20px;
	background-color:#eafada;
	border: 1px solid #eae6e3;
	text-align:center;
	clear:both;
	margin-bottom:5px;
}

#message.error{
	background-color:#fee7dc;
}

/**STANDARDOWA ZAWARTOŚĆ STRONY**/
/*nagłówek strony*/
#content ul{
	padding:25px;
	padding-top:5px;
	padding-bottom:5px;
}

#page_header{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*nagłówek komentarzy*/
#comments_header{
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 15px;
}

/*tekst strony*/
#page_text{
	margin-bottom:20px;
}


/*mini obrazek na początku strony*/
#page_img{
	margin-right: 10px;
	margin-bottom: 10px;
	float:left;
}

#page_img img{
	border: 4px double #CCCCCC;
}

/*dolna część zawartosci strony, zwiera m.in cofnięcie się na poprzednią stronę*/
#page_options{
	margin-top: 10px;
	text-align:right;
	font-size:smaller;
	clear:both;
}
