/* CSS Document */
/* StarCraftCZ.com */

body {
	font-family: Arial, Tahoma, Helvetica, sans-serif;
	font-size:0.9em;
	color:#fff;
	background-color:#000000;
	margin:0;
}
a:link, a:visited, a:active {
	color:#50758b;
}
a:hover {
	color:#FF0000;
	text-decoration:underline;
}
p {
	margin:0;
	line-height:1.3;
}
h1 {
    font-size:1.3em;
}
h2 {
	margin:0;
	padding:0;
	margin-bottom:0.2em;
	font-size:1.3em;
}
h2.news {
	padding:0.1em;
	margin:0;
	font-size:1.3em;
	color:#fff;
}
h3 {
	color:#fff;
	padding:0.2em 0.2em 0.2em 0;
	margin:0;
}
img, iframe {
    max-width:100%;
}

ul {
    padding-left:2em;
}
/* DIVY */
#hlavni {
    width:100%;
}
#container {
}
#hlavicka {
	text-align:left;
        padding:0em 1em;
        position:fixed;
        top:0;
        left:0;
        width:100%;
        border-bottom:0.1em solid #333;
        background: rgb(69,72,77); /* Old browsers */
        background: -moz-linear-gradient(top, rgba(69,72,77,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(69,72,77,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#45484d', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}
#hlavicka a:link, #hlavicka a:active, #hlavicka a:visited {
        text-decoration:none;
        color:white;
}
#obsah {
        margin-top:4em;
	float: left;
        width:100%;
}
#paticka {
        width:100%;
	float:left;
        color:#ccc;
}
#paticka div {
	text-align:center;
	margin:0.3em;
	line-height:1.3;
        font-size:0.8em;
}

.citace {
	color:#77a6b2;
	padding:0.7em;
	border:1px solid #333333;
	font-style:italic;
}
.citace a:link, .citace a:visited, .citace a:active, .citace a:hover {
	color:#fff;
}
.comments {
	color:#77a6b2;
	text-align:right;
	padding-bottom:0;
	padding-top:0.8em;
}
.cmml, .cmml a:link,.cmml a:active, .cmml a:visited {
	color:#fff;
}
.blue {
	color:#77a6b2;
}
.date {
	color:#2b8acc;
	text-align:left;
	padding-bottom:2px;
	padding-top:2px;
	border-bottom:1px solid #2b8acc;
	margin-bottom:2px;
}
div.content {
	background-color:#040604;
	border:1px solid #181818;
	padding:10px;
}
div.content2 {
	margin:10px;
	background-color:#040604;
	border:1px solid #181818;
	padding:10px;
}
.content2 img, .content img, .newstext img {
	border:0px;
}
.title {
	height:43px; background-repeat:repeat-x; padding-top:12px; padding-left:12px;
}
.subtitle {
	color:#77a6b2;
}
span.highlight {
	color:#706969;
}