﻿/* tutaj resetuje paddingi i marginesy strony index.php  oraz ustawiam czcionke 
standardowa na verdane o rozmiarze 10pt i colorze*/	
	
	body, p, h3, h2, h1, h4 {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	
}
	a { outline: 0; }
/* tutaj zmieniasz kolor dla w BG-color, zdjecie cienia w BG-image etc index.php */

body { 
	background-image: url(./images/xxx.gif);
	background-color: #FAFAFA;

}

div#shadow {
	width: 1000px;
	border-left: 1px solid #EBEBEB;
	border-right: 1px solid #EBEBEB;
	background-image: url(./images/xxx.png);
	background-repeat: repeat-y;
	background-position: center;
	margin: 0 auto;
}

/* wrapper strony index.php przechowuje wszystkie elementy i wysrodkowuje wszystko */
div#wrapper {
	width: 1000px;
	margin: 0 auto;
	background-color: #ffffff;
}

/* header strony index.php */

div#header {
	background-image: url(./images/xxx.jpg);
	background-position: 0 60px;
	background-repeat: no-repeat;
	height:90px;
	width: 950px;
	margin: 0 auto;
	text-align:center;
}

.logo_link {
	border: 0;
	text-decoration: none;
	
}

.logo_link img {
	border: 0;
	
}

.logo_ham {
	height: 46px;
	border: 0px;
	width: 228px;
	position: relative;
	text-align: center;
	top: -5px;
	padding-bottom:10px;
	border-bottom: 1px solid #CCC;
	
}

.rss_icon {
	height: 12px;
	width: 12px;
	margin: 0;
}
/* menu header strony index.php */

div#header_menu {
	width: 950px;
	height: 40px;
	position: relative;
	top: -28px;
	font-size:14px;
	text-align:center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	
	
}

div#header_menu ul {
	list-style: none;
	margin: 0;
	padding: 0px 0 0 0;
}
div#header_menu ul li {
	float: left;
	margin: 2px 5px 0px 5px;
	text-align:center;
	
}

div#header_menu ul li a {
	color: #000;
	text-decoration: none;
}

div#header_menu ul li a:hover {
	color: #ccc;
	text-decoration: none;
}
/* koniec header strony index.php */

/* zdjecia strony index.php beda zmieniane do podanego rozmiaru jezeli beda sie roznic */
img {
	
	margin: 20px 0 20px 0;
	}
/* box ktory przetrzymuje wszystko pod headerem strony index.php */
div#container {
	background-color: #ffffff;
	margin: 30px 0 0 0;
}


/* tytul postu na stronie index.php */

.post_title {
	border-bottom: 1px solid #CCC;
	width: 95%;
	margin: 0 auto;
	
}

.post_title h2 {
	margin: 35px 0 0px 10px;
	font-size: 17pt;
}

.post_title h2 a {
	color: #333;
	text-decoration: none;
	font-size: 17px;
	font-weight: 200;
	text-transform:uppercase;
	
}
.post_title h2 a:hover {}

/* tytul postu w kategoriach */
.category_title h2, .category_title h2 a {
	margin: 35px 0 4px 10px;
	font-size: 17px;	
	width: 95%;
	margin: 0 auto;
	color: #039;
	text-decoration: none;
	font-weight: 200;
	border: 0;
}

.category_title ul {
	list-style: none;
	position: relative;
	left: -40px;
}

/* post na stronie index.php */

.post {
	margin: 2px 10px 5px 10px;
	background-color: #ffffff;
}

/* tresc posta na stronie index.php */

div.post p {
	margin: 15px 20px 0 20px;
	text-align:justify;
}

/* zdjecie w poscie na stronie index.php */

div.post p img{
	margin: 5px 0px 5px 0px;
	text-align:center;
}

/* kategoria posta pod tytulem na stronie index.php */

ul.post-categories {
	list-style: none;
}

ul.post-categories a {
	color: #999;
	text-decoration: none;
}

ul.post-categories a:hover {
	text-decoration: underline;;
}

div.post_cat ul li {
	margin: 0px 0 -10px 15px;
	padding: 0;
	display: inline-block;
	position: relative;
	top: -27px;
}

/* krotki komentarz do posta na stronie index.php */

div.post_info {
	margin: 10px 0 -30px 30px;
	font-size: 8pt;
}

/* data posta ktora wyswietla sie kolo tytulu na stronie index.php */

div.post_date {
	margin: -20px 20px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	float: right;
}

/* data posta ktora wyswietla sie kolo tytulu na stronie single.php */

div.post_date_single {
	margin: -20px 20px 0 0;
	padding: 0;
	display: inline-block;
	position: relative;
	float: right;
}


/* linki skomentuje pod trescia posta na stronie index.php */
.post_actions {
	height: 25px;
	width: 850px;
	margin: 0 auto;
	padding: 6px 0 2px;
	margin: 5px 0 15px 30px;
	text-align: right;
}

.post_actions a {
	text-decoration: none;
	color: #003A4B;
}

.adres_skomentuj a {}
.adres_posta a {}
.comments_img {
	height: 20px;
	width: 20px;
	margin: -15px 0 0 0;
}
.links_img {
	height: 16px;
	width: 16px;
	margin: -17px 0 0 0;
}

/* koniec linki skomentuje pod trescia posta na stronie index.php */



/* ten element p to jest chyba kazda tresc posta ale juz sam nie pamietam na stronie index.php */
p {
	background-color: #ffffff;
	margin: 10px;
}


/* komentarze na index.php */

.comments {
	margin: 10px 0 0 0;
}

.comment_title {
	text-align: center;
	border: 1px solid #d6d6d6;
	border-bottom: 1px solid #ffffff;
	background-color: #ffffff;
	color: #4a4a4a;
	width: 150px;
	height: 25px;
	padding: 5px 0 0 0;
	margin: 0 0 -1px 19px;
	

}

/* pasek nad komentarzami ktory stwarza iluzje tego boxa komentarzy zaraz nad kommentarzami na stronie comment.php */
.comment_border {
	width: 740px;
	border-bottom: 1px solid #d6d6d6;
	background-color: #ffffff;
	margin-left: 170px;
	}


/* tutaj jest opisany box z komentarzami na stronie comment.php */
.commentlist {
	height: 150px;
	overflow: auto;
	width: 850px;
	margin: 0 auto;
	background-color: #ffffff;
	border: 1px solid #d6d6d6;
	border-top: 0px;
	font-size: 9pt;
	margin-bottom: 5px;
	margin-left: 19px;
}

ul.commentlist {
	list-style: none;

} 

ul.commentlist li {
	margin: 10px 0 0 0px;
}

/* tutaj kolor linkow komentarzy na stronie comment.php */
ul.commentlist li a {
	text-decoration: none;
	color: #003A4B;
	margin: 4px 0 0 0;
}


/* tutaj styl tresci komentarzy linkow komentarzy na stronie comment.php */
ul.commentlist li p {
	margin: 5px 0 12px 20px;
}

/* tutaj style odnosnie archiwum, odwiedzam i kategorii */
div#bottom_bar {
	width: 100%;
	height: 300px;
	margin-top: 25px;
}
div.shadow_top {
	width: 100%;
	height: 30px;
	background-image: url(./images/xxx.jpg);
	background-repeat: repeat-x;
	border-top: 1px solid #EBEBEB;	
}

div#categories_box {
	
	float: left;
	width: 200px;
	margin: 0 10px 5px 20px;
}

div#bottom_bar ul {
	list-style: none;
}
div#bottom_bar ul li {
	margin: 5px 0 5px 0;
}
div#bottom_bar ul li a{
	text-decoration: none;
	color: #00303C;
}
div#bottom_bar ul li a:hover {
	color: #cccccc;
}

div#bottom_bar ul ul {
	margin: 10px 0 0 -40px;
}

div#bottom_bar h3 {
	color: #000000;
}


div#odwiedzam {
	float: left;
	width: 350px;
}


div#archives {
	float: left;
	width: 390px;
	margin: 0 0 5px 0px;
}



/* stopka na stronie index.php */

div#footer {
	padding: 0 0 5px 0;
	width: 900px;
	margin: 0 auto;
}

div#footer a {
	text-decoration: none;
	color: #003A4B;
       
}

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

/* nawigacja na dole strony (nastepna/poprzednia) strona */
div.navigation {
	text-align: center;
	margin-top: 10px;
	color: #3e3e3e;
	margin-right: 10px;
	font-size: 11px;
}

div.navigation a {
	color: #3e3e3e;
	border: 1px solid #d6d6d6;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 4px;
	text-decoration: none;
}

div.navigation a:hover {
	color: #000000;
}
