@charset "UTF-8";
/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries */

/* #Site Styles - same for whole site
================================================== */
body{
background:#f0efef;
color:#171717;
}
h1{
color:#00b64e;
text-decoration:underline;
}
h1 a{
text-decoration:none;
color:#ffffff;
}
h1 a:hover{
color:#00b64e;
}
a{
color:#00b64e;
}
a:hover{
color:#666666;
}
.photo{
border:3px solid #00b64e;
}
strong{
	font-weight:bold !important;
}
/*menu*/
.top{
background:#171717;
border-bottom:3px solid #00b64e;
font-size:16px;
/*position:fixed;*/
z-index:20;
width:100%;
-webkit-box-shadow: 0px 7px 14px rgba(0, 0, 0, 0.5);
-moz-box-shadow:    0px 7px 14px rgba(0, 0, 0, 0.5);
box-shadow:         0px 7px 14px rgba(0, 0, 0, 0.5);
}
ul{
margin:0px;
padding:0px;
}
.menu li{ 
float:left;
margin:0px;
}
/*.menu li:hover{
background:#04b2a8;
}*/
.active{
background:#00b64e;
color:#171717 !important;
}
.menu a{
color:#FFF;
text-decoration:none;
padding:20px;
display:block;
}
.menu a:hover{
color:#171717;
background:#00b64e;
}

/*header*/
.header{
border-bottom:3px solid #00b64e;
padding-top:56px;
background:#272727 url( "../media/img/map.png" ) no-repeat;
background-position:center;
height:290px;
}
.logo{
width:100%;
text-align:center;
margin-top:30px;
}
.logo img{
margin-left:30px;
}

/*body*/
.obsah{
background:url( "../media/img/bg.png" ) repeat-y;
background-position:center;
}
.section{
padding-top:50px;
padding-bottom:50px;

}
.con{
background:#f0efef;
}
.center_con{
padding-top:20px;
padding-bottom:20px;
}
.icons{
margin-bottom:20px;		
}
.strong { 
font-size:20px;
color:#666666;
padding-top:20px;
padding-bottom:20px;
}
.green{
	width:auto;
	float:left;
	background:#00b64e;
	margin-bottom:30px;
	padding:20px;
	color:#FFF;
	font-size:20px;	
}
.green a{
	color:#242424;
	
}
.green a:hover{
	color:#FFF;
	
}
.blok{
	max-width:400px;
	
}
.blok p{
	text-align: justify;
}
.b_right{
	float:right !important;
	
}
.green_blok{
	max-width:400px;
	float:right;
	margin-left:15px;
	margin-bottom:15px;
	background:#00b64e;
	color:#FFF;
	text-align:justify;
	padding:15px;
	font-size:12px;
}
/*footer*/
.footer{
background:#171717;
border-top:3px solid #00b64e;
height:50px;
color:#555555;
text-align:center;
padding-top:25px;
}


/*články*/
/*
#skip-link{
	width:100%;
	background:#000000 !important;
	padding:20px;
	color:#FFF;
}
*/
#page-wrapper{
	background:#ffffff;
}
#page{
	width:960px;
	margin:0 auto;	
}
#main-wrap{
	
}
#header{
	width:100%;
	text-align: center;
	color:#333333;
	font-size:30px;
}
.node-promoted{
	width:100%;
	background:#FFFFFF;
	border:1px solid #cccccc;
	-webkit-box-shadow: 1px 3px 5px rgba(50, 50, 50, 0.37);
-moz-box-shadow:    1px 3px 5px rgba(50, 50, 50, 0.37);
box-shadow:         1px 3px 5px rgba(50, 50, 50, 0.37);
}
#page-title{
	background:#cccccc !important;
	padding:10px !important;
	display:block;
	color:#333333;
}
.node-teaser{
	width:45%;
	float:left;
	margin:20px;
}
.node-article h2{
	background:#cccccc !important;
	padding:10px !important;
	display:block;
}
.node-article h2 a{
	color:#333333 !important;
	font-size:20px;
}
.submitted{
	padding:10px;
}
.field-name-field-image{
	text-align: center;
	padding:10px;
}
.field-name-body{
	padding:10px;
}
.field-name-field-tags{
	padding:10px;
	background:#e4e3e3;
}
.links{
	padding:10px;
}

/*
.element-invisible{
	width:100%;
	display:block;
	float:left;
	text-align:center;
}

.pager li{
	float:left;
	display:block;
	margin:20px;
	width:40%;
	display:block;
	margin:0 auto;
}
*/
.element-invisible{
	display:none;
}
.item-list{
	float:left;
	width:960px;
	margin-left:25%;
}
.pager li{
	float:left;
	margin:20px;
	display:block;
}
.feed-icon{
	display:none;
}



/* #Page Styles - special styles for unique things on different pages
================================================== */

/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
	@media only screen and (max-width: 959px) { 	
.top{
position:static;
}
.menu li{ 
float:none;
margin:0px;
width:100%;
text-align:center;
}
.b_right{
	float:none !important;
	
}
.blok{
	float:none !important;
	
}


	
	}


	/* Tablet Portrait size to standard 960 (devices and browsers) */
	@media only screen and (min-width: 768px) and (max-width: 959px) {

  }

	/* All Mobile Sizes (devices and browser) */
	@media only screen and (max-width: 767px) {

  }

	/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
	@media only screen and (min-width: 480px) and (max-width: 767px) { 

  }

	/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
	@media only screen and (max-width: 479px) {   

  }
