/* style globalne */
body{
	margin: 0;
	padding: 0;
	background: #fff;
	color: #424F5D;
	font: 14px/120% Verdana;
}
a {
	text-decoration: none;
	color: #0B68B7;
	font-size: 12px;
	border: 0;
	margin: 0;
	padding: 0;
	font-weight:bold;
}
a:hover{
	color: ButtonHighlight;
}
img{
	border: 0;
	margin: 0;
	padding: 0;
}
.left{
	float: left;
}
.right{
	float: right;
}
/* wolna przestrzen */
.cleardiv{
	clear: both;
	height: 1em;
}

/* style dla okreslonych sekcji storny */
#page{
	/*background: #0B68B7;*/
	margin: 0 auto;
	width: 790px;
}
#logo, #footer{
	border:0;
	margin:0;
	padding: 0;
	width: 100%;
}
.puzzle{
	float: left;
}
.puzzle-end{
	float: right;
	margin: 25px 15px 0px 0px;
}

#contener{
	border:0;
	margin:0;
	padding: 0;
	width: 100%;
	min-height:10px;
	background-color: #40b2bc;
	background-image: url(../img/srodek_00.gif);
	background-repeat: repeat-x;
	display: block;
	overflow: hidden;
	clear: both;
}

#contener2{
	width: 674px;/*210px;*/
	border:0;
	margin:0px 0 0 55px;
	float: left;
	/*padding: 2em 444px 1em 0;*/
	background-image: url(../img/srodek_02.gif);
	background-repeat:repeat-y;
	display: block;
	
}
#menu{
	width: 210px;
	border:0;
	margin:0px 0 0 0;
	float: left;
	padding: 2em 0 1em 0;
	display: block;
	overflow: hidden;
	clear: both;
}
#menu ul{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#menu ul li{
	margin-top: 0;
}
#menu ul li a{
	display: block;
	padding: 5px 0px 3px 20px;
	text-decoration: none;
	color: #000;
	font-size: 14px;
	background-image: url(../img/menu_off.gif);
	height: 52px;
	width: 190px;
}
#menu ul li a:hover{
	background-image: url(../img/menu_on.gif);
}
#content-top{
	width: 100%;
	height:25px;
	background-image: url(../img/srodek_03.gif);
	background-repeat: no-repeat;
}
#content-bottom{
	width: 100%;
	height:20px;
	background-image: url(../img/srodek_15.gif);
	background-repeat: no-repeat;
}
#content-middle{
	margin:0 10px 0 15px;
	min-height: 350px;
}
#content{
	width: 464px;
	border:0;
	margin: 0;
	padding: 0;
	float: left;
	background-image: url(../img/srodek_08.gif);
	background-repeat: repeat-y;
}

#content h1{
	text-align:center;
	margin: 0;
	padding: 10px;
	padding-top:15px;
}
#content p{
	margin: 0;
	padding: 5px 5px 5px 5px;
}
#content #info{
	width: 400px;
	margin: 10px auto 10px auto;
}
#content #info h3{
	color:#0B68B7;
	padding: 2px 6px;
	margin: 0;
	border-bottom: 1px solid #0B68B7;
}
#content #info #text{
	width: 300px;
	margin: 0 0 0 40px;
	padding: 5px;
	border-left: 1px solid #0B68B7;
	border-bottom: 1px solid #0B68B7;
}

#text a:hover{
	color:#0B68B7;
	text-decoration: underline;
}
#footer-bar{
	background-image: url(../img/dol_05.gif);
	text-align: center;
}
#footer ul{	
	list-style-type: none;
	padding: 10px 10px 5px 10px;
	margin: 0;
}
#footer li{
	display: inline;
	margin-right: 1em;
} 
#footer a{
	color: #fff;
}
#footer a:hover{
	color: #bee1ff;
}
#mapa{
	display:inline;
}
#mapaa{
	text-align:center;
	}
#content-admin{
display:inline;
	float:left;
	width: 97.5%;
	min-height:250px;
	margin: 10px auto 10px auto;
	padding: 10px;
	background-color: #bee1ff;
}
#information{
	padding: 20px 30px 20px 30px;
}
#photo{
	padding: 10px 30px 0px 30px;
}
.separation{
	
	padding: 20px 20px 20px 20px;
}
#small-text{
	padding-left:40px;
	font-size: 9px;
}
.postedby{
	font-size:10px;
	text-align: right;
	font-style: italic;
}
ul.user,ul.albums {
	background-color: #FFFFFF;
	border: 0px;
	padding: 0px;
	
}
ul.user{
	
}
li.albums {
	display: block;
	float: left;
	margin: 5px;
	padding: 5px;
	text-align: center;
	background-color: #E0EAFF;
	border: 1px solid #515B5C;
}
li.user{
	display: block;
	float: left;
	width: 400px;
	background-color: #E0EAFF;
	border: 1px solid #515B5C;
	margin:5px;
}
span.album{
	float:none;
	text-align: center;
	/*display: inline;*/
	margin: 5px;
	padding: 5px;
	vertical-align: middle;
	
}

li.user img{
	/*vertical-align: middle; */ 
	float: left;
    margin: 4px;
	
}
.post .title{padding-top: 15px;}
.post .title a{
	font-size: 18px;
	
}
.pagination{text-align: center;}

