/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(images/bg-top.gif) repeat-x;
	font-family:  Verdana, Arial, sans-serif;
	font-size: 14px;
	color: #FDFDFD;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.25em;
	margin-bottom: 3px;
	margin-top: 5px;
}

h2 {
	font-size: 1.2em;
	margin-bottom: 3px;
	margin-top: 5px;
}

h3 {
	font-size: 1.15em;
	margin-bottom: 8px;
	margin-top: 5px;
	color: #9AD8E6;
	padding-bottom: 3px;
	border-bottom: 1px solid #2C343A;
}


a {
	color: #45B4C1;
}

a:hover {
	text-decoration: none;
	color: #85E0DD;
}

img.left {
	float: left;
	margin: 3px 20px 0 0;
	border: 3px solid #848C8F;
}

img.right {
	float: right;
	margin: 3px 0 0 20px;
	border: 3px solid #848C8F;
}

hr {
	display: none;
}

/* Header */

#logo {
	width: 781px;
	height: 179px;
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	text-align: right;
	background-image: url(images/top-smk.jpg);
}


#logo h1, #logo p {
	color: #FFFFFF;
}

#logo h1 {
}

#logo p {
	margin: 0;
	padding: 13px 20px 0 2px;
	line-height: normal;
}

#logo a {
	text-decoration: none;
	color: #FFFFFF;
}
#logo img {
	padding-bottom:9px;
}
/* Menu */

#menu {
	width: 781px;
	height: 70px;
	margin-right: auto;
	margin-left:auto;
text-align:-moz-center;
!text-align:center; 



	background: #000 url(images/menu-bg.gif) repeat-x;
	
	
}

ul {
	list-style-type: square;
	list-style-image: none;
	list-style-position: inside;
	padding: 0;
	margin: 0;

}
ol  {
	list-style-type: decimal;
	list-style-position: inside;
}
ol ol {
	list-style-type: none;
}

li {
	
	margin: 5px 0;

}

a.button{
   float:left;
	font-size:80%;
	font-weight:bold;				
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #333;
	border-bottom:1px solid #333;
	color:#333;		
	width:auto;
	}	
a.button:hover{	
	border-top:1px solid #333;
	border-left:1px solid #333;
	border-right:1px solid #999;
	border-bottom:1px solid #999;	
	color:#333;					
	}	
a.button span{
	background:#d4d0c8 url(images/bg_btn.gif) repeat-x;			
	float:left;
	line-height:24px;
	height:24px;	
	padding:0 10px;							
	border-right:1px solid #777;
	border-bottom:1px solid #777;					
	}		
a.button:hover span{
	border:none;						
	border-top:1px solid #777;
	border-left:1px solid #777;		
	background:#d4d0c8 url(images/bg_btnOver.gif) repeat-x;	
	cursor:pointer;	
	}	
/* Wide Post */

.wide-post {
	width: 690px;
	margin: 0 auto;
	
}


.opinia {
	width: 690px;
	padding: 10px;
	border: 1px solid #23415A;
	margin-top:0px;
}


.wide-post p,ul,ol {

	line-height:180%;
	font-size: 0.85em;
	text-align: justify;
}

.wide-post .title {
	padding: 30px 30px 20px 30px;
	
	font-size: 2em;
}

.wide-post .title a {
	text-decoration: none;
	border-bottom: 1px solid #B4BBBE;
	color: #333333;
}

.wide-post .title a:hover {
	border: none;
}

.wide-post .entry {
	padding: 0 30px;
	
}

.wide-post .bottom {
	height: 20px;
	background: url(images/img06.gif) no-repeat left bottom;
}

.wide-post .links {
	clear: both;
	margin: 0;
	padding: 10px;
	background: #CDD4D7;
	border-top: 1px solid #B4BBBE;
	font-size: .9em;
}

.wide-post .links a {
	text-decoration: none;
}

.wide-post .links .date {
	padding-left: 20px;
	background: url(images/img08.gif) no-repeat left center;
}

.wide-post .links .author {
	padding-left: 20px;
	background: url(images/img09.gif) no-repeat left center;
}

.wide-post .links .comments {
	padding-left: 20px;
	background: url(images/img10.gif) no-repeat left center;
}

.wide-post .links .feeds {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat left center;
}






/* Footer */

#footer {
margin-top :50px;
width: 781px;
height: 3px;
margin-right: auto;
	margin-left:auto;
text-align:-moz-center;
!text-align:center; 

	background: #45B4C1;
}

#footer p {
	padding-top: 10px;
	text-align: right;
	font-size: smaller;
	color: #A4A4A4;
}

#footer a {
		color: #A4A4A4;
}
