
/* ----- reset.css ----- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
    display:block;
}

body {
  line-height: 1.5;
}

table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

a img { border: none; }
/* --- STYLE ------------------------------------------------------------------ */ 
body {
	font-family: Helvetica, Arial, sans-serif;
	padding:0;
	margin:0;
	background-color:white;
	color:black;
	height: 100%;
}

.newLine {
	clear: both;
}


img {
	border:0;
}

.fl {
	float:left;
}

.fr {
	float:right;
}

a {
	text-decoration:none;
	color: #004baa;
}

a:hover {
	color: #3d88cf;
	text-decoration:underline;
}

a:visited {
	color:#002c74;
}

div.main {
	width:100%;
	text-align: center;
	background-color: #f1f1f1;
}

h1 {
    font-size: 48px;
}
 
h2 {
    font-size: 36px;

}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 21px;
}

 
h5 {
    font-size: 18px;
}
 
h6 {
   font-size: 16px;
}

/* --- list --- */
	
div.list {
	padding:30px 0;
	margin:0 auto;
	width:560px;
	font-size: 13px;
	line-height: 21px;
	text-align: left;
}

div.list div.item {
	margin-bottom: 80px;
}


div.list div.item h1 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 36px;
	padding:0; margin: 0;
}

div.list div.item h1 a {
	color: black;
} 

div.list div.item h1 a:hover {
	color: #3d88cf;
	text-decoration: none;
}

div.list div.item div.data {	
	color: gray;
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	letter-spacing: -0.5px;	
}

div.list div.item div.zajawka {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #474747;
}

div.list div.item div.opcje {
	float: left;
	margin-left: -200px;
	font-size: 12px;
	width: 150px;
	text-align: right;
}



div.list div.item div.opcje div.komentarze {
	margin-top: 3px;
	font-size: 15px;
}

div.list div.item div.opcje div.tagi {
	margin-top: 10px;
	
}

div.list div.item div.opcje div.tagi div.naglowek {
	font-size: 13px;
}

div.list div.item div.opcje div.tagi a.tag {
	padding:0 2px;
	font-size: 12px;
	line-height: 15px;
	background-color: gray;
	color: white;
	float: right;
	margin:2px;
	text-decoration: none;
}
div.list div.item div.opcje div.tagi a.tag:hover {
	background-color: transparent;
	color: gray;
}


div.list div.item div.czytaj {
	margin-top: 4px;
	text-align: right;
	font-size: 16px;
}

/* --- div.pages ---*/
div.pages {
	font-size: 16px;
}

div.pages a {
	font-size: 22px; 
	letter-spacing: -1px;
	font-weight: bold;
	line-height: 16px;
}

div.pages .current {
	font-size: 20px; 
	font-weight: bold;
	color:gray;
}

/* --- menu --- */

div.right {
	margin-right: 30px;
}

div.menu { 
	width:170px;
	text-align:right;
	margin-top:60px;
}

div.menu a {
	letter-spacing: -1px;
	line-height: 28px;
	color:black;
	padding-right: 10px;
	font-size: 24px;
	font-weight: bold;
	font-family:Arial,Helvetica,sans-serif;
	font-weight: normal;
	display: block;
}

div.menu a:hover {
	color: #3d88cf;
	text-decoration: none;
}

div.menu a.sel {
	color:#a1a1a1;
}

div.social {
	text-align: right;
	line-height: 20px;
}

/* --- konami --- */

div.konami {
	display: none;
	position: fixed;
	z-index: 2000; 
	bottom: 0px;
	text-align: center; 
	width:100%;
}

div.konami .glory {
	display: block;
	font-size:4em;
	font-family:"Arial Black";
	background-color: yellow;
	color:red;
	letter-spacing: -0.07em;
	line-height: 1em;
	margin-top:0.5em;
	padding:0.25em 0;
	}
	
div.konami .close {
	display: block;
	color: black;	
	margin-right: 200px;
	font-size: 0.8em;
	font-weight: bold;
	padding:10px;
}

div.konami .close img {
	margin-top: -8px;
	margin-left:5px;
	float: right;
}	

/* --- PATH ---*/
div.path {
	background-color: black;
	color:white;
	padding: 5px 2%;
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}

div.path a {
	color:#c1c1c1;
	margin:0 5px;
	text-decoration: none;
}

div.path div.mini-menu a:hover {
	color:white;
}

div.path a.twitter {
	color: #32cbff;
}



/* --- POST ---*/
div.post {
	text-align: left;
	padding:40px 0;	
	margin:0 auto;
	width: 560px;	
	padding-bottom:120px;
}

div.post div.data {
	width:100px;
	color:gray;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
}

div.post div.tresc {
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #474747;
	margin-bottom: 20px;	
}

div.post img.main {
	border: 1px solid #c1c1c1;

}

div.post h1 {
	display: block;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 36px;
	padding:0; margin: 0;
}

div.post div.powrot {
	text-align: right;
	margin:5px;
}

div.post div.big-images {
	margin-bottom: 20px;
}

div.post div.big-images a {
	display: block;
	margin-bottom: 10px;
}

div.post div.big-images img {
	border:1px solid #c8c8c8;
	background-color: #c8c8c8;
	padding:6px;
}


div.post div.images {
	margin-bottom: 20px;
	text-align: center;
}

div.post div.images a {
	margin-bottom: 20px;
}

div.post div.images img {
	border:1px solid #c8c8c8;
	background-color: #c8c8c8;
	padding:6px;
}

/* --- POST --- KOMENTARZE  FORMULARZ --- */

div.post div.komentarze form div.pole {
	margin-bottom:15px;
	clear: both;
	padding:5px;
}

div.post div.komentarze form div.pole div.label {
	float:left;
	width:100px;
	margin:5px;
	text-align: right;
	margin-top:8px;
}

div.post div.komentarze form div.pole input {
	font-size: 16px;
	letter-spacing: 0.5px;
	padding:10px;
	width:410px;
	border:1px solid gray;	
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('...img/bgr-input.png');	
	background-position: top;
	background-repeat: repeat-x;
}

div.post div.komentarze form div.pole textarea {
	font-size: 16px;
	letter-spacing: 0.5px;
	padding:10px;
	width:410px;
	border:1px solid gray;
	height:140px;	
	font-family: Helvetica, Arial, sans-serif;	
	background-image: url('...img/bgr-input.png');	
	background-position: top;
	background-repeat: repeat-x;	
}

div.post div.komentarze form div.hidden {
	padding: 0;
	background-color: transparent;
	margin:0;
}

div.post div.komentarze form div.form_komentarz {
	margin-top:-3px;
	letter-spacing: 1px;
	font-size: 12px;
	color :red;
	line-height: 16px;
	text-align: left;
	width:300px;
}

div.post div.komentarze form div.komentarze-form-wrapper {
	background-color: #c1c1c1;
	padding:10px 0;
	background-image: url('../img/komentarz-form-gradient.png');
	background-position: bottom;
	background-repeat: repeat-x;	
}

div.post div.komentarze form div.komentarze-form-top {
	height: 50px;
	background-image: url('../img/komentarz-form-bgr.png');
	background-position: bottom left;
	background-repeat: no-repeat;	
}

div.post div.komentarze form h3.formularz-header {
	margin-bottom: 0;
}

div.post div.komentarze form div.button{ 
	text-align: right;
	margin-top:20px;
}
div.post div.komentarze form div.button a {
	font-size: 15px;
	letter-spacing: 1px;
	padding:9px 24px;
	background-color: #c1c1c1;	
	border:1px solid gray;	
	font-family: Helvetica, Arial, sans-serif;
	background-image: url('...img/bgr-button.png');	
	background-position: top;
	background-repeat: repeat-x;	
	color: black;
}

div.post div.komentarze form div.button a:hover {
	background-image: url('...img/bgr-button-on.png');	
	background-position: bottom;
}

/* --- POST --- KOMENTARZE  --- */

div.post div.komentarze div.komentarz div.data {
	font-size: 14px;
}

div.post div.komentarze h3 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}


div.post div.komentarze div.komentarz {
	background-image: url('../img/komentarz-gradient.png');
	background-position: top;
	background-repeat: repeat-x;
	background-color: #868686;
	color: white;
	line-height: 21px;
	font-size: 14px;
	padding: 10px;
}

div.post div.komentarze div.komentarz div.komentarz-tresc {
	width:440px;
	margin-left:120px;
}

div.post div.komentarze div.komentarz div.autor { 
	padding-top:10px;
	margin-bottom:5px;	
	color:white;
	font-size: 20px;
	width:400px;
}

div.komentarze div.komentarz div.autor a {
	color:white;
	text-decoration: none;
} 

div.komentarze div.komentarz div.autor div.data {
	color:white;
	width:auto;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;	
	margin-right: 5px;	
} 

div.komentarze div.komentarz-bottom {
	background-image: url('../img/komentarz-bgr.png');
	background-position: top right;
	background-repeat: no-repeat;	
	height: 35px;	
}


div.post div.komentarze div.komentarz div.txt {
	padding-bottom:20px;
	padding-top:5px;
	padding-right:15px;
	width:400px;
	font-size: 13px;
	line-height: 20px;
}

div.komentarze div.komentarz div.gravatar {
	padding:10px;
	background-image: url('../img/gravatar-bgr.png');
	background-position: top left;
	background-repeat: no-repeat;		
	float: left;
}

/* --- POST --- KATEGORIE  --- */
div.kategorie {
	margin-top:5px;
	margin-bottom: 40px;
}

div.kategorie a {
	margin-left: 5px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.5px;
}

div.post div.tresc blockquote {
	font-style: italic;
	padding: 10px 40px;
	padding-left: 70px;
	padding-right: 20px;
	font-family: Georgia, "Times New Roman";	
	background-position: top left;
	background-repeat: no-repeat;
	text-align: right;
}

div.post div.tresc blockquote p {
	background-color: #01a2ff;
	display: inline;
	line-height: 24px;
	padding:2px 5px;
	font-size:20px;
	color:#444444;
}

div.post div.tresc blockquote cite {
	font-size: 14px;
	color:gray;
}


div.lang {
	text-align: right;
	padding-right: 15px;
}



/* --- 404 page --- */
div.error404 {
	margin:1em;
	background-position: right top;
	background-repeat: no-repeat;
	background-image: url(http://design83.pl/img/404.png);
	width:900px;
	margin: 0 auto;	
}

div.error404 img {
	font-size: 14px;
	color:gray;
}

div.error404 div.error-logo {
	text-align: left;
	margin-top:10px;
	margin-left: 10px;
}

div.error404 div.info404 {
	padding-top:320px;	
	text-align: left;
	color:#505050;
	font-size: 12px;
	padding-bottom:20px;
}

div.error404 div.info404 div.info404-item{
	padding-bottom: 25px;
}

div.error404 div.info404 h1 {
	color:#505050;
	font-size: 15px;
	letter-spacing: 0;
	padding: 0;
	margin: 0;
	line-height: 30px;
}

a.fb-button {
	display: block;
	float:left;
	margin-right: 15px;
}

div.lang a {
	text-decoration: none;
	color:gray;
}

div.lang a:hover {
	color: #3d88cf;
}

div.lang a .lang-txt {
	font-size: 11px;
	line-height: 14px;
	margin-right: 5px;
	letter-spacing: 1px
}
