/*
Theme Name: Geron
Theme URI: http://www.geron.sk
Description: Geron webpage
Version: 1.0
Author: Locomotive
Author URI: http://www.locomotive.sk

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/bg_top.jpg') repeat-x;
	background-attachment: fixed;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;

}

img {
	border: 0;
}

a {
	outline: 0;
	text-decoration: underline;
	color: #000;
}

a:hover {
	text-decoration: none;
}

.post h2 a {
	color: #155F2B;
	text-decoration: none;
}

.post h2 a:hover {
	text-decoration: underline;
}

#subpanel {
	background: url('images/subpanel_bg.png') repeat-x;
	height: 94px;
	width: 998px;
	position: fixed;
	top: 0;
	left: 50%;
	margin-left: -500px;
	z-index: 10;
}

* html #subpanel {
	position: absolute;
}

#subpanel p {
	display: block;
	position: absolute;
	width: 5px;
	height: 94px;
}

#subpanel .child2 {
	background: url('images/left_tien.png') right top no-repeat;
	right: -5px;
	top: 0;
}

#topbox {
	background: url('images/square.png') repeat;
	clear: both;
	padding: 3px;
	padding-bottom: 0;
	position: relative;
	height: 208px;
}

#topbox ul {
	float: right;
	list-style: none;
}

#topbox ul li {
	border-top: 1px solid #575757;
	list-style: none;
}

#topbox ul li:first-child {
	border: 0 none;
}

#topbox ul li a {
	color: #ffffff;
	display: block;
	font-family: Georgia, Arial;
	font-size: 16px;
	font-style: italic;
	width: 330px;
	height: 77px;
	padding-left: 10px;
	padding-right: 3px;
	padding-top: 20px;
	padding-bottom: 5px;
	text-decoration: none;
}

* html #topbox ul li a {
	width: 328px;
}

#topbox ul li a {
	background-color: #717171;
}

#topbox ul li a span {
	display: block;
	font-family: Arial Bold, Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: bold;
	margin-bottom: 3px;
	text-shadow: -1px -1px 0 #3f3f3f;
}

#wrapper {
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#bottomwrap {
	/*background: url('images/bg_down.jpg') center bottom repeat-x;*/
	
}

#header {
	margin-bottom: 20px;
	padding-top: 120px;
}

#menu ul, #foot_menu ul {
	list-style: none;
}

#menu {
	float: right;
	margin-top: 42px;
	margin-right: 20px;
}

#menu li, #foot_menu li {
	float: left;
	list-style: none;
}

#menu a:link, #menu a:visited {
	color: #444444;
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 0 20px;
	padding: 10px 0;
	padding-bottom: 25px;
	text-transform: uppercase;
	text-shadow: -1px -1px 0px #ffffff;	
	text-decoration:none;
}

#menu a:hover, #menu li.current_page_item {
	background: url('images/menu_bg.png') center bottom no-repeat;
	text-decoration: none;
}

#main {
	background: url('images/bg_cele.png') left top repeat-y;
	margin-left: -3px;
	padding: 0 3px;
	position: relative;
	overflow: hidden;
	width: 1000px;
}

.top_tien, .bottom_tien {
	clear: both;
	display: block;
	height: 3px;
	margin: 0;
	margin-left: -3px;
	width: 1006px;
}

* html .top_tien {
	position: absolute;
	top: -3px;
}

.top_tien {
	background: url('images/top.png') no-repeat;
}

.bottom_tien {
	background: url('images/bottom.png') no-repeat;
}

* html #wrapper {
	overflow: hidden;
}

#content {
	background-color: #f7f7f7;
	clear: left;
	float: left;
	font-size: 14px;
	line-height: 1.4em;
	padding: 30px;
	width: 520px;
	margin-bottom: -2000px;
	padding-bottom: 2020px;
}

#sidebar {
	background-color: #eaeaea;
	font-size: 14px;
	color: #333;
	clear: right;
	float: right;
	padding: 25px 20px;
	width: 360px;
	margin-bottom: -2000px;
	padding-bottom: 2000px;
}

#footer {
	background-color: #049880;
	border-top: 2px solid #007355;
	color: white;
	clear: both;
	font-size: 12px;
	margin-top: 20px;
	height: 60px;
}

#logo {
	background: url('images/logo.png') no-repeat;
	text-indent: -99999px;
	display: block;
}

h1 a {
	/*margin: 5px;*/
	width: 259px;
	float: left;
	display: block;
	height: 94px;
	position: absolute;
	top: 0;
	left: -3px;
}

.clear {
	clear: both;
}

.bold {
	font-weight: bold;
	
}

#content h2 {
	color: #333;
	font-size: 26px;
	text-transform: lowercase;
	letter-spacing: 1px;

}

#content .posth {
	color: #666;
	display: block;
	font-size: 14px;
	margin-top: -15px;
	font-style: italic;
	font-family: georgia;
	letter-spacing: 1px;
}

#content h2, #content .posth {
	font-weight: normal;
	margin-bottom: 20px;
}

#content h3 {
	color: #155f2b;
	font-size: 14px;
	letter-spacing: 1px;
	margin-left: 15px;
	margin-bottom: 4px;
	text-transform: uppercase;
}

#content p {
	color: #444444;
	margin-bottom: 20px;
}

/*#content p a {
	color: #333333;
}*/
.vision {
padding-left:40px;
padding-top: 15px;}
.post {
	margin-top: 40px;
}

.post:first-child {
	margin-top: 0;
}

a.more {
	/* Este je jedno a.more na konci ;-) */
	color: #155f2b;
	font-size: 12px;
	font-weight: bold;
	float: right;
	clear: both;
}

.break {
	background: url('images/small_bg.jpg') left top repeat-x;
	clear: both;
	margin: 20px -30px 35px -30px;
	min-height: 40px;
}

* html .break {
	height: auto !important;
	height: 40px;
}

#sidebar h3.news {
	color: #005a70;
	float: left;
	clear: left;
	font-size: 13px;
	text-transform: lowercase;
	letter-spacing: 5px;
	margin-top: 0;
	margin-bottom: 10px;
	word-spacing: -8px;
}

#sidebar h3 {
	color: #999999;
	font-size: 15px;
	font-weight: normal;
	margin-top: 30px;
	text-transform: uppercase;
}

#sidebar a.news-link {
	text-decoration: none;
}

#sidebar a.news-link:hover {
	text-decoration: underline;
	color: #005A77;
}

#sidebar li {
	list-style: none;
}

#sidebar .new {
	border-top: 1px solid white;
	clear: both;
	color: #444444;
	font-size: 12px;
	line-height: 1.5em;
	margin: 10px 0;
	padding: 5px 0;
}

#newsletter p, #sidebar2 p, .sleft, li#wpsb p, .widget {
	font-size: 12px;
	text-align: left;
	margin: 0;
        padding-top: 7px;
}

#newsletter h2, #sidebar2 h2, li#wpsb h2 {
	font-size: 13px;
        color: #155F2B;
        text-decoration: underline;
        letter-spacing: 2px;
}

#newsletter input, li#wpsb input {
	background: url('images/input.png');
	border: 0;
	width: 140px;
	height: 13px;
	padding: 8px 10px;
	margin-top: 0px;
	vertical-align: middle;
}

#newsletter input.email, li#wpsb input.email {
	background: url('images/mail_btn.png') 0 0;
	width: 30px;
	height: 29px;
	margin-left: 6px;
	text-indent: -99999px;
	cursor: pointer;
}

#newsletter input.email:hover, li#wpsb input.email:hover {
	background-position: 0 -29px;
}

#newsletter hr {
        border: none;
	border-top: 1px solid white;
	clear: both;
}
.new a {
	color: #666666;
}

.new .author, .new .viac {
	color: #999999;
}

.new .author {
	clear: left;
}

.new .viac, .viac {
	font-size: 12px;
	float: right;
	clear: right;
	margin-bottom: 10px;
}

.new hr {
	border: none;
	border-top: 1px solid white;
	clear: both;
}
.preco
{
line-height: 1.7em;

}
hr {
	border: none;
	border-top: 1px solid #666666;
	clear: both;
	margin-bottom: 15px;
}

.new .pmc-date, .post .pmc-date {
	background-color: #cdcdcd;
	display: block;
	float: left;
	clear: left;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1.4em;
	margin: 2px 20px 10px 0;
	padding: 8px 8px 12px 12px;
	width: 35px;
	height: 37px;
	text-shadow: 1px 1px 0px #ffffff;
}

.new .pmc-date a, .post .pmc-date a {
	color: #666666;
	text-decoration: none;
	display: block;
	width: 45px;
	height: 45px;
}

.new .pmc-date strong,  .post .pmc-date strong {
	font-size: 22px;
	letter-spacing: 8px;
}

.new h2 a {
	color: #155f2b;
	font-size: 12px;
	letter-spacing: 2px;
	text-transform: uppercase;
}

#sidebar .break {
	color: white;
	font-family: Helvetica;
	font-size: 44px;
	height: 42px;
	margin: 10px -20px 35px -20px;
	padding: 4px 0 0 17px;
}

.kontakty {
	margin: -15px 0 40px 0;
}

.kontakty p {
	color: #666666;
	font-size: 14px;
	line-height: 1.4em;
}

p.rightcon {
	color: #333333;
	float: right;
	width: 220px;
}

.kontakty a {
	color: #990000;
}

.kontakty .adresa {
	background: url('images/adresa.jpg') left center no-repeat;
	padding-left: 55px;
}

.kontakty .sidlo {
	color: #333333;
	font-weight: bold;
	width: 220px;
	margin-top: -20px;
	margin-bottom: 10px;
	float: right;
}

.kontakty .telefon {
	background: url('images/telefon.jpg') left center no-repeat;
	margin-bottom: 20px;
	padding-left: 55px;
}

.kontakty .email {
	background: url('images/email.jpg') left center no-repeat;
	padding-left: 55px;
}

.kontakty .skype {
	background: url('images/skype.jpg') left center no-repeat;
	padding-left: 55px;
}

a.more_news {
	color: #666666;
	float: right;
	clear: right;
	font-size: 12px;
	margin-top: 2px;
}

.copy {
	float: left;
	letter-spacing: 2px;
	margin: 15px 65px;
	text-align: left;
}

.copy a {
	font-weight: bold;
	line-height: 1.5em;
}

#footer a {
	color: white;
}

#foot_menu {
	float: right;
	margin-right: 30px;
}

#foot_menu a:link, #foot_menu a:visited {
	border-left: 1px solid white;
	color: white;
	display: block;
	margin: 25px 0;
	padding: 0 10px;
	text-transform: lowercase;
}

.alignright {
	float: right;
}

#desc {
	position: absolute;
	font-style: none;
	font-size: 13px;
	color: #252525;
	bottom: 7px;
	left: 80px;
}

.post a.more {
	background: url('images/button.png') no-repeat;
	color: #ffffff;
	display: block;
	font-weight: normal;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 14px;
	width: 113px;
	height: 24px;
	text-decoration: none;
}

.post a.more:hover {
	background-position: 0 -29px;
	text-decoration: none;
}

.comments-template{
	margin: 10px 0 0;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template ol li .fn {
	font-weight: bold;
}

#content .comments-template h2, #content h3{
	color: #000;
	font-size: 16px;
	margin-left: 0;
	letter-spacing: 0;
	text-transform: none;
}

.commentmetadata{
	font-size: 10px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
.switcher a {
        color: #444444;
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: 2px;
        text-align: left;
        text-transform: uppercase;
        text-shadow: -1px -1px 0px #ffffff;	
        text-decoration:none;
}
.switcher {
        position: absolute;
        left: 939px;
        width: 200px;
}

