/*
 * Evo Toolbar
 * Note: ther emay be some properties that seem overkill but the fact is we need to override
 * any too general styles a skin may want to bring in for its own body/general display.
 */
 
@import url("../../rsc/css/basic.css");	/* Import basic styles */
@import url("../../rsc/css/img.css");	/* Import standard image styles */
@import url("../../rsc/css/blog_elements.css");	/* Import standard blog elements styles */
@import url("../../rsc/css/forms.css");	/* Import default form styles */
@import url("../../rsc/css/comments.css");	/* Import default comment styles */

div#evo_toolbar {
   background-color: ThreeDFace;
   color: ButtonText;
   border-top: 1px solid ThreeDHighlight;
   border-bottom: 1px solid ThreeDShadow;
   text-align: left;
   margin: 0;
   /* font: menu; /* -- poorly supported */
   font-size: 11px;
   font-family: "Microsoft sans serif", sans-serif, Arial, Helvetica;

   position: relative;
   z-index: 99;
   left: 0px;
   top: 0px;
   height: 21px;
   width:100%;      /* Safari Windows */
   -webkit-text-size-adjust: none; /* iPhone */
}

div.skin_wrapper_loggedin {
   margin-top: 22px;
   padding-top: 1px;
}

div#evo_toolbar a {
   border: 1px solid ThreeDFace;
   color: ButtonText;
   text-decoration: none;
   padding: 2px 1ex;
}
div#evo_toolbar a:hover {
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
}
div#evo_toolbar .actions_left {
   padding: 4px;
}
div#evo_toolbar .actions_right {
   padding: 4px;
   float: right;
}

div#evo_toolbar ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
div#evo_toolbar li {
  display: inline;
}
div#evo_toolbar li ul {
  position: absolute;
   z-index: 100;
   background-color: ThreeDFace;
   border: 1px solid;
   padding: 1px;
   border-top-color: ThreeDHighlight;
   border-left-color: ThreeDHighlight;
   border-bottom-color: ThreeDShadow;
   border-right-color: ThreeDShadow;
   width: 25ex; /* prevent page wide dropdowns in IE6; nicer hover in IE7 */
}
div#evo_toolbar li.menu_open ul {
   display: block;
}
div#evo_toolbar li.menu_close ul {
   display: none;
}
div#evo_toolbar li.menu_open:hover ul,
div#evo_toolbar li.menu_close:hover ul {
   display: block;
}
div#evo_toolbar li ul li {
   display: block;
   padding: 0 4ex 0 0;
   white-space: nowrap;
}
div#evo_toolbar li ul li a {
   display: block;
   padding: 4px 2ex;
   border: none;
   width: 100%;
}
div#evo_toolbar li ul li a:hover {
   background-color: Highlight;
   color: HighlightText;
}
div#evo_toolbar.evo_toolbar_safari li ul li a:hover {
   background-color: #36d;
}
div#evo_toolbar li.separator {
   padding: 0;
}
div#evo_toolbar hr {
   display: block;
}

div#evo_toolbar .time {
   margin: 0 1ex;
   color: GrayText;
}
/* ---------------------------------------------- */
* {
	padding: 0px;
	margin: 0px;
}
body {

	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 8pt;
}
#mainwrap {
	background: #ffffff;
}
#wrap {
	width: 950px;
	text-align: left;
}
#header {
	height: 30px;
	background-image:url("/img/home.gif");
	background-repeat:no-repeat;
}
#navigation {
	margin: 0px 0px 0px 25px;
	padding: 10px 0px 0px 0px;
	font-size: 11pt;
	font-weight: bold;
	height: 57px;
}

#title {
	height: 90px/*118px*/;
	padding-left: 25px;
	clear: both;
	text-align:left;
}


#main {

	padding: 10px;
}
#sidebar {
	float: right;
	margin: -120px 10px 15px 30px;
	width: 230px;
/*	background: url(images/background_sidebar.gif) repeat-x; */
	min-height:500px;
	padding: 10px;
	padding-left: 30px;
	color: #999999;
	border-left: 1px solid #999999;
}
#content {
	margin: 0px 200px 15px 10px;
	padding: 10px;
	color: #333333;
	width: 500px;
}
#footer {
	color:#333333;
	clear: both;
	padding: 50px 25px 15px 25px;
	width: 950px;
}
.post {
	padding-bottom: 10px;
}
#comments {
	margin-top: 10px;
}
/* text */
#title h1 {
	font-size: 24pt;
	color:#ffffff;
	padding-top: 10px;
	font-weight: normal;
}
#title h1 a{
	color:black;
	text-decoration: none;
}
.description {
	font-size: 12pt;
	color:black;
	font-weight: normal;
}
#navigation ul li {
	list-style: none;
	display: inline;
}

#navigation ul li a {
	text-decoration: none;
	color: #464646;
	margin-right: 20px; 
}
#navigation li a:hover {
	color: #094d9a;
}
h1 {
	font-size:16px;
	font-weight: normal;
	color: #094d9a;
	font-weight: bold;

}
.post h1 a {
	color: #094d9a;

}

.post h1:hover { text-decoration: none; }

#sidebar h2 {
	font-size: 12pt;
	color: #094d9a;
	font-weight: bold;
	padding-top: 15px;
}

h2,
h3,
h4 {
	font-size: 12pt;
	color: #464646;
	font-weight: bold;
}

#main a,
h2 a,
h3 a,
h4 a {
	color: #094d9a;
	text-decoration: none;
}
#sidebar a {
	color: #464646;
	text-decoration: none;
}


#main a:hover,
#sidebar a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
	color:#333333;
}
#sidebar li a {
	padding: 2px 0px 1px 0px;

}
#sidebar ul li {
	list-style: none;
}
#sidebar li {
	padding-bottom: 2px;	
}
p,
#content h1,
h2,
h3,
h4,
sidebar h2,
ul,
ol {
	padding-bottom: 10px;
}
.entry ul li,
.entry ol li,
#content ul li,
#content ol li {
	margin-left: 25px;
}
img a {
	border: 0px;
}
blockquote {
	margin: 10px;
	color: #333333;
	padding: 10px 10px 5px 10px;
/*	border: 1px solid #999999; */
	font-size: 9pt;
	font-style: italic;
	background-color: #f7f7f7;
}
blockquote a {
	color:#999999;
}
#footer a {
	color:#333333;
	text-decoration: none;
}
/* default */
.navigation {
	padding: 10px 0px;
	margin-bottom: 10px;
	color:#666666;
 }
.navigation a {
	color: #666666;
	text-decoration: none;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.postmetadata {
	color: #666666;
	margin: 10px 0px;
	width: 600px;
	padding-top: 2px;
	border-bottom: 1px solid #999999;
	font-size: 11px;

}
.postmetadata a,
.postmetadata a:hover {
	color: #666666;
	text-decoration: none;
}
#date {
	padding-bottom: 5px;
	color:#898989;	

}
#date a {
	color:#898989;	
	text-decoration: none;
	font-weight: normal;
}
.comment {
	padding: 10px 0px;
}

/* form */
#author, #email, #url, #comment, .s {
	border: 1px solid #cdcdcd; 
	padding: 5px;
	font-size: 8pt;
	background-color: #ffffff;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
#submit, .searchsubmit {
	background-color: #094d9a;
	color: #ffffff;
	border: 0px;
	font-size: 8pt;
	padding: 2px;
	margin-top: 3px;
}
#commentform a {
	color: #094d9a;
	text-decoration: none;
}
#commentform a:hover {
	color: #094d9a;
	text-decoration: underline;
}
/* form */

fieldset {
	border: 0px; 
	padding: 0px 15px 15px 15px;
}
input, textarea {
	border: 1px solid #aaaaaa; 
	color: #333333;
	background-color: #ffffff;
	font-size: 8pt;
}
.label {
	font-weight: bold;
}
.notes {
	font-style: italic;
}
#author, #email, #url, #comment {
	padding: 5px;
}
.s {
	padding: 3px;
}
.submit, .searchsubmit, .preview {
	background-color: #094d9a;
	color: #ffffff;
	border: 1px solid #000000; 
	font-size: 8pt;
	padding: 2px;
	margin: 3px 0px;
}
#commentform a {
	color: ##005197;
	text-decoration: none;
}
#commentform a:hover {
	color: #005197;	
	text-decoration: underline;
}
.bComment {
	padding: 0px 15px;
}
.bCommentText {
	padding: 10px 15px;
}
.bCommentSmallPrint {
	font-size: 7pt;
	padding: 0px 15px;
}
.feedback_feed_msg {
	padding: 10px 15px;
}
.widget_core_coll_longdesc p {
	padding-bottom: 10px;
}
.powered_by {
	padding: 10px 0px;
}
.widget_core_coll_title {
	padding-top: 10px;
}
/* ---------------------------------------------------------- */
#evo_toolbar ul li,
#evo_toolbar ol li {
   margin-left: 0;
}



#head{
  padding-top:10px;
  width:950px;
}


#head h1{
  margin-left:26px;
  width:228px;
  padding-left:56px;
  height:44px;
  font-size:32px;
  font-family:serif;
  font-weight:normal;
  color:#4b4b4b;
  letter-spacing:-1px;
  position:relative;
  overflow:hidden;
  margin-bottom:15px;
}


#head h1 a{
  color:#4b4b4b;
  text-decoration:none;
}


#head h1 .ir{
  width:287px;
  height:44px;
  background-image:url("http://investujeme.cz/cs/images/layout/heading/h1.gif");
}


#head ul{
  display:block;
  list-style:none;
  height:38px;
  margin-left:12px;
  font-weight:bold;
  font-size:80%;
}


#head li{
  list-style:none;
  float:left;
  margin-top:4px;
  text-transform:uppercase;
  position:relative;
  overflow:hidden;
  background-image:url("http://investujeme.cz/cs/images/layout/background/nav.gif");
}

#head ul > li{
 height:34px;
}


#head .last a{
  background-image:none;
}


#head li a{
  color:#fff;
  text-decoration:none;
  display:block;
  padding:0 31px;
  padding-top:9px;
  padding-bottom:8px;
  background-image:url("http://investujeme.cz/cs/images/layout/background/navli.gif");
  background-repeat:no-repeat;
  background-position:100% 0;
}


#head li > a{
  height:25px;
  padding-bottom:0;

}


#head li.act{
  margin-top:0;
  background-image:url("http://investujeme.cz/cs/images/layout/background/navliactl.gif");
  background-repeat:no-repeat;
  left:-2px;
}


#head ul > li.act{
 height:38px;
}


#head li.act a{
  background-image:url("http://investujeme.cz/cs/images/layout/background/navliactr.gif");
  background-repeat:no-repeat;
  background-position:100% 0;
  padding-top:14px;
  color:#196293;
}


#head li.act > a{
  padding-top:13px;
}




#partners{
  width:932px;
  margin-top:15px;
  padding-left:18px;
  height:74px;
  color:#737373;
  font-size:70%;
}


#partners p{
  margin-bottom:6px;
}


#partners img{
  float:left;
  height:38px;
}


#partnerlogo1{
  width:86px;
  margin-right:92px;
}


#partnerlogo2{
  width:105px;
  margin-right:93px;
}


#partnerlogo3{
  width:111px;
  margin-right:79px;
}


#partnerlogo4{
  width:145px;
  margin-right:56px;
}


#partnerlogo5{
  width:150px;
}


body,h1,h2,h3,h4,h5,h6,p,form,fieldset,ul,ol,li,th,td{
  margin:0;
  padding:0;
}


a {color: #186090}
a:visited {color: #737373}

a img,fieldset{
  border:0;
}


.nocss{
  display:none;
}


.victor{
  clear:both;
  height:1px;
  font-size:1px;
  display:block;
}


.ir{
  position:absolute;
  top:0;
  left:0;
  display:block;
}


a .ir{
  cursor:pointer;
}


.left{
  text-align:left;
}


.right{
  text-align:right;
}


.center{
  text-align:center;
}


.imgl{
  float:left;
  margin-right:15px;
}


.imgr{
  float:right;
  margin-left:15px;
}



body{
  font-size:100%;
  text-align:center;
  font-family:Arial,sans-serif;
  background-color:#fff;
  position:relative;

}


body.wysiwyg{
  color:#212121;
  font-size:80%;
  margin:20px;
  text-align:left;
}


#stat{
  position:absolute;
  left:50%; _left: 49%;
  bottom:50px; &bottom: 41px; _bottom: 47px;
  width:16px;
  height:16px;
  z-index:1;
  margin-left:275px;overflow:hidden;
}


#ldrbrd{
  padding-top:5px;
  padding-bottom:25px;
  height:102px;
  min-height:102px;
}




.adfox{
font-size:85%;padding:10px;
}

.adfox h2{color:#333;margin-top:0 !important;margin-bottom:10px;}

.adfox h2 a{color:#333;}

.adfox h3{
color:#186090;font-size:120%;margin-top:10px;
}

.adfox  a{color:#186090;}

.adfox p{margin-bottom:0 !important;}

.nab{
  border:1px solid #999;
}


.nab.right,.right .onabo{
  margin-left:auto;
}


.nab.center,.center .onabo{
  margin:0 auto;
}


.nabo h6{
  font-size:10px;
  color:#999;
}


#hl .nabo{
  margin:20px 0;
}



body > #ldrbrd{
  height:auto;
}


#space{
  background-position:0 73px;
  background-repeat:repeat-x;
  background-image:url("http://investujeme.cz/cs/images/layout/background/body.gif");
}


#global{
  margin:0 auto;
  width:950px;
  text-align:left;
  position:relative;
}


#shl,#shr{
  display:block;
  width:23px;
  height:230px;
  position:absolute;
  left:-23px;
  background-image:url("http://investujeme.cz/cs/images/layout/background/shl.gif");
  background-position:100% 0;
}


#shr{
  left:950px;
  background-image:url("http://investujeme.cz/cs/images/layout/background/shr.gif");
  background-position:0 0;
}

#foot{
  margin-top:15px;
  width:950px;
  background-color:#e7eff4;
  font-size:70%;
  color:#186090;
  padding:6px 0;
}


#foot div{
  float:left;
  margin-left:10px;
  width:600px;
}


#foot p{
  margin-right:14px;
  float:right;
  width:300px;
  text-align:right;
}


#foot a{
  color:#186090;
}



.bCalendarHeaderCell { width: 25px; }
.bCalendarRow { font-size: 12px; }

.nocss {
display:none;
}

#help{
  position:absolute;
  top:22px;
  right:27px;
  white-space:nowrap;
  text-align:right;
  padding-right:280px;
  color:#b7b7b7;
  font-size:75%;
  word-spacing:4px;
  padding-top:4px;
}


#help a{
  color:#186090;
}


#help form{
  position:absolute;
  right:0;
  top:0;
  word-spacing:0;
}


#help #search, #search2{
  border:1px solid #c3c3c3;
  width:192px;
  height:19px;
  padding:1px;
  padding-left:5px;
  vertical-align:middle;
}


#help #search_submit,.wfrm .shl input, #search2_but{
  border:2px solid #f0c030;
  padding:0;
  background-color:#f2ca38;
  font-weight:bold;
  color:#fff;
  background-image:url("../images/layout/background/subm1.gif");
  background-repeat:repeat-x;
  height:23px;
  vertical-align:middle;
}


.moderation_msg { width: 550px; }
.log_success { width: 550px; left: -40px; position: relative;}

#hbl div,.art{
  width:600px;
  margin-bottom:30px;
  padding-bottom:10px;
  border-bottom:1px solid #ababab;
  color:#212121;
  font-size:80%;
  position:relative;
  margin-top:0px;
  padding-top:10px;
}

#hbotl p a,#hbotr p a,#hbl p a,.artlist p a,.art p a,#authordet .strbox p a{
  color:#186090;
  font-weight:bold;
  font-size:100%;
}

#posledni h3 a, #posledni  span a { text-decoration: underline; margin-top: 0px }
#posledni h3 { margin-bottom: 5px; }

#posledni span, #posledni  span a { color: #d89325; font-size: 11px;}

#sidebar div#investujemeClanky, div#datum { margin-bottom: 5px; color: #d89325; font-size: 10px}
#sidebar .investujemeClanky { font-size: 12px; text-decoration: underline; color: #186090; }
