* {
	margin: 4px;
	padding: 0;
}
body {
	font-family: 'Yanone Kaffeesatz', Trebuchet, Helvetica, sans-serif;
	font-size: 80%;
	color: #c0c0c0;
	background: #000028;
}
h1, h2, h3 {
	margin-bottom: 15px;
	font-family: georgia, serif;
	font-weight: normal;
	color: #95A2CE;
}
h1 {
	font-size: 150%;
}
h2 {
}
h3 {
}
p, ol, ul {
	margin-bottom: 1.5em;
	line-height: 1.5em;
}
ul, ol {
	margin-left: 3em;
}
a:link {
	color: #95A2CE;
}
a:hover, a:active {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
a:visited {
	color: #95A2CE;
}
@media (min-width:55em) {
.content, .sidebar, {
	width: 100%;
}
/* Header */
#header {
	width: 710px;
	height: 305px;
	margin: 0 auto;
	padding: 0 25px 10px 25px;
}
#header h1 {
	margin: 0;
	padding: 100px 0 0 10px;
	font-size: 450%;
}
#header h1 a {
	color: #95A2CE;
}
#header h2 {
	margin: 0;
	padding: 0 0 0 75px;
	font: bold 16px Arial, Helvetica, sans-serif;
}
#header h2 a {
	color: #ffffff;
}
#header a {
	text-decoration: none;
}
/* Page */
#page {
	width: 780px;
	margin: 0 auto;
	padding: 0 25px;
}
/* Content */
#content {
	float: left;
	width: 460px;
	padding: 5px 0 0 5px;
	font-size: 125%;
	background: url(images/img03.gif) no-repeat;
}
.post {
	width: 420px;
	padding: 20px 0 0 20px;
}
.post h1, .post h2, .post h3 {
}
.post .title {
	padding: 0 0 5px 0;
	background: url(images/img08.gif) repeat-x left bottom;
}
.post .title span {
	padding-right: 30px;
}
textarea#comment_text {
	border: 1px solid #888888;
	background: #cccccc;
	color: #5F6784;
}
input {
	border: 1px solid #888888;
	background: #cccccc;
	color: #5F6784;
}
/* Sidebar */
#sidebar {
	float: right;
	width: 239px;
	padding: 5px 5px 0 0;
	background: url(images/img04.gif) no-repeat;
}
.box {
	width: 240px;
	padding-left: 1px;
}
.box .title {
	height: 33px;
	margin: 0;
	padding: 10px 0 0 20px;
	background: url(images/img09.gif) repeat-x;
	font-size: 18px;
}
.box ul {
	margin: 20px;
	padding: 0;
	list-style: none;
}
.box li {
	padding: 5px 0;
	background: url(images/img10.gif) repeat-x;
}
.box li.first {
	background: none;
}
.box h3 {
	margin: 0;
	font-size: 85%;
	font-weight: bold;
	color: #c0c0c0;
}
.box p {
	margin: 0;
	line-height: normal;
}
.box a {
	padding-left: 10px;
	background: url(images/img11.gif) no-repeat 0 5px;
}
img {
	border: none;
	border-radius: 8px;
	margin-left: 0px;
	margin-top: 5px;
}
/* Video kontejner */
.video-container {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
/* Footer */
#footer {
	height: 90px;
	padding-top: 30px;
	margin: 0 auto;
	text-align: center;
	background: url(images/footer.gif) repeat-x;
}
#footer p {
	margin: 0;
	padding: 0px;
	line-height: normal;
	font-size: 120%;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer a:hover {
	text-decoration: underline;
}