/*
Theme Name: Alless blue one
Theme URI: http://www.aria-studio.cz/
Description: Alless wordpress blog style
Version: 19.4.2009
Author: Aleš Rubáš (Alless)
Author URI: http://www.aria-studio.cz/
Tags: fixed width, two columns
*/

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
}
html {
	background: #00a2ff;
}

body {
	font-size: 62.5%;
	text-align: center;
	color: #000066;
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	background: url(images/bg-body.png) repeat-x;
}
#page {
	width: 830px;
	text-align: left;
	margin: 0 auto;
	position: relative;
	top: 15px;
	background: url(images/bg-page.gif) repeat-y;
}
#main {
	width: 550px;
	overflow: hidden;
	float: left;
	position: relative;
	left: 22px;
	top: -230px;
	padding: 0;
	margin: 0 11px -215px 0;
	background: #ffffff;
}
#main div.post {
	width: 520px;
	margin: 0 11px -215px 0;
	padding: 0 15px;
	background: #ffffff url(images/bg-item.gif) repeat-y left top;
	margin-bottom: 11px;
}
#sidebar {
	width: 229px;
	float: right;
	position: relative;
	right: 22px;
	top: -260px;
	margin: 0 0 -250px 0 !important;
}
#header {
	height: 312px;
	overflow: hidden;
	position: relative;
	background-image: url(images/bg-header.png);
	background-repeat: no-repeat;
}
#header a strong {
	display: none;
}
#current a {
	width: 0;
	height: 48px;
	padding-left: 160px;
	overflow: hidden;
	display: block;
	background: url(images/logo.gif) no-repeat 10px 10px;
	margin: 15px 0 0 15px;
}
#current a#menujump {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

form, fieldset, legend {
	margin: 0;
	padding: 0;
	border: none;
}
form {
	width: 80%;
	padding: 1em 1%;
	margin: 0 auto;
}
fieldset {
	margin: 0.5em 0;
}
fieldset legend {
	font-size: 150%;
	font-weight: bold;
	color: #333;
/* jinak IE dává modrou, takže vždy nastavit */
}
fieldset fieldset legend {
	font-size: 130%;
}
form label, form .cf-box-title {
	text-align: left;
	font-weight: bold;
}
form .cf-box-group label {
	font-weight: normal;
}
form input, form select, form label, form textarea {
	font-size: 110%;
}
form input, form select, form textarea {
	width: 99%;
	margin: 0 auto;
}
form label input, form .cf-box-group input, form .cf-box-b {
	width: 2em;
}
form button, .sendbutton {
	cursor: pointer;
	width: 10em;
}
.emailreqtxt, .reqtxt {
	float: right;
}
#main form ol li {
	list-style: none url();
	clear: both;
	margin: 0.5em 0 0 0;
	padding: 0;
}
#usermessagea {
	font-size: 120%;
	text-align: center;
	margin: 1em auto;
	font-weight: bold;
	color: red;
}
.cf_hidden {
	display: none;
}
.failure {
	color: red;
	text-decoration: blink;
}
#footer {
	clear: both;
	height: 127px;
	background-image: url(images/bg-footer.png);
	background-repeat: no-repeat;
}
#footer p {
	padding: 5px 20px;
	font-size: 1.2em;
	color: #333333;
}
#footer a {
	color: #333333;
}
#footer a:hover {
	color: #000000;
}
#footer li {
	display: inline;
}
#footer br {
	display: none;
}
#seo-links {
	padding: 1em;
	clear: both;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-weight: bold;
}
#main h1 {
	font-size: 1.8em;
	width: 528px;
	position: relative;
	left: -15px;
	padding: 11px 11px 11px 22px;
	color: #000066;
	background: url(images/bg-h1.gif) no-repeat left top;
}
.category #main h1 {
	font-size: 1.2em;
	width: 528px;
	position: relative;
	left: -15px;
	padding: 11px 11px 0px 20px;
	color: #666666;
	background: none;
}
.category #main h1 strong {
	color: #000066;
}
#header h1.description, 
#header p.description {
	width: 540px;
	padding: 5px;
	position: relative;
	left: 22px;
	float: left;
	font-size: 1.2em;
	font-weight: bold;
}
h2 {
	font-size: 1.6em;
	padding: 15px 10px 5px 10px;
}
h3 {
	font-size: 1.4em;
	padding: 15px 10px 5px 10px;
}
h4 {
	font-size: 1.3em;
	padding: 15px 10px 5px 10px;
}

#main p, #sidebar p, #otherside p {
	font-size: 120%;
	margin: 0.5em 0;
	line-height: 1.3em;
	text-align: justify;
}
#otherside h3, #otherside p {
	margin: 0.5em;
}
#main ul, #main ol {
	margin: 0.5em 0;
}
#main ul li, #main ol li {
	list-style: disc url();
	margin-left: 2em;
	font-size: 120%;
}
#main ol li {
	list-style: decimal url()
}
#main li li {
	font-size: 100%;
}
#main table {
	margin: 20px auto 0 auto;
	width: 90%;
	border-collapse: collapse;
	border: 2px solid #dddddd;
}
#main table th, #main table td {
	border: 1px solid #dddddd;
}
#main table th {
	text-align: right;
}
#main table th, #main table td {
	vertical-align: middle;
	font-size: 120%;
	padding: 0.5em;
}
#main table thead th, #main table th.right, #main table th.left {
	text-align: center;
	float: none;
}
#main table td.right {
	text-align: right;
	float: none;
}
#main table td.left {
	text-align: left;
	float: none;
}
#main table thead th, #main table thead td {
	border-bottom: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
}
#main table tfoot th, #main table tfoot td {
	border-top: 2px solid #dddddd;
}
#main table tbody th {
	border-right: 2px solid #dddddd;
}
#main table caption {
	caption-side: bottom;
	font-style: italic;
	text-align: center;
	padding: 5px;
	font-size: 110%;
}

#main table.data-reference {
	width: 306px;
}
#main table.data-reference th.url {
	text-align: center;
}


.hidden {
	display: none;
}
a {
	text-decoration: underline;
	color: #000066;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
#main a.image {
	display: block;
	width: 306px;
	padding: 2px;
	background: #ddddff;
	margin: 10px auto 20px auto;
}
#main a.image:hover {
	background: #aaaaff;
}
#main a.image img {
	display: block;
	width: 300px;
	padding: 3px;
	margin: 0;
	background: #ffffff;
}
.left {
	float: left
}
.right {
	float: right;
}
#main img {
	text-align: center;
	margin: 10px auto 0 auto;
}
#main img.left {
	margin-right: 1em;
}
#main img.right {
	margin-left: 1em;
}

.linklove {
	display: none !important;
}
.cleaner {
	clear: both;
}
.category #main .item, 
.homepage #main .item {
	width: 520px;
	position: relative;
	padding: 0 15px;
	background: #ffffff url(images/bg-item.gif) repeat-y left top;
	margin-bottom: 11px;
}
.category .item .previmg, 
#main .item .previmg {
	display: inline;
	width: 120px;
	height: 90px;
	float: left;
	margin: 0 11px 11px 0;
	padding: 0;
}
.category #main .item h2, 
.homepage #main .item h2 {
	font-size: 1.8em;
	width: 528px;
	position: relative;
	left: -15px;
	padding: 11px 11px 11px 22px;
	color: #000066;
	background: url(images/bg-h1.gif) no-repeat left top;	
}
#main .postmeta {
	clear: both;
	width: 528px;
	position: relative;
	left: -15px;
	padding: 11px;
	background: url(images/bg-postmeta.gif) no-repeat left bottom;
	margin: 0;
}
#main h3.comments {
	font-size: 1.4em;
	line-height: 1.5em;
	position: relative;
	padding: 5px 18px 0 18px;
	color: #000066;
	background: #ffffff url(images/h1.gif) no-repeat 0.1em 0.8em;
}
#main ol.commentlist {
	font-size: 2em;
	color: #aaaaaa;
	margin-top: 0;
}
#main ol.commentlist li.comment {
	border-bottom: 1px solid #00a2ff;
	margin-left: 0;
	padding-top: 5px;
	list-style-position: inside;
	position: relative;
}
#main ol.commentlist li.comment div.commentcontent {
	font-size: 0.5em;
	color: #000000;
	padding: 0 5px 5px 5px;
}
#main ol.commentlist li.comment div.commentmeta {
	font-size: 0.5em;
	color: #aaaaaa;
	height: 50px;
	overflow: hidden;
	position: relative;
	left: 2em;
	top: -2em;
	margin-bottom: -2em;
}
#main ol.commentlist li.comment div.commentmeta img {
	width: 48px;
	height: 48px;
	float: left;
	display: inline;
	margin: 0 6px 4px 0;
}
#main ol.commentlist li.comment div.commentmeta cite {
	font-size: 1.4em;
	line-height: 1.4em;
}
#main ol.commentlist li.comment div.commentmeta a.commenttitle {
	display: block;
	font-size: 1em;
	line-height: 2em;
	color: #000000;
}

#sidebar .sidebox, 
#sidebar .v_menu {
	width: 207px;
	padding: 0 11px;
	background: #ffffff url(images/bg-other-div.gif) repeat-y left top;
	margin-bottom: 5px;
}
#sidebar .sidebox h2, 
#sidebar .v_menu h2 {
	font-size: 1.4em;
	width: 193px;
	position: relative;
	left: -11px;
	padding: 8px 18px;
	color: #000066;
	background: #ffffff url(images/bg-other-top.gif) no-repeat left bottom;
}
#sidebar .sidebox h2 strong, 
#sidebar .v_menu h2 strong {
	display: none;
}
#sidebar .v_menu ul {
	width: 207px;
	position: relative;
	left: -11px;
	padding: 11px;
	background: url(images/bg-other-bottom.gif) no-repeat left bottom;
}
#sidebar .v_menu ul li {
	display: block;
	margin-bottom: 2px;
}
#sidebar .v_menu li a {
	height: 25px;
	line-height: 25px;
	padding: 0 0.5em;
	display: block;
	text-decoration: none;
	font-size: 1.2em;
	white-space: nowrap;
	overflow: hidden;
}
#sidebar .v_menu h2 a {
	display: inline;
	font-size: 1em;
	line-height: 1.3em;
	padding: 0;
	text-decoration: underline;
}
#sidebar .v_menu li a:hover {
	text-decoration: underline;
	background: #ddddff;
}
#sidebar .v_menu form {
	width: 207px;
	position: relative;
	left: -11px;
	padding: 0 11px 11px 11px;
	background: url(images/bg-other-bottom.gif) no-repeat left bottom;
	margin: 0px;
}
#sidebar .v_menu form label {
	padding: 0;
	margin: 0;
}
#sidebar .v_menu form input {
	margin-top: 5px;
	width: 200px;
}
.navigation {
	font-size: 120%;
}
.navigation .alignleft {
	float: left;
}
.navigation .alignright {
	float: right;
}

#main .highlighted {
	padding: 10px;
	color: #222299;
}

