/*
Theme Name: Honza Sterba
Theme URI: http://honzasterba.cz/
Description: HonzaSterba WP THEME
Version: 1.0
Author: Jan Sterba
Author URI: http://jansterba.com/
Tags: custom

*/

/* 
 * General settings
 */

body {
	background-color: #293544;
	color: #000;
}
body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif
}
* {
	margin: 0;
	padding: 0;	
}
form {
	margin: 0px;
}
img {
	border: 0px;
}
a {
	text-decoration: none;
	color: #5B3F14;	
}
a:hover {
	text-decoration: underline;
	color: #6C8BB0;	
}
.reset { display: block; font-size: 0px; line-height: 0px; height: 0px; overflow: hidden; clear: both; }

blockquote {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 30px;
	padding-left: 15px;
	font-size: 90%;
	font-style: italic;
} 

.ilustration {
	padding-left: 0.5em;
	float: right;
}

.photo img {
    padding: 1em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/*
 * Centering the layout
 */

.layout { 
	width: 720px; 
	text-align: left; 
	margin: 0 auto; 
	overflow: hidden;
}

.holder {
	padding: 20px 5px;
}

/*
 * Header style
 */

#header {
	background-color: #CCC;
	color: #FFFFFF;
    background-image: url("background.jpg");
}

#header h1 {
	font-size: 300%;
	font-weight: bold;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#header a {
	color: #FFFFFF;
}

#header .slogan {
	font-size: 80%;
	display: inline;
	margin-left: 1em;
}

#search {
	float: right;
}
#search input {
	margin-top: 0.5em;
}

/*
 * Menu style
 */
 
#menu {
	background-color: #CCC;
	color: #5B3F14;
}

#menu .holder {
	padding: 0 5px;
}

#menu ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
}

#menu li {
	float: left;
}

#menu a {
	color: #5B3F14;
	display: block;
	padding: 0.7em 0.5em;
	font-size: 80%;
	margin-right: 3em;
}
#menu a:hover {
	background-color: #FFFFFF;
	text-decoration: none;
}

/*
 * Content style
 */

#content {
	background-color: #FFFFFF;
	color: #333333;
	font-size: 100%;
	line-height: 2em;
}

#content h1, #content h2, #content h3, #content h4 {
	margin: 0.5em 0 0 0;
}

#content h1 a.heading {
	color: #2B405A;
}

#content h1 {
	font-size: 200%;
	color: #2B405A;
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: -0.05em;
}

#content h2 a.heading {
	color: #6C8BB0;
}

#content h2 {
	font-size: 160%;
	color: #6C8BB0;
	font-weight: normal;
}

#content h3 {
	font-size: 120%;
}

#content h4 {
	font-size: 110%;
}

#content p {
	margin-top: 1em;
}

#content ul, #content ol {
	margin-top: 1em;
}

#content li {
	margin-left: 2em;
}

#content td {
	padding: 3px;
}

#content .info {
	color: #999999;
	padding-top: 0.5em;
	font-size: 70%;
	line-height: 1em;
}

#content .navigation {
	width: 50%;
	margin: 1em auto;
}

#content .navigation .right {
	float: right;
}

#content .navigation .left {
	float: left;
}

#content .illustration {
	float: right;
	margin-left: 1em;
}

/*
 * Comments style
 */

#comments {
	background-color: #6C8BB0;
	color: #CCCCCC;
	font-size: 100%;
}

#comments h2 {
	color: #FFFFFF;
	font-size: 150%;
	font-weight: bold;
}

#comments .comment {
	margin: 2em 0 2em 0;
	line-height: 1.5em;
}

#comments .avatarHolder {
	margin-right: 1em;
	float: left;
	width: 32px;
}

#comments .commentBody {
	float: left;
	width: 80%;
	padding: 1em;
	background-color: #FFFFFF;
	color: #000000;
}

#comments .commentForm {
	width: 80%;
	float: left;
	padding: 1em;
	background-color: #FFFFFF;
	color: #000000;	
}

#comments .info {
	font-size: 60%;
}

#comments td {
	padding: 0em 0.5em 0.5em 0em;
}

/*
 * Clouds style
 */
 
#clouds {
	background-color: #2B405A;
	color: #FFFFFF;
}

#clouds .cloud {
	float: left;
	width: 25%;
}

#clouds ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	font-size: 70%;	
}

#clouds li {
	margin: 1em 0;
}

#clouds h2 {
	font-size: 150%;
	color: #FFFFFF;
	margin-bottom: 0.5em;
}

#clouds a {
	color: #CCCCCC;
}


/*
 * Footer style
 */
 
#footer {
	background-color: #293544;
	color: #FFFFFF;
	font-size: 70%;
}
