*{
  margin:0;
  padding:0;
  outline:none;
}
body{
	background:#e6e8ff url(../images/website/bg.gif) repeat-x;
	font-family: Arial,Verdana,Helvetica,sans-serif;
}
a:link, a:visited {
  color: #305a8c;
  text-decoration: none;
}
#content a:link, #content a:visited {
  border-bottom: 1px dashed #BBB;
}
#content a:hover, #content a:active {
  border-bottom: 1px dashed #777;
}
#pds{
	width:980px;
	margin:0 auto;
	position:relative;
}
#wrapper{
  background:#e6e8ff url(../images/website/bg2.gif) repeat-y;
}
#menu-l,#menu-r,#content,#content-spacer{
  background:#FFFFFF url(../images/website/t2.gif) no-repeat;
  border-style:solid;
  border-color:#C7D2DC;
  border-width: 0 2px 0 0; 
  padding: 35px 0 15px 0;
}
#content,#menu-r{
  border-left:5px solid #E6E8FF;
}
#content{
	float:left;
	width:536px;
}

#content-spacer{
	float:left;
	width:980px;
}

#menu-l{
  float:left;
	width:214px;
}
#menu-r{
	float:right;
	width:214px;
	text-align:center;
}
#footer{ 
  border-bottom:7px solid #7694b0;
  background:#305a8c;
  margin-bottom:5px;
  padding:10px;
  width : 960px;
  clear:both;
  font-size:12px;
  color:#b5c8d9;
  text-align:right;
}
#footer .xhtml{
  float:left;
}
#footer a{
  color:#eee;
}
#top{
  position:relative;
  width:980px;
  height:160px;
}
#top h1{
  display:none;
}
#top .kontakt{
  position:absolute;
  top:40px;
  right:30px;
  color:#FFF;
  font-size:12px;
  text-align:right;
}

#screenshot{
	position:absolute;
	border:0px solid #fff;
	background:#C7D2DC;
	padding:5px;
	display:none;
	color:#C7D2DC;
	}
.post{
	font-size:12px;
	line-height:2em;
	padding:0 15px;
	color:#3B454D;
	text-align:justify;
	padding-bottom:20px;
	margin-bottom:30px;
	border-bottom:1px solid #d1d1d1;
}
.post p{
  margin-bottom:10px;
}
.post h1,.post h2{
  margin-bottom:14px;
  color:#3b647a;
}
.post ul,.post ol{
  margin-left:30px;
}
.post li{list-style-position: inside;}
.menu{
	padding:0 7px 0 16px;
}
.menu a{
	display:block;
	color:#4875A5;
	background:url(../images/website/mtlo.gif) no-repeat bottom;
	font-size:12px;
	padding:7px 0px 6px 20px;
	text-decoration:none;
}
.menu a:hover{
	color:#FFB700;
}
.menu .title{
  border-bottom:1px solid #ddd;
  padding:20px 0 5px 20px;
  font-size:16px;
  color:#1D465C;
  font-family:Georgia,"Times New Roman",Times,serif;
}
#menu-r img{
  margin:5px;
  border:1px solid #ddd;
}
#menu-r img:hover{
  border:1px solid #aaa;
}
.post .info{
  clear:both;
  margin:20px 0 0;
  color:#BBB;
  height:35px
}
.post .info .date,.more{
  width:120px;
  padding:3px;
  border-color:#d1d1d1;
  border-style:solid;
  border-width:1px 0 0 0
}
.post .info .date{
  text-align:right;
  font-size:11px;
  float:right
}
.post .info .more{
  text-align:left;
  font-size:13px;
  float:left
}
h1, h2, h3{
  font-family:Georgia,"Times New Roman",Times,serif;
  font-weight:400;
  margin:0;
  line-height:1.6em;
}
h1{
  font-size:22px;
}
h2{
  font-size:19px;
}
h3{
  font-size:17px;
  padding:0 0 5px 9px;
}
h4,h5,h6{
  font-size: 12px;
  margin:0;
}
hr{
  margin:20px 0;
  border:0;
  clear:both;
  height:1px;
  width:100%;
  background:#bbb;
}

div.columns{
  clear:both;
  width:100%;
}
div.column{
  float:left;
  width:50%;
}
div.border{
  padding:15px;
  margin:10px 5px;
  border:1px solid #F2EAD6;
}
td{
  text-align:left;
  padding:5px;
  border:1px solid #F2EAD6;
  vertical-align: top;
}
td ol,td ul{
  margin:0 0 0 3px;;
  padding:0 0 3px 5px;
}
table.center{margin:0 auto;}
.both{clear:both; line-height:0px}
img{border:0;}
img.left{float:left;}
img.right{float:right;}
.post img{padding:5px;}
.pagination{text-align:center;}
.pagination a,.pagination strong{border:none;padding:5px;}

/* iconize */
.post a[href ^="http:"],.post a[href ^="https:"]{ 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_external.gif) no-repeat center right;
}
.post a[href *="gimnazjum"] {
  padding-right:0px; /* negates the rule above */
  background-image:none; /* negates the rule above */
}
.post a[href$='.doc'],.post a[href$='.docx'],.post  a[href$='.rtf'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_doc.gif) no-repeat center right;
}
.post a[href$='.txt'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_txt.gif) no-repeat center right;
}
.post a[href$='.xls'] {
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_xls.gif) no-repeat center right;
}
.post a[href$='.pps'],.post a[href$='.ppsx'],.post  a[href$='.ppt']{ 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_pps.gif) no-repeat center right;
}
.post a[href$='.pdf']{ 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_pdf.gif) no-repeat center right;
}
.post a[href$='.zip'],.post  a[href$='.rar']{ 
	padding: 5px 20px 5px 0;
	background: transparent url(../images/iconize/icon_archive.gif) no-repeat center right;
}
/* form */
form.standardform{
	margin:20px auto;
	width:90%;
	padding:14px;
	border:solid 2px #F4FFD1;
}
.standardform label{
  margin-top:14px;
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
.standardform .errorMessage{
  margin-bottom:10px;
	margin-left:150px;
	font-size:11px;
	color:#d12f19;
}
.standardform .errorInput{
  background: #FEF;
  border: 1px solid #C00;
}
.standardform input,.standardform select,.standardform textarea{
	float:left;
	width:250px;
	border: 1px solid #aaa;
}
.standardform input,.standardform select{
	margin:20px 0 0 10px;
}
.standardform textarea{
	margin:20px 0 0 10px;
}
.standardform .buttons{ 
  clear:both;
	padding:20px 0 20px 150px;
}



/* BUTTONS */
.buttons a, .buttons button{
  display:block;
  float:left;
  margin:0 7px 0 0;
  background-color:#f5f5f5;
  border:1px solid #dedede;
  border-top:1px solid #eee;
  border-left:1px solid #eee;
  font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
  font-size:1em;
  line-height:1.3em;
  text-decoration:none;
  font-weight:bold;
  color:#565656;
  cursor:pointer;
  padding:5px 10px 6px 7px;
}
.buttons button{
  width:auto;
  overflow:visible;
  padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
  padding:5px 10px 5px 7px; /* Firefox */
  line-height:17px; /* Safari */
}
*:first-child+html button[type]{
  padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
  margin:0 3px -3px 0 !important;
  padding:0;
  border:none;
  width:16px;
  height:16px;
}

/* STANDARD */
button:hover, .buttons a:hover{
  background-color:#dff4ff;
  border:1px solid #c2e1ef;
  color:#336699;
}
.buttons a:active{
  background-color:#6299c5;
  border:1px solid #6299c5;
  color:#fff;
}
/* POSITIVE */
button.positive, .buttons a.positive{
  color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
  background-color:#E6EFC2;
  border:1px solid #C6D880;
  color:#529214;
}
.buttons a.positive:active{
  background-color:#529214;
  border:1px solid #529214;
  color:#fff;
}
/* NEGATIVE */
.buttons a.negative, button.negative{
  color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
  background:#fbe3e4;
  border:1px solid #fbc2c4;
  color:#d12f19;
}
.buttons a.negative:active{
  background-color:#d12f19;
  border:1px solid #d12f19;
  color:#fff;
}

/* messages */
.message-gray,.message-yellow,.message-ok,.message-error{
	border:solid 1px #DEDEDE;
	padding:4px;
	text-align:center;
  color:#222222;
  width:60%;
  margin:20px auto;
}
.message-gray{ 
	background:#EFEFEF;
}
.message-yellow{
	background:#FFFFCC;
}
.message-ok{
	border:solid 1px #90ac13; 
	background:#eef4d3 url(../images/icons/34.png) no-repeat 20px 50%;
	color:#6b800d;
	font-weight:bold;
	padding:10px 4px 10px 70px;
}
.message-error{
	border:solid 1px #CC0000; 
	background:#F7CBCA url(../images/icons/33.png) no-repeat 20px 50%;
	color:#CC0000;
	font-weight:bold;
	padding:10px 4px 10px 70px;
}
.message-error ul,.message-ok ul{
  text-align:left;
  margin-left:20px;
}
#navigation{
  margin-top:-30px;
  margin-right:10px;
  float:right;
  font-size:12px;
}
#navigation a:link,#navigation a:visited{
  display: inline-block;
  border-left:1px solid #bbb;
  border-bottom:none;
  padding:5px 30px;
  color:#333;
}
#navigation a:hover{
  background-color: #7CA8CC;
}
/* gallery */
ul#photo_gallery li{
	list-style: none;
	float: left;
	margin-right: 10px;
	text-align: center;
}
ul#album_list li{
  list-style: none;
  margin-top:10px;
  padding:0 10px;
  width:100%;
  height:132px;
  clear:both;
  border-bottom:1px solid #eee;
}
ul#album_list li img{
  float:left;
}
ul#album_list li .album_caption{
  float:right;
  width:330px;
}
ul#photo_gallery li .photo{
	height: 120px;
	width: 158px;
  margin-top:20px;
}
#info{
	clear: both;
}
#photo_gallery_shell img,ul#album_list img{
  padding:4px;
  border:solid 1px #ddd;
}
#photo_gallery_shell img:hover,ul#album_list img:hover{
  padding:4px;
  border:solid 1px #ddd;
  background:#7CA8CC;
}
#photo_gallery_shell{
  font-size:11px;
  clear:both;
  padding-bottom:30px;
}
#photo_gallery_shell ul,ul#album_list{
  margin:0;padding:0;
}
#photo_gallery_shell a:link,#photo_gallery_shell a:visited,ul#album_list a:link,ul#album_list a:visited{
  border:none;
}
#photo_gallery_shell a:hover,ul#album_list a:hover{
  border:none;
}
#photo_gallery_shell p{
  font-size:11px;
  margin:10px 0;
}
.navigation .previous{
  float:left;width:200px
}
.navigation .next{
  float:right;
  width:200px;
  text-align:right
}
.navigation .link a{
  font-size:14px;
  line-height:24px;
  font-weight:700;
  color:#f57523
}
.navigation .previous .link a{
  padding-left:17px;
  background:url(../images/website/left.gif) no-repeat 0 3px
}
.navigation .next .link a{
  padding-right:15px;
  background:url(../images/website/right.gif) no-repeat right 3px
}
.navigation .name a{
  font-size:11px;
  color:#2663ad
}
#cse td{
  border:none;
}


#controls {	
	float:right; 
}

#controls li {
	float:left;
	display:block;
	list-style-type:none;
	margin-right:5px;	
}

a#fs-minus, a#fs-plus {
	outline: 0 none;	
}

