/*
	Theme Name: Japcofilia
	Theme URI: http://japcofilia.pl/
	Description: Temat dla bloga japcofilia.pl
	Author: Adam Kuczyński
	Version: 1.0
*/

/*
	Reset.
*/

a, abbr, address, article, aside, audio, b, blockquote, body, canvas, 
caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, 
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, 
sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
}

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

a, ins, del {
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption, th {
  text-align: left;
}

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



/*
	Strona.
*/
body {
	background: #fff;
	color: #333;
	font-family: "Georgia", "Bitstream Charter", "serif";
	line-height: 2em;
}

a {
	color: #888;
}

a:hover {
	color: #ccc;
}

div#wrapper {
	margin: 10px auto;
	width: 900px;
}



/* 
	Nagłówek.
*/
header {
	background: url('http://japcofilia.pl/wordpress/wp-content/themes/japcofilia/japcofilia.png') scroll no-repeat 10px 8px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 10px 20px 70px;
}

header h1 {
	font-size: 40px;
	margin-bottom: 5px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	vertical-align: middle;
}

header h1 a {
	color: #333;
}

header h1 span {
	color: #666;
	font-size: 30px;
	text-transform: lowercase;
}

header h2 {
	color: #666;
	font-size: 16px;
	font-style: italic;
}

header h2 a {
	color: #666;
}

section#category-description {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 5px 10px 15px;
	text-align: justify;
}

section#category-description p {
	padding: 5px 0;
}

section#category-description strong {
	font-weight: bold;
}

section#sidebar-header {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 10px 0;
}

div#recent_photos_envelope div {
	float: left;
	text-align: center;
	width: 440px;
}

div#recent_photos_envelope br {
	clear: both;
	height: 0px;
}

div#recent_photos_envelope a {
	border: 1px solid #ccc;
	display: block;
	margin: 0 10px 20px;
	overflow: hidden;
	padding: 9px;
	width: 400px;
}

div#recent_photos_envelope img {
	display: block;
	height: 100px !important;
	margin: 0 !important;
	width: 400px !important;
}



/* 
	Stopka.
*/
footer {
	border-top: 1px solid #ccc;
	clear: both;
	font-size: 14px;
	padding: 20px 10px 10px 10px;
}

nav#sidebar-footer {
	float: left;
}

nav#sidebar-footer li {
	display: inline;
	margin-right: 5px;
}

section#copyright {
	float: right;
}



/*
	Artykuł.
*/
article {
	font-size: 20px;
	padding: 0 10px 10px;
}

article header {
	background: none;
	border: 0;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

article header h1 {
	font-size: 30px;
}

article header h2 {
	font-size: 12px;
}

article section.content {
	text-align: justify;
}

article section.content strong {
	font-weight: bold;
}

article section.content del {
	text-decoration: line-through;
}

p.map, p.image {
	border: 1px solid #ccc;
	line-height: 1em;
	margin: 0 29px 20px;
	padding: 10px;
	width: 800px;
}

p.profile-avatar {
	border: 1px solid #ccc;
	float: left;
	line-height: 1em;
	margin: 0 20px 20px 0;
	padding: 10px;
}

ul.price span {
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 100px;
}

ul.price li {
	clear: both;
}

ul.profile-tags li {
	display: inline;
}

ul.profile-tags .tag-1 {
	font-size: 16px;
}

ul.profile-tags .tag-2 {
	font-size: 24px;
}

ul.profile-tags .tag-3 {
	font-size: 32px;
}

p.image a, p.image img, p.image small, p.map small, p.profile-avatar img {
	display: block;
}

p.map br, p.image br {
	display: none;
}

p.image img {
	margin-bottom: 0;
}

small {
	font-size: 12px;
}

article section.author {
	font-style: italic;
	margin-top: 5px;
	padding-right: 50px;
	text-align: right;
}



/*
	Komentarze.
*/
section#comments, div#respond {
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding: 10px;
}

section#comments header, div#respond h3 {
	background: none;
	border: 0;
	margin: 0;
	padding: 10px 0;
	text-align: center;	
}

section#comments header h1, div#respond h3 {
	font-size: 30px;
}

section#comments footer {
	border: 0;
}

section#comments article {
	padding: 0;
}

section#comments article header {
	line-height: 1em;
	padding: 0;
	text-align: left;
}

section#comments article header h1 {
	font-size: 20px;
	margin: 0;
}

section#comments article section.avatar {
	border: 1px solid #ccc;
	float: left;
	margin: 0 10px;
	padding: 10px;
}

section#comments article section.avatar img {
	display: block;
}

section#comments article section.content {
	font-size: 16px;
}

section#comments article footer {
	clear: both;
}

div#respond p {
	clear: both;
	text-align: justify;
}

div#respond label {
	display: block;
	float: left;
	padding-right: 10px;
	text-align: right;
	width: 190px;
}

.comment-form-author .required, .comment-form-email .required {
	display: none;
}

.comment-form-author label:before, .comment-form-email label:before {
	content: '*';
}

div#respond input[type=text], div#respond textarea {
	border: 1px solid #ccc;
	font-family: "Georgia", "Bitstream Charter", "serif";
	font-size: 16px;
	margin: 0;
	padding: 5px;
}

div#respond textarea {
	height: 200px;
	width: 640px;
}

div#respond .form-submit {
	padding-left: 200px;
}

input#submit {
	cursor: pointer;
}



/*
	Inne.
*/
article p, div#respond p, article ul {
	margin-bottom: 20px;
}

.category .content p, .tag .content p {
	display: inline;
}

.home .content p {
	margin-top: 30px;
}

a.more-link {
	font-size: 14px;
}
