@charset "UTF-8";

.item-page h2 {
	font-size: 1.7em;
	margin-bottom: 0.6em;
}
.items-leading p {
	font-size: 0.9em;
}

/* A variation on Eric Meyer's CSS Reset:
   This is disabled because the Blueprint framework already has it.
   You should enable it if you aren't using Blueprint.

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse:collapse;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
abbr,acronym {
	border:0;
}
*/

/* Below are the CSS styles that aren't included with Blueprint. It's a good idea to keep them whether or not you use it unless you know what you're doing. */

/* Text styles */
.blog-featured h2 {
	font-size: 1.5em;
	margin-bottom:0em;
}
p.readmore {
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	text-indent:0;
	font-size: .8em;
	margin: -1em 0 2em 0;
}
.joomla-footer {
	font-size: .7em;
	margin-bottom: 30px;
	color: #999;
}

/* Article functions */
ul.actions {
	clear:both;
	margin-top: -30px;
	float:right;
}
ul.actions li {
	list-style-type: none;
	float:right;
	margin-left: 10px;
}

/* Login styles */
p#form-login-username label,
p#form-login-password label {
	width: 160px;
	display:block;
}
p#form-login-remember label {
	font-size: .9em;
	font-weight: normal;
	line-height: 25px;
}
p#form-login-remember input {
	float:left;
	margin-right: 5px;
}
form#form-login ul {
	margin: 0;
	padding: 0;
}
form#form-login ul li {
	list-style-type: none;
	margin-left: 20px;
	font-size: .9em;
}

/* Wilczy */
ol li {
    margin-left: 2.8em;
}
/* Vicki */
/*
ul, ol {
    margin-bottom: 1em;
}
*/
p {
   margin-top: 1em;
}

.an-container {
	width: 1000px;
	margin: 0 auto;
	border-left: 1px solid #ececec;
	border-right: 1px solid #ececec;
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	background-color: #F4F8F8;
		box-shadow: 0pt 1px 2px rgba(0, 0, 0, 0.3);
		border-radius: 4px; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; -khtml-border-radius: 4px;	
}
.an-container-top {
	width: 1000px;
	margin: 0 auto;
	border: none
}

h2 a {
	text-decoration: none;
}

#header-container {
    width: 100%;
    background-color: #fff;
    /* background-image: url('/images/layout/bg-header-container.png'); */
    background-repeat: repeat-y;
    background-position: center;
    margin: 0 auto 0 auto;
    font-size: 12px;
    text-align: center;
}
#header-block {
    position: relative;
    width: 1000px;
    height: 50px;
    color: #000;
    background-color: #fff;
    margin: 0 auto 20px auto;
    text-align: left;
}

#header-lodman {
    position: absolute;
    top: 5px;
    left: 0px;
    width: 197px;
    height:44px;
}

#header-msk-left {
    position: absolute;
    top: 2px;
    left: 485px;
    width: 15px;
    height: 40px;
}
#header-msk {
    position: absolute;
    top: 2px;
    left: 500px;
    width: 500px;
    height: 40px;
}

#header-block2 {
    position: relative;
    width: 1000px;
    height: 23px;
    color: #000;
    margin: 0 auto 0 auto;
    text-align: left;
	vertical-align: bottom;
}

#subheader {
    position: absolute;
	top: 0px;
	left: 0px;
    width: 600px;
    color: #000;
    margin: 0 auto;
    text-align: left;
	font-size: 11px;
}
#subheader2 {
    position: absolute;
	top: 0px;
	right: 0px;
    width: 300px;
    color: #000;
    margin: 0 auto;
    text-align: right;
	font-size: 3px;
}

.category-list-idx {
	font-size: 18px;
}

.category-list-idx table.category {
	margin: 10px 25px;
}
.category-list-idx table.category td {
	padding: 2px;
}

.category-list-idx .list-title {
	font-weight: bold;
}

.category-list-idx .list-title a {
	color: #004066;
}

#mod-search-searchword {
	margin: 2px;
}

.breadcrumbs {
	margin-top: 3px;
}
