@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe, table, caption,
tbody, tfoot, thead, tr, th, td, del, dfn, em, font, img, ins,
kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr,
acronym, address, big, cite, code, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend {
    vertical-align: baseline;
    font-family: inherit;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
}


body {
    background: #191919;
	background-image:url(images/background.jpg);
	background-repeat:repeat;
    line-height: 1;
    
}
ol, ul {
    list-style: none;
}
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    font-weight: normal;
    text-align: left;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
#header {
	width: 100%;
	height: 100px;
	background-image:url(images/header.jpg);
	background-repeat:repeat-x;
}
#main {
	width: 100%;
	background-color: #191919;
	
}
.container {
	margin: 0 auto;
	width: 960px;
	/*border:1px solid green;*/
}
#logo {
	/*background-image:url(images/logo.png);
	background-repeat:no-repeat;*/
	height:61px;
	width:464px;
	float:left;
    margin-top:17px;
}
#logo h1, #logo h2 {	
	/*text-indent:-9999px;*/
}

ul#menu {  
    float:right;
	margin-top:26px;
	/*width:415px;*/
	/*border:1px solid red;*/
}  
ul#menu li {
	float:left;
	position:relative;
	display:block; 
	/*width:95px;*/
	
	z-index:500; 
	margin:0 2px;
}

ul#menu li a {
	display:block; 			
	height:40px; 		
	line-height:40px;		
	text-decoration:none; 
	text-align:left; 
	padding-left:4px;       
    color:#cccccc;  
    font-family:Verdana, Arial, Helvetica, sans-serif;  
    font-size:12px;
	padding:0px 12px;	
}

ul#menu li a:hover {  
   color:#fff;  
}

ul#menu li.subnav ul {
	display:none;
	position:absolute; 
	left:0;
	/*top:100px;*/
	margin:0 0 0 -2px; 
	padding:0; 
	list-style:none;
	
	background-color:#000;
	opacity: 0.75;
	border:1px solid #444444;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
}

ul#menu li.subnav:hover ul {
	display:block;
	/*width:125px;*/
	/*z-index:100;*/
}

ul#menu li.subnav ul {
	/*position:absolute;
	top:160%;*/
}

ul#menu li.subnav ul li {
	/*float:none;
	padding-top:7px;
	padding-bottom:7px;*/
	width:120px;
}

ul#menu li.subnav ul li a {
	font-size:12px;
	display:block;  
	height:27px;
	line-height:27px;
}

.container h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.1em;
	margin-top:50px;
	padding-left:30px;
	color:#ffffff;	
}

#contact {
	font-family: Verdana, Geneva, sans-serif;  
    font-size: 12px;
	line-height:1.5em; 
	color:#999;
	float: right;    
    margin: 0 0 0 0;
    width: 337px;
	margin-top:33px;
}

#contact a {
	color:#999;
}

#contact a:hover {
	color:#fff;
}

form {
	font-family: Verdana, Geneva, sans-serif;  
    font-size: 12px; 
	float: left;
    margin: 50px 0 30px 0;
    width: 490px;
}

form fieldset#user-details p {
	margin: 10px 0 10px 24px;
}

form fieldset#user-details p label {	
    /*font-size: 0.75em;*/
    color: #aaa;
	width:90px;
	float:left;
	clear:left;
	padding: 6px; 

}

fieldset { 
	border: none;
}

#user-details {
	float: left;
	width: 450px;
	/*background-color:#FC6;*/
	/*text-align:right;*/
}

#user-message { 
    float: right;
    width: 445px;
	/*background-color:#CC9;*/
}

textarea {		
    width: 490px; 
    height: 175px; 		 		
}

input, textarea { 	
	font-family: Verdana, Geneva, sans-serif; 	
	font-size: 0.9em; 
    padding: 6px; 
    background: #fff; 
    width: 305px; 
    color: #555; 
    border: 1px #333 solid;
	
	/* -- CSS3 - define rounded corners -- */	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px; 
	border-radius: 5px; 
	
	/* -- CSS3 Shadow - create a shadow around each input element -- */ 
/*-webkit-box-shadow: 0px 0px 4px #aaa;
-moz-box-shadow: 0px 0px 4px #aaa; 
box-shadow: 0px 0px 4px #aaa;*/
 
/* -- CSS3 Transition - define what the transition will be applied to (i.e. the background) -- */		
-webkit-transition: background 0.3s linear;	
}

input:hover, textarea:hover { 
    background: #eee;
}

input.submit { 	
    width: 130px; 
    color: #eee; 
    text-transform: uppercase; 
	margin-left: 102px;
	padding:4px;
    /*margin-top: 10px;*/
    background-color: #18a5cc;
    border: none;
	/* -- CSS3 Transition - define which property to animate (i.e. the shadow)  -- */
-webkit-transition: -webkit-box-shadow 0.3s linear;
 
/* -- CSS3 Shadow - create a shadow around each input element -- */ 
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#18a5cc), to(#0a85a8)); 
background:  -moz-linear-gradient(25% 75% 90deg,#0a85a8, #18a5cc);
 
/* -- CSS3 - Rounded Corners -- */
-webkit-border-radius: 5px;
-moz-border-radius: 5px; 
border-radius: 5px;

} 

input.submit:hover { 		
    -webkit-box-shadow: 0px 0px 5px #555;
    -moz-box-shadow: 0px 0px 5px #aaa; 
    box-shadow: 0px 0px 5px #555;		
    cursor:  pointer; 
}


#footer {
	margin-top:40px;
	border-top:1px solid #353535
}

#footer p {
	color:#666666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
	padding-top:25px;
	padding-bottom:45px;
	padding-left:30px;
}

#footer p a {
	color:#666666;	
}

#footer p a:hover {
	color:#ffffff;	
}

.cleaner {
	clear:both;
}

.posts {
	margin-top: 35px;
    padding-left: 30px;
    padding-right:30px;
}

.prispevek {
	padding-top:8px;
	font-family: Verdana, Geneva, sans-serif;  
    font-size: 12px;
	line-height:1.5em; 
	color:#999;
    //text-indent:2.1%;
}

.posts p {
	font-family: Verdana, Geneva, sans-serif;  
    font-size: 12px;
	line-height:1.5em; 
    color:#999;
}

.posts a {
	color:#999;
}

.posts a:hover {
	color:#fff;
}

strong {
	font-weight:bolder;
    color:#fff;
}

:focus {
    outline: 0;
}

p.neviditelny {
    display:none;
}