@font-face
{
	font-family: 'OpenSans';
	src: url("fonts/OpenSans-Regular.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'OpenSans';
	src: url("fonts/OpenSans-Italic.ttf");
	font-weight: normal;
	font-style: italic;
}
@font-face
{
	font-family: 'OpenSans';
	src: url("fonts/OpenSans-Bold.ttf");
	font-weight: bold;
	font-style: normal;
}
@font-face
{
	font-family: 'OpenSans';
	src: url("fonts/OpenSans-BoldItalic.ttf");
	font-weight: bold;
	font-style: italic;
}

/* condensed */
@font-face
{
	font-family: 'OpenSansCond';
	src: url("fonts/OpenSans-CondLight.ttf");
	font-weight: normal;
	font-style: normal;
}
@font-face
{
	font-family: 'OpenSansCond';
	src: url("fonts/OpenSans-CondLightItalis.ttf");
	font-weight: normal;
	font-style: italic;
}
@font-face
{
	font-family: 'OpenSansCond';
	src: url("fonts/OpenSans-CondBold.ttf");
	font-weight: bold;
	font-style: normal;
}

BODY
{
	margin: 0px;
	padding: 0px;
	background:#fff;
	background-image:url('images/layout/bg_main.png');
	background-position:top center;
	background-repeat: repeat-y;
	color: #333;
	font: 13px 'OpenSans';
}

table
{
	margin:0;
	color: #333;
	font: 13px 'OpenSans';
}
p
{
	margin-top:0;
}

input::-moz-focus-inner /*Remove button padding in FF*/
{ 
    border: 0;
    padding: 0;
}

div.clear
{
	clear:both;
	overflow:hidden;
}

a:link, a:visited
{
	color: #1a73c4;
	text-decoration:none;
}
a:hover
{
	color:#004ea8;
	text-decoration:underline;
}


div#error
{
	background: #cc0001;
	background-image: url(images/wyk.jpg);
	background-position:left;
	background-repeat:no-repeat;
	padding:10px 10px 10px 60px;
	text-align:center;
	font-weight:bold;
	color:#ffffff;
	font-size:13px;
	margin-top:12px;
	margin-bottom:12px;
	min-height:43px;
	height: auto;
}

div#error a:link, div#error a:visited
{
	color: #93deff;
	text-decoration: underline;
}

div#error a:hover
{
	color: #fff;
	text-decoration: underline;
}

div#path
{
	width:952px;
	margin:auto;
	text-align:left;
	padding-top:4px;
	margin-bottom:12px;
	padding-left:10px;
	color:#1d3c58;
	text-transform:uppercase;
}
a.path:link, a.path:visited, a.path:hover
{
	font-weight:normal;
}

div#frame
{
	background:#f4f4f4;
	border:1px solid #bbb;
	padding:15px;
	text-align:left;
	margin-top:10px;
	margin-bottom:10px;
}

table.frame
{
	border-collapse:collapse;
	border:1px solid #A8A8A8;
	border-spacing:0;
}
.frame td 
{
	border: 1px solid #A8A8A8;
	padding: 4px;
}

table.normal
{
	border-collapse:separate;
	border-spacing:1px;
	margin-top:5px;
}
.normal td 
{
	padding:5px
}

/* tabela do wydruku */
table.print
{
	border-collapse:collapse;
	border:1px solid black;
}
.print td
{
	border: 1px solid black;
}

/* sure form */
font.big
{
	font-size:15px;
	font-weight:bold;
}


H3.tit
{
	font-size: 22px;
	color: #1e3b59;
	font-weight:normal;
	margin:0;
	margin-bottom:10px;
	margin-top:2px;
	text-transform: uppercase;
	line-height:25px;
}
H4.tit
{
	font-size:20px;
	color:#2e5683;
	font-weight:normal;
}
div#page_tit
{
	float:left;
	width:540px;
}
div#page_icons
{
	float:right;
	padding-top:5px;
}

font.error, span.error
{
	color: #DD0000;
	font-weight: bold;
	
}

a.alert:link, a.alert:visited
{
	color: #DD0000;
	text-decoration: none;
}
a.alert:hover
{
	color: #444444;
}

tr.tytul,td.tytul
{
	background:#1e3b59;
	color:#fff;
	text-align:center;
}
tr.tytul a
{
	color:#67a8e2;
}

tr.lista1,td.lista1
{
	background:#cbd6e2;
	color:#222222;
}


tr.lista2,td.lista2
{
	background:#dde4ec;
	color:#222222;
}

tr.lista1 p, tr.lista2 p
{
	margin:0;
}

div.line
{
	background: #ccc;
	height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
	overflow:hidden;
	clear:both;
}

img.miniatura
{
	border:1px solid #aaaaaa;
}

div.block
{
	margin-top:6px;
	margin-bottom:6px;
}

/* pole formularza */
div.field
{
	margin-top:3px;
	margin-bottom:10px;
}

/* pola w formularzu bocznym users */
select.field
{
	width:100%;
}
div.pause
{
	margin-top:2px;
	margin-bottom:2px;
	height:2px;
	overflow:hidden;
	clear:both;
}

fieldset
{
	padding: 5px;
	border: 1px solid #aaa;
	margin-bottom:10px;
}
legend
{
	font-weight:bold;
	color:#666;
}

input, textarea, select
{ 
	background: #f3f3f3;
	border: 1px solid #aaa;
	font:12px 'OpenSans';
	padding:2px;
}

img.el {display:block}


/* button gif */
img.btn
{
	border:0px;
	margin-right:3px;
	margin-bottom:3px;
}
form {margin:0px}
label {cursor:pointer}
img {border:0px}

/* newsy */
div.news
{
	padding-bottom:8px;
	padding-top:8px;
}
div.news_icon
{
	float:left;
	width:60px;
	font-size:50px;
	margin-top:-5px;
}
div#start_news div.news_icon
{
	width:40px;
	font-size:33px;
}
div.news_icon a
{
	text-decoration:none;
}
div.news_cont
{
	float:left;
	width:588px;
}
div.news_tytul
{
	color:#666;
	font-weight:bold;
	font-size:16px;
}

div.news_data
{
	font-weight:normal;
	margin-top:2px;
}

div.news_tresc
{
	padding-top:10px;
	font-size:15px !important;
}

div.news_autor
{
	color:#999;
	margin-top:8px;
}

div.news_wiecej
{
	clear:both;
	float:right;
	margin-bottom:3px;
}

div.news_line
{
	clear:both;
}

a.news:link, a.news:visited
{
	color:#666;
	font-size:15px;
	font-weight:normal;
}
a.news:hover
{
	color:#31639f;
	font-size:15px;
	font-weight:normal;
}

/* miniatury - jeden obok drugiegio */
div.gal, div.gal_m
{
	width:310px;
	float:left;
	margin:0px 15px 15px 0px;
	text-align:left;
}
div.gal
{
	height:250px;
	margin-bottom:20px;
	overflow:hidden;
}

/* ostatni film na stronie gÅ‚Ã³wnej */
div.last_video
{
	width:50%;
}
a.video
{
	display:block;
	text-decoration:none;
	margin-bottom:2px;
}

img.video
{
	display:block;
	width:100%;
	height:auto;
}

i.play
{
	color:rgba(255,255,255,0.8);
	font-size:90px;
}
div.play_icon
{
	position:absolute;
	margin-top:32px;
	margin-left:85px;
}
div.play_icon_start
{
	position:absolute;
	margin-top:115px;
	margin-left:250px;
}

/* lista katalogÃ³w - jeden pod drugim */
table.rep
{
	margin:10px;
	background:#f9f9f9;
	border-collapse:collapse;
	border:1px solid #A8A8A8;
}
.rep td 
{
	border: 1px solid #A8A8A8;
	padding:4px
}


/* lista zdjec */
div#gal_main
{
	margin-top:8px;
}
div.gal_opis
{
	margin-top:10px;
	margin-bottom:10px;
}

/* zdjÄ™cie wybrane zostaÅ‚o skasowane */
a.noimg
{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:6px;
	display:block;
	border:1px solid #aaa;
	background:#f7f7f7;
}

/* zdjecia do artykuÅ‚Ã³w */
img.obrazek
{
	border:1px solid #989898;
	margin-bottom:5px;
}

/* obrazki w newsach lub w art. z boku */
div.img_na
{
	float:left;
	margin-right:10px;
	margin-bottom:10px;
}
div.art_autor
{
	font-size:11px;
	margin-bottom:20px;
	margin-top:5px;
}

/* obrazki na dole pod treÂœciÅ¡ - jak galeria */
div.img_na_d
{
	margin-bottom:12px;
	margin-top:6px;
}

div.img_na_d img
{
	width:130px;
	height:97px;
}

/* skrÃ³t newsa */
div.short_news
{
	margin-top:8px;
	margin-bottom:25px;
}

/* faq - div z odpowiedzia */
div.faq
{
	margin-top:4px;
	margin-bottom:4px;
	padding:10px;
	border:1px solid #999588;
	background:#f4f4f4;
}

/* menu gÃ³rne */
ul.menu {list-style:none; margin:0; margin-left:auto; margin-right:auto; padding:0; height:25px; padding-top:5px; padding-left:18px; float:left;}
ul.menu * {margin:0; padding:0}
ul.menu a {display:block; color: #cedef7; text-decoration:none; font-weight:normal; font-size:14px;}
ul.menu li {float:left} /* float:left dla gÃ³rnego menu */

/* odstÄ™p pomiÄ™dzy przyciskami - tylko dla menu gÃ³rnego */
ul.menu .br 
{
	width:1px;
	height:28px;
	overflow:hidden;
	margin:0;
	padding:0;
	float:left; /* float:left dla gÃ³rnego menu */
}

/* submenu */
ul.menu ul {position:absolute; background:#2384db; display:none; overflow:hidden; list-style:none; width:255px; z-index:100} /* submenu */
ul.menu ul li {display:block; clear:both; margin:0;} /* link-przycisk w submenu */
ul.menu ul li a {display:block; padding:6px; width:253px; border-top:1px solid #3267a7; border-left:1px solid #3267a7; border-right:1px solid #3267a7;}
ul.menu ul li a:hover {color:#ffffff; background:#2b578e} /* hover submenu */

/* przycisk w menu - zwykÅ‚y i po najechaniu */
ul.menu .menulink, ul.menu .menulink_cl
{
	padding:7px 30px 7px 0px;
}

/* przycisk w menu zwykÅ‚y */
ul.menu .menulink
{
	text-decoration:none;
}

/* przycisk w menu po najechaniu */
ul.menu .menulink:hover, ul.menu .menuhover 
{
	color:#fff;
}

ul.menu .menulink_cl /* wybrany przycisk */
{
	color:#fff;
	text-decoration:none;
}
ul.menu .menulink_cl:hover, ul.menu .menuhover_cl /* wybrany przycisk po najechaniu */
{
	color:#eaf4ff;
	text-decoration:none;
}

/* menu dla mobilnych */
a#menu_mobile
{
	padding:7px 0 7px 12px;
	display:none;
	width:75%;
	float:left;
}

img#menu_mobile
{
	position:relative;
	top:1px;
	width:30px;
	height:auto;
}

/* download */
div.download_kat
{
	margin-bottom:12px;
}

div.download_pkat
{
	margin-left:35px;
	margin-bottom:12px;
}

div.download_opis
{
	padding-left:30px;
	padding-top:4px;
}

/* wszystkie ikony */
i
{
	padding-right:6px;
	color:#2c87d8;
}
div.admin
{
	float:right;
}


/* --- konstrukcja --- */
/* gorna grafika */
div#main_container
{
	margin:auto;
	background:#fff;
	width:962px;
}
div#top
{
	width:962px;
	height:190px;
	display:block;
	margin:auto;
	background-color:#1e3b59;
	background-image:url(images/layout/top.png);
	background-repeat:no-repeat;
	background-position: right center;
}
div#top_mobile
{
	display:none;
	background:#2384db;
	color:#fff;
}
div#top_mobile_in
{
	width:96%;
	margin:auto;
	padding-top:10px;
	padding-bottom:16px;
	text-align:center;
	font-size:20px;
	font-family:'OpenSansCond';
}
div#top_mobile_in H2
{
	font-size:30px;
	font-weight:bold;
	margin-top:0;
	margin-bottom:12px;
}
div#top_mobile_in a
{
	color:#fff;
}
div#top_mobile_in a:hover
{
	text-decoration:none;
	color:#e6f1fb;
}

/* logo po lewej */
a.logo
{
	display:block;
	position:relative;
	float:left;
	margin-top:30px;
	margin-left:19px;
	color:#FFF;
	text-decoration:none;
	overflow:hidden;
	width:263px;
}
i.logo-aspher
{
	font-size:120px;
	color:#fff;
}
a.logo img
{
	width:246px;
	height:auto;
}

/* text Dedicated ... */
div#text_top
{
	width:400px;
	height:154px;
	padding-left:20px;
	float:left;
	color:#FFF;
	font-size:16px;
	font-style:italic;
	margin-top:18px;
	border-left:1px solid #78899c;
}
div#logos
{
	margin-top:14px;
}
img.logo_top
{
	margin-right:14px;
}
div#logos img
{
	width:110px;
	height:auto;
}

/* login, join */
div#join
{
	float:right;
	height:136px;
	width:180px;
	padding:10px 15px 10px 15px;
	margin-top:17px;
	margin-right:18px;
	background:#597d9f;
	color:#fff;
	font-size:10px;
	line-height:11px;
}
div#join a
{
	color:#afd5f5;
}
div#join .block
{
	margin-top:6px;
	margin-bottom:5px;
}
div#join input
{
	width:100%;
	height:12px;
	border:none;
	margin-top:1px;
	font-size:11px;
}
div#join input[type="checkbox"]
{
	width:10px;
}
div#join input[type="submit"]
{
	background:#1a3b5a;
	color:#fff;
	font-size:9px;
	padding-top:2px;
	height:15px;
	cursor:pointer;
	margin:0;
}
div#register
{
	text-align:center;
	margin-top:7px;
	margin-bottom:5px;
}

/* dla mobilnych */
a#key
{
	display:none;
}

i.key
{
	color:#fff;
	font-size:40px;
	position:absolute;
	margin-top:-14px;
	margin-left:146px;
}
div.logged
{
	font-size:12px;
	margin-top:10px;
	line-height:14px;
}

div#menu_top
{
	background:#2384db;
	width:962px;
	height:42px;
	border-bottom:2px solid #1e3b59;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

div#main
{
	width:962px;
	margin:auto;
	margin-bottom:5px;
}

div#left_col, div#right_col
{
	height:auto;
	min-height:300px;
	float:left;
	padding:10px;
	line-height:17px;
}

div#left_col
{
	width:260px;
	background:#dde2e6;
}
div#right_col
{
	padding-bottom:20px;
}

/* nag³owek w okienku po lewej */
div#left_col H3.tit
{
	padding: 0;
	font-size:22px;
}
div#left_col a
{
	color:#1e3b59;
}
div#left_col a:hover
{
	color:#426aa2;
}
div#left_col div.news
{
	border-top:1px solid #b7c1ca;
	margin-top:10px;
}
div#left_col div.news_cont
{
	width:220px;
}
div#left_col div.news_tytul
{
	font-size:14px;
}
div#left_col div.line
{
	display:none;
}
div#left_col div.news_icon
{
	width:40px;
	margin-left:-2px;
}
div#left_col i.highlights
{
	color:#485e76;
	font-size:36px;
}
div#left_col p
{
	margin-top:0;
}
div#left_col div.gal_sh1
{
	width:100%;
	height:auto;
}
div#left_col img.gal
{
	width:100%;
}

div#right_col
{
	width:652px;
	margin-left:10px;
}

/* pasek z twitterem */
div.twitter_container
{
	width:962px;
	height:100px;
	color:#cccfd4;
	background:#1e3b59;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:5px;
}

/* stopka */
div#foot
{
	width:962px;
	height:64px;
	margin:auto;
	font-size:14px;
	background:#2384db;
	color:#cbe0f4;
	border-bottom: 2px solid #1E3B59;
	border-top: 2px solid #1E3B59;
}
div#foot_regular
{
	display:block;
}
div#foot_mobile
{
	display:none;
	width:96%;
	margin:auto;
}
div.foot_mobile_col
{
	float:left;
	width:50%;
}
div#foot_mobile H4
{
	margin-top:10px;
	margin-bottom:8px;
}
div#foot i
{
	font-size:15px;
}

/* copyright i ikony w stopce */
div#copy, div#icons
{
	padding-top:12px;
	line-height:20px;
	float:left;
}
div#copy
{
	margin-left:20px;
}
div#copy_mobile
{
	font-size:12px;
	margin-top:20px;
	margin-bottom:10px;
}
#icons
{
	padding-left:10px;
}
#icons i
{
	color:#fff;
}

#icons i:hover
{
	color:#94c1eb;
}

div#foot a, #icons a
{
	color:#cbe0f4;
}
div#foot a:hover, #icons a:hover
{
	text-decoration:none;
	color:#94c1eb;
}

div#icons
{
	float:right;
	text-align:right;
}
a.soc
{
	padding-left:2px;
	padding-right:2px;
}


/* nagÅ‚Ã³wek granatowej kolumny */
a.wh:link, a.wh:visited
{
	color:#fff;
}
a.wh:hover
{
	color:#c7d8e8;
	text-decoration:none;
}

/* ikona logowania dla mobilnych */
a#account
{
	display:none;
	float:right;
	margin-top:13px;
	margin-right:10px;
	margin-left:10px;

}
a#account img
{
	width:18px;
	height:auto;
}

/* wyszukiwarka */
div#search
{
	float:right;
	margin-top:10px;
	margin-right:10px;
}
form#form
{
	position:absolute;
	background:#2384db;
	margin-left:-300px;
}

i.icon-search3
{
	color:#cfdff4;
	font-size:18px;
	cursor:pointer;
}

input.word
{
	width:220px;
	padding:3px;
	color:#555;
	position:relative;
	margin-right:2px;
	border:1px solid #1774c8;
}
input#send_form
{
	background:#1a3b5a;
	color:#fff;
	border:0;
	padding:3px 8px 3px 8px;
}

/* ---------------- strona startowa --------------- */
div.start_header
{
	width:888px;
	margin:auto;
	margin-top:13px;
	background:#e8ecef;
}
a.start_tit
{
	display:block;
	width:48%;
	padding-top:3px;
	padding-bottom:3px;
	padding-left:15px;
	background:#8393a3;
	font-size:22px;
	color:#fff;
}
a.start_tit:hover
{
	text-decoration:none;
	color:#eee;
}
div#activity_legend
{
	float: right;
	padding-top: 5px;
	padding-right: 9px
}
div#activity_legend img
{
	width:25px;
	height:auto;
	vertical-align:middle;
	margin-left:10px;
}

div#start_news
{
	min-height:382px;
	background:#597d9e;
	color:rgba(255,255,255,0.9);
	padding:10px;
	line-height:110%;
}
div#start_news a.news
{
	font-size:13px;
}

div#start_news p
{
	margin-bottom:4px;
}

div#start_news div.news_tresc, div#left_col div.news_tresc
{
	font-size:13px !important;
}
div.show_all
{
	width: 852px;
	background: #566c83;
	color: #fff;
	text-align: left;
	padding-left: 16px;
	padding-bottom: 7px;
	padding-top: 7px;
	padding-right: 20px;
	margin: auto;
	font-size: 14px;
}
div.show_all a
{
	color:#fff !important;
}
div.show_all a:hover
{
	color:#c9dbed !important;
	text-decoration:none !important;
}


/* community - strona gÅ‚Ã³wna */
div#community
{
	width:868px;
	height:auto;
	padding:10px 10px 0 10px;
	margin:auto;
	background:#fff;
}
div.community_user
{
	float:left;
	width:288px;
	height:155px;
	padding-top:8px;
	padding-bottom:8px;
	overflow:hidden;
}

div.community_line
{
	clear:both;
	height:1px;
	width:255px;
	background: #d0d0d0;
	overflow:hidden;
	margin-left:5px;
}

div.community_avatar
{
	float:left;
	width:50px;
	height:50px;
	margin-left:8px;
}
div.community_name, div.community_name_noborder
{
	width:205px;
	height:135px;
	padding-right:8px;
	float:left;
	margin-left:12px;
	margin-bottom:15px;
	border-right:1px solid #d0d0d0;
	overflow:hidden;
}

div.community_name_noborder
{
	border:0;
	padding-right:0;
}
div.community_name a, div.community_name_noborder a
{
	display:block;
	height:40px;
	font-size:14px;
}

div.event div.community_name
{
	border:none;
}

div.community_avatar img
{
	border-radius: 5px;
	width:50px;
	height:50px;
}

/* activity log */
div#activity
{
	width:888px;
	margin:auto;
}
div.activity_row, div.activity_row_noborder
{
	width:auto;
	padding-top:11px;
	padding-bottom:8px;
	border-bottom:1px solid #1e3b59;
	color:#1d3a58;
}
div.activity_row_noborder
{
	border:0;
}
div.activity_icon
{
	width:8%;
	float:left;
	text-align:center;
}
div.activity_icon img
{
	border-radius: 5px;
	margin-top:2px;
	width:40px;
	height:40px;
}
i.icon-comment
{
	padding:0;
}
div.activity_text
{
	width:76%;
	float:left;
}
div.activity_more
{
	width:15%;
	float:left;
}
span.more_link
{
	display:none;
}


div.activity_title
{
	font-size:14px;
}
div.activity_date
{
	font-size:14px;
}

div#right_col div.activity_row
{
	width:650px;
}
div#right_col div.activity_icon
{
	width:9%;
	margin-right:5px;
}
div#right_col div.activity_text
{
	width:67%;
}
div#right_col div.activity_more
{
	width:18%;
	margin-left:15px;
}
/* last events */
div#last_events
{
	width:280px;
	padding:10px;
	background:#f1f6fc;
	margin-top:12px;
}

a#last_events_gi
{
	display:block;
	float:right;
	margin-top:2px;
	margin-bottom:12px;
}
div.event_icon
{
	width:30px;
	height:40px;
	font-size:33px;
	float:left;
	margin-right:10px;
}
div.event_cont
{
	width:233px;
	float:left;
}
div.event_cont a
{
	color:#1e3b59;
	font-weight:bold;
}
div.event_cont a:hover
{
	color:#2e5b89;
}

div.event_line
{
	height:1px;
	background:#d0d0d0;
	overflow:hidden;
	clear:both;
	margin-bottom:10px;
	margin-top:10px;
}
div#events_links_mobile
{
	display:none;
	margin-bottom:20px;
}

/* -- galeria, video na stronie glownej -- */
div#start_down
{
	width:888px;
	height:auto;
	margin:auto;
	margin-top:13px;
}
div#start_down .gal_short
{
	width:444px;
	height:auto;
	float:left;
}
div#start_down .gal_sh1
{
	width:100%;
	height:auto;
	margin-bottom:5px;
}
div#start_down .gal_sh2
{
	margin-bottom:15px;
}
div#start_down .gal_sh2 a
{
	font-size:14px;
}
div#start_down img.gal
{
	/* obrazek dostosowuje siÄ™ automatycznie ale img video ma inne wymiary niÅ¼ gallery wiÄ™c sÅ¡ nierÃ³wne
	width:100%;
	height:auto;
	*/
	width:433px;
	height:246px;
}
/*
div#start_down .gal_sh1
{
	width:430px;
	height:245px;
}
div.gal_short, div.gal_short_left
{
	width:282px;
	overflow:hidden;
	float:left;
	height:auto;
	margin-bottom:10px;
}
*/

/* ostatnie galerie w kolumnie po lewej */
div.gal_short_left
{
	float:none;
	margin-bottom:22px;
	overflow:visible;
}

div.gal_sh1
{
	margin-bottom:3px;
}
div.gal_sh1
{
	width:280px;
	height:158px;
}
img.gal
{
	width:305px;
	height:179px;
	margin-bottom:4px;
}

div.gal a
{
	font-weight:normal;
}

/* --------- users --------- */
div#users_image
{
	width:100%;
	text-align:center;
}
div#users_image img
{
	width:100%;
	height:auto;
}
div#left_col div.show_all
{
	width:auto;
}

H3.users_name
{
	font-size:17px;
	color:#4690d6;
	margin-top:0;
}

div.users_bar
{
	padding:3px;
	font-weight:bold;
	margin-bottom:6px;
}

div#users_data span
{
	display:block;
	padding-left:20px;
	padding-bottom:15px;
}
div#users_data_left
{
	margin-top:15px;
	margin-bottom:15px;
	text-transform:uppercase;
	word-wrap: break-word;
}
div#user_contact_mobile
{
	display:none;
	margin-bottom:20px;
}
div#all_users_mobile
{
	display:none;
	margin-top:20px;
}

/* linki aktywnosci usera */
div#users_links
{
	border-bottom:1px solid #072748;
	margin-top:-5px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-left:2px;
	font-size:14px;
}
a.u_block, a.u_block_cl
{
	color:#798394;
	text-decoration:none;
	text-transform:uppercase;
	padding-right:25px;
}
a.u_block:hover
{
	color:#072748;
}

a.u_block_cl
{
	font-weight:bold;
}
a.u_block_cl:hover
{
	color:#072748;
}

/* poszczegÃ³lne rekordy usera */
ul.users_rec
{
	padding-left:16px;
}

ul.users_rec li
{
	margin-bottom:4px;
}

tr.highlight
{
	background:#9fcaf0;
}

span.middot
{
	padding:6px;
}

/* -- logowanie - przyciski u gory -- */
a.login, a.join, a.button
{
	display:block;
	width:65px;
	height:20px;
	padding:4px;
	background-image:url(images/layout/login.png);
	color:white;
	font-weight:bold;
	text-decoration:none;
	text-align:center;
	text-shadow: #333 0.1em 0.1em 0.1em;
	border-radius: 4px;
	float:left;
}
a.join
{
	width:110px;
	margin-left:10px;
	background-image:url(images/layout/join.png);
}
a.button
{
	width:190px;
	margin-top:12px;
	background-image:url(images/layout/button.png);
}
a.login:hover, a.join:hover, a.button:hover
{
	color:#ccc;
}

input.button
{
	background:#2384db;
	border:0px;
	padding:3px 20px;
	color:#fff;
	cursor:pointer;
}
input.button:hover
{
	background:#14263c;
}

/* ------- events, more --------- */
a.a_block, a.a_block_m
{
	color:white !important;
	background:#368cd9;
	font-weight:bold;
	display:block;
	text-decoration:none;
	padding:4px 4px 4px 6px;
	border-radius: 4px;
	box-shadow: 0px 2px 1px 1px #042447;
	text-shadow: #333 0.1em 0.1em 0.1em;
}
a.a_block:hover, a.a_block_m:hover
{
	color:white;
	background:#1354ac;
}

/* przycisk more */
a.a_block_m
{
	width:60px;
	margin-left:375px;
	margin-top:-12px;
	text-align:center;
}

div.event, div.art_short
{
	margin:12px 0 0 0;
	padding:10px;
	background:#f5f5f5;
	border:1px solid #ccc;
	font-size:14px !important;
}

div.event_title
{
	color:#333;
	font-weight:bold;
	margin-bottom:6px;
}

a.all
{
	font-weight:bold;
	margin-left:12px;
	margin-top:12px;
	display:block;
	width:150px;
}

div.art_content
{
	font-size:14px !important;
}

/* dla tinymce */

table.do_lewej
{
	float:left;
	margin-bottom: 5px;
}
table.do_prawej
{
	float:right;
	margin-bottom: 5px;
}

/* ankieta dla usera */
div.fl
{
	float:left;
	margin-right:5px;
}
input.short3
{
	width:150px;
}
