/*Theme Name: Default
Theme URI: http://l2portal.cz
Description: Upravená téma pre potreby l2portal.cz.
Version: 2.0
Author: poker10
Author URI: http://l2portal.cz

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

* {
	margin: 0px;
	padding: 0px;
}
body {
	background: #f8f4e1 url(images/body_bg.gif) repeat-x;
/*F5F4E2*/
	margin: 0px 0px;
	padding: 0px;
}
.header {
	width: 993px;
	height: 216px;
	background: url(images/header.jpg) no-repeat;
}
.left {
	width: 186px;
	height: 682px;
	left: 0px;
	top: 216px;
	background-color: green;
	position: absolute;
	background: url(images/leftbg1.jpg) no-repeat;
	z-index: 100;
}

div.left a { 
  margin-left: 5px;
} 

.topbg {
	position: relative;
	margin: 0 0 -104px -13px;
	padding: 0;
	background: url(images/content_bgtop.png);
	width: 659px;
	height: 104px;
}
.content {
	width: 620px;
	position: relative;
	float: left;
	padding: 0px 0px 0px 20px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#533002;
}
.main {
	width: 806px;
	margin: 0 0 0 179px;
	background: url(images/mainbg.jpg) repeat-y;
	position: relative;
	overflow: visible;
}

.clear {
	clear: both;
	width: 670px;
	height: 158px;
	background: url(images/content_bgfoot.jpg);
	margin: 0 0 0 -13px;
}
 
.right {
	position: relative;
	float: right;
	width: 160px;
	background: url(images/rightbg1.jpg) repeat-y;
	margin: 0px;
	overflow: hidden;
	padding: 0px 0 0 0;
}
div.righttopbg {
	position: relative;
	float: right;
	width: 160px;
	background: url(images/right1.jpg) no-repeat;
	margin: 0px;
	overflow: hidden;
	padding: 20px 0 0 0;
}
.quicknews_foot {
	background: url(images/quicknews_foot.png);
	width: 150px;
	height: 25px;
}
.quicknews {
	float: right;
	background: url(images/quicknews_bg.png) repeat-y;
	position: relative;
	width: 150px;
	margin: 3px 5px 0px 0px;
	color: #584518;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}
	.quicknews a:link {
		color: #584518;
		text-decoration:none
	}
	.quicknews a:visited {
		color: #584518;
		text-decoration:none
	}
	.quicknews a:hover {
		color: #795F22;
		text-decoration:underline;
		
	}
.quicknews p {
	position: relative;
	width: 120px;
	margin: 0px 0px 0px 20px;
}
.quicknews span {
	position: relative;
	color: #ad8f4b;
}
.separator {
	margin: 2px 0px 3px 20px;
	display:block;
	width:74px;
	height:16px;
	background:url("images/quicknews_separator.png") no-repeat;
}

br.vycisti {
  clear:both;
}

p.riadok {
  margin:8px 0 0 0;
}

/* BOXY klanov, serverov, atd... */

.top-left, .top-right, .bottom-left, .bottom-right { 
	background-image: url('images/corners1280x18.gif'); /* CHANGE: path and name of your image */
	height: 9px;       /* CHANGE: replace by the height of one of your corners (= 1/2 height of the image) */
	font-size: 2px;    /* DNC: correction IE for height of the <div>'s */
	}
.top-left, .bottom-left { 
	margin-right: 9px; /* CHANGE: replace by the width of one of your corners */
	}
.top-right, .bottom-right { 
	margin-left: 9px;  /* CHANGE: replace by the width of one of your corners */
	margin-top: -9px;  /* CHANGE: replace by the height of one of your corners */
	}
.top-right {
	background-position: 100% 0;    /* DNC: position right corner at right side, no vertical changes */
	}
.bottom-left  { 
	background-position: 0 -9px;    /* CHANGE: replace second number by negative height of one of your corners */
	}
.bottom-right { 
	background-position: 100% -9px; /* CHANGE: replace second number by negative height of one of your corners */
	}
.inside {
	border-left: 1px solid #e6be5e; /* YCC: color & properties of the left-borderline */
	border-right: 1px solid #e6be5e;/* YCC: color & properties of the right-borderline */
	background: #ffffff;            /* YCC: background-color of the inside */
	color: #4a1d07;                 /* YCC: default text-color of the inside */
	padding-left: 7px;             /* YCC: all texts at some distance of the left border */
	padding-right:7px;             /* YCC: all texts at some distance of the right border */
	font-size: 11px;
	}
.inside .text{font-size: 12px;}
.inside .text a:link{color: #7a5321;
		text-decoration:none; border-bottom:dotted 1px}
.inside .text a:visited{color: #7a5321;
		text-decoration:none; border-bottom:dotted 1px}
.inside .text a:hover{color: #7a5321;
		text-decoration:none; border-bottom:solid 1px}

.notopgap    { margin-top: 0; font-size: 15px; text-align: center; }    /* DNC: to avoid splitting of the box */
.nobottomgap { margin-bottom: -1px; padding-bottom: 1px; text-align: center; } /* DNC: to avoid splitting of the box */

/* SLIDERWRAPPER */

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
width: 443px; /*width of featured content slider*/
height: 170px;
background:url("bg.png") no-repeat top center;
}

.sliderwrapper a:link{color: #97540D;
		text-decoration:none;}
.sliderwrapper a:visited{color: #C16B11;
		text-decoration:none;}
.sliderwrapper a:hover{color: #97540D;
		text-decoration:none;
	border-bottom:dotted 1px;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding-top:37px; 
padding-left:7px;
width: 430px; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 78%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
margin-left: auto;
margin-right: auto;
font-size:11px;
font-family: Verdana, serif;
}

.sliderwrapper .contentdiv .head{font-size:14px; color:#584518;   width: 200px ; text-align: center;}
.sliderwrapper .contentdiv .head a:link{color: #97540D;
		text-decoration:none;}
.sliderwrapper .contentdiv .head a:visited{color: #C16B11;
		text-decoration:none;}
.sliderwrapper .contentdiv .head a:hover{color: #97540D;
		text-decoration:none;
	border-bottom:dotted 1px;}
.sliderwrapper .contentdiv li {margin: 0 0 0 16px;
	padding: 0 0 0 0; list-style: square outside; color:#584518;} 

.pagination{
width: 415px; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding: 5px 14px;
background:url("bg1.png") no-repeat top center;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #7a5321;
font-size: small;
}

.pagination a:hover, .pagination a.selected{
color: #000;
background-color: #FEE496;
}

/* OBSAH */

h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	margin:0; padding:0;
	/*font-weight: bold;*/
	color: #4a1d07;
	line-height: 25px;
}
h3 a:link {
		color: #4a1d07;
		text-decoration:none;
	}
h3 a:visited {
		color: #4a1d07;
		text-decoration:none;
	}
h3 a:hover {
		color: #BB7B3B;
		text-decoration:none;
	}

h4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	text-align: left;
	margin:10px 0 10px 0; 
	padding:0;
	color: #4a1d07;
}

h4 a:link{ 
		color: #4a1d07;
		text-decoration:none;
}

h4 a:visited{ 
		color: #4a1d07;
		text-decoration:none; 
}

h4 a:hover {
		color: #BB7B3B;
		text-decoration:none;
}

code {
  color: #3366cc;
  text-align: left;
  font-style: italic;
  }

.page {
	float: left;
	width: 610px;
	position: relative;
	margin-top: 0px;
	padding-bottom: 40px;
	background: url("images/news_separator.png") bottom center no-repeat;
}

.page table {  
     font-size: 12px;
     margin: 1em 0;
  }

.page table th, .page table td {
     padding: 2px 3px;
}

.content_stred .page p a:link img, .content_stred .page p img a:link {
 margin-right: 5px;
} 

.page_header {
	float: left;
	width: 610px;
}

.page_meta {
	display:block;
	padding-top:5px;
	background:transparent url(images/news_dots2.jpg) no-repeat;
	float: left;
	width:610px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ad8f4b;
	line-height: 11px;
}
	.page_meta a:link {
		color: #ad8f4b;
		text-decoration:none;
	}
	.page_meta a:visited {
		color: #ad8f4b;
		text-decoration:none;
	}
	.page_meta a:hover {
		color: #816B38;
		text-decoration:none;
	}
.page_meta img {
	margin-right: 2px;
}

img.vlavo {
  float:left;
  margin: 2px 5px 2px 0px;
}

img.vpravo {
  float:right;
  margin: 3px 0 3px 5px;
}

.content_stred p {
	font-family: Verdana, serif;
	font-size: 12px;
	color: #584518;
	padding-top: 5px;
	text-align: justify;
	line-height:16px;
}

.content .content_stred p a:link {
    color: #7a5321;
		text-decoration:none;
    border-bottom:dotted 1px;
} 
.content .content_stred p a:visited { 
    color: #7a5321;
		text-decoration:none; 
    border-bottom:dotted 1px
}
.content .content_stred p a:hover {
    color: #97540D;
		text-decoration:none;
    border-bottom:solid 1px;
}

.content_stred ul{
	margin: 10px 0 10px 0;
}

.content_stred ol{
	margin: 10px 0 10px 0;
}

.content_stred li{
	margin: 0 0 0 16px;
	list-style-type: square outside; 
	font-family: Verdana, serif;
	font-size: 12px;
	color: #584518;
	padding-top: 2px;
	text-align: left;
	line-height:16px;
} 

.content .content_stred li a:link { 
    color: #7a5321;
		text-decoration:none;
    border-bottom:dotted 1px;
}

.content .content_stred li a:visited { 
    color: #7a5321;
		text-decoration:none; 
    border-bottom:dotted 1px
}

.content .content_stred li a:hover {
    color: #97540D;
		text-decoration:none;
    border-bottom:solid 1px;
}

.post {
	float: left;
	width: 440px;
	position: relative;
	margin-top: 10px;
	padding-bottom: 40px;
	background: white url("images/news_separator.png") bottom center no-repeat;
}
.post_date {
	width: 68px;
	padding: 12px 0px;
	text-align: center;
	font-family: Arial, serif;
	font-size: 18px;
	color: #ffffff;
	background: transparent url("images/news_datum_bg.jpg") center center no-repeat;
	float: left;
}

.post_header {
	float: left;
	width: 372px;
}

.post_header2 {
	float: left;
	width: 532px;
}

.post_meta {
	display:block;
	padding-top:5px;
	background:transparent url(images/news_dots.jpg) no-repeat;
	float: left;
	width:372px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ad8f4b;
	line-height: 11px;
}
	.post_meta a:link {
		color: #ad8f4b;
		text-decoration:none;
	}
	.post_meta a:visited {
		color: #ad8f4b;
		text-decoration:none;
	}
	.post_meta a:hover {
		color: #816B38;
		text-decoration:none;
	}
.post_meta img {
	margin-right: 2px;
}

.post_meta2 {
	display:block;
	padding-top:5px;
	background:transparent url(images/news_dots4.jpg) no-repeat;
	float: left;
	width:535px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ad8f4b;
	line-height: 11px;
}
	.post_meta2 a:link {
		color: #ad8f4b;
		text-decoration:none;
	}
	.post_meta2 a:visited {
		color: #ad8f4b;
		text-decoration:none;
	}
	.post_meta2 a:hover {
		color: #816B38;
		text-decoration:none;
	}
.post_meta2 img {
	margin-right: 2px;
}

.content .content_stred .post a:link, .content .content_stred .post img {
 margin-right: 5px;
} 

span.dalsi {
  width:440px; 
	font-size: 15px; 
	text-align:center;
	position:relative;
	font-family: Georgia, "Times New Roman", Times, serif;
	clear: both;
	display:block;
}
	span.dalsi a:link {
		color: #97540D;
		text-decoration:none;
		border-bottom:dotted 1px;
	}
	
	span.dalsi a:visited {
		color: #C16B11;
		text-decoration:none;
		border-bottom:dotted 1px;
	}
	
	span.dalsi a:hover {
		color: #97540D;
		text-decoration:none;
		border-bottom:solid 1px;
		background-color:#FFF6F4;
	}
	
hr {
	display:none;
	border: none;
}

.rightbottom {
  background: url("images/right_foot1.jpg");
	padding: 0px;
	position: relative;
	bottom: -5px;
	margin: 0 0px -5px 0px;
	width: 167px;
	height: 73px;
}

img.right1 {
	height: 28px !important;
	width: 140px !important;
	margin-top: 20px;
	/*border: 1px solid red;*/
}

.center {
	width: 150px;
  text-align: center;
  }

.right .center a, .right .center img {
	border: 0px;
	background-color: transparent;
}
.right .center a img {
  margin-left: auto;
  margin-right: auto;
	position: relative;

}
.rightPan_txt{
	margin-left:10px;
	margin-top:2px;
	margin-bottom:5px;
}

.topbg img {
	padding-top: 10px;
}
.topbg img.prvy {
	margin-left: 70px;
}
.login {
	color: #7a5321;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 5px 0 0px;
}
	.login a:link {
		color: #7a5321;
	}
	.login a:visited {
		color: #7a5321;
	}
	.login a:hover {
		color: #7a5321;
	}
.rightseparator {
	margin: 0 0 0 10px;
}
.search_input {
	border: 0px #fff solid;
	/*background: transparent url("images/rightPan_hledej_dots.png") bottom left repeat-x;*/
	background: transparent;
	border-bottom: 2px dotted #e5963c;
	padding: 5px;
	margin: 0 0 0 10px;
	width: 80px;
	color:#9F5B00;
}
.right .center a, .right .center img, .topbg a, .topbg img, .rss a, .rss img {
	border: 0px;
	background-color: transparent;
}
.rss a {
	float: left;
	display: block;
	margin-left: 15px;
}
.rss a.logo {
	float: right;
	margin-right: 20px;
	margin-left: 0px;
}
.rss img {
	position: static !important;
	top: 0px;
}

fieldset { 
  border:none;
}

/* COMMENTS */
#comments{
	list-style-type:none;
}
.comments_h5{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	margin:0; 
  padding:0;
	margin-top:30px;
	color:#8E480C;
}
top20px{
	margin-top:40px;
}
.comments_li1{
	background:#FFF2D7 url(/wp-content/themes/default/images/box_top2.gif) no-repeat top left;
	padding:6px 6px 10px 6px;
	margin-bottom:1px;
	font-size:11px;
}
.comments_li2{
	background:#FFF9EC url(/wp-content/themes/default/images/box_top2.gif) no-repeat top left;
	padding:6px 6px 10px 6px;
	margin-bottom:1px;
}
.comments_meta{
	font-family: Verdana, serif;
	font-size: 13px;
	margin:0; padding:0;
	color: #4a1d07;
}
	.comments_meta a:link {
		text-decoration:none;
		color: #4a1d07;
		border-bottom:dotted 1px;
	}
	.comments_meta a:visited {
		text-decoration:none;
		color: #4a1d07;
		border-bottom:dotted 1px;
	}
	.comments_meta a:hover {
		text-decoration:none;
		color: #4a1d07;
		border-bottom:solid 1px;
	}
.comments_text p{
	font-size:11px;
	padding: 0 0 10px 0;
	/*background:url(/wp-content/themes/default/images/box_bottom2.gif) no-repeat bottom left;*/
}

/* NAVIGATION */
#accordion{
	margin-left:10px;
}
.element{
	width:161px;
	background:url(images/nav_bg.png) repeat-y;
	padding:0 0 5px 0;
}
.toggler{
	position:relative;
	display:block;
	margin:0;
	padding:0;
	height:38px;
	text-indent: -2000px;
}
img.vmiddle{
	vertical-align:bottom;
}

.t1{
	background:url(images/nav_l2portal2.png) no-repeat;
	height:32px;
	width:161px;	
  cursor:pointer;
}

.t2{
	background:url(images/nav_lineage2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}

.t3{
	background:url(images/nav_knihovna2.png) no-repeat;
	width:161px;
	cursor:pointer;
}

.t4{
	background:url(images/nav_nastroje2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}

.t5{
	background:url(images/nav_infosekce2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}

.t6{
	background:url(images/nav_statistiky2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}
  
.t7{
	background:url(images/nav_l2art2.png) no-repeat;
	width:161px;	
  cursor:pointer;
  }
  
.t8{
	background:url(images/nav_forum2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}

.t9{
	background:url(images/nav_odkazy2.png) no-repeat;
	width:161px;	
  cursor:pointer;
}

.tBottom{
	background:url(images/nav_end.png) no-repeat;
	width:161px;
	height:8px;
}

#nav1, #nav2, #nav3, #nav4, #nav5, #nav6, #nav7, #nav8, #nav9 {
	margin: 0 0 0 13px;
	padding: 0;
	list-style-type: none;
	color:#DEF7FF;
}
 
#nav1 li, #nav2 li, #nav3 li, #nav4 li, #nav5 li, #nav6 li, #nav7 li, #nav8 li, #nav9 li {
	display: block;
	margin:0;
	padding:0;
	width: 136px;
	height:12px;
	line-height:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	background:center no-repeat;
	cursor:pointer;
}

.navItem a:link, .navItem a:visited{
	color:#DEF7FF;
	text-decoration:none;
}

.navItem a:hover, .navItem a:active{
	color:#FFFFFF;
	text-decoration:none;
}

.clan_header{
	min-height:40px;
	line-height:16px;
}
	.clan_header a:link {
		color: #97540D;
		text-decoration:none;
		border-bottom:dotted 1px;
	}
	
	.clan_header a:visited {
		color: #C16B11;
		text-decoration:none;
		border-bottom:dotted 1px;
	}
	
	.clan_header a:hover {
		color: #97540D;
		text-decoration:none;
		border-bottom:solid 1px;
	}
.clan_header img{
	border: 1px #E6BE5E;
	margin:-10px 5px 0 0;
}
.clan_header h1{
	margin-top: 30px;
	color:#8B3800;
	font-size:35px;	
  text-align: center;
}
	.clan_h1 a:link{
		color:#8B3800;
		text-decoration:none;
		border:none;
	}
	.clan_h1 a:visited{
		color:#8B3800;
		text-decoration:none;
		border:none;
	}
	.clan_h1 a:hover{
		color:#612700;
		text-decoration:none;
		border:none;
	}

.clan_ad{
	float: right;
	position: relative;
	width: 160px;
	margin: 3px 5px 0px 0px;  
  border-color: #ad8f4b; 
  font-size:12px;
}

.clan_ad a:link{
	color: #97540D;
	text-decoration:none;
} 
.clan_ad a:visited{ color: #C16B11;
		text-decoration:none;
}
.clan_ad a:hover {color: #97540D;
		text-decoration:none;
    border-bottom:dotted 1px;
}

.cursor_hand { 
  cursor:pointer; 
}

span.loga { 
  position:absolute; 
  left:800px; 
  top:5px;
}

span.loga img {
  border:0px;
}

p.toplist {
  position:absolute; 
  left:40px; 
  top:685px;
}

p.toplist img {
  border:0px;
}

td.osobn1 {
  background-color:#cac8a1;
  text-align:center;
  border-width:1px;
  border-spacing:0;
  border-style:solid;
  border-color:black;
}

td.osobn2 {
  background-color:#e5e1be;
}

.varn {
  margin-left: auto;
  margin-right: auto;
  border:1px solid red; 
  background-color: #FFB080; 
  color: black; 
  width:90%;
  text-align:center;
}