/* ---=== GENERAL ===--- */
* {
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	color: #383431;
	background: #fff;
	font-family: arial, tahoma, verdana;
    font-size: 12px;
	text-align: center;
}

div{
	position: relative;
}

a{
	text-decoration: none;
	color: #383431;
}
a:hover{
	text-decoration: underline;
}
a:focus {
	-moz-outline: none;
	outline: none; /* CSS 3 */
	ie-dummy: expression(this.hideFocus=true); /* IE >= 5.5 */
}

.clear{
	clear: both;
}

.center{
	text-align: center;
}

.flash_good { 
	background: #e5f2be; 
	border: 2px solid #bedf5d; 
	padding: 10px; 
	font-weight: bold;
	margin: 10px 50px;
	text-align: left;
}
.flash_bad { 
	background: #eccecf;
	border: 2px solid #9e0b0f;
	padding: 10px;
	font-weight: bold;
	margin: 10px 50px;
	text-align: left;
}
.flash_good img, .flash_bad img {
	float: right;
	cursor: pointer;
}
#authMessage{
	background: #eccecf;
	border: 2px solid #9e0b0f;
	padding: 10px;
	font-weight: bold;
	margin: 10px 50px;
	text-align: left;
}
#flashMessage{
	background: #e5f2be;
	border: 2px solid #bedf5d;
	padding: 10px;
	font-weight: bold;
	margin: 10px 50px;
	text-align: left;
}

.fl_l{
	float: left;
}
.fl_r{
	float: right;
}

.ta_left{
	text-align: left;
}
.ta_right{
	text-align: right;
}
.ta_center{
	text-align: center;
}

/* ---=== PAGE CONTENT ===--- */
#main_container{
	width: 100%;
	background: url('../img/background.jpg') repeat-x;
	padding-bottom: 15px;
	z-index: 0;
}

#container{
	width: 1000px;
	margin: 0 auto;
	background: #fff;
	z-index: 100;
}

.line{
	clear: both;
	width: 100%;
	height: 2px;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 4px;
}

#top{
	width: 100%;
	padding-bottom: 2px;
}

#top #logo{
	display: block;
	width: 210px;
	height: 76px;
	float: right;
}
#top #logo img{
	width: 210px;
	height: 76px;
}

#top #motto{
	clear: right;
	float: right;
	width: 360px;
	height: 85px;
}

#top #search_box{
	height: 19px;
	width: 406px;
	font-weight: bold;
	text-align: left;
	position: absolute;
	bottom: 2px;
	right: 0;
}
#top #search_box label{
	float: left;
	margin-top: 2px;
}
#top #search_box #search_text{
	color: #fff;
	background-color: #cecfd1;
	font-weight: bold;
	width: 260px;
	height: 15px;
	padding: 2px;
	float: left;
	margin-left: 4px;
}
#top #search_box #search_button{
	float: left;
	margin-left: 4px;
	margin-top: 1px;
}

#top #authbox{
	height: 30px;
	width: 380px;
	position: absolute;
	bottom: 23px;
	right: 0;
	text-align: right;
}
#top #authbox a{
	color: #007cc3;
	font-weight: bold;
	font-size: 18px;
}

#top #auth{
	height: 110px;
	width: 330px;
	position: absolute;
	bottom: 53px;
	right: 0;
	background-color: #c0c0c0;
	padding: 25px;
	font-weight: bold;
}
#top #auth .input{
	margin-top: 5px;
}
#top #auth .input input{
	display: block;
	width: 246px;
	height: 20px;
	float: right;
	padding: 2px;
	text-align: left;
}
#top #auth label{
	display: block;
	width: 70px;
	height: 17px;
	padding-top: 3px;
	float: left;
	text-align: right;
	font-size: 14px;
}
#top #auth .submit{
	width: 120px;
	height: 20px;
	position: absolute;
	bottom: 15px;
	right: 0;
}
#top #auth .submit input{
	display: block;
	width: 120px;
	height: 20px;
	background-color: #da251d;
	color: #fff;
	font-weight: bold;
}
#top #auth a{
	color: #000;
	display: block;
	width: 150px;
	height: 20px;
	position: absolute;
	bottom: 35px;
	left: 95px;
}

#top #zapisz_sie{
	background: url('../img/zapisz_sie3.jpg') no-repeat;
	width: 515px;
	height: 232px;
	float: left;
}
#top #zapisz_sie #tekst_zapisz_sie{
	width: 380px;
	height: 125px;
	position: absolute;
	top: 62px;
	left: 50px;
	text-align: right;
	overflow: hidden;
	text-shadow: 1px 1px 2px #bbb;
}
#top #zapisz_sie #tekst_zapisz_sie a{
	color: #185783;
	font-size: 40px;
}
#top #zapisz_sie #tekst_zapisz_sie #little_text{
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}
#top #zapisz_sie .zs_link{
	display: block;
	width: 300px;
	height: 23px;
	font-size: 20px;
	color: #fff;
	position: absolute;
	bottom: 11px;
	right: 90px;
}

#menu{
	width: 100%;
	height: 57px;
	background: url('../img/menu_gradient.jpg') repeat-x;
	padding-top: 10px;
	margin-bottom: 10px;
}
#menu .border{
	border-right: 1px solid #fff;
}

#menu2{
	width: 100%;
	height: 25px;
	margin: 5px 0;
}
#menu2 ul{
	list-style-type: none;
}
#menu2 ul li{
	display: block;
	width: 125px;
	float: left;
}
#menu2 a{
	display: block;
	width: 125px;
	height: 18px;
	padding-top: 2px;
	color: #383431;
	font-weight: bold;
}
#menu2 .border{
	border-right: 1px solid #383431;
}

#zostan_ekspertem{
	width: 595px;
	height: 45px;
	padding-top: 5px;
	background-color: #007cc3;
	float: left;
}
#zostan_ekspertem h3{
	color: #fff;
	font-size: 19px;
}
#zostan_ekspertem a{
	display: block;
	color: #fff;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 130px;
	height: 13px;
	font-size: 11px;
	background-color: #da251d;
	text-decoration: none;
}

#strefa_elearningu{
	width: 399px;
	height: 38px;
	float: right;
	background-color: #D32620;
	padding-top: 12px;
}
#strefa_elearningu a{
	color: #fff;
	font-size: 22px;
	font-weight: bold;
	text-shadow: 1px 1px 2px #500000;
}
#strefa_elearningu img{
	width: 399px;
	height: 50px;
}

#content_container{
	margin-top: 10px;
	text-align: left;
	z-index: 200;
}

.banner{
	width: 100%;
	background-color: #dedede;
}
.banner img{
	display: block;
	margin: 0 auto;
}

#left_column{
	width: 220px;
	float: left;
	margin-right: 10px;
}
#left_column .banner{
	margin-bottom: 10px;
}

#right_column{
	width: 220px;
	float: right;
	margin-left: 10px;
}

#content{
	width: 540px;
	float: left;
}
#content .submit{
	margin: 20px 0;
	text-align: center;
}
#content .submit input{
	width: 119px;
	height: 23px;
	color: #fff;
	background: url('../img/button.jpg') no-repeat top left;
	font-weight: bold;
	font-size: 12px;
	cursor: pointer;
}
#content .title{
	/*color: #007cc3;*/
	color: #500000;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	text-shadow: 1px 1px 2px #bbb;
}
#content .blue_title{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 8px;
	background-color: #007cc3;
	padding: 5px;
}
#content .underline{
	border-bottom: 1px solid #c1c1c1;
	padding-bottom: 5px;
}
#content .description{
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 16px;
}

#left_column .box, #right_column .box{
	width: 196px;
	padding: 12px;
	margin-bottom: 10px;
}
#left_column .box .title, #right_column .box .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#left_column .blue{
	background-color: #007cc3;
	color: #fff;
}
#right_column .blue{
	background-color: #007cc3;
	color: #fff;
	padding-bottom: 30px;
}
#left_column .gray, #right_column .gray{
	background-color: #dedede;
	color: #383431;
}

#left_column #opis{
	width: 194px;
	padding: 12px;
	border: 1px solid #de3f38;
	font-weight: bold;
	margin-bottom: 8px;
}

#left_column #popularne .popular_article{
	border-bottom: 1px dotted #fff;
	padding: 4px 0;
}
#left_column #popularne .popular_article h5 a{
	font-weight: bold;
	font-size: 12px;
	color: #fff;
}

#right_column #polecamy{
	background-image: url('../img/dots_gray.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#right_column #polecamy .image{
	margin-bottom: 5px;
}
#right_column #polecamy a{
	font-weight: bold;
}
#right_column #konkursy{
	background-image: url('../img/dots_blue.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#right_column #nowosci{
	background-image: url('../img/dots_blue.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#right_column #newsletter{
	background-image: url('../img/dots_gray.png');
	background-repeat: no-repeat;
	background-position: center right;
}
#right_column #newsletter .input label{
	display: block;
	margin-top: 10px;
}
#right_column #newsletter .input input{
	width: 192px;
	margin: 5px 0 10px 0;
	padding: 2px;
}
#right_column #newsletter .button{
	display: block;
	background-color: #cecece;
	color: #424242;
	width: 90px;
	height: 20px;
	font-weight: bold;
	border: 1px solid #9c9c9c;
}

.box .whitelist{
	list-style-image: url('../img/dots_red.png');
	padding-left: 20px;
}
.box .whitelist li{
	padding: 10px 0;
}
.box .whitelist a{
	color: #fff;
	font-weight: bold;
}

.box .red_button{
	color: #fff;
	font-weight: bold;
	background-color: #f00;
	width: 20px;
	height: 15px;
	position: absolute;
	bottom: 10px;
	right: 0;
	text-align: center;
}

#autorzy{
	padding: 12px 30px;
	background-color: #75c5f0;
	color: #007cc3;
	text-align: left;
	margin-bottom: 3px;
	margin-top: 5px;
}
#autorzy .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#autorzy .autorzy_img{
	width: 100px;
	text-align: center;
	float: left;
}
#autorzy .margin{
	margin-right: 40px;
}

#mapa_strony{
	padding: 12px 30px;
	background-color: #dedede;
	color: #383431;
	text-align: left;
	margin-bottom: 3px;
}
#mapa_strony .title{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 6px;
}
#mapa_strony .section{
	float: left;
	width: 130px;
}
#mapa_strony .section h5{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 6px;
}
#mapa_strony .section ul{
	list-style-type: none;
}
#mapa_strony .section a{
	color: #383431;
}
#mapa_strony .margin{
	margin-right: 30px;
}
#mapa_strony .margin h5{
	border-right: 2px solid #383431;
}

#footer{
	padding: 12px 30px 5px;
	height: 38px;
	color: #383431;
}
#footer a{
	color: #383431;
}
#footer #footer_left{
	width: 320px;
	height: 30px;
	text-align: left;
	float: left;
}
#footer #footer_center{
	width: 300px;
	height: 22px;
	float: left;
	padding-top: 8px;
}
#footer #footer_right{
	width: 320px;
	height: 22px;
	text-align: right;
	float: right;
	padding-top: 8px;
}

.category{
	color: #007cc3;
	font-weight: bold;
}

.bold{
	font-weight: bold;
}
.blue{
	color: #007cc3;
}

#four_new{
	margin-bottom: 5px;
}
#four_new #left_4new{
	float: left;
	width: 259px;
	border-right: 1px dotted #c1c1c1;
	padding-right: 10px;
	min-height: 220px;
}
#four_new #right_4new{
	float: right;
	width: 260px;
	padding-left: 10px;
	min-height: 220px;
}
#four_new .image{
	width: 75px;
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
#four_new .image img{
	margin: 0 auto;
	display: block;
}
#four_new .opis{
	line-height: 15px;
	margin-bottom: 8px;
}
#four_new .gora{
	border-bottom: 1px dotted #c1c1c1;
	min-height: 125px;
	padding-bottom: 10px;
}
#four_new .dol{
	padding-top: 10px;
	min-height: 125px;
}

#three_random{
	margin: 8px 0;
}
#three_random .boksik{
	width: 160px;
	padding: 8px;
	float: left;
	background-color: #dedede;
	min-height: 320px;
	margin-bottom: 5px;
}
#three_random .margin{
	margin-right: 6px;
}
#three_random .image{
	margin-bottom: 10px;
}
#three_random .image img{
	display: block;
	margin: 0 auto 10px auto;
}
#three_random .three_art{
	border-bottom: 1px dotted #c1c1c1;
	padding: 5px 0;
}

#main_articles{
	width: 540px;
	height: 300px;
	margin-bottom: 8px;
	color: #fff;
	overflow: hidden;
}
#main_articles a{
	color: #fff;
}

#main_articles .hide{
	display: none;	
}
#main_articles .show{
	display: block;
}
#main_articles .main_bck{
	width: 540px;
	height: 300px;
	background-position: top left;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
#main_description{
	width: 524px;
	height: 102px;
	background: url('../img/przezrocze.png') repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 8px;
}
#main_control{
	border-bottom: 1px dotted #fff;
	padding-bottom: 3px;
	height: 20px;
	overflow: visible;
}
#main_control .category{
	font-size: 16px;
}
#tabs_control{
	position: absolute;
	top: 0;
	right: 0;
	/* float: right; */
	width: 200px;
	height: 17px;
	padding-top: 3px;
	overflow: visible;
}
#tabs_control a{
	border: 1px solid #fff;
	padding: 1px;
}
#tabs_control a:hover, #tabs_control .tabactive{
	background-color: #f00;
	text-decoration: none;
}
#main_content .main_cnt{
	height: 80px;
	padding-top: 2px;
}
#main_content .main_cnt_description{
	width: 290px;
	height: 8px;
	float: left;
}
#main_content .main_cnt_content{
	width: 234px;
	height: 80px;
	float: right;
}
#main_content .main_link{
	width: 145px;
	height: 15px;
	padding-top: 1px;
	text-align: center;
	background-color: #f00;
	position: absolute;
	bottom: 6px;
	right: -8px;
}
#main_content .main_cnt_title{
	font-size: 16px;
}
#main_content .main_user{
	font-size: 14px;
}

.form legend{
	font-size: 16px;
	color: #007cc3;
	font-weight: bold;
	margin-bottom: 20px;
}
.form label{
	display: block;
	width: 150px;
	margin-right: 8px;
	text-align: right;
	float: left;
	padding-top: 2px;
}
.form .reverse label{
	display: block;
	width: 250px;
	margin-right: 8px;
	text-align: left;
	float: left;
	padding-top: 2px;
}
.form .reverse .fl_l{
	display: block;
	width: 150px;
	margin-right: 8px;
	text-align: right;
	float: left;
	padding-top: 2px;
}
.form .required label, .form .password label{
	font-weight: bold;
}
.form .input{
	width: 540px;
	float: left;
	margin-bottom: 15px;
}
.form .error{
	background-color: #eccc8b;
}
.form .error-message{
	color: #f00;
	font-weight: bold;
	margin-left: 158px;
}
.form .input input{
	background-color: #dedede;
	padding: 2px;
	width: 250px;
}
.form .checkbox input{
	padding: 0 !important;
	width: auto !important;
	/* float: left; */
}
.form .checkbox img{
	margin-right: 8px;
}
.form .input textarea{
	background-color: #dedede;
	padding: 2px;
	width: 300px;
}
.articles .input textarea{
	background-color: #dedede;
	padding: 2px;
	width: 350px;
	height: 200px;
}
.form .input select{
	background-color: #dedede;
	padding: 2px;
}
.form #recaptcha_widget_div{
	clear: both;
}
.form #recaptcha_widget_div #recaptcha_area{
	margin: 0 auto;
}

#profile #profile_menu{
	margin-bottom: 20px;
}
#profile #profile_menu a{
	display: block;
	float: left;
	width: 66px;
	height: 80px;
	margin-right: 15px;
	font-size: 9px;
	text-align: center;
	font-weight: normal;
}
#profile #profile_menu a:hover{
	text-decoration: none;
}
#profile #profile_menu a img{
	width: 66px;
	height: 66px;
	margin-bottom: 2px;
}
#profile .pr_avatar{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	border: 1px solid #dedede;
}
#profile .pr_avatar img{
}
#profile .pr_description{
	width: 150px;
	text-align: right;
	float: left;
	padding: 5px 0;
	margin-top: 10px;
}
#profile .pr_content{
	width: 375px;
	margin-left: 5px;
	float: right;
	padding: 5px;
	background-color: #dedede;
	margin-top: 10px;
}

#profile .article_list{
	width: 540px;
}
#profile .article_list th{
	background-color: #017dc3;
	color: #fff;
	text-align: center;
	padding: 6px 4px;
}
#profile .article_list th a{
	color: #fff;
}
#profile .article_list td{
	text-align: center;
	padding: 6px 4px;
}
#profile .article_list .even td{
	background-color: #dedede;
}
#profile .article_list .odd td{
	background-color: #c1c1c1;
}
#profile .article_list .unactive td{
	font-style: italic;
}

#article{
	margin-bottom: 20px;
}
#article .image{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

#comments .comment{
	padding: 8px;
	border-bottom: 1px solid #c1c1c1;
}
#comments .comment .hide{
	display: none;
}
#comments .comment .show_more{
	font-style: italic;
	cursor: pointer;
}
#comments .comment .show_more:hover{
	text-decoration: underline;
}
#comments .comment .del_comm{
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 5px;
}
#comments #spinner img{
	display: block;
	margin: 0 auto;
}

.pagination{
	text-align: center;
	margin: 10px 0;
}
.pagination div{
	display: inline;
}
.pagination .current{
	color: #007cc3;
	font-weight: bold;
}
.pagination .disabled{
	display: none;
}

.time{
	/* font-style: italic; */
	color: #a1a1a1;
	font-size: 10px;
}

.gray{
	color: #808080;
}

.bordo{
	color: #500000;
}

.tip{
	cursor: help;
}

.highlight{
	background-color: #FFF55C;
}

#article_category .article{
	border-bottom: 1px solid #c1c1c1;
	padding: 10px 0;
}
#article_category .article .description{
	float: left;
	min-width: 330px;
}
#article_category .article img{
	float: left;
	margin-right: 8px;
	margin-bottom: 8px;
}

#courses ul{
	list-style-type: disc;
	padding-left: 25px;
	line-height: 20px;
}
#courses ul a{
	font-size: 14px;
	font-weight: bold;
}

#download ul{
	padding-left: 20px;
	line-height: 20px;
}
#download ul .d_section{
	font-size: 14px;
	font-weight: bold;
}
#download ul .d_category{
	font-size: 14px;
}

#download .download{
	height: 40px;
	padding: 15px 0 5px 0;
	border-bottom: 1px dotted #dedede;
}
#download .download .dwn_image{
	width: 50px;
	height: 33px;
	padding-top: 7px;
	float: left;
}
#download .download .dwn_image img{
	display: block;
	margin: 0 auto;
}
#download .download .dwn_describe{
	float: left;
	width: 400px;
}
#download .download .dwn_down{
	width: 90px;
	height: 33px;
	padding-top: 7px;
	float: right;
}
#download .download .dwn_down a{
}

/* --- MENU NAV --- */

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a {
	width: 140px;
	height: 18px;
	padding-top: 3px;
	text-decoration: none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	/*background:		#CFDEFF;*/
	outline:		0;
}


/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	height:			57px;
	position:		relative;
}
.sf-navbar li {
	position:		static;
}
.sf-navbar a {
	font-weight: bold;
	font-size: 14px;
}
.sf-navbar li ul {
	width:			1000px; /*IE6 soils itself without this*/
}
.sf-navbar li li {
	position:		relative;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current {
	background:		url('../img/blank.png') repeat;
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		url('../img/blank.png') repeat;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

.sf-navbar li li > a {
	font-weight:	normal;
	font-size: 12px;
	width: 120px;
}
