* {
    margin: 0;
    padding: 0;
}

body {
    padding: 10px 0;
    font: 20px Gabriola, Times, serif;
    text-align:	justify;
    color: #333333;
	background: url(images/tlo1.jpg) no-repeat center center fixed; 
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	/*background: #FFFFFF;*/
}

bodysingle{
	background-color: #FFFFFF;
}

h1 {
    font: 27px "Gabriola", Arial, Helvetica, sans-serif;
    text-align: center;
    
    color: #000000;
}

h1 a, h1 a:hover {
    color: #E3E1E0;
}

h2 {
    font: 27px "Gungsuh", Arial, Helvetica, sans-serif;
    color: #666600;
	letter-spacing: -2px;
}

h3 {
	font: 32px "Gabriola", Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: -1px;
    color: #000000;
}

p {
    padding: 10px 0;
    line-height: 1.6em;
}

p#subtitle {
    padding: 5px 95px 0 440px;
    font: 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
    text-align: center;
    letter-spacing: -1px;
    color: #000000;
}

a {
    color: #000099;/*#000000;*/
    /*padding: 0 4px;*/
    text-decoration: none;
	outline: 0;
}

a:hover {
    color: #666600;
}

#zdj {
	width: 585px;
	height: 382px;
	box-shadow: 5px 5px 10px;
}

#down {	
	padding: 5px 5px 5px 30px;	
	background: #003300;	
	
	font: 0.8em "Gabriola", Arial, Helvetica, sans-serif; 
	color: #FFFFFF;
	line-height: 1.2em;
	
	/*filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;*/
}

/* page */

#page {				
    position: relative;
    width: 900px;
    margin: 0 auto;
}

/* header */

#header {
    height: 57px;
    /*background: url(images/top0.jpg) no-repeat;*/
	background: #1f2427;    
	padding: 5px 5px 5px 5px;
}

#topimg {
    height: 246px;
	/*width: 900px; ? */
    /*background: #FFFFFF url(images/img.jpg) no-repeat;*/
    padding: 10px 0px 10px 0px;	
}

#galeriabox {
 width: 900px;
 height: 550px;
 margin: 0 auto;
 text-align: center;
 margin-bottom: 0px;

}

/* menu */

#menu {
    font: 26px "Gabriola", Arial, Helvetica;
    position: absolute;
    top: 310px;
    height: 56px;
    width: 100%;
    padding: 20px 10px 0px 0px;	
}

#menu ul {
    list-style: none;
    padding-left: 10px;	
}

#menu ul li {
    display: block;
    float: left;
    height: 56px;
    width: 13%;
    padding: 0 15px;
    text-align: center;	
}

#menu ul li a {
    /*color: #000066;*/
	color: #000000;
}

#menu ul li a:hover {
    color: #e0e0e0;
}

/* main */

#main {
    padding-top: 5px;
}

/* content */

#content {
    float: right;
    width: 100%;
	padding: 5px 0px 5px 0px;  
	display: block;
	position: relative;  
}

#content .post {
    	padding: 15px 30px 15px 30px;
	line-height: 1.4em;	
	background: #e0e0e0;
}

#content h2 a {
    padding: 0;
    color: #333333;
    background: none;
}

#content h2 span {
    color: #658294;
}

#content .entry {
    padding: 10px 0 0 0;
}

p.postmeta {
    color: #888888;
}

.clearing {
    clear: both;
    height: 1px;
    overflow: hidden;
}

/* footer */

#footer {
    padding: 0 30px;	
	background: #FFFFFF;
	
	filter:alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity:0.5;
}

#footer p {
    font-size: .9em;
    text-align: center;
}

hr {
    height: 8px;
    border: 1px solid #000000;
    background: #333;
    
    background-image: -webkit-linear-gradient(left, #000000, #b5b5b5, #ffffff); 
    background-image:    -moz-linear-gradient(left, #000000, #b5b5b5, #ffffff);  
    background-image:     -ms-linear-gradient(left, #000000, #b5b5b5, #ffffff);  
    background-image:      -o-linear-gradient(left, #000000, #b5b5b5, #ffffff); 
}