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

*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: url('images/header.png') repeat-x;
	font-family: Arial;
	margin: 0;
	padding: 0;
	text-align: center;
}

img {
	border: 0;
}

a,
a:hover,
a:link,
a:visited {
	outline: 0;
	color: #000;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}

a.lbg {
	position: relative;
	z-index: 1;
	display: none;
}
blockquote {
	background: #c7eceb;
	padding: 14px 24px;
	font-family: Georgia;
	font-style: italic;
	font-size: 14px;
	border: 1px solid #aaeeec;
}

blockquote:hover {
background: #afeae8;
}
#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 1020px;
}

#header {
	background: url('images/light.png') left top no-repeat;
	margin-top: 50px;
	padding: 0 60px 15px 60px;
	position: relative;
}

#main_photo {
	position: relative;
}

.leftsharp, .rightsharp {
	display: block;
	width: 20px;
	height: 50px;
	position: absolute;
	bottom: 0;
}

.leftsharp {
	background: url('images/l_sharp.png') left 0 no-repeat;
	left: -275px;
	margin: 0px
}

.rightsharp {
	background: url('images/r_sharp.png') right 0 no-repeat;
	right: -20px;
	margin: 0px;
}

.title {
	margin-top: -50px;
	padding: 22px 0 0 21px;
	height: 28px;
}

h1 {
	font-size: 16px;
	font-weight: normal;
}

#logo {
	background: url('images/logo.png') no-repeat;
	width: 105px;
	height: 17px;
	text-indent: -99999px;
	display: block;
	float: left;
	margin-right: 4px;
}

#menu {
	float: left;
}

#main_photo {
	background: url('images/main_photo.jpg') no-repeat;
	float: right;
	width: 646px;
	height: 300px;
	margin-right: -1px;
}

* html #main_photo {
	margin: 0;
}

#menu ul {
	list-style: none;
}

#menu li {
	position: relative;
	background: #36a09d url('images/menu.png') 0 0 repeat-x;
	height: 50px;
	overflow: hidden;
	display: block;
	width: 255px;
}

#menu li:last-child {
	height: 49px;
	border-bottom: 1px solid #36a09d;
}

#menu a:link, #menu a:visited {
	position: relative;
	z-index: 100;
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	height: 21px;
	padding: 17px 0 12px 20px;
	text-decoration: none;
	text-shadow: 0px -1px 0px #446b6a;
}
#menu a:hover {
	background: #3ec7c3 url('images/menu.png') 0 -50px repeat-x;
}

#menu a.lbg {
	top: -50px;
	height: 50px;
	padding: 0;
	background: #3ec7c3 url('images/menu.png') 0 -50px repeat-x;
}

#menu li.current_page_item {
  background: #3ec7c3 url('images/menu.png') 0 -50px repeat-x;
}

#sidebar1 {
	margin-top: 15px;
	padding-left: 60px;
	padding-right: 70px;
	
}

#sidebar1 p {
	text-align: justify;
	margin: 10px 0;
}

#sidebar1 a {
	color: inherit;
	cursor: pointer;
	float: right;
	text-decoration: none;
	margin-top: 5px;
}

div.tryit {
	height: 41px;
	width: 224px;
	overflow: hidden;
	float: right;
	background: url('images/big_button.png') 0 0 no-repeat;
}

div.tryit a {
	position: relative;
	z-index: 100;
	display: block;
	width: 100%;
	height: 30px;
	text-align: center;
	margin: 0px !important;
	padding-top: 11px;
	text-decoration: none;
	line-height: 1;
}

div.tryit a span {
	color: #fff;
	text-shadow: 0px -1px 0px #446b6a;
}


div.tryit a:hover {
	background: url('images/big_button.png') 0 -41px no-repeat;
}

div.tryit a.lbg {
	z-index: 1;
	top: -41px;
	display: none;
	height: 41px;
	padding: 0;
	background: #3ec7c3 url('images/big_button.png') 0 -41px no-repeat;
}

.clear {
	clear: both;
}

#newsletter, li#wpsb {
	background: #ededed url('images/newsletter.png');
	width: 242px;
	height: 131px;
	margin-right: 25px;
	padding-top: 15px;
	padding-left: 13px;
	float: left;
}

#newsletter, li#wpsb {
	list-style: none;
}

h2 {
	color: #454545;
	margin-bottom: 10px;
}

#sidebar1 p {
	font-size: 14px;
	line-height: 1.5em;
	/*margin-left: 280px;*/
}

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

#newsletter h2, #sidebar2 h2, li#wpsb h2 {
	font-size: 14px;
}

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

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

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

#newsletter div.error_msg {
	margin-top: 20px;
}

#content-wrapper {
	width: 890px;
	overflow: hidden;
	margin-top: 20px;
	padding: 20px 70px 10px 60px;
	background: #ffffff;
}

#content {
	margin-bottom: 40px;
}
#content p {
	font-size: 16px;
	line-height: 1.6em;
}
	#content.with-sidebar {
		width: 610px;
		float: left;
	}

	#content.full-width {
		left: 0px;
		width: 100%;
		float: left;
	}

#content h2 {
	font-size: 35px;
	font-weight: normal;
	/*margin-left: 280px;*/
}

#content .icon {	/* Nebude treba zrejme! */
	float: left;
	margin: 20px 10px 0 -10px;
	text-align: center;
	width: 280px;
	display: block;
}

#content a.more, a.more-link {
	background: url('images/link_btn.png') right 0 no-repeat;
	color: #000000;
	float: right;
	height: 30px;
	padding: 10px 55px 0 0;
	margin-top: 8px;
	margin-bottom: 20px;
	text-decoration: none;
}

#content a.more:hover,  a.more-link:hover {
	background-position: right -40px;
	text-decoration: underline;
}

	#content .hentry {
		margin-top: 30px; 
	}
	
		#content .entry-title a,
		#content .entry-title a:link,
		#content .entry-title a:visited {
			font-size: 28px;
			color: #36a19e;
			text-decoration: none;
		}
		#content .entry-title a:hover {
			text-decoration: underline;
		}
		#content .entry-meta {
			font-size: 12px;
			color: #515151;
			margin-bottom: 20px;
		}
			#content .entry-meta a,
			#content .entry-meta a:link,
			#content .entry-meta a:visited {
				color: #515151;
				text-decoration: underline;
			}
			#content .entry-meta a:hover {
				text-decoration: none;
			}
		#content .hentry .rmore {
			clear: both;
			float: right;
		}
		#content p {
			margin: 5px 0;
		}

#sidebar-left-content {
	width: 255px;
	margin-top: 51px;
	margin-right: 25px;
	float: left;
	padding-bottom: 20px;
	color: #010000;
}
	#sidebar-left-content a {
		text-decoration: none;
	}
	#sidebar-left-content a:hover {
		text-decoration: underline;
	}
	#sidebar-left-content ul {
		margin: 0;
		padding: 0;
	}
		#sidebar-left-content ul li.widget {
			background: #ededed url(images/sidebar-top-bg.png) 0 0 no-repeat;
			display: block;
			margin: 0 0 30px 0;
		}
		
			#sidebar-left-content ul li div {
				padding: 13px;
			}
				#sidebar-left-content ul li div strong {
					display: block;
					margin-bottom: 10px;
					font-size: 14px !important;
				}
			
		#sidebar-left-content ul li ul {
			background: transparent url(images/sidebar-bottom-bg.png) 0 bottom no-repeat;
			padding-bottom: 20px;
		}
			#sidebar-left-content ul li .widget-title {
				display: block;
				font-weight: bold;
				font-size: 14px;
				padding: 13px;
			}
				#sidebar-left-content ul li ul li {
					line-height: 37px;
					display: block;	
					padding: 0 13px;
				}
					#sidebar-left-content ul li ul li:hover {
						background: #fff;
						line-height: 37px;
						display: block;	
					}
		
#sidebar2 {
	background: #efefef;
	margin: 0 60px;
	padding: 10px;
}

#sidebar2 a, #footer a {
	color: #000000;
	text-decoration: none;
}

#sidebar2 a:hover, #footer a:hover {
	text-decoration: underline;
}

.bar_l {
	background: url('images/crossline.png') right center no-repeat;
	float: left;
	margin-right: 10px;
	width: 290px;
}

.bar_l img {
	margin-right: 8px;
}

.bar_l img {
	vertical-align: middle;
}

.bar_r {
	float: right;
}

#footer {
	background: #383838 url('images/foot.png') repeat-x;
	width: 100%;
	height: 46px;
	margin-top: 15px;
}

#footer p {
	font-size: 12px;	
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0 60px;
	text-align: left;
}

.sleft {
	background-color: #EDEDED;
	float: left;
	line-height: 1.5em;
	margin: 0 25px 20px 0;
	padding: 13px;
	width: 229px;

}

.sleft strong {
	color: #454545;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

