/*  Author: Damjan Žnidaršič
*	http://www.positiva.si
*
*	Colors:
*	Grey: #ceced5
******************************************/
/*    HTML
******************************************/
/*#####################################################################################################################################################*/
@import url("/static/css/top.css");
/*#####################################################################################################################################################*/

html, body{
	background:#003366;
	color:#505050;
	font-family:Arial, Helvetica ,sans-serif;
	/*font-family:Georgia;*/
	
	font-size:12px;
	font-weight:normal;
	margin:0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}
a, a:visited{
	text-decoration:none;
	color:#003366;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
p{
	margin:10px 0px;
}

ul, li {
	list-style:disc;
	margin: 0;
	padding: 0;
}

ol{
	list-style:decimal;
	margin: 0;
	padding: 0;
}

em{
	font-style:italic; 
}

strong{
	font-weight:bold;
}

h1,h2,h3,h4,h5,h6{
	/*margin:10px 0px;*/
	margin: 0px 0px 10px 0px;
	font-weight:bold;
	color:#090c2f;
}

blockquote{
	padding:10px;
	background:#FAFAFA;
	border:1px solid #ebebeb;
}

h1{
	font-size:20px;
}
h2, h2 a, h2 a:visited{
	font-size:14px;
	line-height:18px;
	font-family: Georgia;
	margin-top: 0px;
	color: #003366;
	display: block;
}
#right_container h2 a {
	color: #a90097;
}
h3{
	font-size:12px;
	font-weight:bold;
}
h4{
	font-size:14px;
}
h5{
	font-size:12px;
}
h6{
	font-size:10px;
}
select{
	padding:2px;
	font-size:11px;
	background:#FFF;
	border:1px solid #b9b9ba;
	color:#333;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}

div.clone {
	margin:-20px 0 0 230px;
	position:absolute;
	width:235px;
	text-align:right;
	font-family:Arial,Helvetica,sans-serif;
}

div.clone a {
	font-size:11px;
	font-weight:normal;
}

a.game_res {
	background:transparent url(/static/images/bg_arhiv.jpg) repeat-x scroll center center;
	border:1px solid #DCDCDC;
	float:right;
	font-family:Verdana;
	font-size:11px;
	font-weight:normal;
	margin-left:250px;
	margin-top:5px;
	padding:0 7px 1px;
	margin-top:-2px;
	color:#969696;
}
a.game_res:hover {
	text-decoration:none;
	color:#001B58;
}

#content_tinymce  ul.adventure li,
#content_tinymce  ul.adventure {
	list-style:none;
	padding-left:0px;
	margin-left:0px;
}

/** Adventure - .content_open_box_link **/
#content_tinymce p a {
	color:#003366;
}

#content_tinymce p a:visited {
	color:#003366;
}




