

body {
	margin: 0px;
	padding: 0px;
	background: #FFFFFF url(images/bg1.jpg) repeat left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #666666;
    text-align: justify;
}

h1, h2, h3 {
	margin-top: 0px;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}

h1 {
	font-size: 29px;
}

h2 {
	font-size: 27px;
   
}

h3 {
	font-size: 24px;
}

p, ul, ol {
	margin-top: 0px;
	line-height: 160%;
    text-indent: 2px;
}

ul, ol {
}

a {
	color: #0098A4;
}

a:hover {
	text-decoration: none;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	margin: 0px auto;
}

img.alignleft {
	margin-right: 20px;
}

img.alignright {
	margin-left: 20px;
}

a img {
	border: none;
}

/* Wrapper */



/* Header */

#header {
	width: 920px;
	height: 130px;
	margin: 0px auto;
	background: url(images/bg3.jpg) no-repeat center top;
    
}

/* Logo */

#logo {
	
    float: left;
    padding: 60px 0px 0px 30px;
}

#logo img {
	
    
}







/* Menu */

#menu {
	float: right;
    
}

#menu ul {
	margin: 0px;
	padding: 78px 80px 0px 0px;
	list-style: none;
     
    
}

#menu li {
	float: left;
      
      background: url(images/globulka.gif) ;
      background-position: center;
      background-repeat: no-repeat;
      padding:10pt;
      
      
}

#menu a {
	padding: 0px 20px 0px 22px;
	
	text-decoration: none;
	
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #7B7B7B;
}

#menu a:hover {
	text-decoration: underline;
	color: #0098A4;
}

#menu .first a {
	
    
}

/* Page */

#page {
	width: 920px;
	margin: 0px auto;
	background: url(images/bg4.jpg) repeat-y left top;
}

#bgtop {
	background: url(images/bg5.jpg) no-repeat left top;
}

#bgbottom {
	background: url(images/bg6.jpg) no-repeat left bottom;
}

/* Content */

#content {
	float: left;
	width: 650px;
	padding: 50px 0px 0px 35px;
}

.post {
}

.post .title {
	padding: 3px 0px 15px 25px;
	background: url(images/img5.gif) no-repeat left top;
}

.post .title h2, .post .title h3 {
	margin: 0px;
    color: #333333;
    font-weight: bold;
}



.post .title p {
	margin: 0px;
    font-weight: bold;
	font-size: 16px;
	color: red;
    
}



.post .entry p {
	padding: 1px 15px 25px 15px;
    text-indent: 20px;
    
}

/* Sidebar */

#sidebar {
	float: right;
	width: 180px;
	padding: 55px 10px 0px 0px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin: 15px 15px 25px 15px;
}

#sidebar li li {
	font-size: 14px;
}

#sidebar h2 {
	height: 27px;
	margin: 0px;
	padding: 18px 0px 0px 15px;
	background: url(images/img444.gif) no-repeat left top;
	font-size: 24px;
	color: #FFFFFF;
    padding: 10px;
    text-align: center;
    
}

#sidebar a {
	color: #BCE8EC;
}


/* Footer */

#footer {
	width: 920px;
	height: 100px;
	margin: 0px auto;
	background: url(images/bg7.jpg) no-repeat left top;
}

#footer p {
	margin: 0px;
	padding: 30px 0px 0px 0px;
	text-align: center;
	font-size: 11px;
}

#footer a {
	color: #797979;
}

/* css do ruszajacego sie menu z indexrycerz */
.wireframemenu{
border: none;


border-bottom-width: 0;
width: 170px;
position: absolute;


}


* html .wireframemenu{ /*IE only rule. Original menu width minus all left/right paddings */
width: 164px;

}

.wireframemenu li{
padding: 0;
margin: 0;
list-style-type: none;
background: url(images/globulka.gif) no-repeat scroll;
height:40px;

}

.wireframemenu a{
font: bold 13px Helvetica;
padding: 4px 3px;
width: 100%; /*Define width for IE6's sake*/
color: #595959;
text-decoration: none;

}

.wireframemenu a:visited{
color: #595959;
}

html>body .wireframemenu a{ /*Non IE rule*/
width: auto;
}

.wireframemenu a:hover{

color: blue;
}