/*
Theme Name: Priv Leopard
Theme URI: http://grovman.pl/
Description: Nowy styl dla grovman.pl. Możesz studiować tego CSSa, zapraszam.
Author: GrovMan
Updated: August 2010
Version: 1.0
Tags: white, one-columns, fixed-width, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/

/*= Spis tresci
	1. - Reset
	
	2. - Structure
		2.1 - Header / Info o autorze
		2.2 - Stopka
		
	3. - Typografia

	4. - CONTENT
		4.1	Menu
			Tytul wpisu
		4.2 - STYLE WPISOW
		4.3 - KOMENTARZE
*/

/* 1. Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */

@import url("plugins.css");

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	clear: both;
}

abbr {
	border-bottom: 1px dotted #888;
	cursor: help;
}

ul, ol, li {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img { border: none; }


/* HTML5 FIX */

article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, content, menu, nav, section, summary {
  display: block;
}


/*= 2. Structure
-------------------------------------------------------------- */

body {
	background: #F7F7F7;
	width: 900px;
	margin: 0 auto;
}

#wrap {
	padding: 0px 40px 40px;
	background: #FFF;
	overflow: hidden;

	-moz-box-shadow: 0 0 10px #DDD;
	-webkit-box-shadow: 0 0 10px #DDD;
	box-shadow: 0 0 10px #DDD;
	-moz-border-radius: 0.3em 0 0.3em 0.3em;
	border-radius: 0.3em 0 0.3em 0.3em;
}

header {
	height: 90px;
	margin-top: 70px;

}

header > hgroup {
	max-width: 700px;
	float: left;
	padding: 10px;
}

h1.title {
	font-size: 2em;
	font-family: Georgia, Heveletiva, Arial, Sant-Serif;
}

h2.description {
	font-size: 1em;
}

.form-allowed-tags {
	display: none;
}

/* Informacje o autorze - header */

.author-card {
	background: #FFF;
	float: right;
	padding: 10px;
	min-width: 240px;
	height: 70px;

	-moz-box-shadow: 0 -6px 10px #DDD;
	-webkit-box-shadow: 0 -6px 10px #DDD;
	border-radius: 0.3em 0.3em 0 0;
	-moz-border-radius: 0.3em 0.3em 0 0;
}

.author-card img {
	float: right;
	max-height: 70px;
}

.author-card p {
	float: left;
	text-align: right;
	margin: 10px;
}

.author-card span {
	float: left;
	color: #BBB;
	margin-top: 10px;
}

/* =FOOTER / STOPKA */
#footer {
	margin-bottom: 50px;

}

#site-info {
	font-size: 0.8em;
	color: #999;
	margin-top: 30px;
}

#footer nav {
	width: 100%;
	border-bottom: 1px solid #CCC;

	overflow: hidden;
}

#footer nav ul {
	float: right;
	margin: 5px 0;
}

#footer nav li {
	float: left;
	padding: 0 10px;
}

#footer .copyrights a {	
	color: #777;
}

#footer-widget-area {
	overflow: hidden;
}

/*= 3. Typografia
-------------------------------------------------------------- */
body {
	font-family: verdana,helvetica,tahoma;
	font-size: 15px;
	color: #555;
	line-height: 1.7em;
}

a {
	color: #AAA;
	text-decoration: none;
}

a:hover {
	color: #666;
	/* text-shadow: 0 0 1em #AAA;*/
}

#wrap p {
	font-size:15px;
	line-height:25px;
	margin-bottom:28px;
}



.post-info .tags {
	font-size: 0.9em;
	line-height: 1em;
}



/*= 4. CONTENT
-------------------------------------------------------------- */

h3 {
	margin-top: 10px;
	padding: 10px 0;
	font-size: 1.3em;
	border-top: 2px dotted #EEE;
}

.related_post {
	border-bottom: 2px dotted #EEE;
	padding: 10px 20px;
	margin-bottom: 10px;
}

#nav-above {
	overflow: hidden;		/* Poprzedni → Nastepny post */
}

.navigation {
	font-size: 1.5em;
	letter-spacing: -2px;
	color: #DDD;
	padding: 5px;
}

.navigation a:hover {
	color: #09F;
}


.info-detail {
	background: url("images/icon-category.gif") no-repeat;
	padding: 0 0 20px 20px;
	margin-left: 5px;
	color: #bcc2c8;
	font-size: 12px;
	text-transform: uppercase;
}

h1.post-title {
	padding-top: 1.5em;
	float: left;
}

h1.post-title a {
	color: #555;
}

h1.post-title a:hover {
	color: #5F4D4D;
}

.page-title {
	margin-top: 20px;
	padding: 7px 0 0.8em 0;
}

.post-details {
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 0.5em;
	overflow: hidden;
}

.entry-utility {
	overflow: hidden;
}

.entry-utility ul {
	float: right;
}

.entry-utility li {
	float: left;
}

.entry-utility a {
	display: block;
	padding: 0 15px;
	color: #666;
	background: url(images/bg_rollover.gif) repeat-x;
	height: 24px;
	font-size: 13px;
	border: 1px solid #DDD;
}

.entry-utility a:hover {
	background-position: 0 -25px;
}

.entry-utility a:active {
	background: #F1F1F1;
	cursor: pointer;
}

.entry-utility .comments-link a {
	border-radius: 3px 0 0 3px;
	-moz-border-radius: 3px 0 0 3px;
	border-right-color: #CCC;
}

.entry-utility a.more {
	border-radius: 0 3px 3px 0;
	-moz-border-radius: 0 3px 3px 0;
	border-left-color: #EEE;
}

/*= 4.1 MENU
-------------------------------------------------------------- */

#wrap .menu {
	overflow: hidden;
	margin: 0 0 40px;
	padding-left: 0;
}

#wrap .menu ul {
	padding: 0 10px 4px;
	margin: 0;
	list-style: none;
}

#wrap .menu a {
	color: #777;
	float: left;
	padding: 40px 10px 5px;
	margin: 0 5px;
}

#wrap .menu a:hover {
	background: #F7F7F7;
	color: #555;
}

#wrap .menu .current_page_item a {
	background: none;
	border-top: 4px solid #EEE;
	padding-top: 36px;
}

/* Tytul wpisu */

.post-info {
	overflow: hidden;
}

.post-info h2 {
	float: left;
	min-width: 680px;
	margin-bottom: 0;
}

.nav-previous {
	float: left;
}

.nav-next {
	float: right;
}

.post-details > .pubdate {
	float:right;
	font-size: 0.8em;
	text-align: center;
	padding: 7px 0;
	margin-top: 20px;
}

.post-details > .pubdate span {
	font-size: 2em;
	display: block;
}

/*= 4.2 STYLE WPISOW
-------------------------------------------------------------- */

.aligncenter {
	display: block;
	margin: 10px auto;
}

img.aligncenter {
	border: 1px solid #DDD;
	
	-moz-box-shadow: 0 0 10px #DDD;
	-webkit-box-shadow: 0 0 10px #DDD;
	box-shadow: 0 0 10px #DDD;
}

.alignleft {
	float: left;
}

blockquote 
{
	padding: 0 20px;
	font-style: italic;
	color: #777;
}

.entry-content img {
	padding: 5px;
}

.entry-content ul {
	line-height: 25px;
}

.entry-content li {
	list-style-type: square;
}

.entry-content li ul li {
	list-style-type: circle;
}

.entry-content a {
	color: #999;
}

.entry-content a:hover {
	color: #666;
}

.entry-content h2 {
	font-size: 1.6em;
	padding: 10px 0;
}

.rozmowa {
	margin: 10px 50px;
}

.rozmowa dl {
	border-bottom: 1px dotted #DDD;
	font-size: 0.8em;
	overflow: hidden;
	font-family: Consolas, Courier, Verdana;
	margin: 3px 0;
}

.rozmowa dl:first-child {
	border-top: 1px dotted #DDD;
	padding-top: 3px;
}

.rozmowa dl dt {
	background: #FAFAFA;
	color: #888;
	padding: 0 5px;
	float: left;
	margin-bottom: 3px;
}

.rozmowa dl dd {
	padding-left: 5px;
}

/*= 4.3 KOMENTARZE / COMMENTS
-------------------------------------------------------------- */
.miedzy-tekstami {
	margin: 0 40px;
	overflow: hidden;
}

.miedzy-tekstami h3 {
	float: left;
}

.follow-me {
	float: right;
	margin-top: 27px;
}

.comment-block {
	padding: 10px 0 !important;
	margin-top: 10px;;
}

ol.commentlist {
	padding: 0;
	font-family: verdana, sant-serif;
}

.children {
	padding-left: 0;
}

.comment-info {
	overflow: hidden;
	height: 24px;
	background: url(images/bg_comment_info.gif) repeat-x;
	padding: 0px 40px;
	
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #CCC;
}

.comment-info a {
	color: #555;
	border-bottom: 1px dotted #555;
}
.comment-info a:hover {
	border-bottom: 1px solid #555;
}

.comment-author cite {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	font-family: verdana;
}


.comment-author {
	padding: 1px 5px 0 2px;
	float: left;
}

.avatar {
	padding-top: 2px;
}

.commentmetadata {
	float: right;
	padding: 2px 5px;
	font-size: 0.9em;
	color: #999;
}

.comment-body {
	padding: 10px 40px;
	min-height: 50px;
}

.comment-body p {
	margin: 1em 0;
	text-align: justify;
}

#commentform {
	margin: 0 40px;
}

#reply-title {
	padding: 10px 40px;
}

#commentform > .comment-form-comment {
	margin: 0;
}

.comment-form-author, .comment-form-email, .comment-form-url {
	float: left;
}

.form-submit {
	float: right;
	padding-bottom: 10px;
}

.subscribe-to-comments {
	display: inline !important;
	clear: none;
}

#commentform textarea {
	width: 100%;
	color: #555;
	font: 15px verdana;
	line-height: 1.7em;
	padding: 6px;
}

input[type="submit"] {
	display: block;
	padding: 0 15px;
	color: #666;
	background: url(images/bg_rollover.gif) repeat-x;
	height: 24px;
	font-size: 13px;
	border: 1px solid #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	cursor: pointer;
}

input[type="submit"]:hover {
	background-position: 0 -25px;
}

input[type="submit"]:active {
	background: #F1F1F1;
	cursor: pointer;
}
