/*
Theme Name: livespot
Theme URI: http://livespot.pl/
Description: Autorski styl na zlecenie dla livespot.pl ...
Version: 3.0
Author: Dariusz Lorek
Author URI: http://dariuszlorek.com/
*/

body {
	background-color: #fff;
	font-family: Helvetica, Tahoma;
	font-size: 13px;
	color:  #5E5E5E;
	margin: 0;
	padding: 0;
	line-height: 16px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 20px;
}

img {
	border: 0;
}

hr {
	background: #eee;
	border: 0;
	height: 1px;
	clear:  both;
}

.clear {
	clear: both;
}

/* Stylistyka linków */

a:link {
	color: #00A0DA;
	text-decoration: none;
}

a:visited {
	color: #00A0DA;
	text-decoration: none;
}

a:active, a:hover {
	color: #00A0DA;
	text-decoration: none;
	border-bottom: 2px solid #00A0DA;
}

#nav a:link {
	color: #888888;
	text-decoration: none;
}

#nav a:visited {
	color: #888888;
	text-decoration: none;
}

#nav a:active, #nav a:hover {
	color: #888888;
	text-decoration: none;
	border-bottom: 2px solid #888888;
}

/* Wspomagacze */

.left {
	float: left;
}

.right {
	float: right;
}

#nav ol, #nav li {
	list-style: none;
	display: inline;
	margin-right: 15px;
}

div {
	display: block;
}

/* Szkielet strony */


#header {
	width: 960px;
	margin: 15px auto;
}

#logo a {
	background: url('images/logo.png') no-repeat;
	width: 185px;
	height: 60px;
	float: left;
	margin-top: 15px;
	text-indent: -9999cm;
	display: block;
}

#logo a:hover {
	border: 0;
}

#spacer {
	width: 57px;
	height: 84px;
	background: url('images/spacer.png') no-repeat;
	float: left;
}

#nav {
	float: left;
	margin-top: 30px;
	font-size: 16px;
	font-weight: bold;
	text-transform: lowercase;
}

#content {
	margin: 0 auto;
	width: 960px;
}

#main {
	width: 700px;
	float: left;
}

article .bq, blockquote {
	font-size: 13px;
	line-height: 18px;
	border-left: solid 2px #eee;
	margin-left: 20px;
	padding-left: 15px;
	margin-right: 0px;
}

article hgroup {
	padding-bottom: 10px;
}

#sidebar {
	width: 180px;
	min-height: 700px;
	float: right;
	padding-left: 35px;
	background: url('images/sidebar-border.png') left top no-repeat;
}

#sidebar h1 {
	text-transform: lowercase;
}

#sidebar li {
	padding-top: 4px;
}

.imp {
	padding: 10px;
	border: 1px dashed #eee;
}

#tentacle {
	background: url('images/tentacle.jpg') no-repeat;
	width: 105px;
	height: 160px;
	float: left;
	margin-left: -11px;
	margin-top: 40px;
}

#footer {
	width: 960px;
	margin: 20px auto;
	font-size: 11px;
}

/* WP - Images */

.post img {
	margin: 0;
	height: auto;
	max-width: 590px;
	border: 2px solid #E5E5E5;
	padding: 1px;
}
.post .attachment img {
	max-width: 900px;
}
.post .alignleft,
.post img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.post .alignright,
.post img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.post .aligncenter,
.post img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.post img.alignleft,
.post img.alignright,
.post img.aligncenter {
	margin-bottom: 12px;
}
.post .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
.post .wp-caption img {
	margin: 5px 5px 0;
}
.post .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.post .wp-smiley {
	margin: 0;
}
.post .gallery {
	margin: 0 auto 18px;
}
.post .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.post .gallery img {
	border: 2px solid #cfcfcf;
}
.post .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.post .gallery dl {
	margin: 0;
}
.post .gallery img {
	border: 10px solid #f1f1f1;
}
.post .gallery br+br {
	display: none;
}
.post .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
