/* Style główne */



body {

	background: #e8f7f9;

        font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;

	font-size:70%; /* 10 pix */

	color:#222222;

	}



* {

	margin:0;

	padding:0;

	}



img {

	border:0;

	margin:10

	}



p {

	margin-bottom:1.75em;

	color:#000080

        }



a {

	text-decoration:none;

	color:#990000;

	}

a:hover {

	text-decoration:bold;

	color:#990000;

	}



/* Struktura */





#wrapper {

	margin:0 auto;

	width:910px;

	background: #ffffff;

	font-size:1.20em;



	}

#header {

	height:140px;

	background:url("bg-header.jpg"/*wpisać adres*/) no-repeat top center;

	}

#menu {

	height:35px;

	line-height:35px;

	background:url("bg-menu.jpg"/*wpisać adres tła menu*/) repeat-x;

	padding:0 10px;

	}

#sidebar {

	float:left;

	width:180px;

	background:#efefef;

	margin-right:10px;

	}

#content {

	float:left;

	width:700px;

	min-height:200px;

	}

#footer {

	clear:both;

        height:58px;

	background:url("bg-footer.jpg"/*wpisać adres spodu strony*/) no-repeat;

	}

#links{

font-weight:bold;

}

#here{

	font-weight:bold;

	color:#6CC7DC;

}



/* Entries */



.entry {

	padding:5px 10px;

	text-align:justify;

	line-height:1.75em;

	}

.entry a{

	text-decoration:underline;

	}

.entry-title {

	font-size:1.90em;

	font-weight:normal;

	letter-spacing:-1px;

	color:#B4C835;

	}

.date {

	font-size:0.9em;

	color:#bbb;

	cursor:default;

	text-align:left;

        letter-spacing:1px;

	margin-left:10px;

	}



/* Menu */



#menu ul {

	list-style-type:none;

	}

#menu li {

	float:right;

	}

#menu li a {

	padding:0 15px;

	display:block;

	color:#ffffff;

	margin-right:2px;

	}

#menu li a:hover, #menu li .here{

	background:url("bg-menu-hover.png"/*wpisac adres tła menu aktywnego*/) no-repeat center center;

	}



/* Menu boczne */



#sidebar ul {

	list-style-type:none;

	margin-top:10px;

	}

#sidebar li {

	

	}

#sidebar li a {

	display:block;

	height:20px;

	line-height:20px;

	color:#222222;

	text-align:left;

        padding-left:5px;

	border-bottom:1px solid #dddddd;

	}

#sidebar li a:hover {

	background:#edebed;

	color:#6CC4D8;

	}

#sidebar li a:hover, #sidebar li .here{

	background:url("bg-sidebar-hover.png"/*adres tła wyrówżnionego menu bocznego*/) no-repeat center center;

	}





#sidebar-bottom {

	height:20px;

	background:url("bg-sidebar-bottom.gif"/*dół tła menu bocznego*/) no-repeat top center;

	}



/* Stopka strony */



#footer-valid {

	padding-top:15px;

	padding-right:10px;

	cursor:default;

	color:#ffffff;

	}

#footer-valid a {

	color:#ffffff;

	text-align:right;

        text-decoration:none;

	}

#footer-valid a:hover {

	color:#ffffff;

	text-decoration:underline;

	}



/* Nagłówki */



h1 {

	font-size:100%;

	font-weight:normal;

	cursor:default;

	text-align:left;

	position:relative; top:90px; left:30px;

	letter-spacing:1px;

	color:#aaaaaa;

		}

h2 {

	font-size:100%;

	font-weight:bold;

	cursor:default;

	letter-spacing:1px;

	color:#990000;

		}




