/*  
Theme Name: Golden Leaves
Theme URI: http://www.wpmix.com/
Description: Stylish black & orange theme. Ideal for a personal blog.
Author: andrej
Author URI: http://www.wpmix.com/
*/

/* main structure */
* { 
	margin: 0;
	padding: 0;
	}
	
body {
	background-color:#000000;
	margin:0;
	font-size:62.5%;
	color:#ffffff;
	font-family:Arial, Verdana, Helvetica, sans-serif;
	}
 
#header {
	margin:0 auto;
	width:830px;
	height:215px;
	background:url(img/header.jpg);
	}
	
#description {
	padding-left:40px;
	padding-top:55px;
	font-family:"Arial Black", Arial, Verdana, Helvetica, sans-serif;
	}
	
#desc {
  font-family:Arial, Verdana, Helvetica, sans-serif;
	float:right;
	font-size:160%;
	font-weight:bold;
	padding-right:33px;
	margin-top:-10px;
	color:#ff0000;
	}
	
h1 {
	font-size:360%;
	}
	
h1 a{
	color:#ffffff;
	font-weight:normal;
	}
	
#content {
	width:830px;
	margin:0 auto;
	background:url(img/body.png) repeat-y;
	}
	
.cleaner {
	clear:both;
	}
/* main structure */
	
/* pagelist and search */	
#pagelist {
	float:left;
	font-size:180%;
	font-weight:bold;
	margin-top:37px;
	margin-left:40px;
	}
	
#pagelist ul li {
	display:inline;
	float:left;
	list-style-type:none;
	padding:0 20px;
	}
	
#pagelist ul li a {
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
	}
	
#pagelist ul li a:hover {
	color:#ffea00;
	}
	
#pagelist li.current_page_item a {
	color:#ffea00;
	}
	
/* pagelist and search */	

/* sidebar */	
#side {
	width:218px;
	float:left;
	background-color:#F7F7F7;
	color:#ffffff;
	font-size:160%;
	vertical-align:middle;
	margin:0 0 10px 32px;
	background:url(img/sidebar.jpg) no-repeat #323232;
	}
	
#side li, #side ul {
	list-style-type:none;
	}
	
#sidebar-bottom {
	height:17px;
	background:url(img/sidebar-bottom.png) no-repeat;
	}
	
#side h2 {
	margin-top:15px;
	font-size:115%;
	font-family:"Arial Black", Arial, Verdana, Helvetica, sans-serif;
	color:#ffea00;
	font-weight:normal;
	}
	
#side a {
	font-weight:bold;
	color:#ffffff;
	text-decoration:none;
	}
	
#side a:hover {
	text-decoration:underline;
	}
	
#sidebar {
	margin:0 10px 15px 30px;
	}
	
#side img {
	padding:0;
	border:none;
	}
/* sidebar */

/* text */
#text {
	width:555px;
	float:right;
	text-align:justify;
	color:#333333;
	}
	
.post {
	width:527px;
	margin-bottom:15px;
	}
	
.post-top {
	height:84px;
	background:url(img/post-top.png) no-repeat;
	}
	
.post-date {
	float:left;
	width:68px;
	padding-top:5px;
	margin:10px 25px 0 7px;
	text-align:center;
	font-weight:normal;
	font-family:"Arial Black", Arial, Verdana, Helvetica, sans-serif;
	color:#ff3800;
	}
	
.post-day {
	font-size:240%;
	}
	
.post-month {
	margin-top:-5px;
	font-size:160%;
	}
	
p {
	padding:5px 0;
	}

h2 {
	font-size:190%;
	}
	
.post h2 {
	font-family:"Arial Black", Arial, Verdana, Helvetica, sans-serif;
	font-size:170%;
	padding-top:36px;
	}
	
.post h2 a {
	color:#ffffff;
	text-decoration:none;
	font-weight:normal;
	}
	
.post h2 a:hover {
	text-decoration:underline;
	}
	
.post-content {
	font-size:140%;
	color:#ffffff;
	margin-left:70px;
	margin-right:10px;
	}
	
#text ul li {
	list-style-type:square;
	padding-top:2px;
	margin-left:20px;
	}
	
#text ol li {
	margin-left:25px;
	padding-top:2px;
	}
	
blockquote {
	margin-top:5px;
	background:url(img/quote.png) left top no-repeat;
	padding:5px 5px 5px 40px;
	color:#999999;
	}
	
blockquote blockquote {
	background:none;
	}

img {
	padding:5px;
	border:1px solid #CCCCCC;
	}
	
.pub {
	font-size:90%;
	margin-top:10px;
	}

.wp-smiley {
	padding:0;
	border:none;
	}
/* text */

/* headlines and links */	
h2,h3,h4,h5,h6 {
	color:#cccccc;
	}
	
h3 {
  	margin-top:5px;
	font-size:115%;
	}
	
a {
	text-decoration:none;
	font-weight:normal;
	color:#ffea00;
	}
	
a:hover {
	text-decoration:underline;
	}
	
#footer a {
	color:#999999;
	}
	
.pub a {
	text-decoration:none;
	font-weight:normal;
	}
	
.pub a:hover {
	text-decoration:underline;
	}	
/* headlines and links */

/* footer */
#footer {
	background:url(img/bottom.jpg) no-repeat;
	margin:0 auto;
	width:380px;
	height:135px;
	padding-top:50px;
	padding-left:350px;
	padding-right:100px;
	}
	
#footer h3 {
	font-size:180%;
	color:#ff0000;
	font-family:"Arial Black", Arial, Verdana, Helvetica, sans-serif;
	margin-top:0;
	}
	
#bottom-archives {
	float:left;
	width:180px;
	}
	
#sponsor-links {
	float:right;
	width:180px;
	}
	
#footer ul, #footer li {
	list-style-type:none;
	}
	
#footer li a {	
	color:#ffffff;
	font-size:160%;
	font-weight:bold;
	}
/* footer */

/* comments */	
h3.comments {
	margin-top:10px;
	margin-bottom:5px;
	}
	
.commentmetadata {
	background-color:#272727;
	padding:5px;
	width:430px;
	}
	
.obsahk {
	background-color:#333333;
	padding:5px;
	width:430px;
	margin-bottom:15px;
	}
	
ol.commentlist {
	list-style:none;
	margin-left:-25px;
	}
	
textarea#comment {
	margin:1px 0 5px 0;
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:5px;
	}
	
#author, #email, #url {
	border:#999999 1px solid;
	background-color:#F7F7F7;
	padding:2px;
	margin:1px 0;
	}
	
.writec {
	margin-left:25px;
	}
/* comments */

/* other */	
.floatright {	
	float:right;
	margin-left:10px;
	}
	
.floatleft {
	float:left;
	margin-right:10px;
	}

.alignleft {
	float:left;
	}
	
.alignright {
	float:right;
	}

#calendar a {
	text-decoration:underline;
	}
  
#calendar a:hover {
	text-decoration:none;
	}
/* other */	
