/*
	Name: Rozhoupej město
	Date: podzim 2013
	Author: Lukas Chadraba
	Autor URI: http://lukaschadraba.cz
*/


body 
{
    	background-color: #00ace3;
	color: #000;
	font-size: 1em;
	font-family: 'Noto Sans', sans-serif;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	text-align: left;
}
              
a:link, a:visited {
	color: #000;
	text-decoration: none;
}

a:hover, a:active {
}


#container {margin: 0px auto; padding: 0px; width: 950px;}

#header {margin: 0px; padding: 0px; width: 100%; height: 105px; color: #000;}

#header ul {width: 950px; margin: 0px auto; padding: 0px; list-style-type: none;}
#header li {float: left; margin-right: 40px; margin-top: 30px; font-size: 1em;}
#header .logo {}
#header .fb-like {float: right; overflow:hidden; width:260px; margin-top: 30px; height:71px; background-color: #fff; border: 1px solid #00ACE3; padding-top: 4px;}

#homepage {font-size: 0.75em; padding-top: 30px;}

#homepage .left {}
#homepage .right {}

#homepage .actual, .archive, .dvacetctyri { margin-bottom: 20px;}

#homepage .event-type { display: inline-block; background-color: #fff; padding: 10px; font-weight: bold; margin-bottom: 10px;}

#homepage .actual .post span {background-color: #5CA310; }
#homepage .actual .post .post-image { border-color: #5CA310;}

#homepage .archive .event-type {color: #B91F0F; clear: both; }
#homepage .archive .post span {background-color: #B91F0F; }
#homepage .archive .post .post-image { border-color: #B91F0F;}
#homepage .archive .post h2 {font-size: 1em;}
#homepage .archive .post {float: left; margin-right: 8px;}

#homepage .dvacetctyri .post span { background-color: #152935; }
#homepage .dvacetctyri .post .post-image { border-color: #152935;}

#homepage .post {padding-bottom: 20px;}
#homepage .post span {display: inline; color: #fff; margin: 0; padding: 10px;}
#homepage .post .post-image {float: left; width: 40px; height: 40px; border: 4px solid; margin: 0; padding: 0; margin-right: 5px;}
#homepage .post h2 {font-size: 1.4em; text-transform: uppercase;}

#main {padding-top: 50px;}
#main .post {padding-bottom: 20px; color: #000; background-color: #fff; padding: 30px; margin-bottom: 20px;}
#main .post a {color: #000;}
#main .post h2 {font-size: 1.4em; text-transform: uppercase; display: inline;}
#main .post .slideshowlink {display: none;}
#main .post p {text-align: justify; font-size: 0.9em;}

#main .post .sidebar {width: 280px; float: right; margin-left: 25px; font-size: 0.7em;}

table
{
width:100%;
border-collapse:collapse;
margin-top: 5px; margin-bottom: 5px;
}
td
{
font-size:1em;
border:1px solid #98bf21;
padding:3px 7px 2px 7px;
text-align: center;
}
th 
{
font-size:1.1em;
text-align:left;
padding-top:5px;
padding-bottom:4px;
background-color:#A7C942;
color:#ffffff;
}
tr.alt td 
{
color:#000000;
background-color:#EAF2D3;
}


.button {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:9px;
	-moz-border-radius-topleft:9px;
	border-top-left-radius:9px;
	-webkit-border-top-right-radius:9px;
	-moz-border-radius-topright:9px;
	border-top-right-radius:9px;
	-webkit-border-bottom-right-radius:9px;
	-moz-border-radius-bottomright:9px;
	border-bottom-right-radius:9px;
	-webkit-border-bottom-left-radius:9px;
	-moz-border-radius-bottomleft:9px;
	border-bottom-left-radius:9px;
	text-indent:0px;
	border:2px solid #dcdcdc;
	display:inline-block;
	color:#1c3b61;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	font-style:normal;
	height:50px;
	line-height:50px;
	padding-left: 10px;
	padding-right: 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:0px 1px 0px #ffffff;
}
.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.button:active {
	position:relative;
	top:1px;
}

.fts-jal-fb-user-name {
	    position: relative;
    top: 10px;
}