body {
	margin: 0;
	padding: 0;
	font: .65em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666;
	background: #fff url(../images/bcg5.gif);
	text-align: center;
}

a {
	color: #752a05;
	background-color: inherit;
	text-decoration: none;
}
a:hover {
	color: #feaa58;
	background-color: inherit;
}

td, input {
	vertical-align: top;
}

h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
}
h1 { font-size: 1.5em; color: #f57900; }
h2 { font-size: 1.4em; color: #f57900; text-transform:uppercase;}
h3 { font-size: 1.3em; color: #333333; }

p, h1, h2, h3{
	margin: 3px 6px;
}

.news {
	min-height: 55px;
	left: 20px;
	top: -4px;
	align: left;
}

.news-text {
	margin-top: -2px;
	width: 100%;
}


p.dzejoli{
	margin: 10px 0px 0px 15px;
	padding: 0;
}

p.dzejoli-line{
	border-bottom: 1px solid orange;
}

ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666;
}


img {
	border: none;
}
img.border {
	border: 1px solid #CCC;
}
img.float-right {
  margin: 5px 0px 5px 15px;
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {
  border: 0px solid orange;
}
a:hover img {
  border: 0px solid #CCC;
  border: 0px solid orange;
}

code {
  margin: 5px 0;
  padding: 10px;
  text-align: left;
  display: block;
  overflow: auto;
  font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace;
  background: #FAFAFA;
  border: 1px solid #f2f2f2;
  border-left: 4px solid #4284B0;
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 15px;
 	padding: 0 0 0 20px;
  	background: #FAFAFA;
	border: 1px solid #f2f2f2;
	border-left: 4px solid #4284B0;
	color: #4284B0;
	font: bold 1.2em/1.5em Georgia, 'Bookman Old Style', Serif;
}

/* form elements */
form {
	margin:10px; padding: 0;
	border: 0px solid #f2f2f2;
}

input {
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
 	-moz-transition: all 0.30s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
 	border:#999 0px solid;
 	outline:none;
	font: normal 1em Verdana, sans-serif;
	color:#777;
}

input:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}
input.border {
	padding: 2px;
	border:1px solid #dadada;
}

textarea {
	padding:2px;
	border:1px solid #dadada;
	transition: all 0.30s ease-in-out;
	-webkit-transition: all 0.30s ease-in-out;
 	-moz-transition: all 0.30s ease-in-out;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:block;
	color:#777;
	font: normal 1em Verdana, sans-serif;
	resize: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

textarea:focus {
	box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-webkit-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
	-moz-box-shadow: 0 0 5px rgba(81, 203, 238, 1);
}

form.searchform {
	background: transparent;
	border: none;
	margin: 0; padding: 0;
}
form.searchform input.textbox {
	margin: 0;
	width: 120px;
	border: 1px solid #efefef;
	background: #FFF;
	color: #333;
	height: 14px;
	vertical-align: top;
}
form.searchform input.button {
	margin: 0;
	padding: 2px 3px;
	font: bold 12px Arial, Sans-serif;
	background: #FAFAFA;
	border: 0px solid #f2f2f2;
	color: #777;
	width: 60px;
	vertical-align: top;
}

#wrap {
	background: #fff;
	width: 980px; height: 100%;
	margin: 0 auto;
	text-align: left;
}
#content-wrap {
	clear: both;
	margin: 0; padding: 0;
	background: ;
}


#header {
	position: relative;
	height: 130px;
				background: #efefef url(../images/logo_new.jpg) repeat-x 0% 100%;
		}
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 4.1em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	text-transform: lowercase;
	top: 0; left: 5px;
}
#header h2#slogan {
	position: absolute;
	top:37px; left: 95px;
	color: #666666;
	text-indent: 0px;
	font: bold 11px Tahoma, 'trebuchet MS', Sans-serif;
	text-transform: none;
}
#header form.searchform {
	position: absolute;
	top: 0; right: -12px;
}


#main {
	float: left;
	margin-left: 15px;
	padding: 0;
	width: 73%;
}

#main-topright {
	float: right;
	position: relative;
	top: -30px;
	right: 0;
	width: 200px;
	background-color: transparent;
}


.post-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 15px 0 15px;
	border: 1px solid #f2f2f2;
	font-size: 95%;
}
.post-footer .date {
	background: url(../images/clock.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .comments {
	background: url(../images/comment.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}
.post-footer .readmore {
	background: url(../images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

.news-social {
	position: relative;
	left: 25px;
	top: 0;
	clear: right;
	float: right;
}



#sidebar {
	float: left;
	width: 23%;
	margin: 0;
	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;
}
#sidebar ul.sidemenu a {
	display:block;
	color: #444444;
}

#sidebar ul.sidemenu a:hover {
	color: black;
}

#sidebar ul.sidemenu li.selected {
	padding:1px 5px 0px 10px;
	background: #e2e2e2;
	color: #5e0400;
	border-left:3px solid #5e0400;
}

#sidebar ul.sidemenu li {
	font-weight:normal;
	color: #333;
	text-decoration:none;
	padding:1px 5px 0px 10px;
	margin-bottom:2px;
	background: #f2f2f2;
	border-left:3px solid orange;
	min-height:16px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu li:hover {
	padding:1px 5px 0px 10px;
	background: #e2e2e2;
	color: #5e0400;
	border-left:3px solid #5e0400;
}

#footer {
	clear: both;
	color: #FFF;
	background: #d5cdbe;
	border-top: 3px solid #ffd387;
	margin: 0; padding: 0;
	height: 50px;
	font-size: 95%;
}
#footer a {
	text-decoration: none;
	font-weight: bold;
	color: #FFF;
}
#footer a:hover {
	text-decoration: none;
	font-weight: bold;
	color: gray;
}

#footer .footer-left{
	float: left;
	width: 65%;
}
#footer .footer-right{
	float: right;
	width: 30%;
}


#header ul {
	z-index: 999999;
	position: absolute;
	margin:0; padding: 0 10px 0 0;
	list-style:none;
	left: 0;
	padding-left:10px;
	bottom: 0px !important; bottom: 0px;
	font: bold 11px  Tahoma, Arial, 'Trebuchet MS', verdana,  sans-serif;
}
#header li {
   display:inline;
   margin:0; padding:0 0 0 0;
}
#header a {
   float:left;
   background: url(../images/tableft.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.gif) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFF;
}
#header a span {float:none;}

#header a:hover span {
	color:#000;
}
#header a:hover {
   background-position:0% -42px;
}
#header a:hover span {
   background-position:100% -42px;
}
#header #current a {
   background-position:0% -42px;
   color: #000;
}
#header #current a span {
   background-position:100% -42px;
	color: #000;
}

#calendar{
	width: 150px;
	height: 150px;
	border-collapse: collapse;
	border: 1px solid #FFF;
}

#calendar th{
	border: 1px solid #FFF;
	text-align: center;
}
#calendar td{
	border: 1px solid #dadada;
	background-color: #FFF;
	text-align: center;
}

#calendar td.weekend a{
	color: red;
	text-decoration: none;
}
#calendar td.today{
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	background-color: gray;
}

.float-left  { float: left; }
.float-right {	float: right; }
.align-left  {	text-align: left; }
.align-right {	text-align: right; }
.align-center { padding: 30px; margin:0 auto; }


.clear { clear: both; }
.green {	color: #9EC630; }
.orange{	color: #feaa58; }
.darkred{	color: #5e0400; }
.gray  {	color: #BFBFBF; }
.blue  {	color: #6297BC; }


.pager {
	clear: both;
	height: 1%; /* Fixes double padding in IE */
	background: #fff;
	margin: 0 10px;
	font-size: 10px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
}

.pager a, .pager span {
    display: block;
    float: left;
    padding: 0.3em 0.5em;
    margin: 0;
	text-decoration: none;
	text-align: center;
	background: #fff;
	color: #000;
	width: 10px;
}

.pager span {
	color: #868686;
}

.pager .current {
	background: orange;
	color: #fff;
}

.pager a:hover {
	background: orange;
	color: #fff;
}

.pagertop {
	border-top: 0 none;
}

.pagerbottom {
	border-bottom: 0 none;
}

.pager ul {
	margin: 0;
	padding: 0;
}

.pager li {
	margin: 0;
	padding: 0;
}

.iconset a.add {
	height: 100px;
	line-height: 200px !important;
	padding-left: 300px !important;
	cursor: pointer;
	display: block;
	width: 100px;
	position: relative;
	top: 11px;
	font: 10px  Verdana, Tahoma, Helvetica, sans-serif;
}

.iconset a.add {background: url(../images/iconset2.png) no-repeat left 0;}
.iconset a:hover.add {background: url(../images/iconset2.png) no-repeat left -200px;}

.roundbox{display:block}
.roundbox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#F5F0F0}
.roundbox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #faf8f8;
  border-right:1px solid #faf8f8;
  background:#f7f3f3}
.roundbox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #fefdfd;
  border-right:1px solid #fefdfd;
  background:#f6f2f2}
.roundbox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #f6f2f2;
  border-right:1px solid #f6f2f2;}
.roundbox4{
  border-left:1px solid #faf8f8;
  border-right:1px solid #faf8f8}
.roundbox5{
  border-left:1px solid #f7f3f3;
  border-right:1px solid #f7f3f3}
.roundboxfg{
  background:#F5F0F0}

.rounded {
    width: 92%;
    padding: 20px;
    background: #eee;
    overflow:auto;
    border: 1px solid #dadada;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
label {
    display: block;
    float: left;
    font-weight: normal;
    margin-right:10px;
    text-align: left;
    width: 80px;
	text-transform:uppercase;
	color: #f57900;
}



.hint {
    display:none;
}
.field:hover .hint {
    position: absolute;
    display: block;
    margin: -23px 0 0 455px;
    color: #FFFFFF;
    padding: 2px 4px;
    background: rgba(0, 0, 0, 0.6);

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 10px/100% Arial, Helvetica, sans-serif;
	padding: 2px 10px 2px;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}

.oranzs {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.oranzs:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.oranzs:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top,  #f47a20,  #faa51a);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}





#upload{
	margin:30px 200px; padding:15px;
	font-weight:bold; font-size:1.3em;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	background:#f2f2f2;
	color:#3366cc;
	border:1px solid #ccc;
	width:150px;
	cursor:pointer !important;
	-moz-border-radius:5px; -webkit-border-radius:5px;
}
.darkbg{
	background:#ddd !important;
}
#status{
	font-family:Arial; padding:5px;
}
ul#files{ list-style:none; padding:0; margin:0; }
ul#files li{ padding:10px; margin-bottom:2px; width:200px; float:left; margin-right:10px;}
ul#files li img{ max-width:180px; max-height:150px; }
.success{ background:#99f099; border:1px solid #339933; }
.error{ background:#f0c6c3; border:1px solid #cc6622; }

