/****************************
BASE STYLES

Colors:
Light green: #656849;
Dark green: #4e502e;
Gold: #d38f16;
****************************/
body{
    background-color: #fff;
    margin:0px;
    text-align: center;
    color: #111;
    font-family: Arial, Liberation Sans, sans;
}

a{
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

div.postText a:after,p.more a:after{
    content: " (" attr(href) ")";
}

img,img.noBorder{
    border: none;
}

p{
	margin-top: 0px;
}

p.center{
	text-align: center;
}

.middle{
	vertical-align: middle;
}

h1{
	font-size: 18pt;
}
h2{
	font-size: 14pt;
}
h3{
	font-size: 12pt;
}
h1,h2,h3,h4,h5,h6{
	color: #111;
	margin-left: 15px;
	font-family: Georgia, serif;
}

hr{
	border-bottom: 1px dotted #d38f16;
	height: 0px;
	color: #656849;
	background-color: #656849;
	width: 95%;

}

/********** TABLES ************/

table{
	font-size: 10pt;
}

th{
	border-bottom: 2px solid #999;
	width: 170px;
}

td{
	border-bottom: 1px solid #999;
	empty-cells: show;
	padding: 8px 0px;
}



table.dzwonki th{
	width: auto;
	padding: 0px 5px;
}

table.dzwonki td{
	padding: 7px 5px;
}
/************************/

div#page{
    margin: auto;
    width: 95%;
    text-align: left;
}
div#top{
    display: none;
}
div#paletka{
    display: none;
}

div#paletka_hide{
    display: none;
}

div#leftColumn{
    float: left;
}

div#middleColumn{
    float: left;
}

div#rightColumn{
	display: none;
}

div#middleColumn + div#rightColumn{
	display: block;
    float: left;
}

div#middleColumn > *, div#rightColumn > *{
	display: none;
}
div#spotkania,div#info{
	display: block;
	float: left;
}

img.moduleIcon{
    vertical-align: middle;
    margin-left: 15px;
    float: left;
}

h1.smallBox{
    width: 191px;
    margin: 15px 39px 20px 0px;
    font-size: 18px;
    text-align: center;
    padding-bottom: 0;
}

h1.smallBoxDotted{
    width: 191px;
    margin: 0px 39px 20px 0px;
    font-size: 18px;
    text-align: center;
}

div#content p{
    font-size: 10pt;
    padding: 5px 0;
}

div#content pre{
	margin: 5px 15px;
}

div#content blockquote,div#content blockquote p{
	font-family: Georgia,serif;
	font-style: italic;
	font-size: 12pt;
}

div#content pre{
	font-family: monospace;
}

div#content dt{
	font-weight: bold;
	margin-top: 5px;
}

div.postText a{
	color: #d38f16;
}

p#bip img{
	display: none;
}
p#bip a:before{
	content: "BIP: ";
}
p#bip a:after{
	font-weight: normal;
	content: attr(href);
}
p#bip{
	text-align: left;
}


/***********************
BLOG
**************************/

p.postHead{
    line-height: 9pt;
}

p.postHead img{
    float: left;
}

span.postTitle{
    font-size: 14pt;
    color: #000;
    border-bottom: 1px solid #000;
    font-weight: bold;
    width: 400px;
    display: block;
    float: left;
    line-height: 16px;
	font-family: Georgia,serif;
}

span.postInfo{
    margin-left: 16px;
    font-size: 8pt;
}

div.dotBigMiddle p{
	text-align: justify;
}

div.dotBigMiddle p.more{
	text-align: right;
}

div.dotBigBottom + div.dotBigTop{
	margin-top: 15px;
	padding-top: 15px;
	border-top: 1px solid #999;
}

div.newsContent img{
	float: right;
	border: 3px solid #eee;
	margin-left: 15px;
}

div#content p#navi{
	display: none;
}

div.blogPost + div.blogPost{
	border-top: 1px solid #999;
	margin-top: 15px;
	padding-top: 15px;
}

h1.kategoria{
	font-size: 26pt;
}

/********************
MODULES
********************/

div#content ul{
    font-size: 10pt;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

span.small{
	font-size: 6pt;
}


/**********************
FOOTER
**********************/

div.siteMap{
    display: none;
}
div#footer{
	clear: both;
	font-size: 8pt;
	color: #999;
	padding-top: 35px;
}
div#footer p{
	border-top: 1px solid #999;
}

/***********************
LOADER
***********************/
div#loader{
    display: none;
}


/****************************
ABSOLWENCI
****************************/

#absolwent_form {
	display: none;
}


/*************
KADRDA
*************/
ul.kadra{
	padding-left: 50px;
}

/*******************
WAZNE KOMUNIKATY
*******************/

div#important{
	display: none;
}

