/*************************************
	- CSS Style -
	CSS URI: http://
	Version: 1.0
	Description: CSS for browsers with Gecko core - default
	Author: Alex
	Author URI: http://www.apollo1.cz/
*************************************/

/*************************************
 +Body, Html
*************************************/

body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 62.5%;
	margin: 0;
	padding: 0;
	background-color: #fff;
	color: #000;
	border-bottom: 20px solid #afd2e0;
}

/*************************************
 +A
*************************************/

a {
	color:#009ee0;
	text-decoration: none;
	/*font-weight: bolder;*/
}

a:hover {
	background: url('images/hr.gif') left bottom repeat-x;
}

a img {}

a:hover img {}

a.img {}

#footer a {}

#footer a:hover {}

/*************************************
 +Containers
*************************************/
#wrap {
	width: 762px;
	margin: 2em auto;
	font-size: 1.1em;
	line-height: 1.5em;
}

#header {
	height: 95px;
}

#wrap-content {
	margin-top: 1em;
}

#blog {
	float: left;
	padding: 5px 15px 15px 5px;
	width: 520px;
}

#sidebar {
	margin-top: 20px;
	float: left;
	width: 185px;
	padding: 10px;
	/*background: url('images/hr.gif') left top repeat-y;*/
}

#scot {
	margin: 2em auto;
}

#scot img {
	border: 8px solid #009ee0;
	float: left;
	margin-right: 1.5em;
}

#footer {
	
}

/*************************************
 +Header
*************************************/


/*************************************
 +Entry
*************************************/

.post {
	margin-top: 2em;
}

.post img {
	border: 1px solid #afd2e0;
	padding: 4px;
}

.post img.align-left {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.post-data {
	color:#009ee0;
}

.hr-strong {
	height: 8px;
	background: #009ee0;
}

/*************************************
 +Hn
*************************************/

h1, h2, h3 {
	font-family: "Palatino Linotype", "Times New Roman", times, serif;
}

h1 {
	margin: 0;
	padding: 0;
}

h1 a span {
	visibility: hidden;
}

h1 a, h1 a:hover {
	display: block;
	visibility: visible;
	height: 90px;
	width: 760px;
	padding: 0;
	margin: 0;
	cursor: pointer;
	background: #fff url('images/logo-kino-cas.gif') left top no-repeat;
}

h2 {
	color:#009ee0;
	font-size: 2em;
	line-height: 1.2em;
	margin-top: 0;
}

h3 {
	font-size: 1.4em;
	line-height: 1.2em;
}

/*************************************
 +List
*************************************/

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar li {
	line-height: 1.1em;
	margin-top: 10px;
}

/*************************************
 +Misc
*************************************/
hr {
	border: none;
	height: 1px;
	background: url('images/hr.gif') left top repeat-x;
	clear: both;
	display: block;
	color: #afd2e0;
}

.info, .error {}

.error {color: red;}
.info {color: green;}

.cleaner {clear: both;}

