/*
Theme Name: Fantasticke.sk
Author: Patrik Bóna
Author URI: http://www.mrhead.sk/
*/

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #fde8ad;
}

p, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 20px;	
}

small {
	font-size: 0.8em;	
}

h1 {
	font-size: 1.6em;	
}

h2 {
	font-size: 1.3em;	
}

h3 {
	font-size: 1.2em;	
}

h4 {
	font-size: 1.1em;	
}

h5 {
	font-size: 1.0em;	
}

#container {
	width: 971px;
	margin: 0 auto;	
}

#header {
	height: 159px;
	position: relative;
}

#header .logo {
	width: 302px;
	height: 122px;
	position: relative;
	top: 17px;		
}

#header .cloud {
	position: absolute;	
}

#header .cloud-1 {
	top: 29px;
	left: 312px;
}

#header .cloud-2 {
	top: 41px;
	left: 541px;	
}

#header .cloud-3 {
	top: 34px;
	left: 770px;	
}

#sidebar {
	width: 277px;
	float: left;
	margin-bottom: 20px;
}

#sidebar .top {
	height: 15px;
	background: url('images/sidebar-top-bg.png') top left no-repeat;
}

#sidebar .middle {
	padding: 30px 34px 20px 45px;
	background: url('images/sidebar-bg.png') top left repeat-y;
	zoom: 1.0;
}

#sidebar .bottom {
	height: 189px;
	background: url('images/sidebar-bottom-bg.png') top left no-repeat;
}

#sidebar ul {
	margin: 0;
}

#sidebar ul li {
	text-align: right;
	overflow: hidden;	
}

#sidebar ul li a {
	color: white;
	font-weight: bold;
	font-size: 1.6em;
	text-decoration: none;
	height: 21px;
	display: block;
	overflow: hidden;
	position: relative;
}

#sidebar ul li a:hover img, #sidebar .current img {
	position: relative;
	top: -21px;
}

#main {
	margin-bottom: 20px;
	font-size: 1.2em;
	line-height: 1.5;
	float: left;
	width: 689px;
	color: white;
}


#main h1, #main h2, #main h3, #main h4, #main h5, #main h6 {
	color: #f0e63c;	
}

#main h1 {
  color: #663;
}

#main a {
	color: #cf6;		
}

#main h2 a {
	color: #f0e63c;  
}

#main ul {
	margin-left: 30px;
	list-style: disc;
}

#main .top {
	height: 15px;
	background: url('images/main-top-bg.png') top left no-repeat;
	overflow: hidden;
}

#main .middle-wrapper {
	background: #b1ac34 url('images/main-middle-wrapper-bg.png') bottom left repeat-x;
	zoom: 1.0;
	margin: 0;
}

#main .middle {
	padding: 27px 30px 30px 30px;
	background: url('images/main-middle-bg.png') top left repeat-y;
	*background: none;
	*margin:  10px;
}

#main .bottom {
	height: 15px;
	background: url('images/main-bottom-bg.png') top left no-repeat;
}

.post-h2 {
	margin: 0;	
}

.post .date {
	font-size: 0.8em;	
}

.post {
	margin-bottom: 20px;	
}

#footer {
	font-size: 1em;
	color: gray;
	text-align: center;
	padding-bottom: 20px;
	clear: both;	
}

#footer a {
	color: gray;	
}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */