@CHARSET "UTF-8";

@import "styles/layout.css";
@import "styles/fonts.css";
@import "styles/spfields.css";
@import "styles/admin.css";
@import "styles/valid.css";
@import "imgonly.css";

@font-face {
	font-family: "Minster";
	src: url('fonts/minster1-webfont.eot');
    src: url('fonts/minster1-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/minster1-webfont.woff') format('woff'),
         url('fonts/minster1-webfont.ttf') format('truetype'),
         url('fonts/minster1-webfont.svg#minster_no_1regular') format('svg');
	font-weight: bold;
}

/* GLOBALKI */
body {
	color: #BABABA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background: #000000;
	margin: 0;
	padding: 0;
	overflow-y: scroll;
}

#squeeze {
	margin: 0 7px;
}

/* baldursowe kursorki, w Operze nie działają - ... */
*{
cursor: url(cursors/cursor.cur), default;
}
/* a img{
cursor: url(cursors/sizeall.cur), default;
} */
#logoimg{
cursor: url(cursors/cursor.cur), default;
}
a, a img, a font, a b{
cursor: url(cursors/link.cur), default !important;
}
.fixed{
position: fixed;
top: 0px;
}


/* czcionki */

/* czcionki -> linki */
a:link, a:visited {
	color: #CCC;
	text-decoration: underline;
}

a.alt:link, a.alt:visited{
	color: #CCC;
	text-decoration: none;
}

a:hover, a:active, li a.active {
	color: #CCC;
	text-decoration: none;
}
a.alt:hover, a.alt:active{
	color: red;
	text-decoration: none;
}
#logo h1 {
padding: 0;
margin: 0;
}
/* czcionki -> linki w sidebarach */
.sidebar a:link, .sidebar a:visited{
	color: #CCC;
	text-decoration: none;
}

.sidebar a:hover, .sidebar a:active, .sidebar li a.active {
	color: red;
	text-decoration: none;
}

img, a img {
	border: 0 none;
}

.menu_strong {
	font-weight: bolder;
}
/*============================= Kirara - zmiany kolorów menu ==========================*/
a[name="ar1200_01"] {
color: #ddbc7b !important; /*athkatla*/
}
a[name="ar1200_04"] {
color: #9b9b9b !important; /*candlekeep*/
}
a[name="ar1200_03"] {
color: #ffffff !important; /*wieża durlaga*/
}
a[name="ar1200_02"] {
color: #a63f44 !important; /*saradush liga  cd252c*/
}

a[name="sekcja"] {
color: #878787 !important; /*sekcje rozwijane: Mechanika, Solucja...*/
}

a:hover, a:active, li a.active [name="ar1200_01"] {
color: red !important;  /*hoover, żeby nadpisywał kolorki athkatli, candlekeep...*/
}

a[name="oddziel"] {
color: #a09689 !important; /*nolinki w lewym menu: Saga Baldur's Gate, Mody, Grupy Forum CoB...*/
}
/*=======================================================*/


/* wyliczeniowy + menu */
ul.menu, div.item-list ul {
	margin: 0.35em 0 0 -0.5em; /*0.35em 0 0 -0.5em;*/
	line-height: 1em;
}

ul.menu li, div.item-list ul li, li.leaf {
	padding: 0 0 .1em .1em;
	margin: 0.15em 0 0.15em .5em;
	list-style-type: none;
	list-style-image: none;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
	display: block;
}

/*  ul , ol  */
.content ul, .content ol {
	line-height: 1.9em;
}

.content ol {
	margin: 1em 3em 1em 3em;
}

.content ul {
	margin: 1em 3em 1em 0;
	list-style: none;
}

.content ul li {
	padding: 0 0 0 3em;
}
/*==================== Kirara ==================*/
.ki_table tr td {
	border-style:hidden;
	border-collapse:collapse;
	border:0px solid #2E2A26;
}

.tab_naglowek {
	font-weight:bold; 
	font-size:small;
	font-variant:small-caps;
	color:#6c675e;
}
.tab_przycisk {
	font-weight:bold; 
	font-size:11px;
	font-variant:small-caps;
	color:#8d877c;
}
.tab_wiersz {
	font-size:small;
	font-variant:small-caps;
	margin-left:10px;
}
.tab_link {
font-variant:small-caps; 
font-weight:bold; 
font-size:11px; 
text-decoration:none;
}
.tab_pl {
font-variant:small-caps; 
font-weight:bold; 
font-size:10px; 
text-decoration:none;
}
.tab_info {
font-size:10px; 
text-decoration:none;
}

.tab_link_style{
text-decoration:none;
color:#9b9b9b;
}

.tab_buttons_6 {background: url(images/table_buttons.png) no-repeat left; }
.tab_header{background: url(images/table_header.png) no-repeat right;}
.tab_left{background: url(images/table_header_left.png) no-repeat left; }
.tab_middle{background: url(images/table_header_middle.png);}
.tab_right{background: url(images/table_header_right.png) no-repeat right;}
