body {
	margin: 0px;
	padding: 0px;
	background-color: #20354c;
	font: 12px Arial, Helvetica, sans-serif;
}

h1, h2, h3 {
	margin-top: 0px;
}

h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 1.8em;
}


h3 {
	font-size: 1.4em;
        color:#105289;
}

p, ol, ul {
	margin-bottom: 1em;
	line-height: 150%;
}

a {
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #D31141;
}

a img {
	border: none;
}

/* Wrapper */

#wrapper {
        width: 940px;
	margin-left: auto;
        margin-right: auto;
        margin-top:20px;
        margin-bottom:30px;;
        padding-top:20px;
        padding-bottom:1px;
	background-color: #ffffff;
        border: 2px solid #606e7b;
}

/* Header */

#header {
	width: 900px;
	height: 100px;
	margin-left:auto;
        margin-right:auto;
        margin-top:0px;
        background-color: #20354c;
        background-image: url(http://forum.mobilninet.cz/styles/se_square_left/theme/images/bg_header.gif);
        border: 1px solid #4f91b6;
}

#header a {
	text-decoration: none;
	color: #000000;
}

/* Logo */

#logo {
	float: left;
        margin:11px 0px 0px 11px;
}

#logo h1, #logo p {
	margin: 0px;
	line-height: normal;
	font-weight: normal;
	color: #000000;
}

#logo h1 {
	padding: 25px 0px 0px 0px;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px 0px 0px 0px;
	padding: 46px 11px 0px 0px;
	list-style: none;
	line-height: normal;
        
}

#menu li {
        width:90px;
	float: left;
	margin: 0px 0px 0px -1px;
        border: 1px solid #bcd4e3;
        background-color: #e5eef5;
}

#menu a {
	display: block;
	width: auto;
	height: 28px;
	padding: 12px 20px 0px 20px;
        text-align:center;
        font-size:1.2em;
}

#menu a:hover {
	text-decoration: none;
        background-color:rgb(211,17,65);
color:white;
}

#menu  .active {
	background-color:white;
        font-weight:bold;
}

/* Page */

#page {
	width: 900px;
	margin: 0px auto 300px auto;
	padding: 20px 0px 30px 0px;
}

/* Content */

#content {
	float: left;
        margin-left:19px;
	width: 420px;
}

#content_cl{
	float: left;
        margin-left:19px;
	width: 636px;
}

.post {
	margin: 0px 0px 30px 0px;
}

.post .title {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000000;
}

.post .title-news {
	margin: 0px;
	padding: 0px 0px 2px 0px;
	border-bottom: 1px solid #000000;
        font-size:1.3em;
}

.post .title a{
	text-decoration:none;
}

.post .title-news a{
	text-decoration:none;
}

.post .entry {
}

.post .meta {
	font-weight: bold;
}

.post .byline {
	margin: 0px;
}

.post .entry img.left {
	padding-right:1em;
        float:left;
}

/* News panel */

#news {
float:right;
	width: 215px;
        text-align:left;
margin-right:1em;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 210px;
        border:1px solid #bcd4e3;
	background-color: #e5eef5;
        margin-bottom:30px;
        color:#105289;
}

#sidebar-bgtop {
	height: 3px;
}

#sidebar-bgbtm {
	height: 3px;
}

#sidebar-content {
	padding: 11px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	list-style: none;
}



#sidebar li ul {
	margin-bottom: 1.8em;
	list-style: inside disc;
}

#sidebar h2 {
	font-size: 1.4em;
}

#sidebar a {
        color:#105289;
	text-decoration: none;
}

#sidebar a:hover {
	text-decoration: underline;
        color: #D31141;
}

/* Search */

#search {
}

#search form {
	margin-bottom: 1.8em;
	padding: 0px;
}

#search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}

#search #s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	width: 900px;
	
	margin: 0px auto 20px auto;
        border:1px solid #bcd4e3;
	background-color: #e5eef5;
	
}

#footer p {
	margin: 0px;
	padding: 11px 0px 11px 0px;
	text-align: center;
	line-height: normal;
        font-size:0.8em;
	
}

#footer a {
}