/* reset */
* {
	margin:0;
	padding:0;
}
button::-moz-focus-inner {
    padding:0;
    border:0
}
img, fieldset {
	border:0;
}
a, object {
	outline:none;
}
li {
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:bold;
}
header, hgroup, footer, aside, nav, menu, section, article, figure, img, object, iframe {
	display:block;
}


/* globalne */
@font-face {
    font-family: 'Calibri';
    src: url('../fonts/calibri-webfont.eot');
    src: url('../fonts/calibri-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/calibri-webfont.woff') format('woff'),
         url('../fonts/calibri-webfont.ttf') format('truetype'),
         url('../fonts/calibri-webfont.svgz#CalibriRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
	background:#FFF;
	overflow-x:hidden;
}

body {
	width:100%;
	margin:0 auto;
	position:relative;
	color:#515151;
	font-family:Calibri, Helvetica, Arial;
	font-size:16px;
	line-height:20px;
}

a {
	color:#424c85;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

p {
	margin-bottom:20px;
}

h1 {
	margin-bottom:21px;
	color:#010741;
	font-size:24px;
}
h2 {
	font-size:18px;
}
h3 {
	font-size:14px;
}


/* layout */
header {
	height:507px;
	background:url('../images/bg-slider-glow.jpg') no-repeat top center;
	position:relative;
	display:none;
}
header:before {
	
	display:block;
	height:507px;
	background:url('../images/bg-slider-glow.jpg') no-repeat top center;
	position:absolute;
	top:0;
	left:-50%;
	right:-50%;
	z-index:-1;
	content:'';
}
header:after {
	display:block;
	height:507px;
	background:url('../images/bg-slider.jpg') repeat-x top center;
	position:absolute;
	top:0;
	left:-100%;
	right:-100%;
	z-index:-2;
	content:'';
}

#logo {
	position:absolute;
	top:22px;
	left:0;
}
#logo a {
	display:block;
	width:154px;
	height:82px;
	background:url('../images/sprite.png') no-repeat 0 0;
	text-indent:-5000px;
}

#quote {
	width:230px;
	position:absolute;
	top:60px;
	left:187px;
	color:#cdcfec;
	font-size:17px;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	line-height:20px;
}
#quote.doubleLine {
	top:50px;
}

#topLinks {
	position:absolute;
	top:17px;
	right:234px;
	font-size:14px;
	text-transform:uppercase;
}
#topLinks li {
	margin-left:16px;
	float:left;
}
#topLinks a {
	color:#FFF;
}

#search {
	width:193px;
	height:23px;
	padding-left:23px;
	-webkit-border-radius: 11px; 
	-moz-border-radius: 11px; 
	border-radius: 11px; 
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#f5f4f4;
	-webkit-box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset; 
	-moz-box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset; 
	box-shadow: 0px 2px 3px rgba(0,0,0,0.4) inset; 
	position:absolute;
	top:16px;
	right:0;
}
.loupe {
	width:14px;
	height:13px;
	background:url('../images/sprite.png') no-repeat -247px 0;
	position:absolute;
	top:6px;
	left:7px;
	z-index:2;
	text-indent:-5000px;
}
#searchField {
	margin-top:4px;
	border:none;
	background:none;
}

#mainMenu {
	width:100%;
	height:40px;
	padding:5px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#fe9247;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	position:absolute;
	top:127px;
	left:0;
	z-index:3;
}
#mainMenu > li {
	width:189px;
	margin-left:6px;
	float:left;
	position:relative;
	color:#FFF;
	text-align:center;
	text-shadow:0 1px 0 rgba(0,0,0,0.6);
	line-height:40px;
}
#mainMenu > li + li:before {
	width:1px;
	height:34px;
	background:#fe3817;
	position:absolute;
	top:5px;
	left:-4px;
	content:'';
}
#mainMenu > li + li:after {
	width:1px;
	height:34px;
	background:#fec370;
	position:absolute;
	top:5px;
	left:-3px;
	content:'';
}
#mainMenu > li > a {
	display:block;
	color:#FFF;
}
#mainMenu > li > a:hover {
	margin-top:-1px;
	border:1px solid #f05a2a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#fa6232;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	text-decoration:none;
}
#mainMenu > li > strong {
	position:relative;
	z-index:2;
}
.subMenu {
	display:none;
	width:187px;
	padding:35px 0 5px;
	border:1px solid #f05a2a;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#fa6232;
	-webkit-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	-moz-box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	box-shadow: 0px 1px 1px rgba(0,0,0,0.25); 
	position:absolute;
	top:0;
	z-index:1;
	font-size:14px;
	text-align:left;
	text-shadow:0 1px 0 rgba(0,0,0,0.3);
}
li:hover .subMenu {
	display:block;
}
.subMenu li {
	line-height:30px;
}
.subMenu li + li {
	border-top:1px solid #fb7b53;
}
.subMenu a {
	display:block;
	padding-left:6px;
	color:#FFF;
}
.subMenu a:hover {
	background:#FFF;
	color:#fa6232;
	text-decoration:none;
	text-shadow:0 1px 0 rgba(255,255,255,0.6);
}

#slider {
	display:none;
	width:980px;
	height:322px;
	position:absolute;
	top:199px;
	left:0;
	z-index:2;
}
.slide {
	display:none;
	position:absolute;
	top:0;
	left:0;
}
.slide img {
	margin-right:24px;
	padding:5px;
	float:left;
	background:#FFF;
	-webkit-box-shadow: 0px 1px 8px rgba(0,0,0,0.5); 
	-moz-box-shadow: 0px 1px 8px rgba(0,0,0,0.5); 
	box-shadow: 0px 1px 8px rgba(0,0,0,0.5); 
}
.slide figcaption {
	width:327px;
	float:left;
	color:#FFF;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	font-style:italic;
	text-shadow:0 1px 0 rgba(35,31,32,0.3);
	line-height:21px;
}
.slide p {
	margin-bottom:21px;
}
.slide small {
	font-size:16px;
}
#slide1 {
	display:block;
}
#slide1 figcaption {
	padding-top:60px;
}
#slide2 figcaption {
	padding-top:65px;
}

#breadCrumb {
	margin-bottom:26px;
	padding-top:10px;
	height:35px;
	background:#f4f4f4;
	position:relative;
	color:#757575;
	font-size:14px;
	line-height:33px;
}

#breadCrumb a {
	position:relative;
	color:#395580;
}

#breadCrumb:after {
	height:45px;
	position:absolute;
	top:0;
	left:-100%;
	right:-100%;
	z-index:-1;
	background:#f4f4f4;
	content:'';
}


#quick {
	display:none;
	margin-bottom:21px;
	padding:18px 0 34px;
	float:left;
	border-top:1px solid #eaeaea;
	background:url('../images/bg-quick.png') repeat top center;
	position:relative;
}
#quick:after {
	border-top:1px solid #eaeaea;
	background:url('../images/bg-quick.png') repeat top center;
	position:absolute;
	top:-1px;
	bottom:0;
	left:-100%;
	right:-100%;
	z-index:-1;
	content:'';
}
#quick h2 {
	margin-bottom:32px;
	color:#fa6232;
	text-align:center;
}
.box {
	width:200px;
	min-height:203px;
	padding:21px 11px 4px 17px;
	border:1px solid #cecece;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	float:left;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.06); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.06); 
	box-shadow: 0px 1px 2px rgba(0,0,0,0.06);
	background:rgba(0,0,0,0.04);
	position:relative;
}
.box:after {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position:absolute;
	top:5px;
	bottom:5px;
	right:5px;
	left:5px;
	z-index:1;
	content:''; 
}
.box.students:after {
	background:#FFF url(../images/bg-box-students.jpg) no-repeat top right;
}
.box.teachers:after {
	background:#FFF url(../images/bg-box-teachers.jpg) no-repeat top right;
}
.box.trainers:after {
	background:#FFF url(../images/bg-box-trainers.jpg) no-repeat top right;
}
.box.partners:after {
	background:#FFF url(../images/bg-box-partners.jpg) no-repeat top right;
}
.box + .box {
	margin-left:20px;
}
.box dt {
	margin-bottom:14px;
	position:relative;
	z-index:2;
	color:#fa6232;
	font-size:18px;
	white-space:nowrap;
}
.box dd {
	position:relative;
	z-index:2;
	font-size:14px;
	line-height:26px;
}

#sponsors {
	margin-bottom:16px;
	padding-bottom:28px;
	border-bottom:1px solid #e6e6e6;
	clear:both;
	overflow:hidden;
	display: none;
}
#sponsors h2 {
	margin-bottom:22px;
	border-bottom:1px solid #e6e6e6;
	color:#979797;
	text-align:center;
}
#sponsors h2 span {
	padding:0 58px;
	background:#FFF;
	position:relative;
	bottom:-10px;
}
#sponsorsList {
	height:66px;
	overflow:hidden;
}
#sponsorsList li {
	float:left;
}
#sponsorsList li + li {
	margin-left:25px;
}

footer {
	display: none;
	padding:0 0 30px 2px;
	clear:both;
	position:relative;
	color:#bcbcbc;
	font-size:14px;
	line-height:20px;
}
#footerLinks li {
	float:left;
}
#footerLinks li + li {
	padding-left:27px;
	position:relative;
}
#footerLinks li + li:before {
	position:absolute;
	left:12px;
	top:-1px;
	content:'|';
}
footer p {
	margin-bottom:0;
	clear:both;
}
.fbBox {
	position:absolute;
	right:120px;
	top:0;
	color:#515151;
	display: none;
}

.loginBtn {
	display:block;
	width:271px;
	margin-bottom:34px;
	padding:11px 0 14px 18px;
	border:1px solid #d9d9d9;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	position:relative;
	background: #ffffff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlY2VjZWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#ececec 100%);
	background: linear-gradient(top,  #ffffff 0%,#ececec 100%);
	-webkit-box-shadow: 0px 2px 2px rgba(0,0,0,0.15); 
	-moz-box-shadow: 0px 2px 2px rgba(0,0,0,0.15); 
	box-shadow: 0px 2px 2px rgba(0,0,0,0.15); 
	color:#fa6232;
}
.loginBtn strong {
	display:block;
	margin-top:-1px;
	color:#010741;
	font-size:28px;
}
.loginBtn:after {
	width:72px;
	height:65px;
	background:url('../images/sprite.png') no-repeat -165px 0;
	position:absolute;
	right:0;
	top:0;
	opacity:0.7;
	content:'';
}
.loginBtn:hover {
	text-decoration:none;
}
.loginBtn:hover:after {
	opacity:1;
}

button {
	display:block;
	height:28px;
	border:1px solid #fa6232;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color:#FFF;
	text-shadow:0 1px 0 rgba(35,31,32,0.3);
}
button strong, input.button strong {
	display:block;
	cursor: pointer;
	height:27px;
	padding:0 9px;
	border-top:1px solid #fead75;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #fe9046;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlOTA0NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmYTY0MzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fe9046 0%, #fa6433 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fe9046), color-stop(100%,#fa6433));
	background: -webkit-linear-gradient(top,  #fe9046 0%,#fa6433 100%);
	background: -o-linear-gradient(top,  #fe9046 0%,#fa6433 100%);
	background: -ms-linear-gradient(top,  #fe9046 0%,#fa6433 100%);
	background: linear-gradient(top,  #fe9046 0%,#fa6433 100%);
	/*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe9046', endColorstr='#fa6433',GradientType=0 );*/
	line-height:23px;
	margin: 0 auto;
}


/* strona glowna */
#content {
	width:100%;
	padding-bottom:41px;
	float:left;
	position:relative;
}
#content > h2 {
	margin-bottom:21px;
	color:#010741;
	font-size:24px;
}

#rightColumn {
	width:291px;
	padding-bottom:41px;
	float:right;
	display: none;
}

#articleList li {
	margin-bottom:22px;
}
.date {
	display:block;
	color:#fe9247;
	font-size:14px;
	font-weight:normal;
}
#articleList a {
	color:#000640;
}

.violetBox {
	margin-bottom:26px;
	padding:15px 14px 17px;
	border:1px solid #b0b0d0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#ededff url('../images/bg-box-violet.jpg') top right no-repeat;
	color:#00053f;
	line-height:18px;
}
.violetBox h2 {
	margin-bottom:7px;
	text-align:center;
}
.violetBox p {
	margin-bottom:18px;
}
.violetBox p:last-child {
	margin-bottom:0;
}

#poll h2 {
	margin-bottom:7px;
	color:#fa6232;
	text-align:center;
}
#poll .question {
	margin-bottom:9px;
	padding:4px 5px 6px 6px;
	border-top:1px solid #fa6232;
	border-bottom:1px solid #fa6232;
	display: block;
}
#results {
	padding:0 7px 0 5px;
	color:#555555;	
}
#results dt {
	margin-bottom:1px;
}
#results dd {
	height:8px;
	margin-bottom:8px;
	padding:1px;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#f2f5f7;
}
#results .score {
	display:block;
	height:6px;
	border:1px solid #070d45;
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	border-radius: 4px; 
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background: #6e79ca;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZlNzljYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0ODRmOGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #6e79ca 0%, #484f8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6e79ca), color-stop(100%,#484f8f));
	background: -webkit-linear-gradient(top,  #6e79ca 0%,#484f8f 100%);
	background: -o-linear-gradient(top,  #6e79ca 0%,#484f8f 100%);
	background: -ms-linear-gradient(top,  #6e79ca 0%,#484f8f 100%);
	background: linear-gradient(top,  #6e79ca 0%,#484f8f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e79ca', endColorstr='#484f8f',GradientType=0 );
}
#poll fieldset {
	padding-left:5px;
}
#poll input {
	margin:4px 8px 11px 0;
	float:left;
	clear:left;
}
#poll label {
	margin-bottom:11px;
	float:left;
}
#poll button, input.button {
	margin:0 auto;
	clear:both;
}

#callendarBox {
	padding:6px 4px 3px 4px;
	margin-bottom:25px;
	border:1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:#fafafa;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.1); 
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	position:relative;
}
#callendarBox h2 {
	margin-bottom:3px;
	color:#5c5c5c;
	text-align:center;
}
#callendarNav a {
	display:block;
	width:16px;
	height:16px;
	background:url('../images/sprite.png') no-repeat;
	position:absolute;
	top:12px;
	text-indent:-5000px;
}
#callendarNav a.prev {
	left:14px;
	background-position:-247px -60px;
}
#callendarNav a.prev:hover {
	background-position:-247px -77px;
}
#callendarNav a.next {
	right:14px;
	background-position:-264px -60px;
}
#callendarNav a.next:hover {
	background-position:-264px -77px;
}

#callendar {
	margin-bottom:4px;
	border-collapse:collapse;
	position:relative;
	z-index:2;
	color:#333333;
	font-size:14px;
}
#callendar th {
	width:39px;
	height:33px;
	border-bottom:1px solid #dddddd;
	font-family:Cambria, Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#callendar td {
	width:39px;
	height:34px;
	text-align:center;
	background:#ffffff;
}
#callendar tr td {
	border-bottom:1px solid #dddddd;
	border-left:1px solid #dddddd;
	border-right:1px solid #dddddd;
}
#callendar tr td + td {
	border-left:none;
}
#callendar td.today {
	background:#e6e4e4;
}
#callendar td.otherMonth {
	color:#999999;
}
.events {
	width:39px;
	height:33px;
	position:relative;
	line-height:33px;
}
.eventDots {
	width:39px;
	height:7px;
	position:absolute;
	bottom:3px;
	text-align:center;
	line-height:7px;
}
.eventDots li {
	display:inline-block;
	width:7px;
	height:7px;
	margin-right:2px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
.eventsList {
	display:none;
	width:248px;
	padding:15px 10px 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background:rgba(2,8,66,0.8);
	position:absolute;
	left:-264px;
	top:50%;
	z-index:3;
	color:#FFF;
	text-align:left;
	line-height:16px;
}
.events:hover .eventsList {
	display:block;
}
.eventsList:after {
	width:6px;
	height:10px;
	margin-top:-5px;
	position:absolute;
	top:50%;
	right:-6px;
	background:url('../images/sprite.png') no-repeat -247px -23px;
	content:'';
}
.eventsList li {
	margin-bottom:12px;
	padding-left:89px;
	clear:both;
	position:relative;
}
.eventsList .eventDate {
	position:absolute;
	left:0;
	top:0;
}
.eventsList a {
	color:#FFF;
}
#incomingEvents {
	margin:0 1px 0 3px;
	font-size:14px;
}
#incomingEvents dt {
	margin-bottom:15px;
	border-bottom:1px solid #dddddd;
	color:#a8a7a7;
	text-align:center;
}
#incomingEvents dt strong {
	padding:0 8px;
	background:#fafafa;
	position:relative;
	top:8px;
}
#incomingEvents dd {
	margin:0 0 12px 2px;
	color:#555555;
	line-height:18px;
}
#incomingEvents a {
	color:#555555;
}
.eventDate {
	display:block;
	width:80px;
	margin-right:9px;
	float:left;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color:#FFF;
	font-weight:normal;
	line-height:18px;
	text-align:center;
}
.turquoise {
	background:#4bcce9;
}
.gray {
	background:#a8a8a8;
}
.orange {
	background:#fe5f40;
}
.violet {
	background:#767fb4;
}

.actions {
	display: none;
}


/* podstrona */
#leftColumn + #content {
	float:right;
}

#leftColumn {
	display:none;
	visibility: hidden;
	width:291px;
	padding-bottom:41px;
	float:left;
}

#pageSubMenu {
	margin-bottom:16px;
	border:1px solid #dddddd;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
}
#pageSubMenu li {
	margin-bottom:-1px;
	border-bottom:1px solid #dddddd;
	line-height:22px;
}
#pageSubMenu a {
	display:block;
	padding:9px 18px 10px 18px;
	position:relative;
}
#pageSubMenu a:hover {
	color:#fa6232;
	text-decoration:none;
}
#pageSubMenu .selected a {
	margin:-1px;
	border-top:1px solid #e4cebf;
	border-bottom:1px solid #fdb799;
	border-left:1px solid #e4cebf;
	border-right:1px solid #e4cebf;
	color:#fa6232;
	background-color:#ffe9da;
	position:relative;
	z-index:2;
}
#pageSubMenu li:last-child.selected a {
	border-bottom:1px solid #e4cebf;
}
#pageSubMenu a:hover:after,
#pageSubMenu .selected a:after {
	width:7px;
	height:8px;
	margin-top:-4px;
	position:absolute;
	right:7px;
	top:50%;
	background:url('../images/sprite.png') no-repeat -247px -43px;
	content:'';
}
#pageSubMenu li:first-child a {
	-webkit-border-radius: 2px 2px 0 0;
	-moz-border-radius: 2px 2px 0 0;
	border-radius: 2px 2px 0 0;
}
#pageSubMenu li:last-child a {
	-webkit-border-radius: 0 0 2px 2px;
	-moz-border-radius: 0 0 2px 2px;
	border-radius: 0 0 2px 2px;
}


/* faq */
#leftColumn + #content h2 {
	color:#fa6232;
}

.question {
	margin-bottom:16px;
	padding-bottom:16px;
	border-bottom:1px solid #ececec;
}
.question h2 {
	margin-bottom:0;
	position:relative;
}
.question h2 a {
	color:#fa6232;
}
.show:after,
.hide:after {
	width:10px;
	height:7px;
	background:url('../images/sprite.png') no-repeat;
	position:absolute;
	right:4px;
	top:9;
	content:'';
}
.show:after {
	background-position:-270px -8px;
}
.hide:after {
	background-position:-270px 0;
}
.answer {
	display:block;
	padding:13px 18px 20px 0;
}
.answer p:last-child {
	margin-bottom:0;
}

/* kalendarium */
.readerBtn {
	display:block;
	padding:0 0 19px 53px;
	position:relative;
}
.loginBtn + .readerBtn {
	margin-top:-9px;
}
.readerBtn:before {
	width:42px;
	height:44px;
	background:url('../images/sprite.png') no-repeat -165px -75px;
	position:absolute;
	left:0;
	top:3px;
	content:'';
}
.readerBtn small {
	display:block;
	color:#515151;
	font-size:13px;
	line-height:15px;
}
.readerBtn strong {
	display:block;
	color:#424c85;
	font-size:16px;
	position:absolute;
	left:53px;
	bottom:0;
}
.readerBtn:hover {
	text-decoration:none;
}

#filters {
	position:absolute;
	top:3px;
	right:0;
}
#filters input {
	margin:3px 5px 0 23px;
	float:left;
}
#filters label {
	float:left;
	font-size:14px;
}
#trainers + label {
	color:#4bcce9;
}
#volunteers + label {
	color:#fe5f40;
}
#competitions + label {
	color:#767fb4;
}
#others + label {
	color:#a8a8a8;
}

#eventsFullList {
	padding-top:5px;
}
#eventsFullList li {
	margin-bottom:12px;
	padding-left:103px;
	position:relative;
	line-height:21px;
}
.eventFullDate {
	width:96px;
	position:absolute;
	left:0;
	top:0;
	text-align:right;
}
.eventFullDate span {
	display:inline-block;
	padding:0 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	color:#FFF;
	font-size:14px;
}


a[href$='.doc'], a[href$='.rtf'],
a[href$='.txt'],
a[href$='.xls'],
a[href$='.pdf'],
a[href$='.ppt'],
a[href$='.zip'], a[href$='.rar']
 {
	padding: 0 0 0 20px;
	background-repeat: no-repeat;  
}

a[href$='.doc'], a[href$='.rtf'], a[href$='.txt'] {
	background-image: url(../images/fileicon-text.png);
}

a[href$='.xls'] {
	background-image: url(../images/fileicon-xls.png);
}

a[href$='.pdf'] {
	background-image: url(../images/fileicon-pdf.png);
}


a[href$='.ppt'] {
	background-image: url(../images/fileicon-ppt.png);
}

a[href$='.zip'], a[href$='.rar'] {
	background-image: url(../images/fileicon-zip.png);
}


