/*
Theme Name: K1x theme 2010
Theme URI: http://k1x.com
Description: Skin for k1x.com in 2010
Author: Kamil Grzegorczyk and Dusan Cvetkovic
Author URI: http://lowgravity.pl
Authors e-mail: kamilgrzegorczyk@gmail.com
Version: 1.1
*/
/* Date:  March 2011 -------------------*/
/* Proper usage among with YUI RESET only -*/    
/* ----------------------------------------*/
/* Table of contents: ---------------------*/
/* 1. GLOBAL ------------------------------*/
/* 2. CONTENT -----------------------------*/
/* 3. SIDEBAR -----------------------------*/
/* 4. COMMENTS ----------------------------*/
/* ----------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}



/* -----------------------------------*/
/* -------->>> 1. GLOBAL <<<----------*/
/* -----------------------------------*/
html { font-size:100.01%; }
body {
	background-color:#f8f8f8;
	font-family:verdana;
	font-size:62.5%;
	font-family: Verdana, Geneva, sans-serif;
}
a 
{
	color:#00c6ff;
}
strong
{
	font-weight:bold;
}
u
{
	text-decoration:underline;
}
em
{
 font-style:italic;
}
	
#container{
	background-color:white;
	width:831px;
	margin:0 auto;
}

#top{
	height:85px;
	background-color:black;
	position:relative;
}
#top .k1x_logo{
	position:absolute;
	top:10px;
	left:10px;
}
#top ul
{
	position:absolute;
	right:10px;
	top:60px;
}
#top ul li
{
	float:left;
	margin:0 3px;
	color:#ccc;
	line-height:1.7em;
}
#slider
{
	width:831px;
	height:330px;
	position:relative;
}
#slider img {
    position:absolute;
    top:0px;
    left:0px;
    display:none;
}
#top ul li.enhanced a
{
	color:#00c6ff;
	font-weight:bold;
}
#top ul li a
{
	text-decoration:none;
	display:block;
	font-size:1.1em;
	color:#ccc;
	padding: 0 2px;
}
#top ul li a:hover
{
	background-color:#00c6ff;
	color:#fff;	
}
#music_player
{
	position:absolute;
	top:10px;
	right:10px;
}
#main_photo
{
}
#main
{
	background-image:url(images/background/body_sidebar_right.jpg);
}
#main.category
{
	background-image:none;
}
#breadcrumbs
{
	padding:10px 0 0 10px;
}
#content
{
	float:left;
	min-height:200px;
	width:565px;
	padding:10px 20px 10px 15px;
	line-height:1.4em;
}
#content.content_right
{
	float:right;
	padding:10px 15px 10px 15px;
	width:570px;
}
#sidebar
{
	float:right;
	width:211px;
	padding: 10px;
	font-size:1.1em;
}
#sidebar.sidebar_left
{
	float:left;
}
#footer
{
	background-color:#f8f8f8;
	color:#8b8a8a;
	padding:5px 10px 10px;
}
#footer a
{
	color:#8b8a8a;
	text-decoration:none;
}
#footer a:hover
{
	color:#00c6ff;
}
#footer ul
{ 
	width:50%;
	float:left;
}
#footer ul li
{
	display:inline;
	margin: 0 10px;
}
#footer .copyright
{
	width:50%;
	float:right;
	text-align:right;
}
.clear
{
	clear:both;
}
/* -----------------------------------*/
/* ------->>> 2. CONTENT <<<----------*/
/* -----------------------------------*/

.post
{
	margin:0px 0 40px;
}
h2 
{
	font-size:1.4em;
	margin-top:4px;
}
h2 a
{
	text-decoration:none;
	color:black;
}

.post.with_thumbnail
{
	width:560px;
	height:300px;
	position:relative;
	margin:15px auto;
}
.post.with_thumbnail .post_thumbnail
{
}
.post.with_thumbnail .post_thumbnail_title
{
	padding:15px 10px;
	background-color:#000;
	font-size:1.5em;
	line-height:1.3em;
	font-weight:bold;
	color:white;
	position:absolute;
	bottom:0px;
	width:540px;
	text-align:center;
}
.post.with_thumbnail .post_thumbnail_title a
{
	color:white;
	text-decoration:none;
	text-transform:uppercase;
}
.post.with_thumbnail .post_thumbnail_title a:hover
{
	color:#00c6ff;
}
.bottom_post_info
{
	clear:both;
	position:relative;
	top:15px;
	font-size:0.9em;
}
.bottom_post_info .tags a
{
	text-decoration:none;
}
.post .entry
{
	font-size:1.1em;
	
}
.post .entry p
{
	padding:5px 0;
	text-align:justify;
}
.readmore
{
	padding:2px 5px;
	display:block;
	margin:8px 0;
	background-color:#00c6ff;
	font-weight:bold;
	width:45px;
	font-size:1.1em;
	color:white;
	text-decoration:none;
	font-style:italic;
}
.alignleft { float: left; }
.alignright { float: right; }
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.comments-template{
	clear:both;
	margin-top:40px;
}
.comments-template p
{
	margin:10px;
}
.comments-template label
{
	display:block;
	font-weight:bold;
	padding:5px  0;
}
h3#comments
{
	font-weight:bold;
	font-size:1.2em;
	padding:5px 0;
}
.commentlist li
{
	margin:10px;
	background-color:#efefef;
	padding:10px;
}
.commentlist li .commenttext
{
	margin-top:10px;
}
.press_list
{
	margin:5px 0 0 25px;
	list-style-type:disc;
}
.press_list li
{
	padding:1px;
}
/* -----------------------------------*/
/* ------->>> 3. SIDEBAR <<<----------*/
/* -----------------------------------*/	
#sidebar
{
	color:#8b8a8a;
}
#sidebar h2
{
	font-weight:bold;
	font-size:1.3em;
	padding-bottom:4px;
	margin-bottom:8px;
	border-bottom:1px solid black;
}
#sidebar h3
{
	font-weight:bold;
	font-size:1.2em;
}
#sidebar ul
{
	margin-top:3px;
}
#sidebar li a{
	color:#8b8a8a;
	text-decoration:none;
	/*display:block;*/
}
#sidebar a
{
	color:#8b8a8a;
	text-decoration:none;
}
#sidebar a:hover
{
	color:#00c6ff;
}
li.archives
{
	cursor:pointer;
}
li.categories ul, li.archives ul
{
	margin-left:25px;
}
.social_buttons li
{
	float:left;
	margin:3px 3px;
}
.submit_button
{
	background-color:black;
	color:white;
	font-weight:bold;
	border:none;
}
#content h3
{
	font-weight:bold;
	font-size:1.3em;
	margin: 5px 0px;
}
/* -----------------------------------*/
/* ------->>> 4. footwear <<<---------*/
/* -----------------------------------*/	
#main.footwear{
	margin:15px 0 25px;
	background-image:none;
}
ul.footwear li
{
	width:250px;
	float:left;
	margin:0 10px 20px;
}
ul.footwear li a
{
	font-size:1.2em;
	color:black;
	text-decoration:none;
	font-weight:bold;
}
ul.footwear li .thumb img
{
	margin:5px;
}
ul.footwear li .desc
{
	color:#b9b9b9;
	line-height:1.45em;
}
/* -----------------------------------*/
/* -------->>> 4. HEADS <<<-----------*/
/* -----------------------------------*/	
ul.gallery
{
	margin-top:4px;
}
ul.gallery li
{
	width:180px;
	float:left;
	margin:0 5px 20px;
}
ul.gallery li a
{
	font-size:1em;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
}
ul.gallery li hr
{
	margin:3px 0 7px;
	color:#e5e5e5;
	background-color:#e5e5e5;
	border:1px solid #e5e5e5;
}
/* -----------------------------------*/
/* ------->>> 5. FORMS <<<------------*/
/* -----------------------------------*/	
input[type=submit]
{
	padding:2px 5px;
	border:1px solid #ccc;
	background-color:white;
	color:black;
}
input[type=password], input[type=text]
{
	border:1px solid #cacaca;
	background-color:#fbfbfb;
	padding:3px 6px;
}
textarea
{
	border:1px solid #cacaca;
	background-color:#fbfbfb;
	padding:3px 6px;
}
