/*
Theme Name: Klub Zero
Theme URI: http://www.klubzero.pl/
Description: Klub Zero Theme
Version: 1.0
Author: Tomek Wójcik
Author URI: http://labs.tomekwojcik.pl/
Tags: blue, custom header, fixed width, two columns, widgets
*/

* {
	margin: 0px;
	padding: 0px;
}

/*- Typography */

body {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

strong, em, b, i {
   	font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", Verdana, Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6, .blog-title {
	font-family: "Trebuchet MS", Verdana, sans-serif;
}

.comments input[type=text], .comments textarea, code {
	font-family: Monaco, "Courier New", Courier, monospace;
}

/*- Common elements */
.clear {
	clear: both;
}

.clearfix {
	height: 1px;
	overflow: hidden;
	clear: both;
}

.aleft {
	text-align: left;
}

.aright {
	text-align: right;
}

.acenter {
	text-align: center;
}

a,
a:active,
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0px none;
}

/*- Page Structure */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #111 url('img/background.png');
	color: #bbb;
}

body.lang-ar,
body.lang-fa,
body.lang-he,
body.lang-hi,
body.lang-km,
body.lang-ko,
body.lang-ja,
body.lang-th,
body.lang-zh {
	font-size: 75%; /* Resets 1em to 12px */
}

#header {
	border-bottom: 1px solid #AC0E0F;
	height: 240px;
	width: 900px;
	margin: 20px auto 0px auto;
	position: relative;
}

#headerimg {
	height: 203px;
	/*background: black url('img/header.jpg') center center no-repeat;*/
	background: black url('img/header2.jpg') center center no-repeat;
}

#headerimg h1,
#headerimg div.description {
	font-size: 10px;
	height: 1px;
	padding-top: 11px;
	overflow: hidden;
}

/*- Top Menu */
ul.menu {
	position: absolute;
	bottom: 0;
	margin: 0 20px;
	list-style: none;
}

ul.menu li {
	margin-right: 4px;
	list-style: none;
	float: left;
}

ul.menu li a {
	display: block;
	padding: 5px 15px;
	font-size: 1.2em;
	color: white;
}

ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	background: #AC0E0F;
}
	
ul.menu li.current_page_item a, ul.menu li.current_page_item a:hover {
	color: white !important;
	text-decoration: none;
}
	
ul.menu li a:hover {
	background: #570707;
}
	
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, h4, h4 a, h4 a:hover, h4 a:visited {
	color: #AC0E0F !important;
}

/*- Body */
#page {
	width: 860px;
	margin: 0px auto;
	background: #000000;
	padding: 0px 20px 10px 20px;
}

#content {
	width: 620px;
	display: inline;
	padding: 10px;
	float: left;
	overflow: hidden;
}

/*- Sidebar */
#sidebar {
	width: 200px;
	padding: 0px 10px;
	float: left;
	display: inline;
	color: #666666;
}

#sidebar ul {
	list-style: none;
}

#sidebar ul li.widget {
	margin-top: 20px;
}

#sidebar ul li.widget h2.widgettitle {
	font-size: 1.5em;
	font-weight: normal;
	margin-bottom: 5px;
}

#sidebar ul li.widget ul li,
#sidebar ul li.widget ol li {
	padding: 1px;
}

#sidebar a,
#sidebar a:active,
#sidebar a:visited {
	color: #4CA4B8;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
}

#searchform {
	text-align: right;
}

#searchform label {
	display: block;
	height: 1px;
	overflow: hidden;
	color: #000000;
}

#searchsubmit {
	margin-top: 5px;
}

#s,
#sidebar select {
	width: 95%;
}

/*- Entry */
#content div.post {
	margin-top: 5px;
	margin-bottom: 15px;
}

#content div.post h2 {
	font-size: 2.4em;
	font-weight: normal;
}

#content a {
	color: #4CA4B8;
}

#content div.post div.entry-meta,
#content ol.commentlist div.comment-meta {
	color: #777777;
	padding-left: 20px;
	line-height: 16px;
	background: transparent url(img/time.png) no-repeat;
}

#content div.post p.postmetadata {
	color: #777777;
	line-height: 16px;
}

#content div.post div.entry {
	font-size: 1.2em;
	line-height: 1.8em;
	color: #444444;
	text-align: justify;
}

#content div.post div.entry p {
	margin: 13px 0px;
}

#content div.navigation {
	width: 860px;
}

#content div.navigation div {
	width: 430px;
}


#content div.entry ul,
#content div.entry ol {
	list-style-position: inside;
}

#content div.entry blockquote {
	border-left: 5px solid #444444;
	padding-left: 5px;
}
/*- Comments */
#comments {
	font-size: 2em;
	font-weight: normal;
	margin-top: 30px;
}

#content ol.commentlist {
	list-style: none;
	margin: 10px 0px;
}

#content ol.commentlist div.comment-body,
#content ol.commentlist div.comment-author {
	position: relative;
	width: 600px;
}

#content ol.commentlist div.comment-author {
	font-size: 1.5em;
}

#content ol.commentlist div.comment-author a.url {
	font-weight: bold;
}

#content ol.commentlist div.comment-author img {
	position: absolute;
	top: 0px;
	right: 0px;
}

#content ol.commentlist div.comment-meta a {
	color: #777777;
}

#content ol.commentlist div.comment-body p {
	margin: 13px 0px;
	font-size: 1.2em;
	line-height: 1.8em;
	color: #BBBBBB;
}

/*- Comment form */
#respond h3 {
	font-size: 2em;
	font-weight: bold;
}

#respond p.comment-login {
	color: #777777;
	margin-top: 15px !important;
}

#respond p {
	margin-top: 5px;
}

textarea#comment {
	width: 600px;
}

/*- FCG */
#myGallery {
	margin-left: 10px;
}

#myGallery a.left,
#myGallery a.right,
#myGallery a.carouselBtn {
	display: none;
}

#gigsLinks {
	width: 600px;
       margin-left: 10px;
       margin-top: 13px;
       margin-bottom: 13px;
}

#gigsLinks p {
	font-size: 1.2em;
	line-height: 1.8em;
}

/*- GuestBook */
#content div.bth-no-guests {
	color:#DDDDDD;
	font-size:2em;
	margin:30px 0 20px !important;
	text-align:center;
}

/*- Footer */
#footer {
	text-align: center;
	width: 900px;
	margin: 0px auto;
	color: #555555;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer p {
	line-height: 1.6em;
}

#footer p a,
#footer p a:active,
#footer p a:visited {
	color: #888888;
       font-weight: bold;
}

/*- NiftyCube :) */
b.niftycorners,b.niftyfill{display:block}
b.niftycorners *{display:block;height: 1px;line-height:1px;font-size: 1px;
    overflow:hidden;border-style:solid;border-width: 0 1px}
/*normal*/
b.r1{margin: 0 3px;border-width: 0 2px}
b.r2{margin: 0 2px}
b.r3{margin: 0 1px}
b.r4{height: 2px}
b.rb1{margin: 0 8px;border-width:0 2px}
b.rb2{margin: 0 6px;border-width:0 2px}
b.rb3{margin: 0 5px}
b.rb4{margin: 0 4px}
b.rb5{margin: 0 3px}
b.rb6{margin: 0 2px}
b.rb7{margin: 0 1px;height:2px}
b.rb8{margin: 0;height:2px}
b.rs1{margin: 0 1px}
/*transparent inside*/
b.t1{border-width: 0 5px}
b.t2{border-width: 0 3px}
b.t3{border-width: 0 2px}
b.t4{height: 2px}
b.tb1{border-width: 0 10px}
b.tb2{border-width: 0 8px}
b.tb3{border-width: 0 6px}
b.tb4{border-width: 0 5px}
b.tb5{border-width: 0 4px}
b.tb6{border-width: 0 3px}
b.tb7{border-width: 0 2px;height:2px}
b.tb8{border-width: 0 1px;height:2px}
b.ts1{border-width: 0 2px}

/* Magazine page */
#magazine-page {
	width: 550px;
	margin: 0px auto;
}

#magazine-page img {
	float: left;
	display: inline;
	margin-right: 25px;
	margin-top: 25px;
}

/* Contact page */
#bth-map {
	height: 400px;
}
