@charset "utf-8";
/* CSS Document */


body
{
	margin: 0;
	padding: 0;
	color: #222222;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
	background-position: top;
	
	background-color: #112B2B;
	font-size: 12px;
	font-weight: normal;
	font-family: "Trebuchet MS", "Lucida Grande", Verdana, Georgia, Sans-Serif;
}


#strona {
	width: 100%;
	text-align: center;
}

#wrapper2 {
	width: 768px;
	margin-left: auto;
	margin-right: auto;
	
	text-align: left;
}

/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: normal; }

h1 { font-size: 32px; }

h2 { font-size: 28px; }

h3 { font-size: 24px; }

h4, h5, h6 { font-size: 20px; }


/* Links */

a { text-decoration: none; color: #AAD0D0; }
a:hover { 
	color: #DBEAEA; /* 93BFB */
}


code {
	color: #AAD0D0;
}

/*  UL  */

ul {
	list-style-image:url(../images/ico.gif);
}




/* Header */
.margin_top {
	width: 100%;
	height: 15px;
}


#header
{
	background: url(../images/header-bg.gif);
	background-position: top;
	background-repeat:no-repeat;
	height: 67px;	
	padding-left: 20px;
}



#header a { color: #AAD0D0; font-size: 20px; }

#header a:hover { color: #8EBABA; font-size: 20px; }

#slogan {
	font-size: 13px;
	color: #141F1F;
}


/* BANNER */

#navigation
{
	width: 100%;
	background-image: url(../images/header.gif);
	background-position: top;
	background-repeat:no-repeat;
	height: 212px;
	margin: 0px;
	padding: 0px;
}



/* Navigation */

#navigation ul.banner { 
	list-style-type: none; 
	list-style-image: none; 
	float: left; 
	margin: 0px ;
	padding: 0px;
}



	#navigation li.banner { 
		float: left; 
		padding: 0px;
		
	}
	
	#navigation li.banner a
	{
		float: left;
		color: #8CA5A5;
		display: block;
		
		margin: 0px 1px 0px 0px;
		font-size: 12px;
		padding: 5px 10px 5px 10px;
		background-color: #304242;
		background-image: url(../images/nav-bg.gif);
		background-position: bottom;
		background-repeat: repeat-x;
		border-left: 1px solid #1E2D2D;
		border-right: 1px solid #1E2D2D;
		
		text-transform: uppercase;
	}
	
	
	
	#navigation li.banner a:hover
	{
		color: #A5BABA;
		color:#FFF;
		background-color: #1B292A;
		background-image: url(../images/nav-bg2.gif);
		background-position: bottom;
		background-repeat: repeat-x;
	}
	
	
	#navigation li.ap
	{
		margin-left: 150px;
	}
	
	



#wrapper
{
	color: #BECDCD;
	background-color: #3C4E4E;
	border: 0px solid white;
	
	display: table;
	width: 100%;
	
	padding: 0px;
	margin: 0px;
}

.post-wrapper {
	background-image: url(../images/post-bg3.gif);
	background-repeat: no-repeat;
	width: 475px;
	padding: 0px;
	margin: 0px 0px 15px 10px;

}
	.post {
		margin: 0px 10px 0px 10px;
	}
		.titles { 
			font-size: 24px; 
			padding: 20px 0px 5px 0px;
		}
	
	.post-title {
		background-image:url(../images/post-title-bg.gif);
		background-position: top;
		background-repeat:repeat-x;
		float: left;
		height: 74px;
		margin: 0px 10px 10px 0px;
	}

	.post-title-left {
		background-image:url(../images/post-title-left.gif);
		background-position: top;
		background-repeat:no-repeat;
		float: left;
		width: 10px;
		height: 74px;
	}
	
	.post-title-right {
		background-image:url(../images/post-title-right.gif);
		background-position: top;
		background-repeat:no-repeat;
		float: left;
		width: 9px;
		height: 74px;
	}
	
	.post-strona {
		float: left;
		color: #FFBD0C;
		font-size: 20px;
		font-family: Georgia;
		padding-top: 20px;
	}
		
	
	.post-footer 
	{ 
		clear: both;
		font-size: 90%; 
		color: #677F7F;
		margin-bottom: 5px; 
		padding:5px 5px 5px 15px;
		background-color: #394B4B;
		border: 1px solid #2E3F3F;
	}

	
		
#sidebar-wrapper {
	float: right;
	background-image: url(../images/sidebar-bg.gif);
	background-position: left;
	background-repeat:repeat-y;
	width: 260px;
	margin: 0px 8px 0px 0px;	
	border: 0px solid red;
}
	

	.sideblock {
		padding:10px;
	}
	.slajdy	{
		padding: 9px;
	}
	.slajdy img {
		width: 240px;
	}
	
	#ramka {
		background-color: #222F2F;
		border:1px solid white;
		width: 240px;
	}

	ul.menu {
		list-style-image: none;
		list-style-type:square;
		font-size: 14px;
		text-transform:uppercase;
	}
	
	ul.menu li {
		padding: 0px;
	}
	
	a.menu {
	}
	a.menu:hover {
		color:#FC0;
	}
	
	
#footer
{
	padding: 20px 20px 15px 20px;
	background-image: url(../images/footer-bg.gif);
	background-position: top;
	background-repeat: no-repeat;
	color: #BECDCD;
}

#footer a {
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}

#stat {
	float: right;
	clear:right;
	margin-right: 10px;
}