Skocz do zawartości
  • 👋 Witaj na MPCForum!

    Przeglądasz forum jako gość, co oznacza, że wiele świetnych funkcji jest jeszcze przed Tobą! 😎

    • Pełny dostęp do działów i ukrytych treści
    • Możliwość pisania i odpowiadania w tematach
    • System prywatnych wiadomości
    • Zbieranie reputacji i rozwijanie swojego profilu
    • Członkostwo w jednej z największych społeczności graczy

    👉 Dołączenie zajmie Ci mniej niż minutę – a zyskasz znacznie więcej!

    Zarejestruj się teraz

[Pytanie] Zmienienie Stylu


Rekomendowane odpowiedzi

Opublikowano

Cześć, nie wiem gdzie to napisać czy to dokładniej tutaj ale jbc to modek przeniesie, mam takie pytanie czy da się jakoś zmienić obecny styl forum na swój ? taki wiecie coś aka tło że bym mógł wgrać swój styl wielkie auto lub coś w tym stylu ?, da się tak?

1373415594-U477327.png

KidModerator Single Player|MPC Champion|Gold Member|Postwriter|Uczeń Pawła_CS|

Opublikowano

Możesz w pewnym stopniu edytować styl forum lokalnie poprzez Stylish. Potrzebna do tego jest niewielka wiedza na temat CSS i Firebuga.

Opublikowano

Możesz w pewnym stopniu edytować styl forum lokalnie poprzez Stylish. Potrzebna do tego jest niewielka wiedza na temat CSS i Firebuga.

Zrobił byś dla mnie takie coś ?.

1373415594-U477327.png

KidModerator Single Player|MPC Champion|Gold Member|Postwriter|Uczeń Pawła_CS|

Opublikowano

Instalujesz Stylisha. Klikasz w jego ikonę w prawym górnym rogu i wybierasz Manage installed styles. Wybierasz opcję "Write new style", w sekcję Code wklejasz:

 

 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q::before, q::after {
  content:'';
}
abbr, acronym {
  border:0;
}
hr {
  border:0;
  display:none;
}
address {
  display:inline;
}
body {
  background: url(http://images8.alphacoders.com/406/406198.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#BCBCBC;
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding-bottom:20px;
  position:relative;
}
input, select, textarea {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}
h3, strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
img, .input_check, .input_radio {
  vertical-align:middle;
}
legend {
  display:none;
}
table {
  width:100%;
}
td {
  padding:3px;
}
a {
  color:#A6C7D7;
  text-decoration:none;
}
a:hover {
  color:#BCD380;
}
#index_stats a {
  color:#BCD380;
}
#index_stats a:hover {
  color:#D5EB9D;
}
::selection {
  background-color:#757575;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsList_inline > li {
  display:inline-block;
  margin:0 3px;
}
.ipsList_inline > li:first-child {
  margin-left:0;
}
.ipsList_inline > li:last-child {
  margin-right:0;
}
.ipsList_inline.ipsList_reset > li:first-child {
  margin-left:3px;
}
.ipsList_inline.ipsList_reset > li:last-child {
  margin-right:3px;
}
.ipsList_inline.ipsList_nowrap {
  white-space:nowrap;
}
.ipsList_withminiphoto > li {
  padding:7px;
}
.ipsList_withmediumphoto > li .list_content {
  margin-left:60px;
}
.ipsList_withminiphoto > li .list_content {
  margin-left:44px;
}
#index_stats .ipsList_withtinyphoto .list_content, .ipsList_withtinyphoto > li .list_content {
  margin-left:32px;
}
.list_content {
  word-wrap:break-word;
}
.ipsList_data li {
  line-height:1.3;
  padding:6px;
}
.ipsList_data .row_data {
  display:inline-block;
  max-width:100%;
  word-wrap:break-word;
}
.ipsList_data .row_title, .ipsList_data .ft {
  display:inline-block;
  float:left;
  font-weight:bold;
  padding-right:10px;
  text-align:right;
  width:120px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  width:80px;
}
.ipsType_pagetitle, .ipsType_subtitle {
  color:#EAEAEA;
  font-family:Helvetica, Arial, sans-serif;
  font-size:26px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:1.4;
}
.ipsType_subtitle {
  font-size:18px;
}
.ipsType_sectiontitle {
  color:#E0E0E0;
  font-size:16px;
  font-weight:normal;
  padding:5px 0;
}
.ipsType_pagedesc {
  color:#E0E0E0;
  line-height:1.5;
}
.ipsType_pagedesc a {
  text-decoration:underline;
}
.ipsType_textblock {
  line-height:1.7;
}
.ipsType_small {
  font-size:11px;
}
.ipsType_smaller, .ipsType_smaller a {
  font-size:11px !important;
}
.ipsType_smallest, .ipsType_smallest a {
  font-size:10px !important;
}
.ipsBox_container .ipsType_pagetitle {
  margin-bottom:6px;
}
.ipsReset {
  margin:0 !important;
  padding:0 !important;
}
.wrapper {
  margin:0 auto;
  max-width:1600px;
  min-width:980px;
  width:90%;
}
#content {
  line-height:120%;
  padding:10px 0;
}
.row1, .post_block.row1 {
  background-color:#292929;
}
.row2, .post_block.row2 {
  background-color:#292929;
}
.unread .highlight_unread {
  font-weight:bold;
}
#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  border-bottom-color:#252525;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#353535;
  border-top-style:solid;
  border-top-width:1px;
}
.ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type {
  border-top-width:0;
}
.ipsSideMenu ul, #register_form hr, #login_form hr, .ipsSettings_section, #index_stats div[id*="statusReply"]:first-of-type {
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.articles .type-1x2x2 .article_row:last-of-type, .store_categories ul:last-of-type li:last-of-type, #idm_categories li:last-of-type a, #idm_category .idm_category_row:last-of-type, .sideVerticalList li:last-of-type, #index_stats div[id*="statusReply"].status_reply, .ipsList_withminiphoto li:last-of-type, .member_entry:last-of-type, .ipsList_data li:last-of-type, #help_topics li:last-of-type, table.ipb_table tr:last-of-type td {
  border-bottom-width:0;
}
.highlighted, .highlighted .altrow {
  background-color:#232323;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
}
#idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/row_gradient.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.ipsBox_container {
  border:1px solid #393939;
}
.ipsBox {
  background-color:#1E1E1E;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBox_container.moderated {
  background-color:#36120E;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #4B1F1A;
}
.ipsBox_notice, .ipsBox_highlight {
  background-color:#222222;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.border {
  border:1px solid #454545;
}
.removeDefault .ipsBox, .removeDefault.ipsBox {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  padding:0;
}
.removeDefault .ipsBox_container, .removeDefault.ipsBox_container {
  border:0;
}
.maintitle {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#527496;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  font-size:12px;
  font-weight:300;
  margin-bottom:4px;
  overflow:hidden;
  padding:12px;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
}
h3.maintitle {
  font-weight:bold;
}
.maintitle a {
  color:#FFFFFF;
}
.collapsed .maintitle {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  opacity:0.2;
}
.collapsed .maintitle:hover {
  opacity:0.4;
}
.maintitle .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_minimize.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:22px;
  margin:-5px -5px -10px 0;
  outline-width:0;
  text-indent:-3000em;
  visibility:hidden;
  width:32px;
}
.maintitle:hover .toggle {
  visibility:visible;
}
.collapsed .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_maximize.png);
}
.header_left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_left.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.header_right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_right.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
}
.maintitle_base {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle_base.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.maintitle_base .maintitle {
  -webkit-box-shadow:none;
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  box-shadow:none;
}
a.ipsBadge:hover {
  color:#FFFFFF;
}
.ipsBadge_green {
  background-color:#7BA60D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_purple {
  background-color:#AF286D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_grey {
  background-color:#515151;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_lightgrey {
  background-color:#848484;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_orange {
  background-color:#ED7710;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_red {
  background-color:#BF1D00;
  background-position:initial initial;
  background-repeat:initial initial;
}
.bar {
}
.bar.altbar {
}
.header {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.header th {
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:6px !important;
}
body .ipb_table .header a, body .topic_options a {
  color:#FFFFFF;
}
.bbc_url, .bbc_email {
  color:#BCD380;
  text-decoration:underline;
}
.date, .poll_question .votes {
  color:#747474;
  font-size:11px;
}
.no_messages {
  padding:15px 10px;
}
.tab_bar {
  background-color:#2A2A2A;
  color:#818181;
}
.tab_bar li.active {
  background-color:#454545;
  color:#FFFFFF;
}
.tab_bar.no_title.mini {
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:8px;
}
.ipbmenu_content, .ipb_autocomplete {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
.ipbmenu_content li, .ipb_autocomplete li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.ipb_autocomplete li {
  padding:3px;
}
.ipb_autocomplete li.active {
  background-color:#252525;
}
.ipbmenu_content a {
  color:#FFFFFF;
}
.ipbmenu_content a:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.input_submit {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#5A7FA0;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-color:#3F3F3F;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit:hover {
  background-color:#76A1C7;
  color:#FFFFFF;
}
.input_submit.alt {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#585858;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit.alt:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.input_submit.delete {
  background-color:#AD2930;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#962D29;
  color:#FFFFFF;
  text-shadow:#771C20 0 -1px 0;
}
.input_submit.delete:hover {
  background-color:#BF3631;
  color:#FFFFFF;
}
.input_submit:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  position:relative;
  top:1px;
}
.input_submit.alt:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  background-color:#232323;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-top-color:#373737;
  border-top-style:solid;
  border-top-width:1px;
}
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body, body td.moderated, body td.moderated {
  background-color:#36120E;
}
.post_block.moderated {
  border:0 !important;
}
.post_block.moderated .post_wrap, .post_block.moderated h3, .moderated .row2, .moderated .post_controls {
  background-color:#4A1A14;
  border:0;
}
.moderated, .moderated a {
  color:#FCD9D9;
}
.moderated h3, .moderated h3 a {
  color:#FFFFFF !important;
}
#header_bar {
  background-color:#323232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  padding:0;
  text-align:right;
}
#admin_bar {
  background-color:#090909;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#2B2B2B;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:11px;
  line-height:28px;
  overflow:hidden;
  padding:0 12px;
}
#admin_bar li {
  padding-left:10px;
  padding-right:10px;
}
#admin_bar li.active a {
  color:#FC6D35;
}
#admin_bar a {
  color:#8A8A8A;
}
#admin_bar a:hover {
  color:#FFFFFF;
}
#user_navigation {
  border-left-color:#2B2B2B;
  border-left-style:solid;
  border-left-width:1px;
  color:#9F9F9F;
  float:right;
  font-size:11px;
  height:35px;
  line-height:35px;
  overflow:hidden;
}
#user_navigation a {
  border-right-color:#2B2B2B;
  border-right-style:solid;
  border-right-width:1px;
  color:#FFFFFF;
  float:left;
  height:35px;
  line-height:35px;
  outline:none;
  padding:0 12px;
}
#user_navigation a:hover {
  background-color:#232323;
  background-position:initial initial;
  background-repeat:initial initial;
}
#user_navigation .user_photo {
  height:27px;
  margin:-3px -8px 0;
  position:relative;
  width:auto;
}
#user_navigation #sign_in img, #user_navigation #register_link img {
  margin:-1px 2px 0 0;
  position:relative;
  vertical-align:middle;
}
#user_navigation .ipsList_inline li {
  float:left;
  margin:0;
  padding:0;
}
#user_link_dd, .dropdownIndicator {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_dropdown.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:5px;
  width:9px;
}
#user_link_menucontent #links li {
  float:left;
  margin:3px 0;
  white-space:nowrap;
  width:50%;
}
#user_link_menucontent #links a {
  display:block;
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
  background-position:100% 50%;
}
#community_app_menu .menu_active .dropdownIndicator {
  background-position:0 50%;
}
#community_app_menu li.active .menu_active .dropdownIndicator {
  background-position:100% 50%;
}
#user_link_menucontent #statusForm {
  margin-bottom:15px;
}
#user_link_menucontent #statusUpdate {
  margin-bottom:5px;
}
#user_link_menucontent > div {
  margin-left:15px;
  text-align:left;
  width:265px;
}
#statusSubmitGlobal {
  margin-top:3px;
}
#user_navigation a#user_link.menu_active, #user_navigation a#notify_link.menu_active, #user_navigation a#inbox_link.menu_active {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  position:relative;
  z-index:10000;
}
#notify_link, #inbox_link {
  padding:0 8px !important;
  position:relative;
  vertical-align:middle;
  width:20px;
}
#notify_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_notify.png);
}
#inbox_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_inbox.png);
}
#notify_link img, #inbox_link img {
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:20px;
  margin-top:-2px;
  width:20px;
}
#notify_link.menu_active img, #inbox_link.menu_active img {
  background-position:0 -20px;
}
.services img {
  margin:-1px -2px 0;
}
#branding {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/banner_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  height:92px;
}
#logo {
  float:left;
}
#logo a.textLogo {
  color:#FFFFFF;
  display:block;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  height:92px;
  line-height:92px;
  padding:0 12px;
  text-decoration:none;
}
#nav_wrap {
  background-color:#171717;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3E3E3E;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#2B2B2B;
  border-top-style:solid;
  border-top-width:1px;
  height:35px;
}
#primary_nav {
  float:left;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:3px 0 0;
  text-transform:uppercase;
}
#community_app_menu > li {
  margin:0 3px 0 0;
  position:relative;
}
#community_app_menu > li > a {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-left-color:#1F1F1F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#1F1F1F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#252525;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-top-style:solid;
  border-top-width:1px;
  color:#BCBCBC;
  display:block;
  height:31px;
  line-height:31px;
  outline:none;
  padding:0 15px;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#272727;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#272727;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#303030;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
}
#community_app_menu > li.active a {
  background-color:#212121;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#2F2F2F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#2F2F2F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#565656;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
  padding-bottom:1px;
  position:relative;
}
#community_app_menu > li > a.ipbmenu img {
  margin-right:-6px;
}
#primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  -webkit-box-shadow:none;
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#272727;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-left-color:#272727;
  border-left-style:solid;
  border-right-color:#272727;
  border-right-style:solid;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-width:0 1px 1px;
  box-shadow:none;
  font-size:11px;
  min-width:140px;
}
#primary_extra_menucontent li, #more_apps_menucontent li, .submenu_container li {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  float:none !important;
  min-width:150px;
  padding:0;
}
#primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a {
  color:#FFFFFF;
  display:block;
  padding:8px 10px;
}
#primary_extra_menucontent a:hover, #more_apps_menucontent a:hover, .submenu_container a:hover {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
#primary_extra_menucontent li:last-child a, #more_apps_menucontent li:last-child a {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
#community_app_menu .submenu_container {
  width:260px;
}
#community_app_menu .submenu_container li {
  width:260px;
}
#secondary_navigation {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:1px solid #2D2D2D;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  line-height:37px;
  margin-bottom:15px;
  overflow:hidden;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#secondary_navigation a {
  color:#BCD380;
  height:37px;
  line-height:37px;
}
#secondary_navigation a:hover {
  color:#D5EB9D;
}
#secondary_navigation #breadcrumb li {
  float:left;
}
#secondary_navigation #breadcrumb li a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  margin-left:-15px;
  outline-style:none;
  padding-left:12px;
  text-decoration:none;
}
#secondary_navigation #breadcrumb li.first a {
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  margin-left:0;
  padding-left:0;
}
#secondary_navigation #breadcrumb li span {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  padding-left:4px;
  padding-right:17px;
}
#secondary_navigation #breadcrumb li > span {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#D7D7D7;
  padding-left:4px;
}
#secondary_navigation #breadcrumb li.first a span {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
  padding-left:12px;
}
#secondary_navigation #breadcrumb li a:hover {
  background-position:0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span {
  background-position:100% -43px;
}
#secondary_navigation #breadcrumb li a:active {
  background-position:0 -86px;
}
#secondary_navigation #breadcrumb li a:active span {
  background-position:100% -86px;
}
#secondary_links {
  overflow:hidden;
}
#secondary_links li {
  float:left;
  margin:0;
}
#secondary_links a {
  display:block;
  padding:0 12px;
}
#secondary_links img {
  height:16px;
  margin:10px -4px 0;
  opacity:0.8;
  position:relative;
  vertical-align:top;
  width:16px;
}
#secondary_links a:hover img {
  opacity:1;
}
.breadcrumb {
  color:#D7D7D7;
  font-size:11px;
}
.breadcrumb a {
  color:#D7D7D7;
}
.breadcrumb li .nav_sep {
  margin:0 5px 0 0;
}
.breadcrumb li:first-child {
  margin-left:0;
}
.breadcrumb.bottom {
  display:none;
  margin-top:10px;
  width:100%;
}
.ipsHeaderMenu {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  overflow:hidden;
  padding:10px;
  width:340px;
}
.ipsHeaderMenu.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
}
.ipsHeaderMenu .ipsType_sectiontitle {
  margin-bottom:8px;
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
  width:300px;
}
#search {
  margin-top:33px;
}
#main_search {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  font-size:12px;
  outline:0;
  padding:0;
  width:138px;
}
#main_search.inactive {
  color:#BCBCBC;
}
#search_wrap {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:4px;
  border-top-left-radius:3px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  display:block;
  height:26px;
  line-height:25px;
  min-width:230px;
  padding:0 26px 0 4px;
  position:relative;
}
#adv_search {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/advanced_search.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  height:26px;
  margin-left:3px;
  text-indent:-3000em;
  width:26px;
}
#adv_search:hover {
  background-color:rgba(0, 0, 0, 0.2);
}
#search .submit_input {
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/search_icon.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  bottom:0;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  display:block;
  height:26px;
  padding:0;
  position:absolute;
  right:0;
  text-indent:-3000em;
  top:0;
  width:26px;
}
#search .submit_input:hover {
  background-color:#91BB25;
}
#search_options {
  background-color:#EAEAEA;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#222222;
  display:inline-block;
  float:right;
  font-size:10px;
  height:20px;
  line-height:20px;
  margin:3px 3px 3px 0;
  max-width:80px;
  overflow:hidden;
  padding:0 6px;
  text-overflow:ellipsis;
  text-shadow:#FFFFFF 0 1px 0;
}
#search_options_menucontent {
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  min-width:130px;
  padding:0;
}
#search_options_menucontent input {
  margin-right:10px;
}
#search_options_menucontent li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
  white-space:nowrap;
}
#search_options_menucontent li:last-of-type {
  border-bottom-width:0;
}
#search_options_menucontent label:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
#search_options_menucontent label {
  cursor:pointer;
  display:block;
  padding:0 6px;
}
#search_options_menucontent li.title {
  padding:3px 6px;
}
#backtotop, #bottomScroll {
  -webkit-box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  display:inline-block;
  height:24px;
  left:50%;
  line-height:20px;
  margin-left:-12px;
  margin-top:-12px;
  opacity:0.4;
  outline:0;
  position:absolute;
  text-align:center;
  top:50%;
  width:24px;
}
#bottomScroll:hover, #backtotop:hover {
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  opacity:1;
}
#footer_utilities {
  background-color:#292929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #454545;
  padding:8px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#footer_utilities, #footer_utilities a {
  color:#B8B8B8;
}
#footer_utilities .ipbmenu_content a {
  color:#FFFFFF;
}
#footer_utilities .ipsList_inline {
  clear:left;
  float:left;
  margin-top:3px;
}
#footer_utilities .ipsList_inline > li {
  margin:0;
}
#footer_utilities .ipsList_inline > li > a {
  display:inline-block;
  margin-right:0;
  padding:4px 10px;
}
#footer_utilities a.menu_active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
#copyright {
  float:right;
  line-height:22px;
  text-align:right;
}
#ipsDebug_footer {
  color:#404040;
  font-size:11px;
  margin:8px auto 0;
  text-align:center;
  width:900px;
}
#ipsDebug_footer strong {
  margin-left:20px;
}
#ipsDebug_footer a {
  color:#404040;
}
#rss_menu {
  background-color:#F78E30;
  border:0;
}
#rss_menu li {
  border-bottom-color:#FBB969;
  border-bottom-style:solid;
  border-width:0 0 1px;
}
#rss_menu li:last-of-type {
  border-bottom-width:0;
}
#rss_menu a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:5px 8px;
  text-shadow:#DC7214 0 -1px 0;
}
#rss_menu a:hover {
  background-color:#F89F37;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#393939;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  padding:1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
  border-color:#5F5F5F;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
}
.ipsUserPhoto_variable {
  max-width:155px;
}
.ipsUserPhoto_large {
  max-height:90px;
  max-width:90px;
}
.ipsUserPhoto_medium {
  height:50px;
  width:50px;
}
.ipsUserPhoto_mini {
  height:30px;
  width:30px;
}
.ipsUserPhoto_tiny {
  height:20px;
  width:20px;
}
.ipsUserPhoto_icon {
  height:16px;
  width:16px;
}
.general_box {
}
.general_box .none {
  color:#BCBCBC;
}
.general_box.poll {
  border-width:0 0 1px;
  margin:0;
}
.ipsBox, .ipsPad {
  padding:9px;
}
.ipsPad_double {
  padding:9px 19px;
}
.ipsBox_withphoto {
  margin-left:65px;
}
.ipsBox_notice {
  line-height:1.6;
  margin-bottom:10px;
  padding:10px;
}
.ipsBox_container .ipsBox_notice {
}
.ipsPad_half {
  padding:4px !important;
}
.ipsPad_left {
  padding-left:9px;
}
.ipsPad_top {
  padding-top:9px;
}
.ipsPad_top_slimmer {
  padding-top:7px;
}
.ipsPad_top_half {
  padding-top:4px;
}
.ipsPad_top_bottom {
  padding-bottom:9px;
  padding-top:9px;
}
.ipsPad_top_bottom_half {
  padding-bottom:4px;
  padding-top:4px;
}
.ipsMargin_top {
  margin-top:9px;
}
.ipsBlendLinks_target .ipsBlendLinks_here {
  -webkit-transition:all 0.1s ease-in-out;
  opacity:0.5;
  transition:all 0.1s ease-in-out;
}
.ipsBlendLinks_target:hover .ipsBlendLinks_here {
  opacity:1;
}
.block_list > li {
  padding:5px 10px;
}
.ipsModMenu {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/moderation_cog.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:15px;
  margin-right:5px;
  text-indent:-2000em;
  vertical-align:middle;
  width:15px;
}
.ipsBadge {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  display:inline-block;
  font-size:9px;
  font-weight:bold;
  height:16px;
  line-height:16px;
  padding:0 5px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
  text-transform:uppercase;
  vertical-align:middle;
}
.ipsBadge.has_icon img {
  max-height:7px;
  vertical-align:baseline;
}
#nav_app_ipchat .ipsBadge {
  position:absolute;
}
#ajax_loading {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  color:#FFFFFF;
  left:46%;
  opacity:0.6;
  padding:5px 0 8px;
  position:fixed;
  text-align:center;
  top:0;
  width:8%;
  z-index:10000;
}
#ipboard_body.redirector {
  margin:150px auto 0;
  width:500px;
}
#ipboard_body.minimal {
  padding-top:40px;
}
#ipboard_body.minimal #ipbwrapper {
  margin:0 auto;
  width:900px;
}
#ipboard_body.minimal #content {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom:10px;
  padding:20px 30px;
}
#ipboard_body.minimal h1 {
  font-size:32px;
}
#ipboard_body.minimal .ipsType_pagedesc {
  font-size:16px;
}
.progress_bar {
  background-color:#363636;
  border:1px solid #535353;
}
.progress_bar span {
  background-color:#535353;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  display:block;
  font-size:0;
  font-weight:bold;
  height:10px;
  overflow:hidden;
  text-align:center;
  text-indent:-2000em;
}
.progress_bar.limit span {
  background-color:#B13C3C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.progress_bar span span {
  display:none;
}
.progress_bar.user_warn {
  margin:0 auto;
  width:80%;
}
.progress_bar.user_warn span {
  height:6px;
}
.progress_bar.topic_poll {
  margin-top:2px;
  width:40%;
}
li.rating a {
  outline:0;
}
.antispam_img {
  margin:0 3px 5px 0;
}
span.error {
  clear:both;
  color:#AD2930;
  font-weight:bold;
}
#recaptcha_widget_div {
  max-width:350px;
}
#recaptcha_table {
  border:0 !important;
}
.mediatag_wrapper {
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}
.mediatag_wrapper iframe, .mediatag_wrapper object, .mediatag_wrapper embed {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label, .user_controls li {
  display:inline;
}
.right {
  float:right;
}
.left {
  float:left;
}
.hide {
  display:none;
}
.short {
  text-align:center;
}
.clear {
  clear:both;
}
.clearfix::after {
  clear:both;
  content:'.';
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.faded {
  opacity:0.5;
}
.clickable {
  cursor:pointer;
}
.reset_cursor {
  cursor:default;
}
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
  line-height:150%;
  list-style:disc none;
  margin-left:30px;
}
.bullets li {
  padding:2px;
}
#user_navigation #new_msg_count, .rounded {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.desc, .desc.blend_links a, p.posted_info {
  color:#898989;
  font-size:11px;
}
.desc.lighter, .desc.lighter.blend_links a {
  color:#646464;
}
.cancel {
  font-size:0.9em;
  font-weight:bold;
}
.cancel, .cancel:hover {
  color:#AD2930;
}
em.moderated {
  font-size:11px;
  font-style:normal;
  font-weight:bold;
}
.positive {
  color:#6F8F52;
}
.negative {
  color:#C7172B;
}
.searchlite {
  background-color:yellow;
  color:red;
  font-size:14px;
}
.activeuserposting {
  font-style:italic;
}
.col_f_post {
  width:250px !important;
}
.is_mod .col_f_post {
  width:210px !important;
}
td.col_c_post {
  padding-top:10px !important;
  width:250px;
}
.col_f_icon {
  padding:0 0 0 3px !important;
  text-align:center;
  vertical-align:middle;
  width:24px !important;
}
.col_n_icon {
  padding:0 !important;
  vertical-align:middle;
  width:24px;
}
.col_f_views, .col_m_replies {
  text-align:right;
  white-space:nowrap;
  width:100px !important;
}
.col_f_mod, .col_m_mod, .col_n_mod {
  text-align:right;
  width:40px;
}
.col_f_preview {
  text-align:right;
  width:20px !important;
}
.col_c_icon {
  padding:10px 2px 10px 8px !important;
  vertical-align:middle;
  width:33px;
}
.col_c_post .ipsUserPhoto {
  margin-top:3px;
}
.col_n_date {
  width:250px;
}
.col_m_photo, .col_n_photo {
  width:30px;
}
.col_m_mod {
  text-align:right;
}
.col_r_icon {
  width:3%;
}
.col_f_topic, .col_m_subject {
  width:49%;
}
.col_f_starter, .col_r_total, .col_r_comments {
  width:10%;
}
.col_m_date, .col_r_updated, .col_r_section {
  width:18%;
}
.col_c_stats {
  text-align:right;
  width:15%;
}
.col_c_forum {
  width:auto;
}
.col_mod, .col_r_mod {
  width:3%;
}
.col_r_title {
  width:26%;
}
table.ipb_table {
  line-height:1.3;
  width:100%;
}
table.ipb_table td {
  padding:10px;
}
table.ipb_table tr.unread h4 {
  font-weight:bold;
}
table.ipb_table tr.highlighted td {
  border-bottom-width:0;
}
table.ipb_table th {
  font-size:11px;
  font-weight:bold;
  padding:8px 6px;
}
.last_post {
  margin-left:45px;
}
.last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content {
  line-height:18px;
}
#user_notifications_link_menucontent .list_content {
  line-height:130%;
}
.col_c_post .ipsUserPhotoLink {
  margin-top:-1px;
}
.forum_desc {
  padding-top:5px;
}
table.ipb_table h4, table.ipb_table .topic_title {
  display:inline-block;
  font-size:12px;
}
table.ipb_table .unread .topic_title {
  font-weight:bold;
}
table.ipb_table .ipsModMenu {
  visibility:hidden;
}
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active {
  visibility:visible;
}
#announcements h4 {
  display:inline;
}
#announcements td {
}
.announcement img {
  margin-right:4px;
}
.forum_data {
  color:#5C5C5C;
  display:inline-block;
  font-size:11px;
  margin:0 0 0 8px;
  white-space:nowrap;
}
.desc_more {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/desc_more.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:13px;
  text-indent:-2000em;
  width:13px;
}
.desc_more:hover {
  background-position:50% 100%;
}
.category_block .ipb_table h4 {
}
table.ipb_table .subforums {
  margin:7px 0 3px;
  overflow:hidden;
}
table.ipb_table .subforums li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_nonew.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  float:left;
  margin:0;
  padding:0 15px;
}
table.ipb_table .subforums li.unread {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_new.png);
  font-weight:bold;
}
table.ipb_table .expander {
  display:inline-block;
  height:16px;
  visibility:hidden;
  width:16px;
}
table.ipb_table tr:hover .expander {
  opacity:0.2;
  visibility:visible;
}
table.ipb_table td.col_f_preview {
  cursor:pointer;
}
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading {
  opacity:1;
  visibility:visible !important;
}
table.ipb_table .expander.closed {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.open {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 -19px;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.loading {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .preview td {
  border-top-width:0;
  padding:20px 10px 20px 29px;
  z-index:20000;
}
table.ipb_table .preview td > div {
  line-height:1.4;
  position:relative;
}
table.ipb_table .preview td {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
}
.preview_col {
  margin-left:80px;
}
.preview_info {
  background-color:rgba(0, 0, 0, 0.0784314);
  background-position:initial initial;
  background-repeat:initial initial;
  margin:-3px 0 3px;
  padding:5px;
}
table.ipb_table .mini_pagination {
  opacity:0.5;
}
table.ipb_table tr:hover .mini_pagination {
  opacity:1;
}
.ipsLayout.ipsLayout_withleft {
  padding-left:210px;
}
.ipsBox.ipsLayout.ipsLayout_withleft {
  padding-left:220px;
}
.ipsLayout.ipsLayout_withright {
  clear:left;
  padding-right:210px;
}
.ipsBox.ipsLayout.ipsLayout_withright {
  padding-right:220px;
}
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  position:relative;
}
.ipsLayout_content {
  float:left;
  width:100%;
}
.ipsLayout .ipsLayout_left {
  float:left;
  margin-left:-210px;
  width:200px;
}
.ipsLayout .ipsLayout_right {
  float:right;
  margin-right:-210px;
  width:200px;
}
.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:280px;
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:290px;
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
  margin-left:-280px;
  width:270px;
}
.ipsLayout_largeright.ipsLayout_withright {
  padding-right:280px;
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
  padding-right:290px;
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
  margin-right:-280px;
  width:270px;
}
.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:150px;
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:160px;
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
  margin-left:-150px;
  width:140px;
}
.ipsLayout_smallright.ipsLayout_withright {
  padding-right:150px;
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
  padding-right:160px;
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
  margin-right:-150px;
  width:140px;
}
.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:50px;
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:60px;
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
  margin-left:-50px;
  width:40px;
}
.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:50px;
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:60px;
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
  margin-right:-50px;
  width:40px;
}
.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:330px;
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:340px;
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
  margin-left:-330px;
  width:320px;
}
.ipsLayout_bigright.ipsLayout_withright {
  padding-right:330px;
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
  padding-right:340px;
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
  margin-right:-330px;
  width:320px;
}
.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:380px;
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:390px;
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
  margin-left:-380px;
  width:370px;
}
.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:380px;
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:390px;
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
  margin-right:-380px;
  width:370px;
}
.ipsField .ipsField_title {
  font-size:12px;
  font-weight:bold;
  line-height:1.6;
}
.ipsForm_required {
  color:#AB1F39;
  font-weight:bold;
}
.ipsForm_horizontal .ipsField_title {
  float:left;
  line-height:1.8;
  padding-right:15px;
  padding-top:3px;
  text-align:right;
  width:185px;
}
.ipsForm_horizontal .ipsField {
  margin-bottom:15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
  margin-left:200px;
}
.ipsForm_horizontal .ipsField_checkbox {
  margin:0 0 5px 200px;
}
.ipsForm_horizontal .ipsField_select .ipsField_title {
  line-height:1.6;
}
.ipsForm_vertical .ipsField {
  margin-bottom:10px;
}
.ipsForm_vertical .ipsField_content {
  margin-top:3px;
}
.ipsForm .ipsField_checkbox .ipsField_content {
  margin-left:25px;
}
.ipsForm .ipsField_checkbox input {
  float:left;
  margin-top:3px;
}
.ipsField_primary input {
  font-size:18px;
}
.ipsForm_submit {
  margin-top:25px;
  padding:5px 10px;
  text-align:right;
}
.ipsForm_right {
  text-align:right;
}
.ipsForm_left {
  text-align:left;
}
.ipsForm_center {
  text-align:center;
}
.ipsSettings_pagetitle {
  font-size:20px;
  margin-bottom:5px;
}
.ipsSettings {
  padding:0;
}
.ipsSettings_section {
  margin:0 0 15px;
  padding:15px 0 0;
}
.ipsSettings_section > div {
  margin-left:175px;
}
.ipsSettings_section > div ul li {
  margin-bottom:10px;
}
.ipsSettings_section .desc {
  margin-top:3px;
}
.ipsSettings_sectiontitle {
  float:left;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:18px;
  padding-left:10px;
  width:165px;
}
.ipsSettings_fieldtitle {
  display:inline-block;
  font-size:14px;
  margin-right:10px;
  min-width:100px;
  padding-top:3px;
  vertical-align:top;
}
.ipsTooltip {
  padding:5px;
  z-index:25000;
}
.ipsTooltip_inner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#333333;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #333333;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF;
  font-size:12px;
  max-width:250px;
  padding:8px;
  text-align:center;
}
.ipsTooltip_inner a {
  color:#FFFFFF;
}
.ipsTooltip_inner span {
  color:#D2D2D2;
  font-size:11px;
}
.ipsTooltip.top {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_top.png);
  background-position:50% 100%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.top_left {
  background-position:0 100%;
}
.ipsTooltip.bottom {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_bottom.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_left.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_right.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsHasNotifications {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#CF2020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF !important;
  font-size:9px;
  height:12px;
  left:3px;
  line-height:12px;
  padding:0 4px;
  position:absolute;
  text-align:center;
  top:4px;
}
.ipsHasNotifications_blank {
  display:none;
}
#chat-tab-count.ipsHasNotifications {
  left:auto;
  position:absolute;
  right:3px;
  text-shadow:none !important;
  top:3px;
}
.ipsSideMenu {
  padding:10px 0;
}
.ipsSideMenu h4 {
  color:#DDDDDD;
  font-weight:bold;
  margin:0 10px 5px 25px;
}
.ipsSideMenu ul {
  margin-bottom:20px;
}
.ipsSideMenu ul li {
  font-size:11px;
}
.ipsSideMenu ul li a {
  display:block;
  padding:5px 10px 5px 25px;
}
.ipsSideMenu ul li a:hover {
  background-color:rgba(0, 0, 0, 0.027451);
}
.ipsSideMenu ul li.active a {
  background-color:#282828;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check_white.png);
  background-position:6px 8px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-weight:bold;
}
.ipsSteps {
  background-color:#2A2A2A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  height:55px;
}
.ipsSteps li:first-child {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
}
.ipsSteps ul li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:100% -56px;
  background-repeat:no-repeat no-repeat;
  color:#C3C3C3;
  float:left;
  height:39px;
  padding:11px 33px 5px 18px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_active {
  background-position:100% 0;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_done {
}
.ipsSteps_desc {
  font-size:11px;
}
.ipsSteps_arrow {
  display:none;
}
.ipsSteps_title {
  display:block;
  font-size:14px;
  padding-bottom:4px;
}
.ipsSteps_active .ipsSteps_arrow {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:0 -112px;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:55px;
  left:-23px;
  position:absolute;
  top:0;
  width:23px;
}
.ipsSteps ul li:first-child .ipsSteps_arrow {
  display:none !important;
}
.ipsVerticalTabbed {
}
.ipsVerticalTabbed_content {
  min-height:400px;
}
.ipsVerticalTabbed_tabs > ul {
  border-left-color:#393939;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:10px;
  width:149px !important;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
  width:40px !important;
}
.ipsVerticalTabbed_tabs li {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#808080;
  font-size:12px;
}
.ipsVerticalTabbed_tabs li a {
  color:#8D8D8D;
  display:block;
  outline:0;
  padding:10px 8px;
}
.ipsVerticalTabbed_tabs li a:hover {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#C9C9C9;
}
.ipsVerticalTabbed_tabs li.active a {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  width:135px;
  z-index:8000;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  width:24px;
}
.ipsLikeBar {
  font-size:11px;
  margin:10px 0;
}
.ipsLikeBar_info {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:inline-block;
  line-height:22px;
  padding:0 10px;
}
.ipsLikeButton {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  line-height:22px;
  padding:0 7px 0 26px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsLikeButton:hover {
  color:#FFFFFF !important;
}
.ipsLikeButton.ipsLikeButton_enabled {
  background-color:#719C1C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.ipsLikeButton.ipsLikeButton_disabled {
  background-color:#6C6C6C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 -23px;
  background-repeat:no-repeat no-repeat;
}
.ipsTag {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/tag_bg.png);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  height:20px;
  line-height:20px;
  margin:5px 5px 0 0;
  padding:0 7px 0 15px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsTagBox_wrapper {
  display:inline-block;
  line-height:1.3;
  margin-bottom:3px;
  min-height:18px;
  width:350px;
}
.ipsTagBox_hiddeninput {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsTagBox_hiddeninput.inactive {
  font-size:11px;
  min-width:200px;
}
.ipsTagBox_wrapper input {
  border:0;
  outline:0;
}
.ipsTagBox_wrapper li {
  display:inline-block;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  background-color:#D7D7D7;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#E9E9E9;
  color:#222222;
  text-shadow:none;
}
.ipsTagBox_tag {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #595959;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  cursor:pointer;
  font-size:11px;
  margin:0 3px 2px 0;
  padding:2px 1px 2px 4px;
}
.ipsTagBox_tag:hover {
  border-color:#646464;
}
.ipsTagBox_tag.selected {
  background-color:#797979 !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border-color:#A1A1A1 !important;
  color:#FFFFFF !important;
}
.ipsTagBox_closetag {
  color:#C7C7C7;
  display:inline-block;
  font-weight:bold;
  margin-left:2px;
  padding:0 3px;
}
.ipsTagBox_closetag:hover {
  color:#454545;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag {
  color:#424242;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag:hover {
  color:#2F2F2F;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag {
  color:#444444;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover {
  color:#111111;
}
.ipsTagBox_addlink {
  font-size:10px;
  margin-left:3px;
  outline:0;
}
.ipsTagBox_dropdown {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DDDDDD;
  box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  height:100px;
  overflow:scroll;
  z-index:16000;
}
.ipsTagBox_dropdown li {
  cursor:pointer;
  font-size:12px;
  padding:4px;
}
.ipsTagBox_dropdown li:hover {
  background-color:#DBF3FF;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#003B71;
}
.ipsTagWeight_1 {
  opacity:1;
}
.ipsTagWeight_2 {
  opacity:0.9;
}
.ipsTagWeight_3 {
  opacity:0.8;
}
.ipsTagWeight_4 {
  opacity:0.7;
}
.ipsTagWeight_5 {
  opacity:0.6;
}
.ipsTagWeight_6 {
  opacity:0.5;
}
.ipsTagWeight_7 {
  opacity:0.4;
}
.ipsTagWeight_8 {
  opacity:0.3;
}
.ipsFilterbar li {
  font-size:11px;
  margin:0 15px 0 0;
}
.ipsFilterbar li a {
  -webkit-transition:all 0.3s ease-in-out;
  color:#FFFFFF;
  opacity:0.5;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
  transition:all 0.3s ease-in-out;
}
.ipsFilterbar.bar.altbar li a {
  color:#244156;
  opacity:0.8;
  text-shadow:none;
}
.ipsFilterbar:hover li a {
  opacity:0.8;
}
.ipsFilterbar li a:hover {
  color:#FFFFFF;
  opacity:1;
}
.ipsFilterbar li img {
  margin-top:-3px;
}
.ipsFilterbar li.active {
  opacity:1;
}
.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px !important;
  border-bottom-right-radius:10px !important;
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  font-weight:bold;
  opacity:1;
  padding:4px 10px;
}
.ipsPostForm {
}
.ipsPostForm.ipsLayout_withright {
  padding-right:260px !important;
}
.ipsPostForm .ipsLayout_content {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  float:none;
  z-index:900;
}
.ipsPostForm .ipsLayout_right {
  border-left-width:0;
  margin-right:-251px;
  width:250px;
  z-index:800;
}
.ipsPostForm_sidebar {
  margin-top:8px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/folder_closed.png);
  background-position:10px 9px;
  background-repeat:no-repeat no-repeat;
  margin-bottom:2px;
  padding-left:26px;
}
.ipsMemberList .ipsButton_secondary {
  opacity:0.3;
}
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
  opacity:1;
}
.ipsMemberList li .reputation {
  margin:5px 10px 0 0;
}
.ipsMemberList > li .ipsButton_secondary {
  margin-top:15px;
}
.ipsMemberList li .rating {
  display:inline;
}
.ipsComment_wrap {
  margin-top:10px;
}
.border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap {
  margin:0;
}
.ipsComment_wrap .ipsLikeBar {
  margin:0;
}
.ipsComment_wrap input[type="checkbox"] {
  vertical-align:middle;
}
.ipsComment {
  padding:10px;
}
.ipsComment_author, .ipsComment_reply_user {
  float:left;
  line-height:1.3;
  padding:0 10px;
  text-align:right;
  width:160px;
}
.ipsComment_author .ipsUserPhoto {
  margin-bottom:5px;
}
.ipsComment_comment {
  line-height:1.5;
  margin-left:190px !important;
}
.ipsComment_comment > div {
  min-height:33px;
}
.ipsComment_controls {
  margin-top:10px;
}
.ipsComment_controls > li {
  opacity:0.2;
}
.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right {
  opacity:1;
}
.ipsComment_reply_user_photo {
  margin-left:115px;
}
.ipsFloatingAction {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  border:4px solid rgba(0, 0, 0, 0.74902);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  bottom:10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  padding:10px;
  position:fixed;
  right:10px;
  z-index:15000;
}
.ipsFloatingAction.left {
  left:10px;
  right:auto;
}
.ipsFloatingAction .fixed_inner {
  overflow-x:hidden;
  overflow-y:auto;
}
#seoMetaTagEditor {
  width:480px;
}
#seoMetaTagEditor table {
  width:450px;
}
#seoMetaTagEditor table td {
  padding-right:0;
  width:50%;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
  padding:15px 6px;
  text-align:center;
}
.iframe {
  outline:none;
}
.input_text, .ipsTagBox_wrapper, textarea {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  background-color:#363636;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #434343;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  color:#B7B7B7;
  padding:6px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
textarea:focus, .input_text:focus {
  background-color:#4B4B4B;
  border-color:#797979;
  color:#F8F8F8;
  outline:none;
}
input.inactive, select.inactive, textarea.inactive {
  color:#939393;
}
.input_text.error {
  -webkit-box-shadow:none;
  background-color:#883939;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#A95858;
  box-shadow:none;
  color:#FFFFFF;
}
.input_text.accept {
  -webkit-box-shadow:none;
  background-color:#768D3D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#8CA54D;
  box-shadow:none;
  color:#FFFFFF;
}
.input_submit {
  border:0;
  cursor:pointer;
  padding:5px 11px;
  text-decoration:none;
}
a.input_submit {
  display:inline-block;
  padding:7px 11px;
}
.input_submit.alt {
  text-decoration:none;
}
p.field {
  padding:15px;
}
li.field {
  margin-left:5px;
  padding:5px;
}
li.field label, li.field span.desc {
  display:block;
}
li.field.error {
  color:#AD2930;
}
li.field.error label {
  font-weight:bold;
}
li.field.checkbox, li.field.cbox {
  margin-left:0;
}
li.field.checkbox .input_check, li.field.checkbox .input_radio, li.field.cbox .input_check, li.field.cbox .input_radio {
  margin-right:10px;
  vertical-align:middle;
}
li.field.checkbox label, li.field.cbox label {
  display:inline;
  float:none;
  width:auto;
}
li.field.checkbox p, li.field.cbox p {
  display:block;
  left:245px;
  position:relative;
}
li.field.checkbox span.desc, li.field.cbox span.desc {
  display:block;
  margin-left:auto;
  padding-left:27px;
}
.message {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  background-color:#768D3D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #8CA54D;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  font-size:12px;
  line-height:1.6;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.message, .message a, .message h3 {
  color:#EFF6DD;
}
.message h3 {
  padding:0;
}
.message.error {
  background-color:#872D2D;
  border-color:#C15050;
}
.message.error, .message.error a, .message.error h3 {
  color:#F6DDDD;
}
.message.error.usercp {
  background-image:none;
  float:right;
  padding:4px;
}
.message.unspecific {
  background-color:#292929;
  border-color:#393939;
  clear:both;
  margin:0 0 10px;
}
.message.unspecific, .message.unspecific a, .message.unspecific h3 {
  color:#EDEDED;
}
.message a {
  text-decoration:underline;
}
.ipbmenu_content, .ipb_autocomplete {
  min-width:85px;
  z-index:2000;
}
.ipbmenu_content {
  white-space:nowrap;
}
.ipbmenu_content li:last-child {
  border-bottom-width:0;
  padding-bottom:0;
}
.ipbmenu_content li:first-child {
  padding-top:0;
}
.ipbmenu_content.with_checks a {
  padding-left:26px;
}
.ipbmenu_content a .icon {
  margin-right:10px;
}
.ipbmenu_content a {
  display:block;
  padding:6px 10px;
  text-align:left;
  text-decoration:none;
}
.ipbmenu_content.with_checks li.selected a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check.png);
  background-position:7px 10px;
  background-repeat:no-repeat no-repeat;
}
.popupWrapper {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  background-color:rgba(0, 0, 0, 0.6);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  padding:8px;
}
.popupInner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  overflow-x:hidden;
  overflow-y:auto;
  width:500px;
}
.popupInner.black_mode {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border:3px solid #626262;
  color:#EEEEEE;
}
.popupInner.warning_mode {
  border:3px solid #7D1B1B;
}
.popupInner h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#2A2A2A;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:16px;
  font-weight:300;
  padding:8px 10px 9px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.popupInner h3 a {
  color:#FFFFFF;
}
.popupInner.black_mode h3 {
  background-color:#595959;
  color:#DDDDDD;
}
.popupInner.warning_mode h3 {
  background-color:#7D1B1B;
  color:#FFFFFF;
  padding-bottom:6px;
  padding-top:6px;
}
.popupClose {
  position:absolute;
  right:20px;
  top:20px;
}
.popupClose.light_close_button {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup_light.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.8;
  top:17px;
  width:13px;
}
.popupClose.light_close_button img {
  display:none;
}
.popup_footer {
  bottom:0;
  padding:15px;
  position:absolute;
  right:0;
}
.popup_body {
  padding:10px;
}
.stem {
  height:16px;
  position:absolute;
  width:31px;
}
.stem.topleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topleft.png);
}
.stem.topright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topright.png);
}
.stem.bottomleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomleft.png);
}
.stem.bottomright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomright.png);
}
.modal {
  background-color:#3E3E3E;
}
.userpopup h3 {
  font-size:17px;
}
.userpopup h3, .userpopup .side + div {
  padding-left:110px;
}
.userpopup .side {
  margin-top:-40px;
  position:absolute;
}
.userpopup .side .ipsButton_secondary {
  display:block;
  height:auto;
  line-height:1;
  margin-top:5px;
  max-width:75px;
  padding:5px 10px;
  text-align:center;
  white-space:normal;
}
.userpopup .user_controls {
  text-align:left;
}
.userpopup .user_status {
  margin-bottom:5px;
  padding:5px;
}
.userpopup .reputation {
  display:block;
  margin-top:5px;
  text-align:center;
}
.userpopup {
  font-size:0.9em;
  min-height:200px;
  overflow:hidden;
  position:relative;
}
.userpopup dl {
  margin-bottom:4px;
  padding-bottom:10px;
}
.info dt {
  clear:both;
  float:left;
  font-weight:bold;
  padding:3px 6px;
  width:30%;
}
.info dd {
  margin-left:35%;
  padding:3px 6px;
  width:60%;
}
.topic_buttons li {
  float:right;
  margin:0 0 10px 10px;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  height:34px;
  line-height:34px;
  min-width:70px;
  padding:0 20px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  background-color:#8B1515 !important;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png) !important;
  background-position:0 0 !important;
  background-repeat:repeat no-repeat !important;
}
.topic_buttons li a:hover, .ipsButton:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
.topic_buttons li a:active, .ipsButton:active {
  position:relative;
  top:1px;
}
.topic_buttons li.non_button a {
  -webkit-box-shadow:none !important;
  background-color:transparent !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:0;
  box-shadow:none !important;
  color:#777777;
  font-weight:normal;
  min-width:0;
  padding-bottom:1px;
  padding-top:1px;
  text-shadow:none;
}
.topic_buttons li.non_button a:active {
  top:0;
}
.topic_buttons li.disabled a, .topic_buttons li.disabled span {
  -webkit-box-shadow:none;
  background-color:#191919;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  box-shadow:none;
  color:#666666;
  font-weight:300;
  text-shadow:none;
}
.topic_buttons li span {
  cursor:default !important;
}
.ipsButton_secondary, .bbc_spoiler_show, .user_controls li a {
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:11px;
  height:26px;
  line-height:26px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  white-space:nowrap;
}
.ipsButton_secondary a {
  color:#FFFFFF;
}
.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.ipsButton_secondary.important {
  -webkit-box-shadow:none;
  background-color:#AE3232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  box-shadow:none;
  color:#FBF4F4;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsButton_secondary.important a {
  color:#FBF4F4;
}
.ipsButton_secondary.important a:hover, a.ipsButton_secondary.important:hover {
  background-color:#BB3C3C;
  color:#FFFFFF;
}
.ipsButton_secondary:active {
  position:relative;
  top:1px;
}
.ipsButton_secondary .icon {
  margin-right:4px;
  margin-top:-3px;
}
.ipsButton_secondary img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.ipsButton_secondary img {
  margin-top:-1px;
  vertical-align:middle;
}
.ipsField.ipsField_checkbox.ipsButton_secondary {
  line-height:18px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary input {
  margin-top:6px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content {
  margin-left:18px;
}
.ipsButton_extra {
  color:#DDDDDD;
  font-size:11px;
  height:22px;
  line-height:22px;
  margin-left:5px;
}
.ipsButton_secondary.fixed_width {
  min-width:170px;
}
.ipsButton.no_width {
  min-width:0;
}
.topic_controls {
  min-height:30px;
  overflow:hidden;
}
ul.post_controls {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:both;
  margin:10px 0 0;
  overflow:hidden;
  padding:7px;
}
ul.post_controls li {
  float:right;
  font-size:11px;
  margin:0;
  padding:0;
}
ul.post_controls li.report, ul.post_controls li.top {
  float:left;
}
ul.post_controls a {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  display:block;
  height:26px;
  line-height:26px;
  margin-left:4px;
  padding:0 10px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
ul.post_controls a:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
ul.post_controls a.ipsButton_secondary {
  height:24px;
  line-height:24px;
}
ul.post_controls li.multiquote.selected a {
  background-color:#ECA730;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.post_body ul.post_controls {
  margin:0 -12px -12px -187px;
}
.column_view .post_body ul.post_controls {
  margin-left:-188px;
}
.post_block.no_sidebar .post_body ul.post_controls {
  margin-left:0;
}
.post_body ul.post_controls img {
  margin:-3px 2px 0 -3px;
  position:relative;
  vertical-align:middle;
}
.hide_signature, .sigIconStay {
  float:right;
}
.post_block:hover .signature a.hide_signature, .sigIconStay {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cross_sml.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.6;
  position:absolute;
  right:10px;
  width:13px;
}
.pagination {
  line-height:22px;
  padding:5px 0;
}
.pagination.no_numbers .page {
  display:none;
}
.pagination .pages {
  text-align:center;
}
.pagination .back {
  margin-right:5px;
}
.pagination .forward {
  margin-left:5px;
}
.pagination a {
  color:#EEEEEE;
}
.pagination .page a, .pagination .back a, .pagination .forward a {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#EEEEEE;
  display:inline-block;
  font-size:11px;
  font-weight:normal;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-transform:lowercase;
}
.pagination .page a:hover, .pagination .back a:hover, .pagination .forward a:hover {
  background-color:#505050;
  color:#FFFFFF;
}
.pagination .disabled a {
  display:none;
  opacity:0.4;
}
.pagination .pages {
  font-size:11px;
}
.pagination .pages a, .pagejump {
  display:inline-block;
}
.pagination .pagejump a {
  padding:0 7px;
}
.pagination .pagejump a:hover {
  text-decoration:underline;
}
.pagination li {
  margin:0;
}
.pagination .pages li.active {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  cursor:default;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.pagination.no_pages span {
  color:#BBBBBB;
  display:inline-block;
  height:20px;
  line-height:20px;
}
ul.mini_pagination {
  display:inline;
  font-size:0.8em;
  margin-left:7px;
}
ul.mini_pagination li a {
  background-color:#353535;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  padding:2px 6px;
}
ul.mini_pagination li a:hover {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
ul.mini_pagination li {
  display:inline;
  margin:0 1px 0 0;
}
.moderation_bar {
  padding:8px 10px;
  text-align:right;
}
.moderation_bar.with_action {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topic_mod_arrow.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
  padding-right:35px;
}
.column_view .post_wrap {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.column_view .post_body {
  border-left-color:#323232;
  border-left-style:solid;
  border-left-width:1px;
}
.author_info {
  float:left;
  font-size:12px;
  line-height:150%;
  padding:10px;
  text-align:center;
  width:155px;
}
.author_info .group_title {
  color:#DDDDDD;
  margin-top:5px;
}
.author_info .member_title {
  margin-bottom:5px;
  word-wrap:break-word;
}
.author_info .group_icon {
  margin-bottom:3px;
}
.custom_fields {
  color:#BBBBBB;
  margin-top:8px;
}
.custom_fields .ft {
  color:#AAAAAA;
  margin-right:3px;
}
.custom_fields .fc {
  word-wrap:break-word;
}
.user_controls {
  margin:6px 0;
  text-align:center;
}
.user_controls li a {
  padding:0 5px;
}
#board_index {
  position:relative;
}
#board_index.no_sidebar {
  padding-right:0;
}
#board_index.force_sidebar {
  padding-right:280px;
}
#toggle_sidebar {
  -webkit-transition:all 0.4s ease-in-out;
  background-color:#EEEEEE;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#333333;
  opacity:0;
  padding:3px 7px;
  position:absolute;
  right:-5px;
  top:-12px;
  transition:all 0.4s ease-in-out;
  z-index:8000;
}
#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar {
  opacity:0.1;
}
#toggle_sidebar:hover {
  opacity:1 !important;
}
.ipsSideBlock, .general_box {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #454545;
  margin-bottom:10px;
}
.ipsSideBlock {
  padding:10px;
}
.bar, .ipsSideBlock h3, .general_box h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.bar {
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder {
  border-top-width:0;
}
.ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a {
  color:#FFFFFF;
}
.ipsSideBlock h3 {
  margin:-10px -10px 10px;
}
.ipsSideBlock h3 .mod_links {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  background-color:rgba(0, 0, 0, 0.4);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  color:#FFFFFF;
  display:inline-block;
  margin-top:-2px;
  opacity:0;
  padding:1px 4px 3px;
  text-shadow:none;
}
.ipsSideBlock h3:hover .mod_links {
  opacity:1;
}
.sideVerticalList, #index_stats .ipsList_withminiphoto {
  margin:-10px;
}
#index_stats .ipsList_withminiphoto img {
  margin-bottom:-3px;
}
.sideVerticalList.with_margin {
  margin-bottom:10px;
}
.status_list .status_list {
  margin:10px 0 0 35px;
}
.status_list p.index_status_update {
  line-height:120%;
  margin:4px 0;
}
.status_list li {
  position:relative;
}
.status_reply {
  margin-top:8px;
}
.status_list li .mod_links {
  -webkit-transition:all 0.4s ease-in-out;
  opacity:0.1;
  transition:all 0.4s ease-in-out;
}
.status_list li:hover .mod_links {
  opacity:1;
}
#board_stats ul {
  text-align:center;
}
#board_stats li {
  margin-right:20px;
}
#board_stats .value {
  -webkit-box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  background-color:#2B2B2B;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  color:#FFFFFF;
  display:inline-block;
  font-weight:bold;
  margin-right:3px;
  padding:3px 7px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics {
  border:1px solid #393939;
  line-height:1.3;
  margin:20px 0 0;
  overflow:hidden;
  padding:8px;
}
.statistics_head {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  font-size:11px;
  font-weight:bold;
  margin:-8px -8px 8px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics_head, .statistics_head a {
  color:#FFFFFF;
}
.statistics .statistics_head:first-of-type {
  border-top-width:0;
}
.statistics .statistics_head:not(:first-of-type) {
  margin-top:0;
}
#stat_links {
  font-weight:normal;
}
#stat_links a {
  margin:0 5px;
}
.friend_list ul li, #top_posters li {
  float:left;
  height:80px;
  margin:5px 0 0;
  min-width:80px;
  padding:8px 0 0;
  text-align:center;
}
.friend_list ul li span.name, #top_posters li span.name {
  font-size:0.95em;
}
.friend_list ul li .ipsUserPhoto {
  margin-bottom:5px;
}
#hook_watched_items ul li {
  padding:8px;
}
body#ipboard_body #hook_watched_items fieldset.submit {
  padding:8px;
}
#hook_birthdays .list_content {
  padding-top:8px;
}
#hook_calendar .ipsBox_container {
  padding:10px;
}
#hook_calendar td, #hook_calendar th {
  text-align:center;
}
#hook_calendar th {
  font-weight:bold;
  padding:5px 0;
}
#more_topics {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  font-weight:bold;
  text-align:center;
}
#more_topics a, #more_topics span {
  display:block;
  padding:10px 0;
}
#more_topics, .dynamic_update {
  border-top-color:#393939;
  border-top-style:dashed;
  border-top-width:1px;
}
.topic_preview, ul.topic_moderation {
  margin-top:-2px;
  z-index:300;
}
ul.topic_moderation li {
  float:left;
}
.topic_preview a, ul.topic_moderation li a {
  display:block;
  float:left;
  padding:0 3px;
}
span.mini_rate {
  display:inline-block;
  margin-right:12px;
}
img.mini_rate {
  margin-right:-5px;
}
#postShareUrl {
  color:#999999;
  font-size:18px;
  width:95%;
}
#postShareStrip {
  height:25px;
  margin:10px 0 0 30px;
}
body .ip {
}
span.post_id {
  margin-left:4px;
}
input.post_mod {
  margin:12px 5px 0 10px;
}
.post_id a img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.signature {
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:right;
  color:#BCBCBC;
  font-size:0.9em;
  margin:6px 0 4px;
  padding:10px;
  position:relative;
}
.signature a {
  text-decoration:underline;
}
.post_body .signature {
  margin-left:-12px;
  margin-right:-12px;
}
.post_block {
  position:relative;
}
.post_block.no_sidebar {
  background-image:none;
}
.post_block.solved h3, .answerBadgeInPost, .horizontalView .post_block.solved .author_info {
  background-color:#4A4A4A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #777777;
  text-shadow:rgba(0, 0, 0, 0.498039) 0 -1px 0;
}
.post_block.solved h3, .post_block.solved h3 *, .answerBadgeInPost, .horizontalView .post_block.solved .author_info * {
  color:#FFFFFF !important;
}
.horizontalView .post_block.solved .author_info .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block.solved h3, .horizontalView .post_block.solved .author_info {
  background-image:linear-gradient(rgba(255, 255, 255, 0.0784314) 0%, rgba(255, 255, 255, 0) 100%);
  border-left-width:0;
  border-right-width:0;
}
.answerBadgeInPost {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:0;
  float:right;
  height:30px;
  line-height:30px;
  margin:-13px -2px 8px 8px;
  padding:0 12px;
  position:relative;
}
.post_block.feature_box {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#5D5D5D;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0666667) 0%, rgba(255, 255, 255, 0) 100%);
  border:1px solid #838383;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  font-size:11.4px;
  line-height:180%;
  min-height:60px;
  padding:8px;
  word-wrap:break-word;
}
.post_block.feature_box, .post_block.feature_box * {
  color:#FCFCFC !important;
}
.post_block.feature_box .ipsType_sectiontitle {
  border-color:#838383;
  font-size:11.8px;
  font-weight:bold;
}
.post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  background-color:#353535;
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  color:#FFFFFF !important;
  font-size:10px;
  padding:3px 9px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block.feature_box .ipsBadge_lightgrey:hover {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
}
.post_block.feature_box .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block h3 {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block h3, .post_block h3 a {
  color:#FFFFFF;
}
.post_block:first-of-type h3 {
  border-top-width:0;
}
.post_online {
  margin:-3px 5px 0 0;
  vertical-align:middle;
}
.post_username {
  float:left;
  font-weight:bold;
  min-width:177px;
}
.post_date {
  color:#777777;
  float:left;
  font-size:11px;
  font-weight:normal;
}
.post_wrap {
  top:0;
}
.post_body {
  margin-left:175px;
  padding:12px;
}
.post_body .post {
  font-size:12px;
  line-height:1.6;
}
.column_view .post_body .post {
  padding-bottom:12px;
}
.post_block.no_sidebar .post_body {
  margin-left:0 !important;
}
.posted_info {
  padding:0 0 10px;
}
.posted_info strong.event {
  color:#1C2837;
  font-size:1.2em;
}
.post_ignore {
  background-color:#1C1C1C;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#777777;
  font-size:0.9em;
  padding:15px;
}
.post_ignore .reputation {
  display:inline;
  float:none;
  padding:2px 6px;
  text-align:center;
}
.rep_bar {
  margin:6px 4px;
  white-space:nowrap;
}
.rep_bar .reputation {
  font-size:10px;
  padding:2px 10px !important;
}
p.rep_highlight {
  background-color:#D5DEE5;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#1D3652;
  display:inline-block;
  float:right;
  font-size:0.8em;
  font-weight:bold;
  margin:5px 10px 10px;
  padding:5px;
  text-align:center;
}
p.rep_highlight img {
  margin-bottom:4px;
}
.edit {
  background-color:#777777;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/comment_edit.png);
  background-position:6px 10px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-size:11px;
  line-height:18px;
  margin-top:15px;
  padding:8px 8px 8px 28px;
  text-shadow:#FFFFFF 0 0 0;
}
.poll fieldset {
  padding:9px;
}
.poll_question {
}
.poll_question h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  padding:5px;
}
.poll_question ol {
  padding:20px;
}
.poll_question li {
  font-size:0.9em;
  margin:6px 0;
}
.poll_question .votes {
  margin-left:5px;
}
.snapback {
  margin-right:5px;
  padding:1px 0 1px 1px;
}
.rating {
  display:block;
  line-height:16px;
  margin-bottom:4px;
}
.rating img {
  vertical-align:top;
}
#rating_text {
  margin-left:4px;
}
div.post_form label {
  clear:both;
  float:left;
  padding-right:15px;
  text-align:right;
  width:275px;
}
div.post_form span.desc, fieldset#poll_wrap span.desc {
  clear:both;
  display:block;
  margin-left:290px;
}
div.post_form .checkbox input.input_check, #mod_form .checkbox input.input_check {
  margin-left:295px;
}
div.post_form .antispam_img {
  margin-left:290px;
}
div.post_form .captcha .input_text {
  float:left;
}
div.post_form fieldset {
  padding-bottom:15px;
}
div.post_form h3 {
  margin-bottom:10px;
}
fieldset.with_subhead {
  margin-bottom:0;
  padding-bottom:0;
}
fieldset.with_subhead h4 {
  float:left;
  margin-top:6px;
  text-align:right;
  width:300px;
}
fieldset.with_subhead ul {
  margin:0 15px 0 320px;
  padding-bottom:10px;
  padding-top:10px;
}
fieldset.with_subhead span.desc, fieldset.with_subhead label {
  margin:0;
  width:auto;
}
fieldset.with_subhead .checkbox input.input_check {
  margin-left:0;
}
#toggle_post_options {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/add.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  font-size:0.9em;
  margin:15px;
  padding:2px 0 2px 22px;
}
#poll_wrap .question {
  margin-bottom:10px;
}
#poll_wrap .question .wrap ol {
  list-style:decimal;
  margin-left:25px;
}
#poll_wrap .question .wrap ol li {
  margin:5px;
}
.question_title {
  margin-left:30px;
  padding-bottom:0;
}
.question_title .input_text {
  font-weight:bold;
}
#poll_wrap {
  position:relative;
}
#poll_footer {
}
#poll_container_wrap {
  overflow:auto;
}
#poll_popup_inner {
  overflow:hidden;
}
.poll_control {
  margin-left:20px;
}
.post_form .tag_field ul {
  margin-left:290px;
}
.swfupload {
  position:absolute;
  z-index:1;
}
#attachments {
}
#attachments li {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  background-color:#2A2A2A;
  border:1px solid #383838;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  margin-bottom:10px;
  padding:6px 20px 6px 42px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
#attachments li p.info {
  font-size:0.8em;
  width:300px;
}
#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  display:none;
}
#attachments li.complete .links {
  display:block;
  font-size:0.9em;
  margin-right:15px;
  position:absolute;
  right:0;
  top:12px;
}
#attachments li .progress_bar {
  margin-right:15px;
  position:absolute;
  right:0;
  top:15px;
  width:200px;
}
#attachments li.complete, #attachments li.in_progress, #attachments li.error {
  background-position:12px 12px;
  background-repeat:no-repeat no-repeat;
}
#attachments li.in_progress {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
}
#attachments li.error {
  background-color:#822F2F;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/exclamation.png);
  border:1px solid #9C4141;
}
#attachments li.error .info {
  color:#FFFFFF;
}
#attachments li.complete {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/accept.png);
}
#attachments li .thumb_img {
  height:30px;
  left:6px;
  overflow:hidden;
  position:absolute;
  top:6px;
  width:30px;
}
.attach_controls {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_attach.png);
  background-position:3px 0;
  background-repeat:no-repeat no-repeat;
  min-height:82px;
  padding-left:30px;
}
.attach_controls .ipsType_subtitle {
  margin-bottom:5px;
}
.attach_controls iframe {
  display:block;
  margin-bottom:5px;
}
.attach_button {
  font-weight:bold;
}
#help_msg {
  margin-top:8px;
}
#attach_wrap {
  margin-top:10px;
  overflow:hidden;
}
#attach_wrap h4 {
  font-size:16px;
  padding-left:0;
}
#attach_wrap li {
  float:left;
  margin:5px 0;
}
#attach_wrap .attachment {
  float:none;
}
#attach_wrap .desc.info {
  margin-left:24px;
}
#attach_error_box {
  margin-bottom:10px;
}
.resized_img {
  display:inline-block;
  margin:0 5px 5px 0;
}
.reputation {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  font-weight:bold;
  padding:3px 8px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.reputation.positive, .members li.positive {
  background-color:#8DB13E;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.negative, .members li.negative {
  background-color:#B82929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.positive, .reputation.negative {
  color:#FFFFFF;
}
.reputation.zero {
  background-color:#505050;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.status_main_content {
}
.status_main_content h4 {
  font-size:1.2em;
  font-weight:normal;
}
.status_main_content h4 .su_links a {
  font-weight:normal;
}
.status_main_content p {
  padding:6px 0;
}
.status_main_content h4 a {
  font-weight:bold;
  text-decoration:none;
}
.status_mini_wrap {
  background-color:rgba(0, 0, 0, 0.0392157);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  font-size:0.95em;
  margin-top:2px;
  padding:7px;
}
.status_mini_wrap img {
  margin-top:-2px;
  position:relative;
  vertical-align:middle;
}
.status_mini_photo {
  float:left;
}
.status_textarea {
  width:99%;
}
#index_stats .status_textarea {
  width:180px;
}
.status_replies_many {
  height:300px;
  overflow:auto;
}
.status_update {
  background-color:#1A1A1A;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:15px 12px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.status_update .input_text {
  width:70%;
}
.status_update .input_submit {
  padding-left:15px;
  padding-right:15px;
}
.status_submit {
  padding-top:5px;
}
#status_wrapper h4 {
  font-size:14px;
  font-weight:bold;
}
.status_content {
  line-height:1.4;
}
.status_content .mod_links {
  opacity:0.2;
}
.status_content:hover .mod_links {
  opacity:1;
}
.status_content .h4, .status_content .status_status {
  font-size:14px;
  word-wrap:break-word;
}
.status_content .status_status {
  padding:2px 0 5px;
}
.status_feedback .status_mini_content {
  line-height:18px;
}
.status_feedback {
  margin:10px 0 0 -10px;
}
.ips_like {
  background-color:#F6F6F6;
  clear:both;
  color:#878787;
  font-size:1em;
  line-height:130%;
  min-height:18px;
  overflow:hidden;
  padding:6px;
}
.ips_like a {
  color:#878787;
}
.ips_like a.ftoggle {
  background-color:#878787;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #747474;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  float:right;
  font-size:0.9em;
  margin-top:-4px;
  padding:3px 4px 2px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ips_like a.ftoggle.on {
  background-color:#545454;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#474747;
  margin-left:3px;
}
.ips_like a.ftoggle._newline, .ips_like a.ftoggle.on._newline {
  display:block;
  float:none;
  margin-left:auto;
  margin-right:0;
  margin-top:5px;
  text-align:center;
  width:70px;
}
.ips_like a:hover.ftoggle.on, .ips_like a:hover.ftoggle {
  background-color:#545454;
}
.facebook-like {
  margin-top:5px;
}
.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
#ipsGlobalNotification {
  font-weight:bold;
  left:50%;
  margin-left:-250px;
  position:fixed;
  text-align:center;
  top:20px;
  z-index:10000;
}
#ips_NotificationCloseButton {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  cursor:pointer;
  height:13px;
  left:5px;
  opacity:0.8;
  position:absolute;
  top:5px;
  width:13px;
}
.googlePlusOne {
  display:inline-block;
  margin-top:1px;
  vertical-align:middle;
}
.fbLike {
  float:right !important;
  padding-left:2px;
}
#mymedia_inserted {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:#FFFFFF;
  font-size:15px;
  font-weight:bold;
  left:50%;
  margin-left:-200px;
  padding:20px 0;
  position:absolute;
  text-align:center;
  top:100px;
  width:400px;
  z-index:20000;
}
#mymedia_toolbar {
  background-color:#2D2D2D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  bottom:0;
  height:42px;
  left:0;
  line-height:42px;
  padding:0 5px;
  position:absolute;
  right:0;
}
#mymedia_finish {
  position:absolute;
  right:5px;
  top:5px;
}
#mymedia_content {
  height:339px;
  overflow:auto;
}
.media_results li.result {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  cursor:pointer;
  float:left;
  height:120px;
  padding:10px 0;
  text-align:center;
  width:20%;
}
.media_results li:hover {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_results li:active {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_image {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#2D2D2D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #0E0E0E;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  margin-bottom:5px;
  padding:1px;
}
.templateError {
  background-color:#FFFFFF !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:1px dotted black !important;
  color:#000000 !important;
  margin:0 !important;
  padding:10px !important;
}
.modcp_post_controls {
  padding-bottom:15px;
}
.modcp_post_controls .ipsButton_secondary {
  opacity:0.5;
}
.post_body:hover .modcp_post_controls .ipsButton_secondary {
  opacity:1;
}
#modcp_content .ipsFilterbar li.active a {
  display:inline-block;
  margin-bottom:1px;
}
.nexusad {
  clear:both;
  padding:10px;
}
#bbcode-description {
  color:#666666 !important;
  white-space:normal !important;
  word-wrap:break-word;
}
table.ipb_table .expander, table.ipb_table .ipsModMenu {
  opacity:0.2;
  visibility:visible;
}
.post_block .post_controls {
  opacity:1 !important;
}
.notnew .highlight_unread, .notnew .highlight_unread a {
  color:#898989;
}
#stats_div {
  height:0;
  overflow:hidden;
}
.skin_link {
  float:left;
  padding-top:4px;
}
.skin_link, .skin_link a {
  color:#BCD380 !important;
}
.skin_link a:hover {
  color:#D5EB9D !important;
  text-decoration:underline;
}
.negMargin {
  margin:-9px;
}
.negMarginTop {
  margin-top:-9px;
}
.negMarginRight {
  margin-right:-9px;
}
.negMarginBottom {
  margin-bottom:-9px;
}
.negMarginLeft {
  margin-left:-9px;
}
.input_submit, .ipsButton_secondary {
  outline:none;
}
#rss_feed {
  margin-top:-1px;
}
#index_stats .status_submit .input_submit {
  font-size:11px;
}
div[id$="member_popup"] .general_box {
  border:0;
  margin:0;
}
#ipsNav_content a {
  display:block;
  padding:5px 10px;
}
#ipsNav_content li {
  padding:0;
}
.ipsList_withminiphoto.ipsPad_half {
  padding:0 !important;
}
.ipsList_withminiphoto > li, .ipsHeaderMenu h4 {
  overflow:hidden;
}
.status_list li {
  margin-top:10px;
}
.fullList {
  margin:-9px;
}
#usercp_content .ipsType_subtitle {
  margin-bottom:10px;
  padding-bottom:6px;
  padding-top:3px;
}
#modCpanel .ipsType_subtitle {
  padding-bottom:5px;
  padding-top:4px;
}
.col_f_icon span {
  margin-bottom:6px;
  margin-top:2px;
}
.idx_album_thumb img {
  height:32px;
  width:32px;
}
.idx_album_thumb img, .inlineimage img, #appGallLatestHook img {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
}
.inlineimage img:hover, #appGallLatestHook img:hover {
  opacity:0.9;
}
.topic_desc {
  display:inline-block;
  padding-top:3px;
}
.ipbfs_login h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}
.ipbfs_login .ipsForm_submit {
  margin-top:0;
}
.ipbfs_login .ipsBox_notice {
  margin:0;
}
.ipbfs_login_col {
  float:left;
  padding:15px 10px;
  width:279px;
}
.ipbfs_login_col a:hover {
  text-decoration:underline;
}
.ipbfs_login_row {
  overflow:hidden;
}
.ipbfs_login_row label {
  font-size:1.15em;
}
.ipbfs_login .input_submit {
  font-size:13px;
}
.ipbfs_login_input {
  font-size:14px;
  margin-top:10px;
  padding:6px 0 6px 28px;
  width:250px;
}
.ipbfs_luser {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/user.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_lpassword {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/key.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_titlebox .desc {
  padding:3px 0;
}
.ipbfs_titlebox {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  overflow:hidden;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.content_border {
  border:1px solid #393939;
}
.guestMessage {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  color:#DDDDDD;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:140%;
  margin-bottom:10px;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.guestMessage strong {
  display:inline-block;
  margin-bottom:7px;
}
.guestMessage a {
  border-bottom-color:#BCBCBC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#FFFFFF;
  text-decoration:none;
}
.forum_name {
  font-weight:bold;
}
.forum_desc_pos {
  position:relative;
}
.forum_desc_con {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/forum_desc_arrow.png);
  background-position:6px 9px;
  background-repeat:no-repeat no-repeat;
  display:none;
  float:left;
  left:10px;
  padding-left:10px;
  position:absolute;
  top:-4px;
  width:350px;
  z-index:10000;
}
.forum_description {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  background-color:rgba(15, 15, 15, 0.901961);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:11px;
  padding:5px;
}
.topicViewIcons {
  margin:-3px 10px -5px 0;
  overflow:hidden;
  padding-bottom:1px;
  position:relative;
}
.topicViewIcons img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topicViewIcon.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:16px;
  margin-top:4px;
  vertical-align:top;
  width:16px;
}
.topicViewIcons #topicViewRegular img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewRegular.active img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewBasic img {
  background-position:-16px -16px;
}
.topicViewIcons #topicViewBasic.active img {
  background-position:-16px -16px;
}
.topicViewIcons a {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  float:left;
  height:22px;
  margin-right:5px;
  opacity:0.6;
  outline:none;
  text-align:center;
  text-decoration:none;
  width:22px;
}
.topicViewIcons a:hover {
  background-color:rgba(0, 0, 0, 0.0980392);
  background-position:initial initial;
  background-repeat:initial initial;
  opacity:1;
}
.topicViewIcons a.active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  background-color:rgba(0, 0, 0, 0.498039);
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  opacity:1;
}
.basicTopicView .post_body {
  border:0 !important;
  margin-left:0 !important;
}
.basicTopicView .post_body ul.post_controls {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  margin:0 -12px -12px;
}
.basicTopicView .author_info, .basicTopicView .signature {
  display:none;
}
.basicTopicView .post_username {
  border-right-color:rgba(255, 255, 255, 0.0980392);
  border-right-style:solid;
  border-right-width:1px;
  margin-right:10px;
  min-width:0;
  padding-right:10px;
}
.forum_stats {
  color:#888888;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-top:4px;
  text-transform:capitalize;
}
.forum_stats span {
  color:#AAAAAA;
}
.horizontalView .post_block {
  position:static;
}
.horizontalView .author_info {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  background-color:#363636;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0196078) 0%, rgba(255, 255, 255, 0) 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  float:none;
  position:relative;
  text-align:left;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
  width:auto;
}
.horizontalView .post_body {
  border:0;
  margin-left:0;
}
.horizontalView .post_body ul.post_controls {
  margin:0 -12px -12px;
}
.postInfoBottom {
  font-size:11px;
  opacity:0;
  padding-bottom:10px;
  padding-top:10px;
}
.horizontalView .post_body:hover .postInfoBottom {
  opacity:1;
}
.postInfoBottom input.post_mod {
  margin:2px 0 0;
}
.postInfoBottom span.post_id {
  margin:0;
}
.postInfoBottom, .postInfoBottom a {
  color:#999999;
}
.horizontalView .postDate {
  margin-right:15px;
}
.horizontalAvatar {
  margin-right:10px;
}
.horizontalUserInfo {
  overflow:hidden;
}
.horizontalUsername {
  font-family:'Trebuchet MS';
  font-size:24px;
  font-weight:bold;
  padding:6px 0 3px;
}
.horizontalUsername a {
  color:#EEEEEE;
}
.horizontalUsername a:hover {
  color:#FFFFFF;
}
.horizontalInfoList {
  color:#CCCCCC;
  float:left;
  font-size:11px;
  width:175px;
}
.horizontalInfoList li {
  padding:2px 0;
}
.horizontalView .custom_fields {
  margin-top:0;
}
.horizontalView .author_info .group_icon {
  margin:0;
}
.fadedForumIcon {
  -webkit-filter:grayscale(1);
  opacity:0.3;
}
.ipbforumskins {
}

 

 

W klasie body zmieniasz tylko link do tła jakie chcesz. Następnie w "Applies to" klikasz Specify, z rozwijanej listy wybierasz URLs on the domain, a w polu obok wpisujesz mpcforum.pl. Zapisujesz poprzez Save.

Liczę na parę lajków ;>

Opublikowano

Instalujesz Stylisha. Klikasz w jego ikonę w prawym górnym rogu i wybierasz Manage installed styles. Wybierasz opcję "Write new style", w sekcję Code wklejasz:

 

 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q::before, q::after {
  content:'';
}
abbr, acronym {
  border:0;
}
hr {
  border:0;
  display:none;
}
address {
  display:inline;
}
body {
  background: url(http://images8.alphacoders.com/406/406198.png) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#BCBCBC;
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding-bottom:20px;
  position:relative;
}
input, select, textarea {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}
h3, strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
img, .input_check, .input_radio {
  vertical-align:middle;
}
legend {
  display:none;
}
table {
  width:100%;
}
td {
  padding:3px;
}
a {
  color:#A6C7D7;
  text-decoration:none;
}
a:hover {
  color:#BCD380;
}
#index_stats a {
  color:#BCD380;
}
#index_stats a:hover {
  color:#D5EB9D;
}
::selection {
  background-color:#757575;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsList_inline > li {
  display:inline-block;
  margin:0 3px;
}
.ipsList_inline > li:first-child {
  margin-left:0;
}
.ipsList_inline > li:last-child {
  margin-right:0;
}
.ipsList_inline.ipsList_reset > li:first-child {
  margin-left:3px;
}
.ipsList_inline.ipsList_reset > li:last-child {
  margin-right:3px;
}
.ipsList_inline.ipsList_nowrap {
  white-space:nowrap;
}
.ipsList_withminiphoto > li {
  padding:7px;
}
.ipsList_withmediumphoto > li .list_content {
  margin-left:60px;
}
.ipsList_withminiphoto > li .list_content {
  margin-left:44px;
}
#index_stats .ipsList_withtinyphoto .list_content, .ipsList_withtinyphoto > li .list_content {
  margin-left:32px;
}
.list_content {
  word-wrap:break-word;
}
.ipsList_data li {
  line-height:1.3;
  padding:6px;
}
.ipsList_data .row_data {
  display:inline-block;
  max-width:100%;
  word-wrap:break-word;
}
.ipsList_data .row_title, .ipsList_data .ft {
  display:inline-block;
  float:left;
  font-weight:bold;
  padding-right:10px;
  text-align:right;
  width:120px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  width:80px;
}
.ipsType_pagetitle, .ipsType_subtitle {
  color:#EAEAEA;
  font-family:Helvetica, Arial, sans-serif;
  font-size:26px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:1.4;
}
.ipsType_subtitle {
  font-size:18px;
}
.ipsType_sectiontitle {
  color:#E0E0E0;
  font-size:16px;
  font-weight:normal;
  padding:5px 0;
}
.ipsType_pagedesc {
  color:#E0E0E0;
  line-height:1.5;
}
.ipsType_pagedesc a {
  text-decoration:underline;
}
.ipsType_textblock {
  line-height:1.7;
}
.ipsType_small {
  font-size:11px;
}
.ipsType_smaller, .ipsType_smaller a {
  font-size:11px !important;
}
.ipsType_smallest, .ipsType_smallest a {
  font-size:10px !important;
}
.ipsBox_container .ipsType_pagetitle {
  margin-bottom:6px;
}
.ipsReset {
  margin:0 !important;
  padding:0 !important;
}
.wrapper {
  margin:0 auto;
  max-width:1600px;
  min-width:980px;
  width:90%;
}
#content {
  line-height:120%;
  padding:10px 0;
}
.row1, .post_block.row1 {
  background-color:#292929;
}
.row2, .post_block.row2 {
  background-color:#292929;
}
.unread .highlight_unread {
  font-weight:bold;
}
#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  border-bottom-color:#252525;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#353535;
  border-top-style:solid;
  border-top-width:1px;
}
.ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type {
  border-top-width:0;
}
.ipsSideMenu ul, #register_form hr, #login_form hr, .ipsSettings_section, #index_stats div[id*="statusReply"]:first-of-type {
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.articles .type-1x2x2 .article_row:last-of-type, .store_categories ul:last-of-type li:last-of-type, #idm_categories li:last-of-type a, #idm_category .idm_category_row:last-of-type, .sideVerticalList li:last-of-type, #index_stats div[id*="statusReply"].status_reply, .ipsList_withminiphoto li:last-of-type, .member_entry:last-of-type, .ipsList_data li:last-of-type, #help_topics li:last-of-type, table.ipb_table tr:last-of-type td {
  border-bottom-width:0;
}
.highlighted, .highlighted .altrow {
  background-color:#232323;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
}
#idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/row_gradient.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.ipsBox_container {
  border:1px solid #393939;
}
.ipsBox {
  background-color:#1E1E1E;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBox_container.moderated {
  background-color:#36120E;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #4B1F1A;
}
.ipsBox_notice, .ipsBox_highlight {
  background-color:#222222;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.border {
  border:1px solid #454545;
}
.removeDefault .ipsBox, .removeDefault.ipsBox {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  padding:0;
}
.removeDefault .ipsBox_container, .removeDefault.ipsBox_container {
  border:0;
}
.maintitle {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#527496;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  font-size:12px;
  font-weight:300;
  margin-bottom:4px;
  overflow:hidden;
  padding:12px;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
}
h3.maintitle {
  font-weight:bold;
}
.maintitle a {
  color:#FFFFFF;
}
.collapsed .maintitle {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  opacity:0.2;
}
.collapsed .maintitle:hover {
  opacity:0.4;
}
.maintitle .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_minimize.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:22px;
  margin:-5px -5px -10px 0;
  outline-width:0;
  text-indent:-3000em;
  visibility:hidden;
  width:32px;
}
.maintitle:hover .toggle {
  visibility:visible;
}
.collapsed .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_maximize.png);
}
.header_left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_left.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.header_right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_right.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
}
.maintitle_base {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle_base.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.maintitle_base .maintitle {
  -webkit-box-shadow:none;
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  box-shadow:none;
}
a.ipsBadge:hover {
  color:#FFFFFF;
}
.ipsBadge_green {
  background-color:#7BA60D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_purple {
  background-color:#AF286D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_grey {
  background-color:#515151;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_lightgrey {
  background-color:#848484;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_orange {
  background-color:#ED7710;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_red {
  background-color:#BF1D00;
  background-position:initial initial;
  background-repeat:initial initial;
}
.bar {
}
.bar.altbar {
}
.header {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.header th {
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:6px !important;
}
body .ipb_table .header a, body .topic_options a {
  color:#FFFFFF;
}
.bbc_url, .bbc_email {
  color:#BCD380;
  text-decoration:underline;
}
.date, .poll_question .votes {
  color:#747474;
  font-size:11px;
}
.no_messages {
  padding:15px 10px;
}
.tab_bar {
  background-color:#2A2A2A;
  color:#818181;
}
.tab_bar li.active {
  background-color:#454545;
  color:#FFFFFF;
}
.tab_bar.no_title.mini {
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:8px;
}
.ipbmenu_content, .ipb_autocomplete {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
.ipbmenu_content li, .ipb_autocomplete li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.ipb_autocomplete li {
  padding:3px;
}
.ipb_autocomplete li.active {
  background-color:#252525;
}
.ipbmenu_content a {
  color:#FFFFFF;
}
.ipbmenu_content a:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.input_submit {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#5A7FA0;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-color:#3F3F3F;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit:hover {
  background-color:#76A1C7;
  color:#FFFFFF;
}
.input_submit.alt {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#585858;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit.alt:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.input_submit.delete {
  background-color:#AD2930;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#962D29;
  color:#FFFFFF;
  text-shadow:#771C20 0 -1px 0;
}
.input_submit.delete:hover {
  background-color:#BF3631;
  color:#FFFFFF;
}
.input_submit:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  position:relative;
  top:1px;
}
.input_submit.alt:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  background-color:#232323;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-top-color:#373737;
  border-top-style:solid;
  border-top-width:1px;
}
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body, body td.moderated, body td.moderated {
  background-color:#36120E;
}
.post_block.moderated {
  border:0 !important;
}
.post_block.moderated .post_wrap, .post_block.moderated h3, .moderated .row2, .moderated .post_controls {
  background-color:#4A1A14;
  border:0;
}
.moderated, .moderated a {
  color:#FCD9D9;
}
.moderated h3, .moderated h3 a {
  color:#FFFFFF !important;
}
#header_bar {
  background-color:#323232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  padding:0;
  text-align:right;
}
#admin_bar {
  background-color:#090909;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#2B2B2B;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:11px;
  line-height:28px;
  overflow:hidden;
  padding:0 12px;
}
#admin_bar li {
  padding-left:10px;
  padding-right:10px;
}
#admin_bar li.active a {
  color:#FC6D35;
}
#admin_bar a {
  color:#8A8A8A;
}
#admin_bar a:hover {
  color:#FFFFFF;
}
#user_navigation {
  border-left-color:#2B2B2B;
  border-left-style:solid;
  border-left-width:1px;
  color:#9F9F9F;
  float:right;
  font-size:11px;
  height:35px;
  line-height:35px;
  overflow:hidden;
}
#user_navigation a {
  border-right-color:#2B2B2B;
  border-right-style:solid;
  border-right-width:1px;
  color:#FFFFFF;
  float:left;
  height:35px;
  line-height:35px;
  outline:none;
  padding:0 12px;
}
#user_navigation a:hover {
  background-color:#232323;
  background-position:initial initial;
  background-repeat:initial initial;
}
#user_navigation .user_photo {
  height:27px;
  margin:-3px -8px 0;
  position:relative;
  width:auto;
}
#user_navigation #sign_in img, #user_navigation #register_link img {
  margin:-1px 2px 0 0;
  position:relative;
  vertical-align:middle;
}
#user_navigation .ipsList_inline li {
  float:left;
  margin:0;
  padding:0;
}
#user_link_dd, .dropdownIndicator {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_dropdown.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:5px;
  width:9px;
}
#user_link_menucontent #links li {
  float:left;
  margin:3px 0;
  white-space:nowrap;
  width:50%;
}
#user_link_menucontent #links a {
  display:block;
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
  background-position:100% 50%;
}
#community_app_menu .menu_active .dropdownIndicator {
  background-position:0 50%;
}
#community_app_menu li.active .menu_active .dropdownIndicator {
  background-position:100% 50%;
}
#user_link_menucontent #statusForm {
  margin-bottom:15px;
}
#user_link_menucontent #statusUpdate {
  margin-bottom:5px;
}
#user_link_menucontent > div {
  margin-left:15px;
  text-align:left;
  width:265px;
}
#statusSubmitGlobal {
  margin-top:3px;
}
#user_navigation a#user_link.menu_active, #user_navigation a#notify_link.menu_active, #user_navigation a#inbox_link.menu_active {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  position:relative;
  z-index:10000;
}
#notify_link, #inbox_link {
  padding:0 8px !important;
  position:relative;
  vertical-align:middle;
  width:20px;
}
#notify_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_notify.png);
}
#inbox_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_inbox.png);
}
#notify_link img, #inbox_link img {
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:20px;
  margin-top:-2px;
  width:20px;
}
#notify_link.menu_active img, #inbox_link.menu_active img {
  background-position:0 -20px;
}
.services img {
  margin:-1px -2px 0;
}
#branding {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/banner_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  height:92px;
}
#logo {
  float:left;
}
#logo a.textLogo {
  color:#FFFFFF;
  display:block;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  height:92px;
  line-height:92px;
  padding:0 12px;
  text-decoration:none;
}
#nav_wrap {
  background-color:#171717;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3E3E3E;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#2B2B2B;
  border-top-style:solid;
  border-top-width:1px;
  height:35px;
}
#primary_nav {
  float:left;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:3px 0 0;
  text-transform:uppercase;
}
#community_app_menu > li {
  margin:0 3px 0 0;
  position:relative;
}
#community_app_menu > li > a {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-left-color:#1F1F1F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#1F1F1F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#252525;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-top-style:solid;
  border-top-width:1px;
  color:#BCBCBC;
  display:block;
  height:31px;
  line-height:31px;
  outline:none;
  padding:0 15px;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#272727;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#272727;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#303030;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
}
#community_app_menu > li.active a {
  background-color:#212121;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#2F2F2F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#2F2F2F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#565656;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
  padding-bottom:1px;
  position:relative;
}
#community_app_menu > li > a.ipbmenu img {
  margin-right:-6px;
}
#primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  -webkit-box-shadow:none;
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#272727;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-left-color:#272727;
  border-left-style:solid;
  border-right-color:#272727;
  border-right-style:solid;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-width:0 1px 1px;
  box-shadow:none;
  font-size:11px;
  min-width:140px;
}
#primary_extra_menucontent li, #more_apps_menucontent li, .submenu_container li {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  float:none !important;
  min-width:150px;
  padding:0;
}
#primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a {
  color:#FFFFFF;
  display:block;
  padding:8px 10px;
}
#primary_extra_menucontent a:hover, #more_apps_menucontent a:hover, .submenu_container a:hover {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
#primary_extra_menucontent li:last-child a, #more_apps_menucontent li:last-child a {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
#community_app_menu .submenu_container {
  width:260px;
}
#community_app_menu .submenu_container li {
  width:260px;
}
#secondary_navigation {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:1px solid #2D2D2D;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  line-height:37px;
  margin-bottom:15px;
  overflow:hidden;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#secondary_navigation a {
  color:#BCD380;
  height:37px;
  line-height:37px;
}
#secondary_navigation a:hover {
  color:#D5EB9D;
}
#secondary_navigation #breadcrumb li {
  float:left;
}
#secondary_navigation #breadcrumb li a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  margin-left:-15px;
  outline-style:none;
  padding-left:12px;
  text-decoration:none;
}
#secondary_navigation #breadcrumb li.first a {
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  margin-left:0;
  padding-left:0;
}
#secondary_navigation #breadcrumb li span {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  padding-left:4px;
  padding-right:17px;
}
#secondary_navigation #breadcrumb li > span {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#D7D7D7;
  padding-left:4px;
}
#secondary_navigation #breadcrumb li.first a span {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
  padding-left:12px;
}
#secondary_navigation #breadcrumb li a:hover {
  background-position:0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span {
  background-position:100% -43px;
}
#secondary_navigation #breadcrumb li a:active {
  background-position:0 -86px;
}
#secondary_navigation #breadcrumb li a:active span {
  background-position:100% -86px;
}
#secondary_links {
  overflow:hidden;
}
#secondary_links li {
  float:left;
  margin:0;
}
#secondary_links a {
  display:block;
  padding:0 12px;
}
#secondary_links img {
  height:16px;
  margin:10px -4px 0;
  opacity:0.8;
  position:relative;
  vertical-align:top;
  width:16px;
}
#secondary_links a:hover img {
  opacity:1;
}
.breadcrumb {
  color:#D7D7D7;
  font-size:11px;
}
.breadcrumb a {
  color:#D7D7D7;
}
.breadcrumb li .nav_sep {
  margin:0 5px 0 0;
}
.breadcrumb li:first-child {
  margin-left:0;
}
.breadcrumb.bottom {
  display:none;
  margin-top:10px;
  width:100%;
}
.ipsHeaderMenu {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  overflow:hidden;
  padding:10px;
  width:340px;
}
.ipsHeaderMenu.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
}
.ipsHeaderMenu .ipsType_sectiontitle {
  margin-bottom:8px;
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
  width:300px;
}
#search {
  margin-top:33px;
}
#main_search {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  font-size:12px;
  outline:0;
  padding:0;
  width:138px;
}
#main_search.inactive {
  color:#BCBCBC;
}
#search_wrap {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:4px;
  border-top-left-radius:3px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  display:block;
  height:26px;
  line-height:25px;
  min-width:230px;
  padding:0 26px 0 4px;
  position:relative;
}
#adv_search {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/advanced_search.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  height:26px;
  margin-left:3px;
  text-indent:-3000em;
  width:26px;
}
#adv_search:hover {
  background-color:rgba(0, 0, 0, 0.2);
}
#search .submit_input {
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/search_icon.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  bottom:0;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  display:block;
  height:26px;
  padding:0;
  position:absolute;
  right:0;
  text-indent:-3000em;
  top:0;
  width:26px;
}
#search .submit_input:hover {
  background-color:#91BB25;
}
#search_options {
  background-color:#EAEAEA;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#222222;
  display:inline-block;
  float:right;
  font-size:10px;
  height:20px;
  line-height:20px;
  margin:3px 3px 3px 0;
  max-width:80px;
  overflow:hidden;
  padding:0 6px;
  text-overflow:ellipsis;
  text-shadow:#FFFFFF 0 1px 0;
}
#search_options_menucontent {
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  min-width:130px;
  padding:0;
}
#search_options_menucontent input {
  margin-right:10px;
}
#search_options_menucontent li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
  white-space:nowrap;
}
#search_options_menucontent li:last-of-type {
  border-bottom-width:0;
}
#search_options_menucontent label:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
#search_options_menucontent label {
  cursor:pointer;
  display:block;
  padding:0 6px;
}
#search_options_menucontent li.title {
  padding:3px 6px;
}
#backtotop, #bottomScroll {
  -webkit-box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  display:inline-block;
  height:24px;
  left:50%;
  line-height:20px;
  margin-left:-12px;
  margin-top:-12px;
  opacity:0.4;
  outline:0;
  position:absolute;
  text-align:center;
  top:50%;
  width:24px;
}
#bottomScroll:hover, #backtotop:hover {
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  opacity:1;
}
#footer_utilities {
  background-color:#292929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #454545;
  padding:8px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#footer_utilities, #footer_utilities a {
  color:#B8B8B8;
}
#footer_utilities .ipbmenu_content a {
  color:#FFFFFF;
}
#footer_utilities .ipsList_inline {
  clear:left;
  float:left;
  margin-top:3px;
}
#footer_utilities .ipsList_inline > li {
  margin:0;
}
#footer_utilities .ipsList_inline > li > a {
  display:inline-block;
  margin-right:0;
  padding:4px 10px;
}
#footer_utilities a.menu_active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
#copyright {
  float:right;
  line-height:22px;
  text-align:right;
}
#ipsDebug_footer {
  color:#404040;
  font-size:11px;
  margin:8px auto 0;
  text-align:center;
  width:900px;
}
#ipsDebug_footer strong {
  margin-left:20px;
}
#ipsDebug_footer a {
  color:#404040;
}
#rss_menu {
  background-color:#F78E30;
  border:0;
}
#rss_menu li {
  border-bottom-color:#FBB969;
  border-bottom-style:solid;
  border-width:0 0 1px;
}
#rss_menu li:last-of-type {
  border-bottom-width:0;
}
#rss_menu a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:5px 8px;
  text-shadow:#DC7214 0 -1px 0;
}
#rss_menu a:hover {
  background-color:#F89F37;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#393939;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  padding:1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
  border-color:#5F5F5F;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
}
.ipsUserPhoto_variable {
  max-width:155px;
}
.ipsUserPhoto_large {
  max-height:90px;
  max-width:90px;
}
.ipsUserPhoto_medium {
  height:50px;
  width:50px;
}
.ipsUserPhoto_mini {
  height:30px;
  width:30px;
}
.ipsUserPhoto_tiny {
  height:20px;
  width:20px;
}
.ipsUserPhoto_icon {
  height:16px;
  width:16px;
}
.general_box {
}
.general_box .none {
  color:#BCBCBC;
}
.general_box.poll {
  border-width:0 0 1px;
  margin:0;
}
.ipsBox, .ipsPad {
  padding:9px;
}
.ipsPad_double {
  padding:9px 19px;
}
.ipsBox_withphoto {
  margin-left:65px;
}
.ipsBox_notice {
  line-height:1.6;
  margin-bottom:10px;
  padding:10px;
}
.ipsBox_container .ipsBox_notice {
}
.ipsPad_half {
  padding:4px !important;
}
.ipsPad_left {
  padding-left:9px;
}
.ipsPad_top {
  padding-top:9px;
}
.ipsPad_top_slimmer {
  padding-top:7px;
}
.ipsPad_top_half {
  padding-top:4px;
}
.ipsPad_top_bottom {
  padding-bottom:9px;
  padding-top:9px;
}
.ipsPad_top_bottom_half {
  padding-bottom:4px;
  padding-top:4px;
}
.ipsMargin_top {
  margin-top:9px;
}
.ipsBlendLinks_target .ipsBlendLinks_here {
  -webkit-transition:all 0.1s ease-in-out;
  opacity:0.5;
  transition:all 0.1s ease-in-out;
}
.ipsBlendLinks_target:hover .ipsBlendLinks_here {
  opacity:1;
}
.block_list > li {
  padding:5px 10px;
}
.ipsModMenu {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/moderation_cog.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:15px;
  margin-right:5px;
  text-indent:-2000em;
  vertical-align:middle;
  width:15px;
}
.ipsBadge {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  display:inline-block;
  font-size:9px;
  font-weight:bold;
  height:16px;
  line-height:16px;
  padding:0 5px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
  text-transform:uppercase;
  vertical-align:middle;
}
.ipsBadge.has_icon img {
  max-height:7px;
  vertical-align:baseline;
}
#nav_app_ipchat .ipsBadge {
  position:absolute;
}
#ajax_loading {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  color:#FFFFFF;
  left:46%;
  opacity:0.6;
  padding:5px 0 8px;
  position:fixed;
  text-align:center;
  top:0;
  width:8%;
  z-index:10000;
}
#ipboard_body.redirector {
  margin:150px auto 0;
  width:500px;
}
#ipboard_body.minimal {
  padding-top:40px;
}
#ipboard_body.minimal #ipbwrapper {
  margin:0 auto;
  width:900px;
}
#ipboard_body.minimal #content {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom:10px;
  padding:20px 30px;
}
#ipboard_body.minimal h1 {
  font-size:32px;
}
#ipboard_body.minimal .ipsType_pagedesc {
  font-size:16px;
}
.progress_bar {
  background-color:#363636;
  border:1px solid #535353;
}
.progress_bar span {
  background-color:#535353;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  display:block;
  font-size:0;
  font-weight:bold;
  height:10px;
  overflow:hidden;
  text-align:center;
  text-indent:-2000em;
}
.progress_bar.limit span {
  background-color:#B13C3C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.progress_bar span span {
  display:none;
}
.progress_bar.user_warn {
  margin:0 auto;
  width:80%;
}
.progress_bar.user_warn span {
  height:6px;
}
.progress_bar.topic_poll {
  margin-top:2px;
  width:40%;
}
li.rating a {
  outline:0;
}
.antispam_img {
  margin:0 3px 5px 0;
}
span.error {
  clear:both;
  color:#AD2930;
  font-weight:bold;
}
#recaptcha_widget_div {
  max-width:350px;
}
#recaptcha_table {
  border:0 !important;
}
.mediatag_wrapper {
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}
.mediatag_wrapper iframe, .mediatag_wrapper object, .mediatag_wrapper embed {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label, .user_controls li {
  display:inline;
}
.right {
  float:right;
}
.left {
  float:left;
}
.hide {
  display:none;
}
.short {
  text-align:center;
}
.clear {
  clear:both;
}
.clearfix::after {
  clear:both;
  content:'.';
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.faded {
  opacity:0.5;
}
.clickable {
  cursor:pointer;
}
.reset_cursor {
  cursor:default;
}
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
  line-height:150%;
  list-style:disc none;
  margin-left:30px;
}
.bullets li {
  padding:2px;
}
#user_navigation #new_msg_count, .rounded {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.desc, .desc.blend_links a, p.posted_info {
  color:#898989;
  font-size:11px;
}
.desc.lighter, .desc.lighter.blend_links a {
  color:#646464;
}
.cancel {
  font-size:0.9em;
  font-weight:bold;
}
.cancel, .cancel:hover {
  color:#AD2930;
}
em.moderated {
  font-size:11px;
  font-style:normal;
  font-weight:bold;
}
.positive {
  color:#6F8F52;
}
.negative {
  color:#C7172B;
}
.searchlite {
  background-color:yellow;
  color:red;
  font-size:14px;
}
.activeuserposting {
  font-style:italic;
}
.col_f_post {
  width:250px !important;
}
.is_mod .col_f_post {
  width:210px !important;
}
td.col_c_post {
  padding-top:10px !important;
  width:250px;
}
.col_f_icon {
  padding:0 0 0 3px !important;
  text-align:center;
  vertical-align:middle;
  width:24px !important;
}
.col_n_icon {
  padding:0 !important;
  vertical-align:middle;
  width:24px;
}
.col_f_views, .col_m_replies {
  text-align:right;
  white-space:nowrap;
  width:100px !important;
}
.col_f_mod, .col_m_mod, .col_n_mod {
  text-align:right;
  width:40px;
}
.col_f_preview {
  text-align:right;
  width:20px !important;
}
.col_c_icon {
  padding:10px 2px 10px 8px !important;
  vertical-align:middle;
  width:33px;
}
.col_c_post .ipsUserPhoto {
  margin-top:3px;
}
.col_n_date {
  width:250px;
}
.col_m_photo, .col_n_photo {
  width:30px;
}
.col_m_mod {
  text-align:right;
}
.col_r_icon {
  width:3%;
}
.col_f_topic, .col_m_subject {
  width:49%;
}
.col_f_starter, .col_r_total, .col_r_comments {
  width:10%;
}
.col_m_date, .col_r_updated, .col_r_section {
  width:18%;
}
.col_c_stats {
  text-align:right;
  width:15%;
}
.col_c_forum {
  width:auto;
}
.col_mod, .col_r_mod {
  width:3%;
}
.col_r_title {
  width:26%;
}
table.ipb_table {
  line-height:1.3;
  width:100%;
}
table.ipb_table td {
  padding:10px;
}
table.ipb_table tr.unread h4 {
  font-weight:bold;
}
table.ipb_table tr.highlighted td {
  border-bottom-width:0;
}
table.ipb_table th {
  font-size:11px;
  font-weight:bold;
  padding:8px 6px;
}
.last_post {
  margin-left:45px;
}
.last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content {
  line-height:18px;
}
#user_notifications_link_menucontent .list_content {
  line-height:130%;
}
.col_c_post .ipsUserPhotoLink {
  margin-top:-1px;
}
.forum_desc {
  padding-top:5px;
}
table.ipb_table h4, table.ipb_table .topic_title {
  display:inline-block;
  font-size:12px;
}
table.ipb_table .unread .topic_title {
  font-weight:bold;
}
table.ipb_table .ipsModMenu {
  visibility:hidden;
}
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active {
  visibility:visible;
}
#announcements h4 {
  display:inline;
}
#announcements td {
}
.announcement img {
  margin-right:4px;
}
.forum_data {
  color:#5C5C5C;
  display:inline-block;
  font-size:11px;
  margin:0 0 0 8px;
  white-space:nowrap;
}
.desc_more {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/desc_more.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:13px;
  text-indent:-2000em;
  width:13px;
}
.desc_more:hover {
  background-position:50% 100%;
}
.category_block .ipb_table h4 {
}
table.ipb_table .subforums {
  margin:7px 0 3px;
  overflow:hidden;
}
table.ipb_table .subforums li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_nonew.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  float:left;
  margin:0;
  padding:0 15px;
}
table.ipb_table .subforums li.unread {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_new.png);
  font-weight:bold;
}
table.ipb_table .expander {
  display:inline-block;
  height:16px;
  visibility:hidden;
  width:16px;
}
table.ipb_table tr:hover .expander {
  opacity:0.2;
  visibility:visible;
}
table.ipb_table td.col_f_preview {
  cursor:pointer;
}
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading {
  opacity:1;
  visibility:visible !important;
}
table.ipb_table .expander.closed {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.open {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 -19px;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.loading {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .preview td {
  border-top-width:0;
  padding:20px 10px 20px 29px;
  z-index:20000;
}
table.ipb_table .preview td > div {
  line-height:1.4;
  position:relative;
}
table.ipb_table .preview td {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
}
.preview_col {
  margin-left:80px;
}
.preview_info {
  background-color:rgba(0, 0, 0, 0.0784314);
  background-position:initial initial;
  background-repeat:initial initial;
  margin:-3px 0 3px;
  padding:5px;
}
table.ipb_table .mini_pagination {
  opacity:0.5;
}
table.ipb_table tr:hover .mini_pagination {
  opacity:1;
}
.ipsLayout.ipsLayout_withleft {
  padding-left:210px;
}
.ipsBox.ipsLayout.ipsLayout_withleft {
  padding-left:220px;
}
.ipsLayout.ipsLayout_withright {
  clear:left;
  padding-right:210px;
}
.ipsBox.ipsLayout.ipsLayout_withright {
  padding-right:220px;
}
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  position:relative;
}
.ipsLayout_content {
  float:left;
  width:100%;
}
.ipsLayout .ipsLayout_left {
  float:left;
  margin-left:-210px;
  width:200px;
}
.ipsLayout .ipsLayout_right {
  float:right;
  margin-right:-210px;
  width:200px;
}
.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:280px;
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:290px;
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
  margin-left:-280px;
  width:270px;
}
.ipsLayout_largeright.ipsLayout_withright {
  padding-right:280px;
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
  padding-right:290px;
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
  margin-right:-280px;
  width:270px;
}
.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:150px;
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:160px;
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
  margin-left:-150px;
  width:140px;
}
.ipsLayout_smallright.ipsLayout_withright {
  padding-right:150px;
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
  padding-right:160px;
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
  margin-right:-150px;
  width:140px;
}
.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:50px;
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:60px;
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
  margin-left:-50px;
  width:40px;
}
.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:50px;
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:60px;
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
  margin-right:-50px;
  width:40px;
}
.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:330px;
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:340px;
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
  margin-left:-330px;
  width:320px;
}
.ipsLayout_bigright.ipsLayout_withright {
  padding-right:330px;
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
  padding-right:340px;
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
  margin-right:-330px;
  width:320px;
}
.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:380px;
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:390px;
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
  margin-left:-380px;
  width:370px;
}
.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:380px;
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:390px;
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
  margin-right:-380px;
  width:370px;
}
.ipsField .ipsField_title {
  font-size:12px;
  font-weight:bold;
  line-height:1.6;
}
.ipsForm_required {
  color:#AB1F39;
  font-weight:bold;
}
.ipsForm_horizontal .ipsField_title {
  float:left;
  line-height:1.8;
  padding-right:15px;
  padding-top:3px;
  text-align:right;
  width:185px;
}
.ipsForm_horizontal .ipsField {
  margin-bottom:15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
  margin-left:200px;
}
.ipsForm_horizontal .ipsField_checkbox {
  margin:0 0 5px 200px;
}
.ipsForm_horizontal .ipsField_select .ipsField_title {
  line-height:1.6;
}
.ipsForm_vertical .ipsField {
  margin-bottom:10px;
}
.ipsForm_vertical .ipsField_content {
  margin-top:3px;
}
.ipsForm .ipsField_checkbox .ipsField_content {
  margin-left:25px;
}
.ipsForm .ipsField_checkbox input {
  float:left;
  margin-top:3px;
}
.ipsField_primary input {
  font-size:18px;
}
.ipsForm_submit {
  margin-top:25px;
  padding:5px 10px;
  text-align:right;
}
.ipsForm_right {
  text-align:right;
}
.ipsForm_left {
  text-align:left;
}
.ipsForm_center {
  text-align:center;
}
.ipsSettings_pagetitle {
  font-size:20px;
  margin-bottom:5px;
}
.ipsSettings {
  padding:0;
}
.ipsSettings_section {
  margin:0 0 15px;
  padding:15px 0 0;
}
.ipsSettings_section > div {
  margin-left:175px;
}
.ipsSettings_section > div ul li {
  margin-bottom:10px;
}
.ipsSettings_section .desc {
  margin-top:3px;
}
.ipsSettings_sectiontitle {
  float:left;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:18px;
  padding-left:10px;
  width:165px;
}
.ipsSettings_fieldtitle {
  display:inline-block;
  font-size:14px;
  margin-right:10px;
  min-width:100px;
  padding-top:3px;
  vertical-align:top;
}
.ipsTooltip {
  padding:5px;
  z-index:25000;
}
.ipsTooltip_inner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#333333;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #333333;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF;
  font-size:12px;
  max-width:250px;
  padding:8px;
  text-align:center;
}
.ipsTooltip_inner a {
  color:#FFFFFF;
}
.ipsTooltip_inner span {
  color:#D2D2D2;
  font-size:11px;
}
.ipsTooltip.top {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_top.png);
  background-position:50% 100%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.top_left {
  background-position:0 100%;
}
.ipsTooltip.bottom {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_bottom.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_left.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_right.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsHasNotifications {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#CF2020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF !important;
  font-size:9px;
  height:12px;
  left:3px;
  line-height:12px;
  padding:0 4px;
  position:absolute;
  text-align:center;
  top:4px;
}
.ipsHasNotifications_blank {
  display:none;
}
#chat-tab-count.ipsHasNotifications {
  left:auto;
  position:absolute;
  right:3px;
  text-shadow:none !important;
  top:3px;
}
.ipsSideMenu {
  padding:10px 0;
}
.ipsSideMenu h4 {
  color:#DDDDDD;
  font-weight:bold;
  margin:0 10px 5px 25px;
}
.ipsSideMenu ul {
  margin-bottom:20px;
}
.ipsSideMenu ul li {
  font-size:11px;
}
.ipsSideMenu ul li a {
  display:block;
  padding:5px 10px 5px 25px;
}
.ipsSideMenu ul li a:hover {
  background-color:rgba(0, 0, 0, 0.027451);
}
.ipsSideMenu ul li.active a {
  background-color:#282828;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check_white.png);
  background-position:6px 8px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-weight:bold;
}
.ipsSteps {
  background-color:#2A2A2A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  height:55px;
}
.ipsSteps li:first-child {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
}
.ipsSteps ul li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:100% -56px;
  background-repeat:no-repeat no-repeat;
  color:#C3C3C3;
  float:left;
  height:39px;
  padding:11px 33px 5px 18px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_active {
  background-position:100% 0;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_done {
}
.ipsSteps_desc {
  font-size:11px;
}
.ipsSteps_arrow {
  display:none;
}
.ipsSteps_title {
  display:block;
  font-size:14px;
  padding-bottom:4px;
}
.ipsSteps_active .ipsSteps_arrow {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:0 -112px;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:55px;
  left:-23px;
  position:absolute;
  top:0;
  width:23px;
}
.ipsSteps ul li:first-child .ipsSteps_arrow {
  display:none !important;
}
.ipsVerticalTabbed {
}
.ipsVerticalTabbed_content {
  min-height:400px;
}
.ipsVerticalTabbed_tabs > ul {
  border-left-color:#393939;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:10px;
  width:149px !important;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
  width:40px !important;
}
.ipsVerticalTabbed_tabs li {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#808080;
  font-size:12px;
}
.ipsVerticalTabbed_tabs li a {
  color:#8D8D8D;
  display:block;
  outline:0;
  padding:10px 8px;
}
.ipsVerticalTabbed_tabs li a:hover {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#C9C9C9;
}
.ipsVerticalTabbed_tabs li.active a {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  width:135px;
  z-index:8000;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  width:24px;
}
.ipsLikeBar {
  font-size:11px;
  margin:10px 0;
}
.ipsLikeBar_info {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:inline-block;
  line-height:22px;
  padding:0 10px;
}
.ipsLikeButton {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  line-height:22px;
  padding:0 7px 0 26px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsLikeButton:hover {
  color:#FFFFFF !important;
}
.ipsLikeButton.ipsLikeButton_enabled {
  background-color:#719C1C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.ipsLikeButton.ipsLikeButton_disabled {
  background-color:#6C6C6C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 -23px;
  background-repeat:no-repeat no-repeat;
}
.ipsTag {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/tag_bg.png);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  height:20px;
  line-height:20px;
  margin:5px 5px 0 0;
  padding:0 7px 0 15px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsTagBox_wrapper {
  display:inline-block;
  line-height:1.3;
  margin-bottom:3px;
  min-height:18px;
  width:350px;
}
.ipsTagBox_hiddeninput {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsTagBox_hiddeninput.inactive {
  font-size:11px;
  min-width:200px;
}
.ipsTagBox_wrapper input {
  border:0;
  outline:0;
}
.ipsTagBox_wrapper li {
  display:inline-block;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  background-color:#D7D7D7;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#E9E9E9;
  color:#222222;
  text-shadow:none;
}
.ipsTagBox_tag {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #595959;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  cursor:pointer;
  font-size:11px;
  margin:0 3px 2px 0;
  padding:2px 1px 2px 4px;
}
.ipsTagBox_tag:hover {
  border-color:#646464;
}
.ipsTagBox_tag.selected {
  background-color:#797979 !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border-color:#A1A1A1 !important;
  color:#FFFFFF !important;
}
.ipsTagBox_closetag {
  color:#C7C7C7;
  display:inline-block;
  font-weight:bold;
  margin-left:2px;
  padding:0 3px;
}
.ipsTagBox_closetag:hover {
  color:#454545;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag {
  color:#424242;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag:hover {
  color:#2F2F2F;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag {
  color:#444444;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover {
  color:#111111;
}
.ipsTagBox_addlink {
  font-size:10px;
  margin-left:3px;
  outline:0;
}
.ipsTagBox_dropdown {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DDDDDD;
  box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  height:100px;
  overflow:scroll;
  z-index:16000;
}
.ipsTagBox_dropdown li {
  cursor:pointer;
  font-size:12px;
  padding:4px;
}
.ipsTagBox_dropdown li:hover {
  background-color:#DBF3FF;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#003B71;
}
.ipsTagWeight_1 {
  opacity:1;
}
.ipsTagWeight_2 {
  opacity:0.9;
}
.ipsTagWeight_3 {
  opacity:0.8;
}
.ipsTagWeight_4 {
  opacity:0.7;
}
.ipsTagWeight_5 {
  opacity:0.6;
}
.ipsTagWeight_6 {
  opacity:0.5;
}
.ipsTagWeight_7 {
  opacity:0.4;
}
.ipsTagWeight_8 {
  opacity:0.3;
}
.ipsFilterbar li {
  font-size:11px;
  margin:0 15px 0 0;
}
.ipsFilterbar li a {
  -webkit-transition:all 0.3s ease-in-out;
  color:#FFFFFF;
  opacity:0.5;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
  transition:all 0.3s ease-in-out;
}
.ipsFilterbar.bar.altbar li a {
  color:#244156;
  opacity:0.8;
  text-shadow:none;
}
.ipsFilterbar:hover li a {
  opacity:0.8;
}
.ipsFilterbar li a:hover {
  color:#FFFFFF;
  opacity:1;
}
.ipsFilterbar li img {
  margin-top:-3px;
}
.ipsFilterbar li.active {
  opacity:1;
}
.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px !important;
  border-bottom-right-radius:10px !important;
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  font-weight:bold;
  opacity:1;
  padding:4px 10px;
}
.ipsPostForm {
}
.ipsPostForm.ipsLayout_withright {
  padding-right:260px !important;
}
.ipsPostForm .ipsLayout_content {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  float:none;
  z-index:900;
}
.ipsPostForm .ipsLayout_right {
  border-left-width:0;
  margin-right:-251px;
  width:250px;
  z-index:800;
}
.ipsPostForm_sidebar {
  margin-top:8px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/folder_closed.png);
  background-position:10px 9px;
  background-repeat:no-repeat no-repeat;
  margin-bottom:2px;
  padding-left:26px;
}
.ipsMemberList .ipsButton_secondary {
  opacity:0.3;
}
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
  opacity:1;
}
.ipsMemberList li .reputation {
  margin:5px 10px 0 0;
}
.ipsMemberList > li .ipsButton_secondary {
  margin-top:15px;
}
.ipsMemberList li .rating {
  display:inline;
}
.ipsComment_wrap {
  margin-top:10px;
}
.border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap {
  margin:0;
}
.ipsComment_wrap .ipsLikeBar {
  margin:0;
}
.ipsComment_wrap input[type="checkbox"] {
  vertical-align:middle;
}
.ipsComment {
  padding:10px;
}
.ipsComment_author, .ipsComment_reply_user {
  float:left;
  line-height:1.3;
  padding:0 10px;
  text-align:right;
  width:160px;
}
.ipsComment_author .ipsUserPhoto {
  margin-bottom:5px;
}
.ipsComment_comment {
  line-height:1.5;
  margin-left:190px !important;
}
.ipsComment_comment > div {
  min-height:33px;
}
.ipsComment_controls {
  margin-top:10px;
}
.ipsComment_controls > li {
  opacity:0.2;
}
.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right {
  opacity:1;
}
.ipsComment_reply_user_photo {
  margin-left:115px;
}
.ipsFloatingAction {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  border:4px solid rgba(0, 0, 0, 0.74902);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  bottom:10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  padding:10px;
  position:fixed;
  right:10px;
  z-index:15000;
}
.ipsFloatingAction.left {
  left:10px;
  right:auto;
}
.ipsFloatingAction .fixed_inner {
  overflow-x:hidden;
  overflow-y:auto;
}
#seoMetaTagEditor {
  width:480px;
}
#seoMetaTagEditor table {
  width:450px;
}
#seoMetaTagEditor table td {
  padding-right:0;
  width:50%;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
  padding:15px 6px;
  text-align:center;
}
.iframe {
  outline:none;
}
.input_text, .ipsTagBox_wrapper, textarea {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  background-color:#363636;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #434343;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  color:#B7B7B7;
  padding:6px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
textarea:focus, .input_text:focus {
  background-color:#4B4B4B;
  border-color:#797979;
  color:#F8F8F8;
  outline:none;
}
input.inactive, select.inactive, textarea.inactive {
  color:#939393;
}
.input_text.error {
  -webkit-box-shadow:none;
  background-color:#883939;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#A95858;
  box-shadow:none;
  color:#FFFFFF;
}
.input_text.accept {
  -webkit-box-shadow:none;
  background-color:#768D3D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#8CA54D;
  box-shadow:none;
  color:#FFFFFF;
}
.input_submit {
  border:0;
  cursor:pointer;
  padding:5px 11px;
  text-decoration:none;
}
a.input_submit {
  display:inline-block;
  padding:7px 11px;
}
.input_submit.alt {
  text-decoration:none;
}
p.field {
  padding:15px;
}
li.field {
  margin-left:5px;
  padding:5px;
}
li.field label, li.field span.desc {
  display:block;
}
li.field.error {
  color:#AD2930;
}
li.field.error label {
  font-weight:bold;
}
li.field.checkbox, li.field.cbox {
  margin-left:0;
}
li.field.checkbox .input_check, li.field.checkbox .input_radio, li.field.cbox .input_check, li.field.cbox .input_radio {
  margin-right:10px;
  vertical-align:middle;
}
li.field.checkbox label, li.field.cbox label {
  display:inline;
  float:none;
  width:auto;
}
li.field.checkbox p, li.field.cbox p {
  display:block;
  left:245px;
  position:relative;
}
li.field.checkbox span.desc, li.field.cbox span.desc {
  display:block;
  margin-left:auto;
  padding-left:27px;
}
.message {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  background-color:#768D3D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #8CA54D;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  font-size:12px;
  line-height:1.6;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.message, .message a, .message h3 {
  color:#EFF6DD;
}
.message h3 {
  padding:0;
}
.message.error {
  background-color:#872D2D;
  border-color:#C15050;
}
.message.error, .message.error a, .message.error h3 {
  color:#F6DDDD;
}
.message.error.usercp {
  background-image:none;
  float:right;
  padding:4px;
}
.message.unspecific {
  background-color:#292929;
  border-color:#393939;
  clear:both;
  margin:0 0 10px;
}
.message.unspecific, .message.unspecific a, .message.unspecific h3 {
  color:#EDEDED;
}
.message a {
  text-decoration:underline;
}
.ipbmenu_content, .ipb_autocomplete {
  min-width:85px;
  z-index:2000;
}
.ipbmenu_content {
  white-space:nowrap;
}
.ipbmenu_content li:last-child {
  border-bottom-width:0;
  padding-bottom:0;
}
.ipbmenu_content li:first-child {
  padding-top:0;
}
.ipbmenu_content.with_checks a {
  padding-left:26px;
}
.ipbmenu_content a .icon {
  margin-right:10px;
}
.ipbmenu_content a {
  display:block;
  padding:6px 10px;
  text-align:left;
  text-decoration:none;
}
.ipbmenu_content.with_checks li.selected a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check.png);
  background-position:7px 10px;
  background-repeat:no-repeat no-repeat;
}
.popupWrapper {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  background-color:rgba(0, 0, 0, 0.6);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  padding:8px;
}
.popupInner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  overflow-x:hidden;
  overflow-y:auto;
  width:500px;
}
.popupInner.black_mode {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border:3px solid #626262;
  color:#EEEEEE;
}
.popupInner.warning_mode {
  border:3px solid #7D1B1B;
}
.popupInner h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#2A2A2A;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:16px;
  font-weight:300;
  padding:8px 10px 9px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.popupInner h3 a {
  color:#FFFFFF;
}
.popupInner.black_mode h3 {
  background-color:#595959;
  color:#DDDDDD;
}
.popupInner.warning_mode h3 {
  background-color:#7D1B1B;
  color:#FFFFFF;
  padding-bottom:6px;
  padding-top:6px;
}
.popupClose {
  position:absolute;
  right:20px;
  top:20px;
}
.popupClose.light_close_button {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup_light.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.8;
  top:17px;
  width:13px;
}
.popupClose.light_close_button img {
  display:none;
}
.popup_footer {
  bottom:0;
  padding:15px;
  position:absolute;
  right:0;
}
.popup_body {
  padding:10px;
}
.stem {
  height:16px;
  position:absolute;
  width:31px;
}
.stem.topleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topleft.png);
}
.stem.topright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topright.png);
}
.stem.bottomleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomleft.png);
}
.stem.bottomright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomright.png);
}
.modal {
  background-color:#3E3E3E;
}
.userpopup h3 {
  font-size:17px;
}
.userpopup h3, .userpopup .side + div {
  padding-left:110px;
}
.userpopup .side {
  margin-top:-40px;
  position:absolute;
}
.userpopup .side .ipsButton_secondary {
  display:block;
  height:auto;
  line-height:1;
  margin-top:5px;
  max-width:75px;
  padding:5px 10px;
  text-align:center;
  white-space:normal;
}
.userpopup .user_controls {
  text-align:left;
}
.userpopup .user_status {
  margin-bottom:5px;
  padding:5px;
}
.userpopup .reputation {
  display:block;
  margin-top:5px;
  text-align:center;
}
.userpopup {
  font-size:0.9em;
  min-height:200px;
  overflow:hidden;
  position:relative;
}
.userpopup dl {
  margin-bottom:4px;
  padding-bottom:10px;
}
.info dt {
  clear:both;
  float:left;
  font-weight:bold;
  padding:3px 6px;
  width:30%;
}
.info dd {
  margin-left:35%;
  padding:3px 6px;
  width:60%;
}
.topic_buttons li {
  float:right;
  margin:0 0 10px 10px;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  height:34px;
  line-height:34px;
  min-width:70px;
  padding:0 20px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  background-color:#8B1515 !important;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png) !important;
  background-position:0 0 !important;
  background-repeat:repeat no-repeat !important;
}
.topic_buttons li a:hover, .ipsButton:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
.topic_buttons li a:active, .ipsButton:active {
  position:relative;
  top:1px;
}
.topic_buttons li.non_button a {
  -webkit-box-shadow:none !important;
  background-color:transparent !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:0;
  box-shadow:none !important;
  color:#777777;
  font-weight:normal;
  min-width:0;
  padding-bottom:1px;
  padding-top:1px;
  text-shadow:none;
}
.topic_buttons li.non_button a:active {
  top:0;
}
.topic_buttons li.disabled a, .topic_buttons li.disabled span {
  -webkit-box-shadow:none;
  background-color:#191919;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  box-shadow:none;
  color:#666666;
  font-weight:300;
  text-shadow:none;
}
.topic_buttons li span {
  cursor:default !important;
}
.ipsButton_secondary, .bbc_spoiler_show, .user_controls li a {
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:11px;
  height:26px;
  line-height:26px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  white-space:nowrap;
}
.ipsButton_secondary a {
  color:#FFFFFF;
}
.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.ipsButton_secondary.important {
  -webkit-box-shadow:none;
  background-color:#AE3232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  box-shadow:none;
  color:#FBF4F4;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsButton_secondary.important a {
  color:#FBF4F4;
}
.ipsButton_secondary.important a:hover, a.ipsButton_secondary.important:hover {
  background-color:#BB3C3C;
  color:#FFFFFF;
}
.ipsButton_secondary:active {
  position:relative;
  top:1px;
}
.ipsButton_secondary .icon {
  margin-right:4px;
  margin-top:-3px;
}
.ipsButton_secondary img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.ipsButton_secondary img {
  margin-top:-1px;
  vertical-align:middle;
}
.ipsField.ipsField_checkbox.ipsButton_secondary {
  line-height:18px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary input {
  margin-top:6px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content {
  margin-left:18px;
}
.ipsButton_extra {
  color:#DDDDDD;
  font-size:11px;
  height:22px;
  line-height:22px;
  margin-left:5px;
}
.ipsButton_secondary.fixed_width {
  min-width:170px;
}
.ipsButton.no_width {
  min-width:0;
}
.topic_controls {
  min-height:30px;
  overflow:hidden;
}
ul.post_controls {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:both;
  margin:10px 0 0;
  overflow:hidden;
  padding:7px;
}
ul.post_controls li {
  float:right;
  font-size:11px;
  margin:0;
  padding:0;
}
ul.post_controls li.report, ul.post_controls li.top {
  float:left;
}
ul.post_controls a {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  display:block;
  height:26px;
  line-height:26px;
  margin-left:4px;
  padding:0 10px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
ul.post_controls a:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
ul.post_controls a.ipsButton_secondary {
  height:24px;
  line-height:24px;
}
ul.post_controls li.multiquote.selected a {
  background-color:#ECA730;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.post_body ul.post_controls {
  margin:0 -12px -12px -187px;
}
.column_view .post_body ul.post_controls {
  margin-left:-188px;
}
.post_block.no_sidebar .post_body ul.post_controls {
  margin-left:0;
}
.post_body ul.post_controls img {
  margin:-3px 2px 0 -3px;
  position:relative;
  vertical-align:middle;
}
.hide_signature, .sigIconStay {
  float:right;
}
.post_block:hover .signature a.hide_signature, .sigIconStay {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cross_sml.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.6;
  position:absolute;
  right:10px;
  width:13px;
}
.pagination {
  line-height:22px;
  padding:5px 0;
}
.pagination.no_numbers .page {
  display:none;
}
.pagination .pages {
  text-align:center;
}
.pagination .back {
  margin-right:5px;
}
.pagination .forward {
  margin-left:5px;
}
.pagination a {
  color:#EEEEEE;
}
.pagination .page a, .pagination .back a, .pagination .forward a {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#EEEEEE;
  display:inline-block;
  font-size:11px;
  font-weight:normal;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-transform:lowercase;
}
.pagination .page a:hover, .pagination .back a:hover, .pagination .forward a:hover {
  background-color:#505050;
  color:#FFFFFF;
}
.pagination .disabled a {
  display:none;
  opacity:0.4;
}
.pagination .pages {
  font-size:11px;
}
.pagination .pages a, .pagejump {
  display:inline-block;
}
.pagination .pagejump a {
  padding:0 7px;
}
.pagination .pagejump a:hover {
  text-decoration:underline;
}
.pagination li {
  margin:0;
}
.pagination .pages li.active {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  cursor:default;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.pagination.no_pages span {
  color:#BBBBBB;
  display:inline-block;
  height:20px;
  line-height:20px;
}
ul.mini_pagination {
  display:inline;
  font-size:0.8em;
  margin-left:7px;
}
ul.mini_pagination li a {
  background-color:#353535;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  padding:2px 6px;
}
ul.mini_pagination li a:hover {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
ul.mini_pagination li {
  display:inline;
  margin:0 1px 0 0;
}
.moderation_bar {
  padding:8px 10px;
  text-align:right;
}
.moderation_bar.with_action {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topic_mod_arrow.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
  padding-right:35px;
}
.column_view .post_wrap {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.column_view .post_body {
  border-left-color:#323232;
  border-left-style:solid;
  border-left-width:1px;
}
.author_info {
  float:left;
  font-size:12px;
  line-height:150%;
  padding:10px;
  text-align:center;
  width:155px;
}
.author_info .group_title {
  color:#DDDDDD;
  margin-top:5px;
}
.author_info .member_title {
  margin-bottom:5px;
  word-wrap:break-word;
}
.author_info .group_icon {
  margin-bottom:3px;
}
.custom_fields {
  color:#BBBBBB;
  margin-top:8px;
}
.custom_fields .ft {
  color:#AAAAAA;
  margin-right:3px;
}
.custom_fields .fc {
  word-wrap:break-word;
}
.user_controls {
  margin:6px 0;
  text-align:center;
}
.user_controls li a {
  padding:0 5px;
}
#board_index {
  position:relative;
}
#board_index.no_sidebar {
  padding-right:0;
}
#board_index.force_sidebar {
  padding-right:280px;
}
#toggle_sidebar {
  -webkit-transition:all 0.4s ease-in-out;
  background-color:#EEEEEE;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#333333;
  opacity:0;
  padding:3px 7px;
  position:absolute;
  right:-5px;
  top:-12px;
  transition:all 0.4s ease-in-out;
  z-index:8000;
}
#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar {
  opacity:0.1;
}
#toggle_sidebar:hover {
  opacity:1 !important;
}
.ipsSideBlock, .general_box {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #454545;
  margin-bottom:10px;
}
.ipsSideBlock {
  padding:10px;
}
.bar, .ipsSideBlock h3, .general_box h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.bar {
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder {
  border-top-width:0;
}
.ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a {
  color:#FFFFFF;
}
.ipsSideBlock h3 {
  margin:-10px -10px 10px;
}
.ipsSideBlock h3 .mod_links {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  background-color:rgba(0, 0, 0, 0.4);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  color:#FFFFFF;
  display:inline-block;
  margin-top:-2px;
  opacity:0;
  padding:1px 4px 3px;
  text-shadow:none;
}
.ipsSideBlock h3:hover .mod_links {
  opacity:1;
}
.sideVerticalList, #index_stats .ipsList_withminiphoto {
  margin:-10px;
}
#index_stats .ipsList_withminiphoto img {
  margin-bottom:-3px;
}
.sideVerticalList.with_margin {
  margin-bottom:10px;
}
.status_list .status_list {
  margin:10px 0 0 35px;
}
.status_list p.index_status_update {
  line-height:120%;
  margin:4px 0;
}
.status_list li {
  position:relative;
}
.status_reply {
  margin-top:8px;
}
.status_list li .mod_links {
  -webkit-transition:all 0.4s ease-in-out;
  opacity:0.1;
  transition:all 0.4s ease-in-out;
}
.status_list li:hover .mod_links {
  opacity:1;
}
#board_stats ul {
  text-align:center;
}
#board_stats li {
  margin-right:20px;
}
#board_stats .value {
  -webkit-box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  background-color:#2B2B2B;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  color:#FFFFFF;
  display:inline-block;
  font-weight:bold;
  margin-right:3px;
  padding:3px 7px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics {
  border:1px solid #393939;
  line-height:1.3;
  margin:20px 0 0;
  overflow:hidden;
  padding:8px;
}
.statistics_head {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  font-size:11px;
  font-weight:bold;
  margin:-8px -8px 8px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics_head, .statistics_head a {
  color:#FFFFFF;
}
.statistics .statistics_head:first-of-type {
  border-top-width:0;
}
.statistics .statistics_head:not(:first-of-type) {
  margin-top:0;
}
#stat_links {
  font-weight:normal;
}
#stat_links a {
  margin:0 5px;
}
.friend_list ul li, #top_posters li {
  float:left;
  height:80px;
  margin:5px 0 0;
  min-width:80px;
  padding:8px 0 0;
  text-align:center;
}
.friend_list ul li span.name, #top_posters li span.name {
  font-size:0.95em;
}
.friend_list ul li .ipsUserPhoto {
  margin-bottom:5px;
}
#hook_watched_items ul li {
  padding:8px;
}
body#ipboard_body #hook_watched_items fieldset.submit {
  padding:8px;
}
#hook_birthdays .list_content {
  padding-top:8px;
}
#hook_calendar .ipsBox_container {
  padding:10px;
}
#hook_calendar td, #hook_calendar th {
  text-align:center;
}
#hook_calendar th {
  font-weight:bold;
  padding:5px 0;
}
#more_topics {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  font-weight:bold;
  text-align:center;
}
#more_topics a, #more_topics span {
  display:block;
  padding:10px 0;
}
#more_topics, .dynamic_update {
  border-top-color:#393939;
  border-top-style:dashed;
  border-top-width:1px;
}
.topic_preview, ul.topic_moderation {
  margin-top:-2px;
  z-index:300;
}
ul.topic_moderation li {
  float:left;
}
.topic_preview a, ul.topic_moderation li a {
  display:block;
  float:left;
  padding:0 3px;
}
span.mini_rate {
  display:inline-block;
  margin-right:12px;
}
img.mini_rate {
  margin-right:-5px;
}
#postShareUrl {
  color:#999999;
  font-size:18px;
  width:95%;
}
#postShareStrip {
  height:25px;
  margin:10px 0 0 30px;
}
body .ip {
}
span.post_id {
  margin-left:4px;
}
input.post_mod {
  margin:12px 5px 0 10px;
}
.post_id a img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.signature {
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:right;
  color:#BCBCBC;
  font-size:0.9em;
  margin:6px 0 4px;
  padding:10px;
  position:relative;
}
.signature a {
  text-decoration:underline;
}
.post_body .signature {
  margin-left:-12px;
  margin-right:-12px;
}
.post_block {
  position:relative;
}
.post_block.no_sidebar {
  background-image:none;
}
.post_block.solved h3, .answerBadgeInPost, .horizontalView .post_block.solved .author_info {
  background-color:#4A4A4A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #777777;
  text-shadow:rgba(0, 0, 0, 0.498039) 0 -1px 0;
}
.post_block.solved h3, .post_block.solved h3 *, .answerBadgeInPost, .horizontalView .post_block.solved .author_info * {
  color:#FFFFFF !important;
}
.horizontalView .post_block.solved .author_info .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block.solved h3, .horizontalView .post_block.solved .author_info {
  background-image:linear-gradient(rgba(255, 255, 255, 0.0784314) 0%, rgba(255, 255, 255, 0) 100%);
  border-left-width:0;
  border-right-width:0;
}
.answerBadgeInPost {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:0;
  float:right;
  height:30px;
  line-height:30px;
  margin:-13px -2px 8px 8px;
  padding:0 12px;
  position:relative;
}
.post_block.feature_box {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#5D5D5D;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0666667) 0%, rgba(255, 255, 255, 0) 100%);
  border:1px solid #838383;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  font-size:11.4px;
  line-height:180%;
  min-height:60px;
  padding:8px;
  word-wrap:break-word;
}
.post_block.feature_box, .post_block.feature_box * {
  color:#FCFCFC !important;
}
.post_block.feature_box .ipsType_sectiontitle {
  border-color:#838383;
  font-size:11.8px;
  font-weight:bold;
}
.post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  background-color:#353535;
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  color:#FFFFFF !important;
  font-size:10px;
  padding:3px 9px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block.feature_box .ipsBadge_lightgrey:hover {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
}
.post_block.feature_box .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block h3 {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block h3, .post_block h3 a {
  color:#FFFFFF;
}
.post_block:first-of-type h3 {
  border-top-width:0;
}
.post_online {
  margin:-3px 5px 0 0;
  vertical-align:middle;
}
.post_username {
  float:left;
  font-weight:bold;
  min-width:177px;
}
.post_date {
  color:#777777;
  float:left;
  font-size:11px;
  font-weight:normal;
}
.post_wrap {
  top:0;
}
.post_body {
  margin-left:175px;
  padding:12px;
}
.post_body .post {
  font-size:12px;
  line-height:1.6;
}
.column_view .post_body .post {
  padding-bottom:12px;
}
.post_block.no_sidebar .post_body {
  margin-left:0 !important;
}
.posted_info {
  padding:0 0 10px;
}
.posted_info strong.event {
  color:#1C2837;
  font-size:1.2em;
}
.post_ignore {
  background-color:#1C1C1C;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#777777;
  font-size:0.9em;
  padding:15px;
}
.post_ignore .reputation {
  display:inline;
  float:none;
  padding:2px 6px;
  text-align:center;
}
.rep_bar {
  margin:6px 4px;
  white-space:nowrap;
}
.rep_bar .reputation {
  font-size:10px;
  padding:2px 10px !important;
}
p.rep_highlight {
  background-color:#D5DEE5;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#1D3652;
  display:inline-block;
  float:right;
  font-size:0.8em;
  font-weight:bold;
  margin:5px 10px 10px;
  padding:5px;
  text-align:center;
}
p.rep_highlight img {
  margin-bottom:4px;
}
.edit {
  background-color:#777777;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/comment_edit.png);
  background-position:6px 10px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-size:11px;
  line-height:18px;
  margin-top:15px;
  padding:8px 8px 8px 28px;
  text-shadow:#FFFFFF 0 0 0;
}
.poll fieldset {
  padding:9px;
}
.poll_question {
}
.poll_question h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  padding:5px;
}
.poll_question ol {
  padding:20px;
}
.poll_question li {
  font-size:0.9em;
  margin:6px 0;
}
.poll_question .votes {
  margin-left:5px;
}
.snapback {
  margin-right:5px;
  padding:1px 0 1px 1px;
}
.rating {
  display:block;
  line-height:16px;
  margin-bottom:4px;
}
.rating img {
  vertical-align:top;
}
#rating_text {
  margin-left:4px;
}
div.post_form label {
  clear:both;
  float:left;
  padding-right:15px;
  text-align:right;
  width:275px;
}
div.post_form span.desc, fieldset#poll_wrap span.desc {
  clear:both;
  display:block;
  margin-left:290px;
}
div.post_form .checkbox input.input_check, #mod_form .checkbox input.input_check {
  margin-left:295px;
}
div.post_form .antispam_img {
  margin-left:290px;
}
div.post_form .captcha .input_text {
  float:left;
}
div.post_form fieldset {
  padding-bottom:15px;
}
div.post_form h3 {
  margin-bottom:10px;
}
fieldset.with_subhead {
  margin-bottom:0;
  padding-bottom:0;
}
fieldset.with_subhead h4 {
  float:left;
  margin-top:6px;
  text-align:right;
  width:300px;
}
fieldset.with_subhead ul {
  margin:0 15px 0 320px;
  padding-bottom:10px;
  padding-top:10px;
}
fieldset.with_subhead span.desc, fieldset.with_subhead label {
  margin:0;
  width:auto;
}
fieldset.with_subhead .checkbox input.input_check {
  margin-left:0;
}
#toggle_post_options {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/add.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  font-size:0.9em;
  margin:15px;
  padding:2px 0 2px 22px;
}
#poll_wrap .question {
  margin-bottom:10px;
}
#poll_wrap .question .wrap ol {
  list-style:decimal;
  margin-left:25px;
}
#poll_wrap .question .wrap ol li {
  margin:5px;
}
.question_title {
  margin-left:30px;
  padding-bottom:0;
}
.question_title .input_text {
  font-weight:bold;
}
#poll_wrap {
  position:relative;
}
#poll_footer {
}
#poll_container_wrap {
  overflow:auto;
}
#poll_popup_inner {
  overflow:hidden;
}
.poll_control {
  margin-left:20px;
}
.post_form .tag_field ul {
  margin-left:290px;
}
.swfupload {
  position:absolute;
  z-index:1;
}
#attachments {
}
#attachments li {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  background-color:#2A2A2A;
  border:1px solid #383838;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  margin-bottom:10px;
  padding:6px 20px 6px 42px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
#attachments li p.info {
  font-size:0.8em;
  width:300px;
}
#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  display:none;
}
#attachments li.complete .links {
  display:block;
  font-size:0.9em;
  margin-right:15px;
  position:absolute;
  right:0;
  top:12px;
}
#attachments li .progress_bar {
  margin-right:15px;
  position:absolute;
  right:0;
  top:15px;
  width:200px;
}
#attachments li.complete, #attachments li.in_progress, #attachments li.error {
  background-position:12px 12px;
  background-repeat:no-repeat no-repeat;
}
#attachments li.in_progress {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
}
#attachments li.error {
  background-color:#822F2F;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/exclamation.png);
  border:1px solid #9C4141;
}
#attachments li.error .info {
  color:#FFFFFF;
}
#attachments li.complete {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/accept.png);
}
#attachments li .thumb_img {
  height:30px;
  left:6px;
  overflow:hidden;
  position:absolute;
  top:6px;
  width:30px;
}
.attach_controls {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_attach.png);
  background-position:3px 0;
  background-repeat:no-repeat no-repeat;
  min-height:82px;
  padding-left:30px;
}
.attach_controls .ipsType_subtitle {
  margin-bottom:5px;
}
.attach_controls iframe {
  display:block;
  margin-bottom:5px;
}
.attach_button {
  font-weight:bold;
}
#help_msg {
  margin-top:8px;
}
#attach_wrap {
  margin-top:10px;
  overflow:hidden;
}
#attach_wrap h4 {
  font-size:16px;
  padding-left:0;
}
#attach_wrap li {
  float:left;
  margin:5px 0;
}
#attach_wrap .attachment {
  float:none;
}
#attach_wrap .desc.info {
  margin-left:24px;
}
#attach_error_box {
  margin-bottom:10px;
}
.resized_img {
  display:inline-block;
  margin:0 5px 5px 0;
}
.reputation {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  font-weight:bold;
  padding:3px 8px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.reputation.positive, .members li.positive {
  background-color:#8DB13E;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.negative, .members li.negative {
  background-color:#B82929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.positive, .reputation.negative {
  color:#FFFFFF;
}
.reputation.zero {
  background-color:#505050;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.status_main_content {
}
.status_main_content h4 {
  font-size:1.2em;
  font-weight:normal;
}
.status_main_content h4 .su_links a {
  font-weight:normal;
}
.status_main_content p {
  padding:6px 0;
}
.status_main_content h4 a {
  font-weight:bold;
  text-decoration:none;
}
.status_mini_wrap {
  background-color:rgba(0, 0, 0, 0.0392157);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  font-size:0.95em;
  margin-top:2px;
  padding:7px;
}
.status_mini_wrap img {
  margin-top:-2px;
  position:relative;
  vertical-align:middle;
}
.status_mini_photo {
  float:left;
}
.status_textarea {
  width:99%;
}
#index_stats .status_textarea {
  width:180px;
}
.status_replies_many {
  height:300px;
  overflow:auto;
}
.status_update {
  background-color:#1A1A1A;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:15px 12px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.status_update .input_text {
  width:70%;
}
.status_update .input_submit {
  padding-left:15px;
  padding-right:15px;
}
.status_submit {
  padding-top:5px;
}
#status_wrapper h4 {
  font-size:14px;
  font-weight:bold;
}
.status_content {
  line-height:1.4;
}
.status_content .mod_links {
  opacity:0.2;
}
.status_content:hover .mod_links {
  opacity:1;
}
.status_content .h4, .status_content .status_status {
  font-size:14px;
  word-wrap:break-word;
}
.status_content .status_status {
  padding:2px 0 5px;
}
.status_feedback .status_mini_content {
  line-height:18px;
}
.status_feedback {
  margin:10px 0 0 -10px;
}
.ips_like {
  background-color:#F6F6F6;
  clear:both;
  color:#878787;
  font-size:1em;
  line-height:130%;
  min-height:18px;
  overflow:hidden;
  padding:6px;
}
.ips_like a {
  color:#878787;
}
.ips_like a.ftoggle {
  background-color:#878787;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #747474;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  float:right;
  font-size:0.9em;
  margin-top:-4px;
  padding:3px 4px 2px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ips_like a.ftoggle.on {
  background-color:#545454;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#474747;
  margin-left:3px;
}
.ips_like a.ftoggle._newline, .ips_like a.ftoggle.on._newline {
  display:block;
  float:none;
  margin-left:auto;
  margin-right:0;
  margin-top:5px;
  text-align:center;
  width:70px;
}
.ips_like a:hover.ftoggle.on, .ips_like a:hover.ftoggle {
  background-color:#545454;
}
.facebook-like {
  margin-top:5px;
}
.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
#ipsGlobalNotification {
  font-weight:bold;
  left:50%;
  margin-left:-250px;
  position:fixed;
  text-align:center;
  top:20px;
  z-index:10000;
}
#ips_NotificationCloseButton {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  cursor:pointer;
  height:13px;
  left:5px;
  opacity:0.8;
  position:absolute;
  top:5px;
  width:13px;
}
.googlePlusOne {
  display:inline-block;
  margin-top:1px;
  vertical-align:middle;
}
.fbLike {
  float:right !important;
  padding-left:2px;
}
#mymedia_inserted {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:#FFFFFF;
  font-size:15px;
  font-weight:bold;
  left:50%;
  margin-left:-200px;
  padding:20px 0;
  position:absolute;
  text-align:center;
  top:100px;
  width:400px;
  z-index:20000;
}
#mymedia_toolbar {
  background-color:#2D2D2D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  bottom:0;
  height:42px;
  left:0;
  line-height:42px;
  padding:0 5px;
  position:absolute;
  right:0;
}
#mymedia_finish {
  position:absolute;
  right:5px;
  top:5px;
}
#mymedia_content {
  height:339px;
  overflow:auto;
}
.media_results li.result {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  cursor:pointer;
  float:left;
  height:120px;
  padding:10px 0;
  text-align:center;
  width:20%;
}
.media_results li:hover {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_results li:active {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_image {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#2D2D2D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #0E0E0E;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  margin-bottom:5px;
  padding:1px;
}
.templateError {
  background-color:#FFFFFF !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:1px dotted black !important;
  color:#000000 !important;
  margin:0 !important;
  padding:10px !important;
}
.modcp_post_controls {
  padding-bottom:15px;
}
.modcp_post_controls .ipsButton_secondary {
  opacity:0.5;
}
.post_body:hover .modcp_post_controls .ipsButton_secondary {
  opacity:1;
}
#modcp_content .ipsFilterbar li.active a {
  display:inline-block;
  margin-bottom:1px;
}
.nexusad {
  clear:both;
  padding:10px;
}
#bbcode-description {
  color:#666666 !important;
  white-space:normal !important;
  word-wrap:break-word;
}
table.ipb_table .expander, table.ipb_table .ipsModMenu {
  opacity:0.2;
  visibility:visible;
}
.post_block .post_controls {
  opacity:1 !important;
}
.notnew .highlight_unread, .notnew .highlight_unread a {
  color:#898989;
}
#stats_div {
  height:0;
  overflow:hidden;
}
.skin_link {
  float:left;
  padding-top:4px;
}
.skin_link, .skin_link a {
  color:#BCD380 !important;
}
.skin_link a:hover {
  color:#D5EB9D !important;
  text-decoration:underline;
}
.negMargin {
  margin:-9px;
}
.negMarginTop {
  margin-top:-9px;
}
.negMarginRight {
  margin-right:-9px;
}
.negMarginBottom {
  margin-bottom:-9px;
}
.negMarginLeft {
  margin-left:-9px;
}
.input_submit, .ipsButton_secondary {
  outline:none;
}
#rss_feed {
  margin-top:-1px;
}
#index_stats .status_submit .input_submit {
  font-size:11px;
}
div[id$="member_popup"] .general_box {
  border:0;
  margin:0;
}
#ipsNav_content a {
  display:block;
  padding:5px 10px;
}
#ipsNav_content li {
  padding:0;
}
.ipsList_withminiphoto.ipsPad_half {
  padding:0 !important;
}
.ipsList_withminiphoto > li, .ipsHeaderMenu h4 {
  overflow:hidden;
}
.status_list li {
  margin-top:10px;
}
.fullList {
  margin:-9px;
}
#usercp_content .ipsType_subtitle {
  margin-bottom:10px;
  padding-bottom:6px;
  padding-top:3px;
}
#modCpanel .ipsType_subtitle {
  padding-bottom:5px;
  padding-top:4px;
}
.col_f_icon span {
  margin-bottom:6px;
  margin-top:2px;
}
.idx_album_thumb img {
  height:32px;
  width:32px;
}
.idx_album_thumb img, .inlineimage img, #appGallLatestHook img {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
}
.inlineimage img:hover, #appGallLatestHook img:hover {
  opacity:0.9;
}
.topic_desc {
  display:inline-block;
  padding-top:3px;
}
.ipbfs_login h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}
.ipbfs_login .ipsForm_submit {
  margin-top:0;
}
.ipbfs_login .ipsBox_notice {
  margin:0;
}
.ipbfs_login_col {
  float:left;
  padding:15px 10px;
  width:279px;
}
.ipbfs_login_col a:hover {
  text-decoration:underline;
}
.ipbfs_login_row {
  overflow:hidden;
}
.ipbfs_login_row label {
  font-size:1.15em;
}
.ipbfs_login .input_submit {
  font-size:13px;
}
.ipbfs_login_input {
  font-size:14px;
  margin-top:10px;
  padding:6px 0 6px 28px;
  width:250px;
}
.ipbfs_luser {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/user.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_lpassword {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/key.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_titlebox .desc {
  padding:3px 0;
}
.ipbfs_titlebox {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  overflow:hidden;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.content_border {
  border:1px solid #393939;
}
.guestMessage {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  color:#DDDDDD;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:140%;
  margin-bottom:10px;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.guestMessage strong {
  display:inline-block;
  margin-bottom:7px;
}
.guestMessage a {
  border-bottom-color:#BCBCBC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#FFFFFF;
  text-decoration:none;
}
.forum_name {
  font-weight:bold;
}
.forum_desc_pos {
  position:relative;
}
.forum_desc_con {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/forum_desc_arrow.png);
  background-position:6px 9px;
  background-repeat:no-repeat no-repeat;
  display:none;
  float:left;
  left:10px;
  padding-left:10px;
  position:absolute;
  top:-4px;
  width:350px;
  z-index:10000;
}
.forum_description {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  background-color:rgba(15, 15, 15, 0.901961);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:11px;
  padding:5px;
}
.topicViewIcons {
  margin:-3px 10px -5px 0;
  overflow:hidden;
  padding-bottom:1px;
  position:relative;
}
.topicViewIcons img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topicViewIcon.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:16px;
  margin-top:4px;
  vertical-align:top;
  width:16px;
}
.topicViewIcons #topicViewRegular img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewRegular.active img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewBasic img {
  background-position:-16px -16px;
}
.topicViewIcons #topicViewBasic.active img {
  background-position:-16px -16px;
}
.topicViewIcons a {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  float:left;
  height:22px;
  margin-right:5px;
  opacity:0.6;
  outline:none;
  text-align:center;
  text-decoration:none;
  width:22px;
}
.topicViewIcons a:hover {
  background-color:rgba(0, 0, 0, 0.0980392);
  background-position:initial initial;
  background-repeat:initial initial;
  opacity:1;
}
.topicViewIcons a.active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  background-color:rgba(0, 0, 0, 0.498039);
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  opacity:1;
}
.basicTopicView .post_body {
  border:0 !important;
  margin-left:0 !important;
}
.basicTopicView .post_body ul.post_controls {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  margin:0 -12px -12px;
}
.basicTopicView .author_info, .basicTopicView .signature {
  display:none;
}
.basicTopicView .post_username {
  border-right-color:rgba(255, 255, 255, 0.0980392);
  border-right-style:solid;
  border-right-width:1px;
  margin-right:10px;
  min-width:0;
  padding-right:10px;
}
.forum_stats {
  color:#888888;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-top:4px;
  text-transform:capitalize;
}
.forum_stats span {
  color:#AAAAAA;
}
.horizontalView .post_block {
  position:static;
}
.horizontalView .author_info {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  background-color:#363636;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0196078) 0%, rgba(255, 255, 255, 0) 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  float:none;
  position:relative;
  text-align:left;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
  width:auto;
}
.horizontalView .post_body {
  border:0;
  margin-left:0;
}
.horizontalView .post_body ul.post_controls {
  margin:0 -12px -12px;
}
.postInfoBottom {
  font-size:11px;
  opacity:0;
  padding-bottom:10px;
  padding-top:10px;
}
.horizontalView .post_body:hover .postInfoBottom {
  opacity:1;
}
.postInfoBottom input.post_mod {
  margin:2px 0 0;
}
.postInfoBottom span.post_id {
  margin:0;
}
.postInfoBottom, .postInfoBottom a {
  color:#999999;
}
.horizontalView .postDate {
  margin-right:15px;
}
.horizontalAvatar {
  margin-right:10px;
}
.horizontalUserInfo {
  overflow:hidden;
}
.horizontalUsername {
  font-family:'Trebuchet MS';
  font-size:24px;
  font-weight:bold;
  padding:6px 0 3px;
}
.horizontalUsername a {
  color:#EEEEEE;
}
.horizontalUsername a:hover {
  color:#FFFFFF;
}
.horizontalInfoList {
  color:#CCCCCC;
  float:left;
  font-size:11px;
  width:175px;
}
.horizontalInfoList li {
  padding:2px 0;
}
.horizontalView .custom_fields {
  margin-top:0;
}
.horizontalView .author_info .group_icon {
  margin:0;
}
.fadedForumIcon {
  -webkit-filter:grayscale(1);
  opacity:0.3;
}
.ipbforumskins {
}

 

 

W klasie body zmieniasz tylko link do tła jakie chcesz. Następnie w "Applies to" klikasz Specify, z rozwijanej listy wybierasz URLs on the domain, a w polu obok wpisujesz mpcforum.pl. Zapisujesz poprzez Save.

Liczę na parę lajków ;>

A jaki obrazek mi dałeś :D ?

1373415594-U477327.png

KidModerator Single Player|MPC Champion|Gold Member|Postwriter|Uczeń Pawła_CS|

Opublikowano

Podmień tamten kod na ten:

 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q::before, q::after {
  content:'';
}
abbr, acronym {
  border:0;
}
hr {
  border:0;
  display:none;
}
address {
  display:inline;
}
body {
  background: url(http://www.hdwallpapers.in/wallpapers/fast_and_furious_6-1280x1024.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#BCBCBC;
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding-bottom:20px;
  position:relative;
}
input, select, textarea {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}
h3, strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
img, .input_check, .input_radio {
  vertical-align:middle;
}
legend {
  display:none;
}
table {
  width:100%;
}
td {
  padding:3px;
}
a {
  color:#A6C7D7;
  text-decoration:none;
}
a:hover {
  color:#BCD380;
}
#index_stats a {
  color:#BCD380;
}
#index_stats a:hover {
  color:#D5EB9D;
}
::selection {
  background-color:#757575;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsList_inline > li {
  display:inline-block;
  margin:0 3px;
}
.ipsList_inline > li:first-child {
  margin-left:0;
}
.ipsList_inline > li:last-child {
  margin-right:0;
}
.ipsList_inline.ipsList_reset > li:first-child {
  margin-left:3px;
}
.ipsList_inline.ipsList_reset > li:last-child {
  margin-right:3px;
}
.ipsList_inline.ipsList_nowrap {
  white-space:nowrap;
}
.ipsList_withminiphoto > li {
  padding:7px;
}
.ipsList_withmediumphoto > li .list_content {
  margin-left:60px;
}
.ipsList_withminiphoto > li .list_content {
  margin-left:44px;
}
#index_stats .ipsList_withtinyphoto .list_content, .ipsList_withtinyphoto > li .list_content {
  margin-left:32px;
}
.list_content {
  word-wrap:break-word;
}
.ipsList_data li {
  line-height:1.3;
  padding:6px;
}
.ipsList_data .row_data {
  display:inline-block;
  max-width:100%;
  word-wrap:break-word;
}
.ipsList_data .row_title, .ipsList_data .ft {
  display:inline-block;
  float:left;
  font-weight:bold;
  padding-right:10px;
  text-align:right;
  width:120px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  width:80px;
}
.ipsType_pagetitle, .ipsType_subtitle {
  color:#EAEAEA;
  font-family:Helvetica, Arial, sans-serif;
  font-size:26px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:1.4;
}
.ipsType_subtitle {
  font-size:18px;
}
.ipsType_sectiontitle {
  color:#E0E0E0;
  font-size:16px;
  font-weight:normal;
  padding:5px 0;
}
.ipsType_pagedesc {
  color:#E0E0E0;
  line-height:1.5;
}
.ipsType_pagedesc a {
  text-decoration:underline;
}
.ipsType_textblock {
  line-height:1.7;
}
.ipsType_small {
  font-size:11px;
}
.ipsType_smaller, .ipsType_smaller a {
  font-size:11px !important;
}
.ipsType_smallest, .ipsType_smallest a {
  font-size:10px !important;
}
.ipsBox_container .ipsType_pagetitle {
  margin-bottom:6px;
}
.ipsReset {
  margin:0 !important;
  padding:0 !important;
}
.wrapper {
  margin:0 auto;
  max-width:1600px;
  min-width:980px;
  width:90%;
}
#content {
  line-height:120%;
  padding:10px 0;
}
.row1, .post_block.row1 {
  background-color:#292929;
}
.row2, .post_block.row2 {
  background-color:#292929;
}
.unread .highlight_unread {
  font-weight:bold;
}
#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  border-bottom-color:#252525;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#353535;
  border-top-style:solid;
  border-top-width:1px;
}
.ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type {
  border-top-width:0;
}
.ipsSideMenu ul, #register_form hr, #login_form hr, .ipsSettings_section, #index_stats div[id*="statusReply"]:first-of-type {
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.articles .type-1x2x2 .article_row:last-of-type, .store_categories ul:last-of-type li:last-of-type, #idm_categories li:last-of-type a, #idm_category .idm_category_row:last-of-type, .sideVerticalList li:last-of-type, #index_stats div[id*="statusReply"].status_reply, .ipsList_withminiphoto li:last-of-type, .member_entry:last-of-type, .ipsList_data li:last-of-type, #help_topics li:last-of-type, table.ipb_table tr:last-of-type td {
  border-bottom-width:0;
}
.highlighted, .highlighted .altrow {
  background-color:#232323;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
}
#idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/row_gradient.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.ipsBox_container {
  border:1px solid #393939;
}
.ipsBox {
  background-color:#1E1E1E;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBox_container.moderated {
  background-color:#36120E;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #4B1F1A;
}
.ipsBox_notice, .ipsBox_highlight {
  background-color:#222222;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.border {
  border:1px solid #454545;
}
.removeDefault .ipsBox, .removeDefault.ipsBox {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  padding:0;
}
.removeDefault .ipsBox_container, .removeDefault.ipsBox_container {
  border:0;
}
.maintitle {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#527496;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  font-size:12px;
  font-weight:300;
  margin-bottom:4px;
  overflow:hidden;
  padding:12px;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
}
h3.maintitle {
  font-weight:bold;
}
.maintitle a {
  color:#FFFFFF;
}
.collapsed .maintitle {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  opacity:0.2;
}
.collapsed .maintitle:hover {
  opacity:0.4;
}
.maintitle .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_minimize.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:22px;
  margin:-5px -5px -10px 0;
  outline-width:0;
  text-indent:-3000em;
  visibility:hidden;
  width:32px;
}
.maintitle:hover .toggle {
  visibility:visible;
}
.collapsed .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_maximize.png);
}
.header_left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_left.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.header_right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_right.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
}
.maintitle_base {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle_base.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.maintitle_base .maintitle {
  -webkit-box-shadow:none;
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  box-shadow:none;
}
a.ipsBadge:hover {
  color:#FFFFFF;
}
.ipsBadge_green {
  background-color:#7BA60D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_purple {
  background-color:#AF286D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_grey {
  background-color:#515151;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_lightgrey {
  background-color:#848484;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_orange {
  background-color:#ED7710;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_red {
  background-color:#BF1D00;
  background-position:initial initial;
  background-repeat:initial initial;
}
.bar {
}
.bar.altbar {
}
.header {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.header th {
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:6px !important;
}
body .ipb_table .header a, body .topic_options a {
  color:#FFFFFF;
}
.bbc_url, .bbc_email {
  color:#BCD380;
  text-decoration:underline;
}
.date, .poll_question .votes {
  color:#747474;
  font-size:11px;
}
.no_messages {
  padding:15px 10px;
}
.tab_bar {
  background-color:#2A2A2A;
  color:#818181;
}
.tab_bar li.active {
  background-color:#454545;
  color:#FFFFFF;
}
.tab_bar.no_title.mini {
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:8px;
}
.ipbmenu_content, .ipb_autocomplete {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
.ipbmenu_content li, .ipb_autocomplete li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.ipb_autocomplete li {
  padding:3px;
}
.ipb_autocomplete li.active {
  background-color:#252525;
}
.ipbmenu_content a {
  color:#FFFFFF;
}
.ipbmenu_content a:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.input_submit {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#5A7FA0;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-color:#3F3F3F;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit:hover {
  background-color:#76A1C7;
  color:#FFFFFF;
}
.input_submit.alt {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#585858;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit.alt:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.input_submit.delete {
  background-color:#AD2930;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#962D29;
  color:#FFFFFF;
  text-shadow:#771C20 0 -1px 0;
}
.input_submit.delete:hover {
  background-color:#BF3631;
  color:#FFFFFF;
}
.input_submit:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  position:relative;
  top:1px;
}
.input_submit.alt:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  background-color:#232323;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-top-color:#373737;
  border-top-style:solid;
  border-top-width:1px;
}
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body, body td.moderated, body td.moderated {
  background-color:#36120E;
}
.post_block.moderated {
  border:0 !important;
}
.post_block.moderated .post_wrap, .post_block.moderated h3, .moderated .row2, .moderated .post_controls {
  background-color:#4A1A14;
  border:0;
}
.moderated, .moderated a {
  color:#FCD9D9;
}
.moderated h3, .moderated h3 a {
  color:#FFFFFF !important;
}
#header_bar {
  background-color:#323232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  padding:0;
  text-align:right;
}
#admin_bar {
  background-color:#090909;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#2B2B2B;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:11px;
  line-height:28px;
  overflow:hidden;
  padding:0 12px;
}
#admin_bar li {
  padding-left:10px;
  padding-right:10px;
}
#admin_bar li.active a {
  color:#FC6D35;
}
#admin_bar a {
  color:#8A8A8A;
}
#admin_bar a:hover {
  color:#FFFFFF;
}
#user_navigation {
  border-left-color:#2B2B2B;
  border-left-style:solid;
  border-left-width:1px;
  color:#9F9F9F;
  float:right;
  font-size:11px;
  height:35px;
  line-height:35px;
  overflow:hidden;
}
#user_navigation a {
  border-right-color:#2B2B2B;
  border-right-style:solid;
  border-right-width:1px;
  color:#FFFFFF;
  float:left;
  height:35px;
  line-height:35px;
  outline:none;
  padding:0 12px;
}
#user_navigation a:hover {
  background-color:#232323;
  background-position:initial initial;
  background-repeat:initial initial;
}
#user_navigation .user_photo {
  height:27px;
  margin:-3px -8px 0;
  position:relative;
  width:auto;
}
#user_navigation #sign_in img, #user_navigation #register_link img {
  margin:-1px 2px 0 0;
  position:relative;
  vertical-align:middle;
}
#user_navigation .ipsList_inline li {
  float:left;
  margin:0;
  padding:0;
}
#user_link_dd, .dropdownIndicator {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_dropdown.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:5px;
  width:9px;
}
#user_link_menucontent #links li {
  float:left;
  margin:3px 0;
  white-space:nowrap;
  width:50%;
}
#user_link_menucontent #links a {
  display:block;
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
  background-position:100% 50%;
}
#community_app_menu .menu_active .dropdownIndicator {
  background-position:0 50%;
}
#community_app_menu li.active .menu_active .dropdownIndicator {
  background-position:100% 50%;
}
#user_link_menucontent #statusForm {
  margin-bottom:15px;
}
#user_link_menucontent #statusUpdate {
  margin-bottom:5px;
}
#user_link_menucontent > div {
  margin-left:15px;
  text-align:left;
  width:265px;
}
#statusSubmitGlobal {
  margin-top:3px;
}
#user_navigation a#user_link.menu_active, #user_navigation a#notify_link.menu_active, #user_navigation a#inbox_link.menu_active {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  position:relative;
  z-index:10000;
}
#notify_link, #inbox_link {
  padding:0 8px !important;
  position:relative;
  vertical-align:middle;
  width:20px;
}
#notify_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_notify.png);
}
#inbox_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_inbox.png);
}
#notify_link img, #inbox_link img {
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:20px;
  margin-top:-2px;
  width:20px;
}
#notify_link.menu_active img, #inbox_link.menu_active img {
  background-position:0 -20px;
}
.services img {
  margin:-1px -2px 0;
}
#branding {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/banner_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  height:92px;
}
#logo {
  float:left;
}
#logo a.textLogo {
  color:#FFFFFF;
  display:block;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  height:92px;
  line-height:92px;
  padding:0 12px;
  text-decoration:none;
}
#nav_wrap {
  background-color:#171717;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3E3E3E;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#2B2B2B;
  border-top-style:solid;
  border-top-width:1px;
  height:35px;
}
#primary_nav {
  float:left;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:3px 0 0;
  text-transform:uppercase;
}
#community_app_menu > li {
  margin:0 3px 0 0;
  position:relative;
}
#community_app_menu > li > a {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-left-color:#1F1F1F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#1F1F1F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#252525;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-top-style:solid;
  border-top-width:1px;
  color:#BCBCBC;
  display:block;
  height:31px;
  line-height:31px;
  outline:none;
  padding:0 15px;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#272727;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#272727;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#303030;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
}
#community_app_menu > li.active a {
  background-color:#212121;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#2F2F2F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#2F2F2F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#565656;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
  padding-bottom:1px;
  position:relative;
}
#community_app_menu > li > a.ipbmenu img {
  margin-right:-6px;
}
#primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  -webkit-box-shadow:none;
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#272727;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-left-color:#272727;
  border-left-style:solid;
  border-right-color:#272727;
  border-right-style:solid;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-width:0 1px 1px;
  box-shadow:none;
  font-size:11px;
  min-width:140px;
}
#primary_extra_menucontent li, #more_apps_menucontent li, .submenu_container li {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  float:none !important;
  min-width:150px;
  padding:0;
}
#primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a {
  color:#FFFFFF;
  display:block;
  padding:8px 10px;
}
#primary_extra_menucontent a:hover, #more_apps_menucontent a:hover, .submenu_container a:hover {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
#primary_extra_menucontent li:last-child a, #more_apps_menucontent li:last-child a {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
#community_app_menu .submenu_container {
  width:260px;
}
#community_app_menu .submenu_container li {
  width:260px;
}
#secondary_navigation {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:1px solid #2D2D2D;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  line-height:37px;
  margin-bottom:15px;
  overflow:hidden;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#secondary_navigation a {
  color:#BCD380;
  height:37px;
  line-height:37px;
}
#secondary_navigation a:hover {
  color:#D5EB9D;
}
#secondary_navigation #breadcrumb li {
  float:left;
}
#secondary_navigation #breadcrumb li a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  margin-left:-15px;
  outline-style:none;
  padding-left:12px;
  text-decoration:none;
}
#secondary_navigation #breadcrumb li.first a {
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  margin-left:0;
  padding-left:0;
}
#secondary_navigation #breadcrumb li span {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  padding-left:4px;
  padding-right:17px;
}
#secondary_navigation #breadcrumb li > span {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#D7D7D7;
  padding-left:4px;
}
#secondary_navigation #breadcrumb li.first a span {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
  padding-left:12px;
}
#secondary_navigation #breadcrumb li a:hover {
  background-position:0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span {
  background-position:100% -43px;
}
#secondary_navigation #breadcrumb li a:active {
  background-position:0 -86px;
}
#secondary_navigation #breadcrumb li a:active span {
  background-position:100% -86px;
}
#secondary_links {
  overflow:hidden;
}
#secondary_links li {
  float:left;
  margin:0;
}
#secondary_links a {
  display:block;
  padding:0 12px;
}
#secondary_links img {
  height:16px;
  margin:10px -4px 0;
  opacity:0.8;
  position:relative;
  vertical-align:top;
  width:16px;
}
#secondary_links a:hover img {
  opacity:1;
}
.breadcrumb {
  color:#D7D7D7;
  font-size:11px;
}
.breadcrumb a {
  color:#D7D7D7;
}
.breadcrumb li .nav_sep {
  margin:0 5px 0 0;
}
.breadcrumb li:first-child {
  margin-left:0;
}
.breadcrumb.bottom {
  display:none;
  margin-top:10px;
  width:100%;
}
.ipsHeaderMenu {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  overflow:hidden;
  padding:10px;
  width:340px;
}
.ipsHeaderMenu.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
}
.ipsHeaderMenu .ipsType_sectiontitle {
  margin-bottom:8px;
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
  width:300px;
}
#search {
  margin-top:33px;
}
#main_search {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  font-size:12px;
  outline:0;
  padding:0;
  width:138px;
}
#main_search.inactive {
  color:#BCBCBC;
}
#search_wrap {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:4px;
  border-top-left-radius:3px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  display:block;
  height:26px;
  line-height:25px;
  min-width:230px;
  padding:0 26px 0 4px;
  position:relative;
}
#adv_search {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/advanced_search.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  height:26px;
  margin-left:3px;
  text-indent:-3000em;
  width:26px;
}
#adv_search:hover {
  background-color:rgba(0, 0, 0, 0.2);
}
#search .submit_input {
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/search_icon.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  bottom:0;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  display:block;
  height:26px;
  padding:0;
  position:absolute;
  right:0;
  text-indent:-3000em;
  top:0;
  width:26px;
}
#search .submit_input:hover {
  background-color:#91BB25;
}
#search_options {
  background-color:#EAEAEA;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#222222;
  display:inline-block;
  float:right;
  font-size:10px;
  height:20px;
  line-height:20px;
  margin:3px 3px 3px 0;
  max-width:80px;
  overflow:hidden;
  padding:0 6px;
  text-overflow:ellipsis;
  text-shadow:#FFFFFF 0 1px 0;
}
#search_options_menucontent {
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  min-width:130px;
  padding:0;
}
#search_options_menucontent input {
  margin-right:10px;
}
#search_options_menucontent li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
  white-space:nowrap;
}
#search_options_menucontent li:last-of-type {
  border-bottom-width:0;
}
#search_options_menucontent label:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
#search_options_menucontent label {
  cursor:pointer;
  display:block;
  padding:0 6px;
}
#search_options_menucontent li.title {
  padding:3px 6px;
}
#backtotop, #bottomScroll {
  -webkit-box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  display:inline-block;
  height:24px;
  left:50%;
  line-height:20px;
  margin-left:-12px;
  margin-top:-12px;
  opacity:0.4;
  outline:0;
  position:absolute;
  text-align:center;
  top:50%;
  width:24px;
}
#bottomScroll:hover, #backtotop:hover {
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  opacity:1;
}
#footer_utilities {
  background-color:#292929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #454545;
  padding:8px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#footer_utilities, #footer_utilities a {
  color:#B8B8B8;
}
#footer_utilities .ipbmenu_content a {
  color:#FFFFFF;
}
#footer_utilities .ipsList_inline {
  clear:left;
  float:left;
  margin-top:3px;
}
#footer_utilities .ipsList_inline > li {
  margin:0;
}
#footer_utilities .ipsList_inline > li > a {
  display:inline-block;
  margin-right:0;
  padding:4px 10px;
}
#footer_utilities a.menu_active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
#copyright {
  float:right;
  line-height:22px;
  text-align:right;
}
#ipsDebug_footer {
  color:#404040;
  font-size:11px;
  margin:8px auto 0;
  text-align:center;
  width:900px;
}
#ipsDebug_footer strong {
  margin-left:20px;
}
#ipsDebug_footer a {
  color:#404040;
}
#rss_menu {
  background-color:#F78E30;
  border:0;
}
#rss_menu li {
  border-bottom-color:#FBB969;
  border-bottom-style:solid;
  border-width:0 0 1px;
}
#rss_menu li:last-of-type {
  border-bottom-width:0;
}
#rss_menu a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:5px 8px;
  text-shadow:#DC7214 0 -1px 0;
}
#rss_menu a:hover {
  background-color:#F89F37;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#393939;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  padding:1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
  border-color:#5F5F5F;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
}
.ipsUserPhoto_variable {
  max-width:155px;
}
.ipsUserPhoto_large {
  max-height:90px;
  max-width:90px;
}
.ipsUserPhoto_medium {
  height:50px;
  width:50px;
}
.ipsUserPhoto_mini {
  height:30px;
  width:30px;
}
.ipsUserPhoto_tiny {
  height:20px;
  width:20px;
}
.ipsUserPhoto_icon {
  height:16px;
  width:16px;
}
.general_box {
}
.general_box .none {
  color:#BCBCBC;
}
.general_box.poll {
  border-width:0 0 1px;
  margin:0;
}
.ipsBox, .ipsPad {
  padding:9px;
}
.ipsPad_double {
  padding:9px 19px;
}
.ipsBox_withphoto {
  margin-left:65px;
}
.ipsBox_notice {
  line-height:1.6;
  margin-bottom:10px;
  padding:10px;
}
.ipsBox_container .ipsBox_notice {
}
.ipsPad_half {
  padding:4px !important;
}
.ipsPad_left {
  padding-left:9px;
}
.ipsPad_top {
  padding-top:9px;
}
.ipsPad_top_slimmer {
  padding-top:7px;
}
.ipsPad_top_half {
  padding-top:4px;
}
.ipsPad_top_bottom {
  padding-bottom:9px;
  padding-top:9px;
}
.ipsPad_top_bottom_half {
  padding-bottom:4px;
  padding-top:4px;
}
.ipsMargin_top {
  margin-top:9px;
}
.ipsBlendLinks_target .ipsBlendLinks_here {
  -webkit-transition:all 0.1s ease-in-out;
  opacity:0.5;
  transition:all 0.1s ease-in-out;
}
.ipsBlendLinks_target:hover .ipsBlendLinks_here {
  opacity:1;
}
.block_list > li {
  padding:5px 10px;
}
.ipsModMenu {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/moderation_cog.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:15px;
  margin-right:5px;
  text-indent:-2000em;
  vertical-align:middle;
  width:15px;
}
.ipsBadge {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  display:inline-block;
  font-size:9px;
  font-weight:bold;
  height:16px;
  line-height:16px;
  padding:0 5px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
  text-transform:uppercase;
  vertical-align:middle;
}
.ipsBadge.has_icon img {
  max-height:7px;
  vertical-align:baseline;
}
#nav_app_ipchat .ipsBadge {
  position:absolute;
}
#ajax_loading {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  color:#FFFFFF;
  left:46%;
  opacity:0.6;
  padding:5px 0 8px;
  position:fixed;
  text-align:center;
  top:0;
  width:8%;
  z-index:10000;
}
#ipboard_body.redirector {
  margin:150px auto 0;
  width:500px;
}
#ipboard_body.minimal {
  padding-top:40px;
}
#ipboard_body.minimal #ipbwrapper {
  margin:0 auto;
  width:900px;
}
#ipboard_body.minimal #content {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom:10px;
  padding:20px 30px;
}
#ipboard_body.minimal h1 {
  font-size:32px;
}
#ipboard_body.minimal .ipsType_pagedesc {
  font-size:16px;
}
.progress_bar {
  background-color:#363636;
  border:1px solid #535353;
}
.progress_bar span {
  background-color:#535353;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  display:block;
  font-size:0;
  font-weight:bold;
  height:10px;
  overflow:hidden;
  text-align:center;
  text-indent:-2000em;
}
.progress_bar.limit span {
  background-color:#B13C3C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.progress_bar span span {
  display:none;
}
.progress_bar.user_warn {
  margin:0 auto;
  width:80%;
}
.progress_bar.user_warn span {
  height:6px;
}
.progress_bar.topic_poll {
  margin-top:2px;
  width:40%;
}
li.rating a {
  outline:0;
}
.antispam_img {
  margin:0 3px 5px 0;
}
span.error {
  clear:both;
  color:#AD2930;
  font-weight:bold;
}
#recaptcha_widget_div {
  max-width:350px;
}
#recaptcha_table {
  border:0 !important;
}
.mediatag_wrapper {
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}
.mediatag_wrapper iframe, .mediatag_wrapper object, .mediatag_wrapper embed {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label, .user_controls li {
  display:inline;
}
.right {
  float:right;
}
.left {
  float:left;
}
.hide {
  display:none;
}
.short {
  text-align:center;
}
.clear {
  clear:both;
}
.clearfix::after {
  clear:both;
  content:'.';
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.faded {
  opacity:0.5;
}
.clickable {
  cursor:pointer;
}
.reset_cursor {
  cursor:default;
}
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
  line-height:150%;
  list-style:disc none;
  margin-left:30px;
}
.bullets li {
  padding:2px;
}
#user_navigation #new_msg_count, .rounded {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.desc, .desc.blend_links a, p.posted_info {
  color:#898989;
  font-size:11px;
}
.desc.lighter, .desc.lighter.blend_links a {
  color:#646464;
}
.cancel {
  font-size:0.9em;
  font-weight:bold;
}
.cancel, .cancel:hover {
  color:#AD2930;
}
em.moderated {
  font-size:11px;
  font-style:normal;
  font-weight:bold;
}
.positive {
  color:#6F8F52;
}
.negative {
  color:#C7172B;
}
.searchlite {
  background-color:yellow;
  color:red;
  font-size:14px;
}
.activeuserposting {
  font-style:italic;
}
.col_f_post {
  width:250px !important;
}
.is_mod .col_f_post {
  width:210px !important;
}
td.col_c_post {
  padding-top:10px !important;
  width:250px;
}
.col_f_icon {
  padding:0 0 0 3px !important;
  text-align:center;
  vertical-align:middle;
  width:24px !important;
}
.col_n_icon {
  padding:0 !important;
  vertical-align:middle;
  width:24px;
}
.col_f_views, .col_m_replies {
  text-align:right;
  white-space:nowrap;
  width:100px !important;
}
.col_f_mod, .col_m_mod, .col_n_mod {
  text-align:right;
  width:40px;
}
.col_f_preview {
  text-align:right;
  width:20px !important;
}
.col_c_icon {
  padding:10px 2px 10px 8px !important;
  vertical-align:middle;
  width:33px;
}
.col_c_post .ipsUserPhoto {
  margin-top:3px;
}
.col_n_date {
  width:250px;
}
.col_m_photo, .col_n_photo {
  width:30px;
}
.col_m_mod {
  text-align:right;
}
.col_r_icon {
  width:3%;
}
.col_f_topic, .col_m_subject {
  width:49%;
}
.col_f_starter, .col_r_total, .col_r_comments {
  width:10%;
}
.col_m_date, .col_r_updated, .col_r_section {
  width:18%;
}
.col_c_stats {
  text-align:right;
  width:15%;
}
.col_c_forum {
  width:auto;
}
.col_mod, .col_r_mod {
  width:3%;
}
.col_r_title {
  width:26%;
}
table.ipb_table {
  line-height:1.3;
  width:100%;
}
table.ipb_table td {
  padding:10px;
}
table.ipb_table tr.unread h4 {
  font-weight:bold;
}
table.ipb_table tr.highlighted td {
  border-bottom-width:0;
}
table.ipb_table th {
  font-size:11px;
  font-weight:bold;
  padding:8px 6px;
}
.last_post {
  margin-left:45px;
}
.last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content {
  line-height:18px;
}
#user_notifications_link_menucontent .list_content {
  line-height:130%;
}
.col_c_post .ipsUserPhotoLink {
  margin-top:-1px;
}
.forum_desc {
  padding-top:5px;
}
table.ipb_table h4, table.ipb_table .topic_title {
  display:inline-block;
  font-size:12px;
}
table.ipb_table .unread .topic_title {
  font-weight:bold;
}
table.ipb_table .ipsModMenu {
  visibility:hidden;
}
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active {
  visibility:visible;
}
#announcements h4 {
  display:inline;
}
#announcements td {
}
.announcement img {
  margin-right:4px;
}
.forum_data {
  color:#5C5C5C;
  display:inline-block;
  font-size:11px;
  margin:0 0 0 8px;
  white-space:nowrap;
}
.desc_more {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/desc_more.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:13px;
  text-indent:-2000em;
  width:13px;
}
.desc_more:hover {
  background-position:50% 100%;
}
.category_block .ipb_table h4 {
}
table.ipb_table .subforums {
  margin:7px 0 3px;
  overflow:hidden;
}
table.ipb_table .subforums li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_nonew.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  float:left;
  margin:0;
  padding:0 15px;
}
table.ipb_table .subforums li.unread {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_new.png);
  font-weight:bold;
}
table.ipb_table .expander {
  display:inline-block;
  height:16px;
  visibility:hidden;
  width:16px;
}
table.ipb_table tr:hover .expander {
  opacity:0.2;
  visibility:visible;
}
table.ipb_table td.col_f_preview {
  cursor:pointer;
}
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading {
  opacity:1;
  visibility:visible !important;
}
table.ipb_table .expander.closed {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.open {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 -19px;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.loading {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .preview td {
  border-top-width:0;
  padding:20px 10px 20px 29px;
  z-index:20000;
}
table.ipb_table .preview td > div {
  line-height:1.4;
  position:relative;
}
table.ipb_table .preview td {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
}
.preview_col {
  margin-left:80px;
}
.preview_info {
  background-color:rgba(0, 0, 0, 0.0784314);
  background-position:initial initial;
  background-repeat:initial initial;
  margin:-3px 0 3px;
  padding:5px;
}
table.ipb_table .mini_pagination {
  opacity:0.5;
}
table.ipb_table tr:hover .mini_pagination {
  opacity:1;
}
.ipsLayout.ipsLayout_withleft {
  padding-left:210px;
}
.ipsBox.ipsLayout.ipsLayout_withleft {
  padding-left:220px;
}
.ipsLayout.ipsLayout_withright {
  clear:left;
  padding-right:210px;
}
.ipsBox.ipsLayout.ipsLayout_withright {
  padding-right:220px;
}
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  position:relative;
}
.ipsLayout_content {
  float:left;
  width:100%;
}
.ipsLayout .ipsLayout_left {
  float:left;
  margin-left:-210px;
  width:200px;
}
.ipsLayout .ipsLayout_right {
  float:right;
  margin-right:-210px;
  width:200px;
}
.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:280px;
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:290px;
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
  margin-left:-280px;
  width:270px;
}
.ipsLayout_largeright.ipsLayout_withright {
  padding-right:280px;
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
  padding-right:290px;
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
  margin-right:-280px;
  width:270px;
}
.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:150px;
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:160px;
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
  margin-left:-150px;
  width:140px;
}
.ipsLayout_smallright.ipsLayout_withright {
  padding-right:150px;
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
  padding-right:160px;
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
  margin-right:-150px;
  width:140px;
}
.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:50px;
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:60px;
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
  margin-left:-50px;
  width:40px;
}
.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:50px;
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:60px;
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
  margin-right:-50px;
  width:40px;
}
.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:330px;
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:340px;
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
  margin-left:-330px;
  width:320px;
}
.ipsLayout_bigright.ipsLayout_withright {
  padding-right:330px;
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
  padding-right:340px;
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
  margin-right:-330px;
  width:320px;
}
.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:380px;
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:390px;
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
  margin-left:-380px;
  width:370px;
}
.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:380px;
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:390px;
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
  margin-right:-380px;
  width:370px;
}
.ipsField .ipsField_title {
  font-size:12px;
  font-weight:bold;
  line-height:1.6;
}
.ipsForm_required {
  color:#AB1F39;
  font-weight:bold;
}
.ipsForm_horizontal .ipsField_title {
  float:left;
  line-height:1.8;
  padding-right:15px;
  padding-top:3px;
  text-align:right;
  width:185px;
}
.ipsForm_horizontal .ipsField {
  margin-bottom:15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
  margin-left:200px;
}
.ipsForm_horizontal .ipsField_checkbox {
  margin:0 0 5px 200px;
}
.ipsForm_horizontal .ipsField_select .ipsField_title {
  line-height:1.6;
}
.ipsForm_vertical .ipsField {
  margin-bottom:10px;
}
.ipsForm_vertical .ipsField_content {
  margin-top:3px;
}
.ipsForm .ipsField_checkbox .ipsField_content {
  margin-left:25px;
}
.ipsForm .ipsField_checkbox input {
  float:left;
  margin-top:3px;
}
.ipsField_primary input {
  font-size:18px;
}
.ipsForm_submit {
  margin-top:25px;
  padding:5px 10px;
  text-align:right;
}
.ipsForm_right {
  text-align:right;
}
.ipsForm_left {
  text-align:left;
}
.ipsForm_center {
  text-align:center;
}
.ipsSettings_pagetitle {
  font-size:20px;
  margin-bottom:5px;
}
.ipsSettings {
  padding:0;
}
.ipsSettings_section {
  margin:0 0 15px;
  padding:15px 0 0;
}
.ipsSettings_section > div {
  margin-left:175px;
}
.ipsSettings_section > div ul li {
  margin-bottom:10px;
}
.ipsSettings_section .desc {
  margin-top:3px;
}
.ipsSettings_sectiontitle {
  float:left;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:18px;
  padding-left:10px;
  width:165px;
}
.ipsSettings_fieldtitle {
  display:inline-block;
  font-size:14px;
  margin-right:10px;
  min-width:100px;
  padding-top:3px;
  vertical-align:top;
}
.ipsTooltip {
  padding:5px;
  z-index:25000;
}
.ipsTooltip_inner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#333333;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #333333;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF;
  font-size:12px;
  max-width:250px;
  padding:8px;
  text-align:center;
}
.ipsTooltip_inner a {
  color:#FFFFFF;
}
.ipsTooltip_inner span {
  color:#D2D2D2;
  font-size:11px;
}
.ipsTooltip.top {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_top.png);
  background-position:50% 100%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.top_left {
  background-position:0 100%;
}
.ipsTooltip.bottom {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_bottom.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_left.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_right.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsHasNotifications {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#CF2020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF !important;
  font-size:9px;
  height:12px;
  left:3px;
  line-height:12px;
  padding:0 4px;
  position:absolute;
  text-align:center;
  top:4px;
}
.ipsHasNotifications_blank {
  display:none;
}
#chat-tab-count.ipsHasNotifications {
  left:auto;
  position:absolute;
  right:3px;
  text-shadow:none !important;
  top:3px;
}
.ipsSideMenu {
  padding:10px 0;
}
.ipsSideMenu h4 {
  color:#DDDDDD;
  font-weight:bold;
  margin:0 10px 5px 25px;
}
.ipsSideMenu ul {
  margin-bottom:20px;
}
.ipsSideMenu ul li {
  font-size:11px;
}
.ipsSideMenu ul li a {
  display:block;
  padding:5px 10px 5px 25px;
}
.ipsSideMenu ul li a:hover {
  background-color:rgba(0, 0, 0, 0.027451);
}
.ipsSideMenu ul li.active a {
  background-color:#282828;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check_white.png);
  background-position:6px 8px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-weight:bold;
}
.ipsSteps {
  background-color:#2A2A2A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  height:55px;
}
.ipsSteps li:first-child {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
}
.ipsSteps ul li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:100% -56px;
  background-repeat:no-repeat no-repeat;
  color:#C3C3C3;
  float:left;
  height:39px;
  padding:11px 33px 5px 18px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_active {
  background-position:100% 0;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_done {
}
.ipsSteps_desc {
  font-size:11px;
}
.ipsSteps_arrow {
  display:none;
}
.ipsSteps_title {
  display:block;
  font-size:14px;
  padding-bottom:4px;
}
.ipsSteps_active .ipsSteps_arrow {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:0 -112px;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:55px;
  left:-23px;
  position:absolute;
  top:0;
  width:23px;
}
.ipsSteps ul li:first-child .ipsSteps_arrow {
  display:none !important;
}
.ipsVerticalTabbed {
}
.ipsVerticalTabbed_content {
  min-height:400px;
}
.ipsVerticalTabbed_tabs > ul {
  border-left-color:#393939;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:10px;
  width:149px !important;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
  width:40px !important;
}
.ipsVerticalTabbed_tabs li {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#808080;
  font-size:12px;
}
.ipsVerticalTabbed_tabs li a {
  color:#8D8D8D;
  display:block;
  outline:0;
  padding:10px 8px;
}
.ipsVerticalTabbed_tabs li a:hover {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#C9C9C9;
}
.ipsVerticalTabbed_tabs li.active a {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  width:135px;
  z-index:8000;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  width:24px;
}
.ipsLikeBar {
  font-size:11px;
  margin:10px 0;
}
.ipsLikeBar_info {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:inline-block;
  line-height:22px;
  padding:0 10px;
}
.ipsLikeButton {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  line-height:22px;
  padding:0 7px 0 26px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsLikeButton:hover {
  color:#FFFFFF !important;
}
.ipsLikeButton.ipsLikeButton_enabled {
  background-color:#719C1C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.ipsLikeButton.ipsLikeButton_disabled {
  background-color:#6C6C6C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 -23px;
  background-repeat:no-repeat no-repeat;
}
.ipsTag {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/tag_bg.png);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  height:20px;
  line-height:20px;
  margin:5px 5px 0 0;
  padding:0 7px 0 15px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsTagBox_wrapper {
  display:inline-block;
  line-height:1.3;
  margin-bottom:3px;
  min-height:18px;
  width:350px;
}
.ipsTagBox_hiddeninput {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsTagBox_hiddeninput.inactive {
  font-size:11px;
  min-width:200px;
}
.ipsTagBox_wrapper input {
  border:0;
  outline:0;
}
.ipsTagBox_wrapper li {
  display:inline-block;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  background-color:#D7D7D7;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#E9E9E9;
  color:#222222;
  text-shadow:none;
}
.ipsTagBox_tag {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #595959;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  cursor:pointer;
  font-size:11px;
  margin:0 3px 2px 0;
  padding:2px 1px 2px 4px;
}
.ipsTagBox_tag:hover {
  border-color:#646464;
}
.ipsTagBox_tag.selected {
  background-color:#797979 !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border-color:#A1A1A1 !important;
  color:#FFFFFF !important;
}
.ipsTagBox_closetag {
  color:#C7C7C7;
  display:inline-block;
  font-weight:bold;
  margin-left:2px;
  padding:0 3px;
}
.ipsTagBox_closetag:hover {
  color:#454545;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag {
  color:#424242;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag:hover {
  color:#2F2F2F;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag {
  color:#444444;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover {
  color:#111111;
}
.ipsTagBox_addlink {
  font-size:10px;
  margin-left:3px;
  outline:0;
}
.ipsTagBox_dropdown {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DDDDDD;
  box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  height:100px;
  overflow:scroll;
  z-index:16000;
}
.ipsTagBox_dropdown li {
  cursor:pointer;
  font-size:12px;
  padding:4px;
}
.ipsTagBox_dropdown li:hover {
  background-color:#DBF3FF;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#003B71;
}
.ipsTagWeight_1 {
  opacity:1;
}
.ipsTagWeight_2 {
  opacity:0.9;
}
.ipsTagWeight_3 {
  opacity:0.8;
}
.ipsTagWeight_4 {
  opacity:0.7;
}
.ipsTagWeight_5 {
  opacity:0.6;
}
.ipsTagWeight_6 {
  opacity:0.5;
}
.ipsTagWeight_7 {
  opacity:0.4;
}
.ipsTagWeight_8 {
  opacity:0.3;
}
.ipsFilterbar li {
  font-size:11px;
  margin:0 15px 0 0;
}
.ipsFilterbar li a {
  -webkit-transition:all 0.3s ease-in-out;
  color:#FFFFFF;
  opacity:0.5;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
  transition:all 0.3s ease-in-out;
}
.ipsFilterbar.bar.altbar li a {
  color:#244156;
  opacity:0.8;
  text-shadow:none;
}
.ipsFilterbar:hover li a {
  opacity:0.8;
}
.ipsFilterbar li a:hover {
  color:#FFFFFF;
  opacity:1;
}
.ipsFilterbar li img {
  margin-top:-3px;
}
.ipsFilterbar li.active {
  opacity:1;
}
.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px !important;
  border-bottom-right-radius:10px !important;
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  font-weight:bold;
  opacity:1;
  padding:4px 10px;
}
.ipsPostForm {
}
.ipsPostForm.ipsLayout_withright {
  padding-right:260px !important;
}
.ipsPostForm .ipsLayout_content {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  float:none;
  z-index:900;
}
.ipsPostForm .ipsLayout_right {
  border-left-width:0;
  margin-right:-251px;
  width:250px;
  z-index:800;
}
.ipsPostForm_sidebar {
  margin-top:8px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/folder_closed.png);
  background-position:10px 9px;
  background-repeat:no-repeat no-repeat;
  margin-bottom:2px;
  padding-left:26px;
}
.ipsMemberList .ipsButton_secondary {
  opacity:0.3;
}
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
  opacity:1;
}
.ipsMemberList li .reputation {
  margin:5px 10px 0 0;
}
.ipsMemberList > li .ipsButton_secondary {
  margin-top:15px;
}
.ipsMemberList li .rating {
  display:inline;
}
.ipsComment_wrap {
  margin-top:10px;
}
.border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap {
  margin:0;
}
.ipsComment_wrap .ipsLikeBar {
  margin:0;
}
.ipsComment_wrap input[type="checkbox"] {
  vertical-align:middle;
}
.ipsComment {
  padding:10px;
}
.ipsComment_author, .ipsComment_reply_user {
  float:left;
  line-height:1.3;
  padding:0 10px;
  text-align:right;
  width:160px;
}
.ipsComment_author .ipsUserPhoto {
  margin-bottom:5px;
}
.ipsComment_comment {
  line-height:1.5;
  margin-left:190px !important;
}
.ipsComment_comment > div {
  min-height:33px;
}
.ipsComment_controls {
  margin-top:10px;
}
.ipsComment_controls > li {
  opacity:0.2;
}
.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right {
  opacity:1;
}
.ipsComment_reply_user_photo {
  margin-left:115px;
}
.ipsFloatingAction {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  border:4px solid rgba(0, 0, 0, 0.74902);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  bottom:10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  padding:10px;
  position:fixed;
  right:10px;
  z-index:15000;
}
.ipsFloatingAction.left {
  left:10px;
  right:auto;
}
.ipsFloatingAction .fixed_inner {
  overflow-x:hidden;
  overflow-y:auto;
}
#seoMetaTagEditor {
  width:480px;
}
#seoMetaTagEditor table {
  width:450px;
}
#seoMetaTagEditor table td {
  padding-right:0;
  width:50%;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
  padding:15px 6px;
  text-align:center;
}
.iframe {
  outline:none;
}
.input_text, .ipsTagBox_wrapper, textarea {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  background-color:#363636;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #434343;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  color:#B7B7B7;
  padding:6px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
textarea:focus, .input_text:focus {
  background-color:#4B4B4B;
  border-color:#797979;
  color:#F8F8F8;
  outline:none;
}
input.inactive, select.inactive, textarea.inactive {
  color:#939393;
}
.input_text.error {
  -webkit-box-shadow:none;
  background-color:#883939;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#A95858;
  box-shadow:none;
  color:#FFFFFF;
}
.input_text.accept {
  -webkit-box-shadow:none;
  background-color:#768D3D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#8CA54D;
  box-shadow:none;
  color:#FFFFFF;
}
.input_submit {
  border:0;
  cursor:pointer;
  padding:5px 11px;
  text-decoration:none;
}
a.input_submit {
  display:inline-block;
  padding:7px 11px;
}
.input_submit.alt {
  text-decoration:none;
}
p.field {
  padding:15px;
}
li.field {
  margin-left:5px;
  padding:5px;
}
li.field label, li.field span.desc {
  display:block;
}
li.field.error {
  color:#AD2930;
}
li.field.error label {
  font-weight:bold;
}
li.field.checkbox, li.field.cbox {
  margin-left:0;
}
li.field.checkbox .input_check, li.field.checkbox .input_radio, li.field.cbox .input_check, li.field.cbox .input_radio {
  margin-right:10px;
  vertical-align:middle;
}
li.field.checkbox label, li.field.cbox label {
  display:inline;
  float:none;
  width:auto;
}
li.field.checkbox p, li.field.cbox p {
  display:block;
  left:245px;
  position:relative;
}
li.field.checkbox span.desc, li.field.cbox span.desc {
  display:block;
  margin-left:auto;
  padding-left:27px;
}
.message {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  background-color:#768D3D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #8CA54D;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  font-size:12px;
  line-height:1.6;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.message, .message a, .message h3 {
  color:#EFF6DD;
}
.message h3 {
  padding:0;
}
.message.error {
  background-color:#872D2D;
  border-color:#C15050;
}
.message.error, .message.error a, .message.error h3 {
  color:#F6DDDD;
}
.message.error.usercp {
  background-image:none;
  float:right;
  padding:4px;
}
.message.unspecific {
  background-color:#292929;
  border-color:#393939;
  clear:both;
  margin:0 0 10px;
}
.message.unspecific, .message.unspecific a, .message.unspecific h3 {
  color:#EDEDED;
}
.message a {
  text-decoration:underline;
}
.ipbmenu_content, .ipb_autocomplete {
  min-width:85px;
  z-index:2000;
}
.ipbmenu_content {
  white-space:nowrap;
}
.ipbmenu_content li:last-child {
  border-bottom-width:0;
  padding-bottom:0;
}
.ipbmenu_content li:first-child {
  padding-top:0;
}
.ipbmenu_content.with_checks a {
  padding-left:26px;
}
.ipbmenu_content a .icon {
  margin-right:10px;
}
.ipbmenu_content a {
  display:block;
  padding:6px 10px;
  text-align:left;
  text-decoration:none;
}
.ipbmenu_content.with_checks li.selected a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check.png);
  background-position:7px 10px;
  background-repeat:no-repeat no-repeat;
}
.popupWrapper {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  background-color:rgba(0, 0, 0, 0.6);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  padding:8px;
}
.popupInner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  overflow-x:hidden;
  overflow-y:auto;
  width:500px;
}
.popupInner.black_mode {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border:3px solid #626262;
  color:#EEEEEE;
}
.popupInner.warning_mode {
  border:3px solid #7D1B1B;
}
.popupInner h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#2A2A2A;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:16px;
  font-weight:300;
  padding:8px 10px 9px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.popupInner h3 a {
  color:#FFFFFF;
}
.popupInner.black_mode h3 {
  background-color:#595959;
  color:#DDDDDD;
}
.popupInner.warning_mode h3 {
  background-color:#7D1B1B;
  color:#FFFFFF;
  padding-bottom:6px;
  padding-top:6px;
}
.popupClose {
  position:absolute;
  right:20px;
  top:20px;
}
.popupClose.light_close_button {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup_light.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.8;
  top:17px;
  width:13px;
}
.popupClose.light_close_button img {
  display:none;
}
.popup_footer {
  bottom:0;
  padding:15px;
  position:absolute;
  right:0;
}
.popup_body {
  padding:10px;
}
.stem {
  height:16px;
  position:absolute;
  width:31px;
}
.stem.topleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topleft.png);
}
.stem.topright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topright.png);
}
.stem.bottomleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomleft.png);
}
.stem.bottomright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomright.png);
}
.modal {
  background-color:#3E3E3E;
}
.userpopup h3 {
  font-size:17px;
}
.userpopup h3, .userpopup .side + div {
  padding-left:110px;
}
.userpopup .side {
  margin-top:-40px;
  position:absolute;
}
.userpopup .side .ipsButton_secondary {
  display:block;
  height:auto;
  line-height:1;
  margin-top:5px;
  max-width:75px;
  padding:5px 10px;
  text-align:center;
  white-space:normal;
}
.userpopup .user_controls {
  text-align:left;
}
.userpopup .user_status {
  margin-bottom:5px;
  padding:5px;
}
.userpopup .reputation {
  display:block;
  margin-top:5px;
  text-align:center;
}
.userpopup {
  font-size:0.9em;
  min-height:200px;
  overflow:hidden;
  position:relative;
}
.userpopup dl {
  margin-bottom:4px;
  padding-bottom:10px;
}
.info dt {
  clear:both;
  float:left;
  font-weight:bold;
  padding:3px 6px;
  width:30%;
}
.info dd {
  margin-left:35%;
  padding:3px 6px;
  width:60%;
}
.topic_buttons li {
  float:right;
  margin:0 0 10px 10px;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  height:34px;
  line-height:34px;
  min-width:70px;
  padding:0 20px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  background-color:#8B1515 !important;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png) !important;
  background-position:0 0 !important;
  background-repeat:repeat no-repeat !important;
}
.topic_buttons li a:hover, .ipsButton:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
.topic_buttons li a:active, .ipsButton:active {
  position:relative;
  top:1px;
}
.topic_buttons li.non_button a {
  -webkit-box-shadow:none !important;
  background-color:transparent !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:0;
  box-shadow:none !important;
  color:#777777;
  font-weight:normal;
  min-width:0;
  padding-bottom:1px;
  padding-top:1px;
  text-shadow:none;
}
.topic_buttons li.non_button a:active {
  top:0;
}
.topic_buttons li.disabled a, .topic_buttons li.disabled span {
  -webkit-box-shadow:none;
  background-color:#191919;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  box-shadow:none;
  color:#666666;
  font-weight:300;
  text-shadow:none;
}
.topic_buttons li span {
  cursor:default !important;
}
.ipsButton_secondary, .bbc_spoiler_show, .user_controls li a {
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:11px;
  height:26px;
  line-height:26px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  white-space:nowrap;
}
.ipsButton_secondary a {
  color:#FFFFFF;
}
.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.ipsButton_secondary.important {
  -webkit-box-shadow:none;
  background-color:#AE3232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  box-shadow:none;
  color:#FBF4F4;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsButton_secondary.important a {
  color:#FBF4F4;
}
.ipsButton_secondary.important a:hover, a.ipsButton_secondary.important:hover {
  background-color:#BB3C3C;
  color:#FFFFFF;
}
.ipsButton_secondary:active {
  position:relative;
  top:1px;
}
.ipsButton_secondary .icon {
  margin-right:4px;
  margin-top:-3px;
}
.ipsButton_secondary img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.ipsButton_secondary img {
  margin-top:-1px;
  vertical-align:middle;
}
.ipsField.ipsField_checkbox.ipsButton_secondary {
  line-height:18px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary input {
  margin-top:6px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content {
  margin-left:18px;
}
.ipsButton_extra {
  color:#DDDDDD;
  font-size:11px;
  height:22px;
  line-height:22px;
  margin-left:5px;
}
.ipsButton_secondary.fixed_width {
  min-width:170px;
}
.ipsButton.no_width {
  min-width:0;
}
.topic_controls {
  min-height:30px;
  overflow:hidden;
}
ul.post_controls {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:both;
  margin:10px 0 0;
  overflow:hidden;
  padding:7px;
}
ul.post_controls li {
  float:right;
  font-size:11px;
  margin:0;
  padding:0;
}
ul.post_controls li.report, ul.post_controls li.top {
  float:left;
}
ul.post_controls a {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  display:block;
  height:26px;
  line-height:26px;
  margin-left:4px;
  padding:0 10px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
ul.post_controls a:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
ul.post_controls a.ipsButton_secondary {
  height:24px;
  line-height:24px;
}
ul.post_controls li.multiquote.selected a {
  background-color:#ECA730;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.post_body ul.post_controls {
  margin:0 -12px -12px -187px;
}
.column_view .post_body ul.post_controls {
  margin-left:-188px;
}
.post_block.no_sidebar .post_body ul.post_controls {
  margin-left:0;
}
.post_body ul.post_controls img {
  margin:-3px 2px 0 -3px;
  position:relative;
  vertical-align:middle;
}
.hide_signature, .sigIconStay {
  float:right;
}
.post_block:hover .signature a.hide_signature, .sigIconStay {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cross_sml.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.6;
  position:absolute;
  right:10px;
  width:13px;
}
.pagination {
  line-height:22px;
  padding:5px 0;
}
.pagination.no_numbers .page {
  display:none;
}
.pagination .pages {
  text-align:center;
}
.pagination .back {
  margin-right:5px;
}
.pagination .forward {
  margin-left:5px;
}
.pagination a {
  color:#EEEEEE;
}
.pagination .page a, .pagination .back a, .pagination .forward a {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#EEEEEE;
  display:inline-block;
  font-size:11px;
  font-weight:normal;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-transform:lowercase;
}
.pagination .page a:hover, .pagination .back a:hover, .pagination .forward a:hover {
  background-color:#505050;
  color:#FFFFFF;
}
.pagination .disabled a {
  display:none;
  opacity:0.4;
}
.pagination .pages {
  font-size:11px;
}
.pagination .pages a, .pagejump {
  display:inline-block;
}
.pagination .pagejump a {
  padding:0 7px;
}
.pagination .pagejump a:hover {
  text-decoration:underline;
}
.pagination li {
  margin:0;
}
.pagination .pages li.active {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  cursor:default;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.pagination.no_pages span {
  color:#BBBBBB;
  display:inline-block;
  height:20px;
  line-height:20px;
}
ul.mini_pagination {
  display:inline;
  font-size:0.8em;
  margin-left:7px;
}
ul.mini_pagination li a {
  background-color:#353535;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  padding:2px 6px;
}
ul.mini_pagination li a:hover {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
ul.mini_pagination li {
  display:inline;
  margin:0 1px 0 0;
}
.moderation_bar {
  padding:8px 10px;
  text-align:right;
}
.moderation_bar.with_action {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topic_mod_arrow.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
  padding-right:35px;
}
.column_view .post_wrap {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.column_view .post_body {
  border-left-color:#323232;
  border-left-style:solid;
  border-left-width:1px;
}
.author_info {
  float:left;
  font-size:12px;
  line-height:150%;
  padding:10px;
  text-align:center;
  width:155px;
}
.author_info .group_title {
  color:#DDDDDD;
  margin-top:5px;
}
.author_info .member_title {
  margin-bottom:5px;
  word-wrap:break-word;
}
.author_info .group_icon {
  margin-bottom:3px;
}
.custom_fields {
  color:#BBBBBB;
  margin-top:8px;
}
.custom_fields .ft {
  color:#AAAAAA;
  margin-right:3px;
}
.custom_fields .fc {
  word-wrap:break-word;
}
.user_controls {
  margin:6px 0;
  text-align:center;
}
.user_controls li a {
  padding:0 5px;
}
#board_index {
  position:relative;
}
#board_index.no_sidebar {
  padding-right:0;
}
#board_index.force_sidebar {
  padding-right:280px;
}
#toggle_sidebar {
  -webkit-transition:all 0.4s ease-in-out;
  background-color:#EEEEEE;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#333333;
  opacity:0;
  padding:3px 7px;
  position:absolute;
  right:-5px;
  top:-12px;
  transition:all 0.4s ease-in-out;
  z-index:8000;
}
#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar {
  opacity:0.1;
}
#toggle_sidebar:hover {
  opacity:1 !important;
}
.ipsSideBlock, .general_box {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #454545;
  margin-bottom:10px;
}
.ipsSideBlock {
  padding:10px;
}
.bar, .ipsSideBlock h3, .general_box h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.bar {
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder {
  border-top-width:0;
}
.ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a {
  color:#FFFFFF;
}
.ipsSideBlock h3 {
  margin:-10px -10px 10px;
}
.ipsSideBlock h3 .mod_links {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  background-color:rgba(0, 0, 0, 0.4);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  color:#FFFFFF;
  display:inline-block;
  margin-top:-2px;
  opacity:0;
  padding:1px 4px 3px;
  text-shadow:none;
}
.ipsSideBlock h3:hover .mod_links {
  opacity:1;
}
.sideVerticalList, #index_stats .ipsList_withminiphoto {
  margin:-10px;
}
#index_stats .ipsList_withminiphoto img {
  margin-bottom:-3px;
}
.sideVerticalList.with_margin {
  margin-bottom:10px;
}
.status_list .status_list {
  margin:10px 0 0 35px;
}
.status_list p.index_status_update {
  line-height:120%;
  margin:4px 0;
}
.status_list li {
  position:relative;
}
.status_reply {
  margin-top:8px;
}
.status_list li .mod_links {
  -webkit-transition:all 0.4s ease-in-out;
  opacity:0.1;
  transition:all 0.4s ease-in-out;
}
.status_list li:hover .mod_links {
  opacity:1;
}
#board_stats ul {
  text-align:center;
}
#board_stats li {
  margin-right:20px;
}
#board_stats .value {
  -webkit-box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  background-color:#2B2B2B;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  color:#FFFFFF;
  display:inline-block;
  font-weight:bold;
  margin-right:3px;
  padding:3px 7px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics {
  border:1px solid #393939;
  line-height:1.3;
  margin:20px 0 0;
  overflow:hidden;
  padding:8px;
}
.statistics_head {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  font-size:11px;
  font-weight:bold;
  margin:-8px -8px 8px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics_head, .statistics_head a {
  color:#FFFFFF;
}
.statistics .statistics_head:first-of-type {
  border-top-width:0;
}
.statistics .statistics_head:not(:first-of-type) {
  margin-top:0;
}
#stat_links {
  font-weight:normal;
}
#stat_links a {
  margin:0 5px;
}
.friend_list ul li, #top_posters li {
  float:left;
  height:80px;
  margin:5px 0 0;
  min-width:80px;
  padding:8px 0 0;
  text-align:center;
}
.friend_list ul li span.name, #top_posters li span.name {
  font-size:0.95em;
}
.friend_list ul li .ipsUserPhoto {
  margin-bottom:5px;
}
#hook_watched_items ul li {
  padding:8px;
}
body#ipboard_body #hook_watched_items fieldset.submit {
  padding:8px;
}
#hook_birthdays .list_content {
  padding-top:8px;
}
#hook_calendar .ipsBox_container {
  padding:10px;
}
#hook_calendar td, #hook_calendar th {
  text-align:center;
}
#hook_calendar th {
  font-weight:bold;
  padding:5px 0;
}
#more_topics {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  font-weight:bold;
  text-align:center;
}
#more_topics a, #more_topics span {
  display:block;
  padding:10px 0;
}
#more_topics, .dynamic_update {
  border-top-color:#393939;
  border-top-style:dashed;
  border-top-width:1px;
}
.topic_preview, ul.topic_moderation {
  margin-top:-2px;
  z-index:300;
}
ul.topic_moderation li {
  float:left;
}
.topic_preview a, ul.topic_moderation li a {
  display:block;
  float:left;
  padding:0 3px;
}
span.mini_rate {
  display:inline-block;
  margin-right:12px;
}
img.mini_rate {
  margin-right:-5px;
}
#postShareUrl {
  color:#999999;
  font-size:18px;
  width:95%;
}
#postShareStrip {
  height:25px;
  margin:10px 0 0 30px;
}
body .ip {
}
span.post_id {
  margin-left:4px;
}
input.post_mod {
  margin:12px 5px 0 10px;
}
.post_id a img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.signature {
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:right;
  color:#BCBCBC;
  font-size:0.9em;
  margin:6px 0 4px;
  padding:10px;
  position:relative;
}
.signature a {
  text-decoration:underline;
}
.post_body .signature {
  margin-left:-12px;
  margin-right:-12px;
}
.post_block {
  position:relative;
}
.post_block.no_sidebar {
  background-image:none;
}
.post_block.solved h3, .answerBadgeInPost, .horizontalView .post_block.solved .author_info {
  background-color:#4A4A4A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #777777;
  text-shadow:rgba(0, 0, 0, 0.498039) 0 -1px 0;
}
.post_block.solved h3, .post_block.solved h3 *, .answerBadgeInPost, .horizontalView .post_block.solved .author_info * {
  color:#FFFFFF !important;
}
.horizontalView .post_block.solved .author_info .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block.solved h3, .horizontalView .post_block.solved .author_info {
  background-image:linear-gradient(rgba(255, 255, 255, 0.0784314) 0%, rgba(255, 255, 255, 0) 100%);
  border-left-width:0;
  border-right-width:0;
}
.answerBadgeInPost {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:0;
  float:right;
  height:30px;
  line-height:30px;
  margin:-13px -2px 8px 8px;
  padding:0 12px;
  position:relative;
}
.post_block.feature_box {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#5D5D5D;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0666667) 0%, rgba(255, 255, 255, 0) 100%);
  border:1px solid #838383;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  font-size:11.4px;
  line-height:180%;
  min-height:60px;
  padding:8px;
  word-wrap:break-word;
}
.post_block.feature_box, .post_block.feature_box * {
  color:#FCFCFC !important;
}
.post_block.feature_box .ipsType_sectiontitle {
  border-color:#838383;
  font-size:11.8px;
  font-weight:bold;
}
.post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  background-color:#353535;
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  color:#FFFFFF !important;
  font-size:10px;
  padding:3px 9px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block.feature_box .ipsBadge_lightgrey:hover {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
}
.post_block.feature_box .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block h3 {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block h3, .post_block h3 a {
  color:#FFFFFF;
}
.post_block:first-of-type h3 {
  border-top-width:0;
}
.post_online {
  margin:-3px 5px 0 0;
  vertical-align:middle;
}
.post_username {
  float:left;
  font-weight:bold;
  min-width:177px;
}
.post_date {
  color:#777777;
  float:left;
  font-size:11px;
  font-weight:normal;
}
.post_wrap {
  top:0;
}
.post_body {
  margin-left:175px;
  padding:12px;
}
.post_body .post {
  font-size:12px;
  line-height:1.6;
}
.column_view .post_body .post {
  padding-bottom:12px;
}
.post_block.no_sidebar .post_body {
  margin-left:0 !important;
}
.posted_info {
  padding:0 0 10px;
}
.posted_info strong.event {
  color:#1C2837;
  font-size:1.2em;
}
.post_ignore {
  background-color:#1C1C1C;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#777777;
  font-size:0.9em;
  padding:15px;
}
.post_ignore .reputation {
  display:inline;
  float:none;
  padding:2px 6px;
  text-align:center;
}
.rep_bar {
  margin:6px 4px;
  white-space:nowrap;
}
.rep_bar .reputation {
  font-size:10px;
  padding:2px 10px !important;
}
p.rep_highlight {
  background-color:#D5DEE5;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#1D3652;
  display:inline-block;
  float:right;
  font-size:0.8em;
  font-weight:bold;
  margin:5px 10px 10px;
  padding:5px;
  text-align:center;
}
p.rep_highlight img {
  margin-bottom:4px;
}
.edit {
  background-color:#777777;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/comment_edit.png);
  background-position:6px 10px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-size:11px;
  line-height:18px;
  margin-top:15px;
  padding:8px 8px 8px 28px;
  text-shadow:#FFFFFF 0 0 0;
}
.poll fieldset {
  padding:9px;
}
.poll_question {
}
.poll_question h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  padding:5px;
}
.poll_question ol {
  padding:20px;
}
.poll_question li {
  font-size:0.9em;
  margin:6px 0;
}
.poll_question .votes {
  margin-left:5px;
}
.snapback {
  margin-right:5px;
  padding:1px 0 1px 1px;
}
.rating {
  display:block;
  line-height:16px;
  margin-bottom:4px;
}
.rating img {
  vertical-align:top;
}
#rating_text {
  margin-left:4px;
}
div.post_form label {
  clear:both;
  float:left;
  padding-right:15px;
  text-align:right;
  width:275px;
}
div.post_form span.desc, fieldset#poll_wrap span.desc {
  clear:both;
  display:block;
  margin-left:290px;
}
div.post_form .checkbox input.input_check, #mod_form .checkbox input.input_check {
  margin-left:295px;
}
div.post_form .antispam_img {
  margin-left:290px;
}
div.post_form .captcha .input_text {
  float:left;
}
div.post_form fieldset {
  padding-bottom:15px;
}
div.post_form h3 {
  margin-bottom:10px;
}
fieldset.with_subhead {
  margin-bottom:0;
  padding-bottom:0;
}
fieldset.with_subhead h4 {
  float:left;
  margin-top:6px;
  text-align:right;
  width:300px;
}
fieldset.with_subhead ul {
  margin:0 15px 0 320px;
  padding-bottom:10px;
  padding-top:10px;
}
fieldset.with_subhead span.desc, fieldset.with_subhead label {
  margin:0;
  width:auto;
}
fieldset.with_subhead .checkbox input.input_check {
  margin-left:0;
}
#toggle_post_options {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/add.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  font-size:0.9em;
  margin:15px;
  padding:2px 0 2px 22px;
}
#poll_wrap .question {
  margin-bottom:10px;
}
#poll_wrap .question .wrap ol {
  list-style:decimal;
  margin-left:25px;
}
#poll_wrap .question .wrap ol li {
  margin:5px;
}
.question_title {
  margin-left:30px;
  padding-bottom:0;
}
.question_title .input_text {
  font-weight:bold;
}
#poll_wrap {
  position:relative;
}
#poll_footer {
}
#poll_container_wrap {
  overflow:auto;
}
#poll_popup_inner {
  overflow:hidden;
}
.poll_control {
  margin-left:20px;
}
.post_form .tag_field ul {
  margin-left:290px;
}
.swfupload {
  position:absolute;
  z-index:1;
}
#attachments {
}
#attachments li {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  background-color:#2A2A2A;
  border:1px solid #383838;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  margin-bottom:10px;
  padding:6px 20px 6px 42px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
#attachments li p.info {
  font-size:0.8em;
  width:300px;
}
#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  display:none;
}
#attachments li.complete .links {
  display:block;
  font-size:0.9em;
  margin-right:15px;
  position:absolute;
  right:0;
  top:12px;
}
#attachments li .progress_bar {
  margin-right:15px;
  position:absolute;
  right:0;
  top:15px;
  width:200px;
}
#attachments li.complete, #attachments li.in_progress, #attachments li.error {
  background-position:12px 12px;
  background-repeat:no-repeat no-repeat;
}
#attachments li.in_progress {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
}
#attachments li.error {
  background-color:#822F2F;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/exclamation.png);
  border:1px solid #9C4141;
}
#attachments li.error .info {
  color:#FFFFFF;
}
#attachments li.complete {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/accept.png);
}
#attachments li .thumb_img {
  height:30px;
  left:6px;
  overflow:hidden;
  position:absolute;
  top:6px;
  width:30px;
}
.attach_controls {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_attach.png);
  background-position:3px 0;
  background-repeat:no-repeat no-repeat;
  min-height:82px;
  padding-left:30px;
}
.attach_controls .ipsType_subtitle {
  margin-bottom:5px;
}
.attach_controls iframe {
  display:block;
  margin-bottom:5px;
}
.attach_button {
  font-weight:bold;
}
#help_msg {
  margin-top:8px;
}
#attach_wrap {
  margin-top:10px;
  overflow:hidden;
}
#attach_wrap h4 {
  font-size:16px;
  padding-left:0;
}
#attach_wrap li {
  float:left;
  margin:5px 0;
}
#attach_wrap .attachment {
  float:none;
}
#attach_wrap .desc.info {
  margin-left:24px;
}
#attach_error_box {
  margin-bottom:10px;
}
.resized_img {
  display:inline-block;
  margin:0 5px 5px 0;
}
.reputation {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  font-weight:bold;
  padding:3px 8px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.reputation.positive, .members li.positive {
  background-color:#8DB13E;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.negative, .members li.negative {
  background-color:#B82929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.positive, .reputation.negative {
  color:#FFFFFF;
}
.reputation.zero {
  background-color:#505050;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.status_main_content {
}
.status_main_content h4 {
  font-size:1.2em;
  font-weight:normal;
}
.status_main_content h4 .su_links a {
  font-weight:normal;
}
.status_main_content p {
  padding:6px 0;
}
.status_main_content h4 a {
  font-weight:bold;
  text-decoration:none;
}
.status_mini_wrap {
  background-color:rgba(0, 0, 0, 0.0392157);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  font-size:0.95em;
  margin-top:2px;
  padding:7px;
}
.status_mini_wrap img {
  margin-top:-2px;
  position:relative;
  vertical-align:middle;
}
.status_mini_photo {
  float:left;
}
.status_textarea {
  width:99%;
}
#index_stats .status_textarea {
  width:180px;
}
.status_replies_many {
  height:300px;
  overflow:auto;
}
.status_update {
  background-color:#1A1A1A;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:15px 12px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.status_update .input_text {
  width:70%;
}
.status_update .input_submit {
  padding-left:15px;
  padding-right:15px;
}
.status_submit {
  padding-top:5px;
}
#status_wrapper h4 {
  font-size:14px;
  font-weight:bold;
}
.status_content {
  line-height:1.4;
}
.status_content .mod_links {
  opacity:0.2;
}
.status_content:hover .mod_links {
  opacity:1;
}
.status_content .h4, .status_content .status_status {
  font-size:14px;
  word-wrap:break-word;
}
.status_content .status_status {
  padding:2px 0 5px;
}
.status_feedback .status_mini_content {
  line-height:18px;
}
.status_feedback {
  margin:10px 0 0 -10px;
}
.ips_like {
  background-color:#F6F6F6;
  clear:both;
  color:#878787;
  font-size:1em;
  line-height:130%;
  min-height:18px;
  overflow:hidden;
  padding:6px;
}
.ips_like a {
  color:#878787;
}
.ips_like a.ftoggle {
  background-color:#878787;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #747474;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  float:right;
  font-size:0.9em;
  margin-top:-4px;
  padding:3px 4px 2px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ips_like a.ftoggle.on {
  background-color:#545454;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#474747;
  margin-left:3px;
}
.ips_like a.ftoggle._newline, .ips_like a.ftoggle.on._newline {
  display:block;
  float:none;
  margin-left:auto;
  margin-right:0;
  margin-top:5px;
  text-align:center;
  width:70px;
}
.ips_like a:hover.ftoggle.on, .ips_like a:hover.ftoggle {
  background-color:#545454;
}
.facebook-like {
  margin-top:5px;
}
.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
#ipsGlobalNotification {
  font-weight:bold;
  left:50%;
  margin-left:-250px;
  position:fixed;
  text-align:center;
  top:20px;
  z-index:10000;
}
#ips_NotificationCloseButton {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  cursor:pointer;
  height:13px;
  left:5px;
  opacity:0.8;
  position:absolute;
  top:5px;
  width:13px;
}
.googlePlusOne {
  display:inline-block;
  margin-top:1px;
  vertical-align:middle;
}
.fbLike {
  float:right !important;
  padding-left:2px;
}
#mymedia_inserted {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:#FFFFFF;
  font-size:15px;
  font-weight:bold;
  left:50%;
  margin-left:-200px;
  padding:20px 0;
  position:absolute;
  text-align:center;
  top:100px;
  width:400px;
  z-index:20000;
}
#mymedia_toolbar {
  background-color:#2D2D2D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  bottom:0;
  height:42px;
  left:0;
  line-height:42px;
  padding:0 5px;
  position:absolute;
  right:0;
}
#mymedia_finish {
  position:absolute;
  right:5px;
  top:5px;
}
#mymedia_content {
  height:339px;
  overflow:auto;
}
.media_results li.result {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  cursor:pointer;
  float:left;
  height:120px;
  padding:10px 0;
  text-align:center;
  width:20%;
}
.media_results li:hover {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_results li:active {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_image {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#2D2D2D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #0E0E0E;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  margin-bottom:5px;
  padding:1px;
}
.templateError {
  background-color:#FFFFFF !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:1px dotted black !important;
  color:#000000 !important;
  margin:0 !important;
  padding:10px !important;
}
.modcp_post_controls {
  padding-bottom:15px;
}
.modcp_post_controls .ipsButton_secondary {
  opacity:0.5;
}
.post_body:hover .modcp_post_controls .ipsButton_secondary {
  opacity:1;
}
#modcp_content .ipsFilterbar li.active a {
  display:inline-block;
  margin-bottom:1px;
}
.nexusad {
  clear:both;
  padding:10px;
}
#bbcode-description {
  color:#666666 !important;
  white-space:normal !important;
  word-wrap:break-word;
}
table.ipb_table .expander, table.ipb_table .ipsModMenu {
  opacity:0.2;
  visibility:visible;
}
.post_block .post_controls {
  opacity:1 !important;
}
.notnew .highlight_unread, .notnew .highlight_unread a {
  color:#898989;
}
#stats_div {
  height:0;
  overflow:hidden;
}
.skin_link {
  float:left;
  padding-top:4px;
}
.skin_link, .skin_link a {
  color:#BCD380 !important;
}
.skin_link a:hover {
  color:#D5EB9D !important;
  text-decoration:underline;
}
.negMargin {
  margin:-9px;
}
.negMarginTop {
  margin-top:-9px;
}
.negMarginRight {
  margin-right:-9px;
}
.negMarginBottom {
  margin-bottom:-9px;
}
.negMarginLeft {
  margin-left:-9px;
}
.input_submit, .ipsButton_secondary {
  outline:none;
}
#rss_feed {
  margin-top:-1px;
}
#index_stats .status_submit .input_submit {
  font-size:11px;
}
div[id$="member_popup"] .general_box {
  border:0;
  margin:0;
}
#ipsNav_content a {
  display:block;
  padding:5px 10px;
}
#ipsNav_content li {
  padding:0;
}
.ipsList_withminiphoto.ipsPad_half {
  padding:0 !important;
}
.ipsList_withminiphoto > li, .ipsHeaderMenu h4 {
  overflow:hidden;
}
.status_list li {
  margin-top:10px;
}
.fullList {
  margin:-9px;
}
#usercp_content .ipsType_subtitle {
  margin-bottom:10px;
  padding-bottom:6px;
  padding-top:3px;
}
#modCpanel .ipsType_subtitle {
  padding-bottom:5px;
  padding-top:4px;
}
.col_f_icon span {
  margin-bottom:6px;
  margin-top:2px;
}
.idx_album_thumb img {
  height:32px;
  width:32px;
}
.idx_album_thumb img, .inlineimage img, #appGallLatestHook img {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
}
.inlineimage img:hover, #appGallLatestHook img:hover {
  opacity:0.9;
}
.topic_desc {
  display:inline-block;
  padding-top:3px;
}
.ipbfs_login h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}
.ipbfs_login .ipsForm_submit {
  margin-top:0;
}
.ipbfs_login .ipsBox_notice {
  margin:0;
}
.ipbfs_login_col {
  float:left;
  padding:15px 10px;
  width:279px;
}
.ipbfs_login_col a:hover {
  text-decoration:underline;
}
.ipbfs_login_row {
  overflow:hidden;
}
.ipbfs_login_row label {
  font-size:1.15em;
}
.ipbfs_login .input_submit {
  font-size:13px;
}
.ipbfs_login_input {
  font-size:14px;
  margin-top:10px;
  padding:6px 0 6px 28px;
  width:250px;
}
.ipbfs_luser {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/user.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_lpassword {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/key.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_titlebox .desc {
  padding:3px 0;
}
.ipbfs_titlebox {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  overflow:hidden;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.content_border {
  border:1px solid #393939;
}
.guestMessage {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  color:#DDDDDD;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:140%;
  margin-bottom:10px;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.guestMessage strong {
  display:inline-block;
  margin-bottom:7px;
}
.guestMessage a {
  border-bottom-color:#BCBCBC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#FFFFFF;
  text-decoration:none;
}
.forum_name {
  font-weight:bold;
}
.forum_desc_pos {
  position:relative;
}
.forum_desc_con {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/forum_desc_arrow.png);
  background-position:6px 9px;
  background-repeat:no-repeat no-repeat;
  display:none;
  float:left;
  left:10px;
  padding-left:10px;
  position:absolute;
  top:-4px;
  width:350px;
  z-index:10000;
}
.forum_description {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  background-color:rgba(15, 15, 15, 0.901961);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:11px;
  padding:5px;
}
.topicViewIcons {
  margin:-3px 10px -5px 0;
  overflow:hidden;
  padding-bottom:1px;
  position:relative;
}
.topicViewIcons img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topicViewIcon.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:16px;
  margin-top:4px;
  vertical-align:top;
  width:16px;
}
.topicViewIcons #topicViewRegular img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewRegular.active img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewBasic img {
  background-position:-16px -16px;
}
.topicViewIcons #topicViewBasic.active img {
  background-position:-16px -16px;
}
.topicViewIcons a {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  float:left;
  height:22px;
  margin-right:5px;
  opacity:0.6;
  outline:none;
  text-align:center;
  text-decoration:none;
  width:22px;
}
.topicViewIcons a:hover {
  background-color:rgba(0, 0, 0, 0.0980392);
  background-position:initial initial;
  background-repeat:initial initial;
  opacity:1;
}
.topicViewIcons a.active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  background-color:rgba(0, 0, 0, 0.498039);
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  opacity:1;
}
.basicTopicView .post_body {
  border:0 !important;
  margin-left:0 !important;
}
.basicTopicView .post_body ul.post_controls {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  margin:0 -12px -12px;
}
.basicTopicView .author_info, .basicTopicView .signature {
  display:none;
}
.basicTopicView .post_username {
  border-right-color:rgba(255, 255, 255, 0.0980392);
  border-right-style:solid;
  border-right-width:1px;
  margin-right:10px;
  min-width:0;
  padding-right:10px;
}
.forum_stats {
  color:#888888;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-top:4px;
  text-transform:capitalize;
}
.forum_stats span {
  color:#AAAAAA;
}
.horizontalView .post_block {
  position:static;
}
.horizontalView .author_info {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  background-color:#363636;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0196078) 0%, rgba(255, 255, 255, 0) 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  float:none;
  position:relative;
  text-align:left;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
  width:auto;
}
.horizontalView .post_body {
  border:0;
  margin-left:0;
}
.horizontalView .post_body ul.post_controls {
  margin:0 -12px -12px;
}
.postInfoBottom {
  font-size:11px;
  opacity:0;
  padding-bottom:10px;
  padding-top:10px;
}
.horizontalView .post_body:hover .postInfoBottom {
  opacity:1;
}
.postInfoBottom input.post_mod {
  margin:2px 0 0;
}
.postInfoBottom span.post_id {
  margin:0;
}
.postInfoBottom, .postInfoBottom a {
  color:#999999;
}
.horizontalView .postDate {
  margin-right:15px;
}
.horizontalAvatar {
  margin-right:10px;
}
.horizontalUserInfo {
  overflow:hidden;
}
.horizontalUsername {
  font-family:'Trebuchet MS';
  font-size:24px;
  font-weight:bold;
  padding:6px 0 3px;
}
.horizontalUsername a {
  color:#EEEEEE;
}
.horizontalUsername a:hover {
  color:#FFFFFF;
}
.horizontalInfoList {
  color:#CCCCCC;
  float:left;
  font-size:11px;
  width:175px;
}
.horizontalInfoList li {
  padding:2px 0;
}
.horizontalView .custom_fields {
  margin-top:0;
}
.horizontalView .author_info .group_icon {
  margin:0;
}
.fadedForumIcon {
  -webkit-filter:grayscale(1);
  opacity:0.3;
}
.ipbforumskins {
}

 

 

Opublikowano

Podmień tamten kod na ten:

 

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin:0;
  padding:0;
}
table {
  border-spacing:0;
}
fieldset, img {
  border:0;
}
address, caption, cite, code, dfn, th, var {
  font-style:normal;
  font-weight:normal;
}
ol, ul {
  list-style:none;
}
caption, th {
  text-align:left;
}
h1, h2, h3, h4, h5, h6 {
  font-size:100%;
  font-weight:normal;
}
q::before, q::after {
  content:'';
}
abbr, acronym {
  border:0;
}
hr {
  border:0;
  display:none;
}
address {
  display:inline;
}
body {
  background: url(http://www.hdwallpapers.in/wallpapers/fast_and_furious_6-1280x1024.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#BCBCBC;
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:11px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
  padding-bottom:20px;
  position:relative;
}
input, select, textarea {
  font-family:tahoma, helvetica, arial, sans-serif;
  font-size:12px;
  font-style:normal;
  font-variant:normal;
  font-weight:normal;
  line-height:normal;
}
h3, strong {
  font-weight:bold;
}
em {
  font-style:italic;
}
img, .input_check, .input_radio {
  vertical-align:middle;
}
legend {
  display:none;
}
table {
  width:100%;
}
td {
  padding:3px;
}
a {
  color:#A6C7D7;
  text-decoration:none;
}
a:hover {
  color:#BCD380;
}
#index_stats a {
  color:#BCD380;
}
#index_stats a:hover {
  color:#D5EB9D;
}
::selection {
  background-color:#757575;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsList_inline > li {
  display:inline-block;
  margin:0 3px;
}
.ipsList_inline > li:first-child {
  margin-left:0;
}
.ipsList_inline > li:last-child {
  margin-right:0;
}
.ipsList_inline.ipsList_reset > li:first-child {
  margin-left:3px;
}
.ipsList_inline.ipsList_reset > li:last-child {
  margin-right:3px;
}
.ipsList_inline.ipsList_nowrap {
  white-space:nowrap;
}
.ipsList_withminiphoto > li {
  padding:7px;
}
.ipsList_withmediumphoto > li .list_content {
  margin-left:60px;
}
.ipsList_withminiphoto > li .list_content {
  margin-left:44px;
}
#index_stats .ipsList_withtinyphoto .list_content, .ipsList_withtinyphoto > li .list_content {
  margin-left:32px;
}
.list_content {
  word-wrap:break-word;
}
.ipsList_data li {
  line-height:1.3;
  padding:6px;
}
.ipsList_data .row_data {
  display:inline-block;
  max-width:100%;
  word-wrap:break-word;
}
.ipsList_data .row_title, .ipsList_data .ft {
  display:inline-block;
  float:left;
  font-weight:bold;
  padding-right:10px;
  text-align:right;
  width:120px;
}
.ipsList_data.ipsList_data_thin .row_title, .ipsList_data.ipsList_data_thin .ft {
  width:80px;
}
.ipsType_pagetitle, .ipsType_subtitle {
  color:#EAEAEA;
  font-family:Helvetica, Arial, sans-serif;
  font-size:26px;
  font-style:normal;
  font-variant:normal;
  font-weight:300;
  line-height:1.4;
}
.ipsType_subtitle {
  font-size:18px;
}
.ipsType_sectiontitle {
  color:#E0E0E0;
  font-size:16px;
  font-weight:normal;
  padding:5px 0;
}
.ipsType_pagedesc {
  color:#E0E0E0;
  line-height:1.5;
}
.ipsType_pagedesc a {
  text-decoration:underline;
}
.ipsType_textblock {
  line-height:1.7;
}
.ipsType_small {
  font-size:11px;
}
.ipsType_smaller, .ipsType_smaller a {
  font-size:11px !important;
}
.ipsType_smallest, .ipsType_smallest a {
  font-size:10px !important;
}
.ipsBox_container .ipsType_pagetitle {
  margin-bottom:6px;
}
.ipsReset {
  margin:0 !important;
  padding:0 !important;
}
.wrapper {
  margin:0 auto;
  max-width:1600px;
  min-width:980px;
  width:90%;
}
#content {
  line-height:120%;
  padding:10px 0;
}
.row1, .post_block.row1 {
  background-color:#292929;
}
.row2, .post_block.row2 {
  background-color:#292929;
}
.unread .highlight_unread {
  font-weight:bold;
}
#recentajaxcontent li, #idm_categories a, #index_stats .status_list li, #panel_files .file_listing li, #panel_screenshots #ss_linked li, .file_listing, #cart_totals td, div#member_filters li, #files li, #order_review td, #package_details .package_info, .block_list li, .package_view_top, .member_entry, #help_topics li, .ipsBox_container .ipsType_pagetitle, .userpopup dl, #announcements td, .preview_info, .sideVerticalList li, fieldset.with_subhead ul, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table td, .store_categories li, #mini_cart li, #index_stats div[id*="statusReply"], #ipg_category .ipg_category_row, .gallery_pane h2, .status_feedback li[id*="statusReply"], .ipsSideMenu ul li, .ipbfs_login_row, .ipbfs_login .clearfix, .articles .block-1, .articles .type-1x2x2 .article_row, #idm_category .idm_category_row, #category_list li a, .ipsComment {
  border-bottom-color:#252525;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#353535;
  border-top-style:solid;
  border-top-width:1px;
}
.ipbfs_login_row, .gallery_pane h2, .ipsBox_container .ipsType_pagetitle, #index_stats .status_list:first-of-type li:first-child, .ipsList_data li:first-of-type, .ipsList_withminiphoto li:first-of-type {
  border-top-width:0;
}
.ipsSideMenu ul, #register_form hr, #login_form hr, .ipsSettings_section, #index_stats div[id*="statusReply"]:first-of-type {
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.articles .type-1x2x2 .article_row:last-of-type, .store_categories ul:last-of-type li:last-of-type, #idm_categories li:last-of-type a, #idm_category .idm_category_row:last-of-type, .sideVerticalList li:last-of-type, #index_stats div[id*="statusReply"].status_reply, .ipsList_withminiphoto li:last-of-type, .member_entry:last-of-type, .ipsList_data li:last-of-type, #help_topics li:last-of-type, table.ipb_table tr:last-of-type td {
  border-bottom-width:0;
}
.highlighted, .highlighted .altrow {
  background-color:#232323;
}
.border, .statistics, .post_block, .ipsComment, .popupInner, .no_messages, .poll_question ol, .ipsBox_container, .ipsFloatingAction, .column_view .post_body {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
}
#idm_category .idm_category_row, .store_categories li, #idm_categories a, .ipsList_data li, .ipsList_withminiphoto li, table.ipb_table tr td {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/row_gradient.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.ipsBox_container {
  border:1px solid #393939;
}
.ipsBox {
  background-color:#1E1E1E;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBox_container.moderated {
  background-color:#36120E;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #4B1F1A;
}
.ipsBox_notice, .ipsBox_highlight {
  background-color:#222222;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
}
.border {
  border:1px solid #454545;
}
.removeDefault .ipsBox, .removeDefault.ipsBox {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  padding:0;
}
.removeDefault .ipsBox_container, .removeDefault.ipsBox_container {
  border:0;
}
.maintitle {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#527496;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  font-size:12px;
  font-weight:300;
  margin-bottom:4px;
  overflow:hidden;
  padding:12px;
  text-shadow:rgba(0, 0, 0, 0.247059) 0 -1px 0;
}
h3.maintitle {
  font-weight:bold;
}
.maintitle a {
  color:#FFFFFF;
}
.collapsed .maintitle {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  opacity:0.2;
}
.collapsed .maintitle:hover {
  opacity:0.4;
}
.maintitle .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_minimize.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:22px;
  margin:-5px -5px -10px 0;
  outline-width:0;
  text-indent:-3000em;
  visibility:hidden;
  width:32px;
}
.maintitle:hover .toggle {
  visibility:visible;
}
.collapsed .toggle {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cat_maximize.png);
}
.header_left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_left.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.header_right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_right.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
}
.maintitle_base {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/maintitle_base.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.maintitle_base .maintitle {
  -webkit-box-shadow:none;
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  box-shadow:none;
}
a.ipsBadge:hover {
  color:#FFFFFF;
}
.ipsBadge_green {
  background-color:#7BA60D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_purple {
  background-color:#AF286D;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_grey {
  background-color:#515151;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_lightgrey {
  background-color:#848484;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_orange {
  background-color:#ED7710;
  background-position:initial initial;
  background-repeat:initial initial;
}
.ipsBadge_red {
  background-color:#BF1D00;
  background-position:initial initial;
  background-repeat:initial initial;
}
.bar {
}
.bar.altbar {
}
.header {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.header th {
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:6px !important;
}
body .ipb_table .header a, body .topic_options a {
  color:#FFFFFF;
}
.bbc_url, .bbc_email {
  color:#BCD380;
  text-decoration:underline;
}
.date, .poll_question .votes {
  color:#747474;
  font-size:11px;
}
.no_messages {
  padding:15px 10px;
}
.tab_bar {
  background-color:#2A2A2A;
  color:#818181;
}
.tab_bar li.active {
  background-color:#454545;
  color:#FFFFFF;
}
.tab_bar.no_title.mini {
  border-bottom-color:#454545;
  border-bottom-style:solid;
  border-bottom-width:8px;
}
.ipbmenu_content, .ipb_autocomplete {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
.ipbmenu_content li, .ipb_autocomplete li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
}
.ipb_autocomplete li {
  padding:3px;
}
.ipb_autocomplete li.active {
  background-color:#252525;
}
.ipbmenu_content a {
  color:#FFFFFF;
}
.ipbmenu_content a:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.input_submit {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#5A7FA0;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-color:#3F3F3F;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px, rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit:hover {
  background-color:#76A1C7;
  color:#FFFFFF;
}
.input_submit.alt {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#585858;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 1px 3px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.input_submit.alt:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.input_submit.delete {
  background-color:#AD2930;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-color:#962D29;
  color:#FFFFFF;
  text-shadow:#771C20 0 -1px 0;
}
.input_submit.delete:hover {
  background-color:#BF3631;
  color:#FFFFFF;
}
.input_submit:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  position:relative;
  top:1px;
}
.input_submit.alt:active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 4px inset;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit, .ipsForm_submit {
  background-color:#232323;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-top-color:#373737;
  border-top-style:solid;
  border-top-width:1px;
}
.moderated, body .moderated td, .moderated td.altrow, .post_block.moderated, .post_block.moderated .post_body, body td.moderated, body td.moderated {
  background-color:#36120E;
}
.post_block.moderated {
  border:0 !important;
}
.post_block.moderated .post_wrap, .post_block.moderated h3, .moderated .row2, .moderated .post_controls {
  background-color:#4A1A14;
  border:0;
}
.moderated, .moderated a {
  color:#FCD9D9;
}
.moderated h3, .moderated h3 a {
  color:#FFFFFF !important;
}
#header_bar {
  background-color:#323232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  padding:0;
  text-align:right;
}
#admin_bar {
  background-color:#090909;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#2B2B2B;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:11px;
  line-height:28px;
  overflow:hidden;
  padding:0 12px;
}
#admin_bar li {
  padding-left:10px;
  padding-right:10px;
}
#admin_bar li.active a {
  color:#FC6D35;
}
#admin_bar a {
  color:#8A8A8A;
}
#admin_bar a:hover {
  color:#FFFFFF;
}
#user_navigation {
  border-left-color:#2B2B2B;
  border-left-style:solid;
  border-left-width:1px;
  color:#9F9F9F;
  float:right;
  font-size:11px;
  height:35px;
  line-height:35px;
  overflow:hidden;
}
#user_navigation a {
  border-right-color:#2B2B2B;
  border-right-style:solid;
  border-right-width:1px;
  color:#FFFFFF;
  float:left;
  height:35px;
  line-height:35px;
  outline:none;
  padding:0 12px;
}
#user_navigation a:hover {
  background-color:#232323;
  background-position:initial initial;
  background-repeat:initial initial;
}
#user_navigation .user_photo {
  height:27px;
  margin:-3px -8px 0;
  position:relative;
  width:auto;
}
#user_navigation #sign_in img, #user_navigation #register_link img {
  margin:-1px 2px 0 0;
  position:relative;
  vertical-align:middle;
}
#user_navigation .ipsList_inline li {
  float:left;
  margin:0;
  padding:0;
}
#user_link_dd, .dropdownIndicator {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/header_dropdown.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:5px;
  width:9px;
}
#user_link_menucontent #links li {
  float:left;
  margin:3px 0;
  white-space:nowrap;
  width:50%;
}
#user_link_menucontent #links a {
  display:block;
}
#user_link.menu_active #user_link_dd, .menu_active .dropdownIndicator, li.active .dropdownIndicator {
  background-position:100% 50%;
}
#community_app_menu .menu_active .dropdownIndicator {
  background-position:0 50%;
}
#community_app_menu li.active .menu_active .dropdownIndicator {
  background-position:100% 50%;
}
#user_link_menucontent #statusForm {
  margin-bottom:15px;
}
#user_link_menucontent #statusUpdate {
  margin-bottom:5px;
}
#user_link_menucontent > div {
  margin-left:15px;
  text-align:left;
  width:265px;
}
#statusSubmitGlobal {
  margin-top:3px;
}
#user_navigation a#user_link.menu_active, #user_navigation a#notify_link.menu_active, #user_navigation a#inbox_link.menu_active {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  position:relative;
  z-index:10000;
}
#notify_link, #inbox_link {
  padding:0 8px !important;
  position:relative;
  vertical-align:middle;
  width:20px;
}
#notify_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_notify.png);
}
#inbox_link img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_inbox.png);
}
#notify_link img, #inbox_link img {
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:20px;
  margin-top:-2px;
  width:20px;
}
#notify_link.menu_active img, #inbox_link.menu_active img {
  background-position:0 -20px;
}
.services img {
  margin:-1px -2px 0;
}
#branding {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/banner_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  height:92px;
}
#logo {
  float:left;
}
#logo a.textLogo {
  color:#FFFFFF;
  display:block;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:24px;
  font-weight:bold;
  height:92px;
  line-height:92px;
  padding:0 12px;
  text-decoration:none;
}
#nav_wrap {
  background-color:#171717;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3E3E3E;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#2B2B2B;
  border-top-style:solid;
  border-top-width:1px;
  height:35px;
}
#primary_nav {
  float:left;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding:3px 0 0;
  text-transform:uppercase;
}
#community_app_menu > li {
  margin:0 3px 0 0;
  position:relative;
}
#community_app_menu > li > a {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-left-color:#1F1F1F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#1F1F1F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#252525;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  border-top-style:solid;
  border-top-width:1px;
  color:#BCBCBC;
  display:block;
  height:31px;
  line-height:31px;
  outline:none;
  padding:0 15px;
}
#community_app_menu > li > a:hover, #community_app_menu > li > a.menu_active {
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#272727;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#272727;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#303030;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
}
#community_app_menu > li.active a {
  background-color:#212121;
  background-position:initial initial;
  background-repeat:initial initial;
  border-left-color:#2F2F2F;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#2F2F2F;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#565656;
  border-top-style:solid;
  border-top-width:1px;
  color:#FFFFFF;
  padding-bottom:1px;
  position:relative;
}
#community_app_menu > li > a.ipbmenu img {
  margin-right:-6px;
}
#primary_extra_menucontent, #more_apps_menucontent, .submenu_container {
  -webkit-box-shadow:none;
  background-color:#202020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#272727;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-bottom-style:solid;
  border-left-color:#272727;
  border-left-style:solid;
  border-right-color:#272727;
  border-right-style:solid;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-width:0 1px 1px;
  box-shadow:none;
  font-size:11px;
  min-width:140px;
}
#primary_extra_menucontent li, #more_apps_menucontent li, .submenu_container li {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  float:none !important;
  min-width:150px;
  padding:0;
}
#primary_extra_menucontent a, #more_apps_menucontent a, .submenu_container a {
  color:#FFFFFF;
  display:block;
  padding:8px 10px;
}
#primary_extra_menucontent a:hover, #more_apps_menucontent a:hover, .submenu_container a:hover {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
#primary_extra_menucontent li:last-child a, #more_apps_menucontent li:last-child a {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:0;
  border-top-right-radius:0;
}
#community_app_menu .submenu_container {
  width:260px;
}
#community_app_menu .submenu_container li {
  width:260px;
}
#secondary_navigation {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav_bg.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:1px solid #2D2D2D;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  line-height:37px;
  margin-bottom:15px;
  overflow:hidden;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#secondary_navigation a {
  color:#BCD380;
  height:37px;
  line-height:37px;
}
#secondary_navigation a:hover {
  color:#D5EB9D;
}
#secondary_navigation #breadcrumb li {
  float:left;
}
#secondary_navigation #breadcrumb li a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  margin-left:-15px;
  outline-style:none;
  padding-left:12px;
  text-decoration:none;
}
#secondary_navigation #breadcrumb li.first a {
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  margin-left:0;
  padding-left:0;
}
#secondary_navigation #breadcrumb li span {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/secondary_nav.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  display:block;
  padding-left:4px;
  padding-right:17px;
}
#secondary_navigation #breadcrumb li > span {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#D7D7D7;
  padding-left:4px;
}
#secondary_navigation #breadcrumb li.first a span {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
  padding-left:12px;
}
#secondary_navigation #breadcrumb li a:hover {
  background-position:0 -43px;
}
#secondary_navigation #breadcrumb li a:hover span {
  background-position:100% -43px;
}
#secondary_navigation #breadcrumb li a:active {
  background-position:0 -86px;
}
#secondary_navigation #breadcrumb li a:active span {
  background-position:100% -86px;
}
#secondary_links {
  overflow:hidden;
}
#secondary_links li {
  float:left;
  margin:0;
}
#secondary_links a {
  display:block;
  padding:0 12px;
}
#secondary_links img {
  height:16px;
  margin:10px -4px 0;
  opacity:0.8;
  position:relative;
  vertical-align:top;
  width:16px;
}
#secondary_links a:hover img {
  opacity:1;
}
.breadcrumb {
  color:#D7D7D7;
  font-size:11px;
}
.breadcrumb a {
  color:#D7D7D7;
}
.breadcrumb li .nav_sep {
  margin:0 5px 0 0;
}
.breadcrumb li:first-child {
  margin-left:0;
}
.breadcrumb.bottom {
  display:none;
  margin-top:10px;
  width:100%;
}
.ipsHeaderMenu {
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:6px;
  border-bottom-right-radius:6px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  overflow:hidden;
  padding:10px;
  width:340px;
}
.ipsHeaderMenu.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 10px;
}
.ipsHeaderMenu .ipsType_sectiontitle {
  margin-bottom:8px;
}
#user_notifications_link_menucontent.ipsHeaderMenu, #user_inbox_link_menucontent.ipsHeaderMenu {
  width:300px;
}
#search {
  margin-top:33px;
}
#main_search {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  font-size:12px;
  outline:0;
  padding:0;
  width:138px;
}
#main_search.inactive {
  color:#BCBCBC;
}
#search_wrap {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:4px;
  border-top-left-radius:3px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 4px;
  display:block;
  height:26px;
  line-height:25px;
  min-width:230px;
  padding:0 26px 0 4px;
  position:relative;
}
#adv_search {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/advanced_search.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  height:26px;
  margin-left:3px;
  text-indent:-3000em;
  width:26px;
}
#adv_search:hover {
  background-color:rgba(0, 0, 0, 0.2);
}
#search .submit_input {
  -webkit-box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/search_icon.png);
  background-position:50% 50%;
  background-repeat:no-repeat no-repeat;
  border:0;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  bottom:0;
  box-shadow:rgba(255, 255, 255, 0.2) 0 1px 0 inset;
  display:block;
  height:26px;
  padding:0;
  position:absolute;
  right:0;
  text-indent:-3000em;
  top:0;
  width:26px;
}
#search .submit_input:hover {
  background-color:#91BB25;
}
#search_options {
  background-color:#EAEAEA;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#222222;
  display:inline-block;
  float:right;
  font-size:10px;
  height:20px;
  line-height:20px;
  margin:3px 3px 3px 0;
  max-width:80px;
  overflow:hidden;
  padding:0 6px;
  text-overflow:ellipsis;
  text-shadow:#FFFFFF 0 1px 0;
}
#search_options_menucontent {
  background-color:#1A1A1A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #393939;
  min-width:130px;
  padding:0;
}
#search_options_menucontent input {
  margin-right:10px;
}
#search_options_menucontent li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#111111;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#252525;
  border-top-style:solid;
  border-top-width:1px;
  white-space:nowrap;
}
#search_options_menucontent li:last-of-type {
  border-bottom-width:0;
}
#search_options_menucontent label:hover {
  background-color:#202020;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
#search_options_menucontent label {
  cursor:pointer;
  display:block;
  padding:0 6px;
}
#search_options_menucontent li.title {
  padding:3px 6px;
}
#backtotop, #bottomScroll {
  -webkit-box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:16px;
  border-bottom-right-radius:16px;
  border-top-left-radius:16px;
  border-top-right-radius:16px;
  box-shadow:rgba(0, 0, 0, 0.701961) 0 1px 3px inset;
  display:inline-block;
  height:24px;
  left:50%;
  line-height:20px;
  margin-left:-12px;
  margin-top:-12px;
  opacity:0.4;
  outline:0;
  position:absolute;
  text-align:center;
  top:50%;
  width:24px;
}
#bottomScroll:hover, #backtotop:hover {
  background-color:#151515;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  opacity:1;
}
#footer_utilities {
  background-color:#292929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #454545;
  padding:8px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
#footer_utilities, #footer_utilities a {
  color:#B8B8B8;
}
#footer_utilities .ipbmenu_content a {
  color:#FFFFFF;
}
#footer_utilities .ipsList_inline {
  clear:left;
  float:left;
  margin-top:3px;
}
#footer_utilities .ipsList_inline > li {
  margin:0;
}
#footer_utilities .ipsList_inline > li > a {
  display:inline-block;
  margin-right:0;
  padding:4px 10px;
}
#footer_utilities a.menu_active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
#copyright {
  float:right;
  line-height:22px;
  text-align:right;
}
#ipsDebug_footer {
  color:#404040;
  font-size:11px;
  margin:8px auto 0;
  text-align:center;
  width:900px;
}
#ipsDebug_footer strong {
  margin-left:20px;
}
#ipsDebug_footer a {
  color:#404040;
}
#rss_menu {
  background-color:#F78E30;
  border:0;
}
#rss_menu li {
  border-bottom-color:#FBB969;
  border-bottom-style:solid;
  border-width:0 0 1px;
}
#rss_menu li:last-of-type {
  border-bottom-width:0;
}
#rss_menu a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:5px 8px;
  text-shadow:#DC7214 0 -1px 0;
}
#rss_menu a:hover {
  background-color:#F89F37;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#393939;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  padding:1px;
}
.ipsUserPhotoLink:hover .ipsUserPhoto {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
  border-color:#5F5F5F;
  box-shadow:rgba(0, 0, 0, 0.2) 0 2px 2px;
}
.ipsUserPhoto_variable {
  max-width:155px;
}
.ipsUserPhoto_large {
  max-height:90px;
  max-width:90px;
}
.ipsUserPhoto_medium {
  height:50px;
  width:50px;
}
.ipsUserPhoto_mini {
  height:30px;
  width:30px;
}
.ipsUserPhoto_tiny {
  height:20px;
  width:20px;
}
.ipsUserPhoto_icon {
  height:16px;
  width:16px;
}
.general_box {
}
.general_box .none {
  color:#BCBCBC;
}
.general_box.poll {
  border-width:0 0 1px;
  margin:0;
}
.ipsBox, .ipsPad {
  padding:9px;
}
.ipsPad_double {
  padding:9px 19px;
}
.ipsBox_withphoto {
  margin-left:65px;
}
.ipsBox_notice {
  line-height:1.6;
  margin-bottom:10px;
  padding:10px;
}
.ipsBox_container .ipsBox_notice {
}
.ipsPad_half {
  padding:4px !important;
}
.ipsPad_left {
  padding-left:9px;
}
.ipsPad_top {
  padding-top:9px;
}
.ipsPad_top_slimmer {
  padding-top:7px;
}
.ipsPad_top_half {
  padding-top:4px;
}
.ipsPad_top_bottom {
  padding-bottom:9px;
  padding-top:9px;
}
.ipsPad_top_bottom_half {
  padding-bottom:4px;
  padding-top:4px;
}
.ipsMargin_top {
  margin-top:9px;
}
.ipsBlendLinks_target .ipsBlendLinks_here {
  -webkit-transition:all 0.1s ease-in-out;
  opacity:0.5;
  transition:all 0.1s ease-in-out;
}
.ipsBlendLinks_target:hover .ipsBlendLinks_here {
  opacity:1;
}
.block_list > li {
  padding:5px 10px;
}
.ipsModMenu {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/moderation_cog.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:15px;
  margin-right:5px;
  text-indent:-2000em;
  vertical-align:middle;
  width:15px;
}
.ipsBadge {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  display:inline-block;
  font-size:9px;
  font-weight:bold;
  height:16px;
  line-height:16px;
  padding:0 5px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
  text-transform:uppercase;
  vertical-align:middle;
}
.ipsBadge.has_icon img {
  max-height:7px;
  vertical-align:baseline;
}
#nav_app_ipchat .ipsBadge {
  position:absolute;
}
#ajax_loading {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  box-shadow:rgba(0, 0, 0, 0.2) 0 3px 5px;
  color:#FFFFFF;
  left:46%;
  opacity:0.6;
  padding:5px 0 8px;
  position:fixed;
  text-align:center;
  top:0;
  width:8%;
  z-index:10000;
}
#ipboard_body.redirector {
  margin:150px auto 0;
  width:500px;
}
#ipboard_body.minimal {
  padding-top:40px;
}
#ipboard_body.minimal #ipbwrapper {
  margin:0 auto;
  width:900px;
}
#ipboard_body.minimal #content {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom:10px;
  padding:20px 30px;
}
#ipboard_body.minimal h1 {
  font-size:32px;
}
#ipboard_body.minimal .ipsType_pagedesc {
  font-size:16px;
}
.progress_bar {
  background-color:#363636;
  border:1px solid #535353;
}
.progress_bar span {
  background-color:#535353;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  display:block;
  font-size:0;
  font-weight:bold;
  height:10px;
  overflow:hidden;
  text-align:center;
  text-indent:-2000em;
}
.progress_bar.limit span {
  background-color:#B13C3C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
}
.progress_bar span span {
  display:none;
}
.progress_bar.user_warn {
  margin:0 auto;
  width:80%;
}
.progress_bar.user_warn span {
  height:6px;
}
.progress_bar.topic_poll {
  margin-top:2px;
  width:40%;
}
li.rating a {
  outline:0;
}
.antispam_img {
  margin:0 3px 5px 0;
}
span.error {
  clear:both;
  color:#AD2930;
  font-weight:bold;
}
#recaptcha_widget_div {
  max-width:350px;
}
#recaptcha_table {
  border:0 !important;
}
.mediatag_wrapper {
  height:0;
  overflow:hidden;
  padding-bottom:56.25%;
  padding-top:30px;
  position:relative;
}
.mediatag_wrapper iframe, .mediatag_wrapper object, .mediatag_wrapper embed {
  height:100%;
  left:0;
  position:absolute;
  top:0;
  width:100%;
}
.tab_filters ul, .tab_filters li, fieldset.with_subhead span.desc, fieldset.with_subhead label, .user_controls li {
  display:inline;
}
.right {
  float:right;
}
.left {
  float:left;
}
.hide {
  display:none;
}
.short {
  text-align:center;
}
.clear {
  clear:both;
}
.clearfix::after {
  clear:both;
  content:'.';
  display:block;
  height:0;
  overflow:hidden;
  visibility:hidden;
}
.faded {
  opacity:0.5;
}
.clickable {
  cursor:pointer;
}
.reset_cursor {
  cursor:default;
}
.bullets ul, .bullets ol, ul.bullets, ol.bullets {
  line-height:150%;
  list-style:disc none;
  margin-left:30px;
}
.bullets li {
  padding:2px;
}
#user_navigation #new_msg_count, .rounded {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
}
.desc, .desc.blend_links a, p.posted_info {
  color:#898989;
  font-size:11px;
}
.desc.lighter, .desc.lighter.blend_links a {
  color:#646464;
}
.cancel {
  font-size:0.9em;
  font-weight:bold;
}
.cancel, .cancel:hover {
  color:#AD2930;
}
em.moderated {
  font-size:11px;
  font-style:normal;
  font-weight:bold;
}
.positive {
  color:#6F8F52;
}
.negative {
  color:#C7172B;
}
.searchlite {
  background-color:yellow;
  color:red;
  font-size:14px;
}
.activeuserposting {
  font-style:italic;
}
.col_f_post {
  width:250px !important;
}
.is_mod .col_f_post {
  width:210px !important;
}
td.col_c_post {
  padding-top:10px !important;
  width:250px;
}
.col_f_icon {
  padding:0 0 0 3px !important;
  text-align:center;
  vertical-align:middle;
  width:24px !important;
}
.col_n_icon {
  padding:0 !important;
  vertical-align:middle;
  width:24px;
}
.col_f_views, .col_m_replies {
  text-align:right;
  white-space:nowrap;
  width:100px !important;
}
.col_f_mod, .col_m_mod, .col_n_mod {
  text-align:right;
  width:40px;
}
.col_f_preview {
  text-align:right;
  width:20px !important;
}
.col_c_icon {
  padding:10px 2px 10px 8px !important;
  vertical-align:middle;
  width:33px;
}
.col_c_post .ipsUserPhoto {
  margin-top:3px;
}
.col_n_date {
  width:250px;
}
.col_m_photo, .col_n_photo {
  width:30px;
}
.col_m_mod {
  text-align:right;
}
.col_r_icon {
  width:3%;
}
.col_f_topic, .col_m_subject {
  width:49%;
}
.col_f_starter, .col_r_total, .col_r_comments {
  width:10%;
}
.col_m_date, .col_r_updated, .col_r_section {
  width:18%;
}
.col_c_stats {
  text-align:right;
  width:15%;
}
.col_c_forum {
  width:auto;
}
.col_mod, .col_r_mod {
  width:3%;
}
.col_r_title {
  width:26%;
}
table.ipb_table {
  line-height:1.3;
  width:100%;
}
table.ipb_table td {
  padding:10px;
}
table.ipb_table tr.unread h4 {
  font-weight:bold;
}
table.ipb_table tr.highlighted td {
  border-bottom-width:0;
}
table.ipb_table th {
  font-size:11px;
  font-weight:bold;
  padding:8px 6px;
}
.last_post {
  margin-left:45px;
}
.last_post, .col_c_stats, .col_f_views, .line_height, .ipsList_withminiphoto .list_content {
  line-height:18px;
}
#user_notifications_link_menucontent .list_content {
  line-height:130%;
}
.col_c_post .ipsUserPhotoLink {
  margin-top:-1px;
}
.forum_desc {
  padding-top:5px;
}
table.ipb_table h4, table.ipb_table .topic_title {
  display:inline-block;
  font-size:12px;
}
table.ipb_table .unread .topic_title {
  font-weight:bold;
}
table.ipb_table .ipsModMenu {
  visibility:hidden;
}
table.ipb_table tr:hover .ipsModMenu, table.ipb_table tr .ipsModMenu.menu_active {
  visibility:visible;
}
#announcements h4 {
  display:inline;
}
#announcements td {
}
.announcement img {
  margin-right:4px;
}
.forum_data {
  color:#5C5C5C;
  display:inline-block;
  font-size:11px;
  margin:0 0 0 8px;
  white-space:nowrap;
}
.desc_more {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/desc_more.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
  display:inline-block;
  height:13px;
  text-indent:-2000em;
  width:13px;
}
.desc_more:hover {
  background-position:50% 100%;
}
.category_block .ipb_table h4 {
}
table.ipb_table .subforums {
  margin:7px 0 3px;
  overflow:hidden;
}
table.ipb_table .subforums li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_nonew.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
  float:left;
  margin:0;
  padding:0 15px;
}
table.ipb_table .subforums li.unread {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/subforum_new.png);
  font-weight:bold;
}
table.ipb_table .expander {
  display:inline-block;
  height:16px;
  visibility:hidden;
  width:16px;
}
table.ipb_table tr:hover .expander {
  opacity:0.2;
  visibility:visible;
}
table.ipb_table td.col_f_preview {
  cursor:pointer;
}
table.ipb_table tr td:hover .expander, .expander.open, .expander.loading {
  opacity:1;
  visibility:visible !important;
}
table.ipb_table .expander.closed {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.open {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_expand_close.png);
  background-position:0 -19px;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .expander.loading {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
}
table.ipb_table .preview td {
  border-top-width:0;
  padding:20px 10px 20px 29px;
  z-index:20000;
}
table.ipb_table .preview td > div {
  line-height:1.4;
  position:relative;
}
table.ipb_table .preview td {
  -webkit-box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
  box-shadow:rgba(0, 0, 0, 0.14902) 0 4px 5px;
}
.preview_col {
  margin-left:80px;
}
.preview_info {
  background-color:rgba(0, 0, 0, 0.0784314);
  background-position:initial initial;
  background-repeat:initial initial;
  margin:-3px 0 3px;
  padding:5px;
}
table.ipb_table .mini_pagination {
  opacity:0.5;
}
table.ipb_table tr:hover .mini_pagination {
  opacity:1;
}
.ipsLayout.ipsLayout_withleft {
  padding-left:210px;
}
.ipsBox.ipsLayout.ipsLayout_withleft {
  padding-left:220px;
}
.ipsLayout.ipsLayout_withright {
  clear:left;
  padding-right:210px;
}
.ipsBox.ipsLayout.ipsLayout_withright {
  padding-right:220px;
}
.ipsLayout_content, .ipsLayout .ipsLayout_left, .ipsLayout_right {
  position:relative;
}
.ipsLayout_content {
  float:left;
  width:100%;
}
.ipsLayout .ipsLayout_left {
  float:left;
  margin-left:-210px;
  width:200px;
}
.ipsLayout .ipsLayout_right {
  float:right;
  margin-right:-210px;
  width:200px;
}
.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:280px;
}
.ipsBox.ipsLayout_largeleft.ipsLayout_withleft {
  padding-left:290px;
}
.ipsLayout_largeleft.ipsLayout .ipsLayout_left {
  margin-left:-280px;
  width:270px;
}
.ipsLayout_largeright.ipsLayout_withright {
  padding-right:280px;
}
.ipsBox.ipsLayout_largeright.ipsLayout_withright {
  padding-right:290px;
}
.ipsLayout_largeright.ipsLayout .ipsLayout_right {
  margin-right:-280px;
  width:270px;
}
.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:150px;
}
.ipsBox.ipsLayout_smallleft.ipsLayout_withleft {
  padding-left:160px;
}
.ipsLayout_smallleft.ipsLayout .ipsLayout_left {
  margin-left:-150px;
  width:140px;
}
.ipsLayout_smallright.ipsLayout_withright {
  padding-right:150px;
}
.ipsBox.ipsLayout_smallright.ipsLayout_withright {
  padding-right:160px;
}
.ipsLayout_smallright.ipsLayout .ipsLayout_right {
  margin-right:-150px;
  width:140px;
}
.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:50px;
}
.ipsBox.ipsLayout_tinyleft.ipsLayout_withleft {
  padding-left:60px;
}
.ipsLayout_tinyleft.ipsLayout .ipsLayout_left {
  margin-left:-50px;
  width:40px;
}
.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:50px;
}
.ipsBox.ipsLayout_tinyright.ipsLayout_withright {
  padding-right:60px;
}
.ipsLayout_tinyright.ipsLayout .ipsLayout_right {
  margin-right:-50px;
  width:40px;
}
.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:330px;
}
.ipsBox.ipsLayout_bigleft.ipsLayout_withleft {
  padding-left:340px;
}
.ipsLayout_bigleft.ipsLayout .ipsLayout_left {
  margin-left:-330px;
  width:320px;
}
.ipsLayout_bigright.ipsLayout_withright {
  padding-right:330px;
}
.ipsBox.ipsLayout_bigright.ipsLayout_withright {
  padding-right:340px;
}
.ipsLayout_bigright.ipsLayout .ipsLayout_right {
  margin-right:-330px;
  width:320px;
}
.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:380px;
}
.ipsBox.ipsLayout_hugeleft.ipsLayout_withleft {
  padding-left:390px;
}
.ipsLayout_hugeleft.ipsLayout .ipsLayout_left {
  margin-left:-380px;
  width:370px;
}
.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:380px;
}
.ipsBox.ipsLayout_hugeright.ipsLayout_withright {
  padding-right:390px;
}
.ipsLayout_hugeright.ipsLayout .ipsLayout_right {
  margin-right:-380px;
  width:370px;
}
.ipsField .ipsField_title {
  font-size:12px;
  font-weight:bold;
  line-height:1.6;
}
.ipsForm_required {
  color:#AB1F39;
  font-weight:bold;
}
.ipsForm_horizontal .ipsField_title {
  float:left;
  line-height:1.8;
  padding-right:15px;
  padding-top:3px;
  text-align:right;
  width:185px;
}
.ipsForm_horizontal .ipsField {
  margin-bottom:15px;
}
.ipsForm_horizontal .ipsField_content, .ipsForm_horizontal .ipsField_submit {
  margin-left:200px;
}
.ipsForm_horizontal .ipsField_checkbox {
  margin:0 0 5px 200px;
}
.ipsForm_horizontal .ipsField_select .ipsField_title {
  line-height:1.6;
}
.ipsForm_vertical .ipsField {
  margin-bottom:10px;
}
.ipsForm_vertical .ipsField_content {
  margin-top:3px;
}
.ipsForm .ipsField_checkbox .ipsField_content {
  margin-left:25px;
}
.ipsForm .ipsField_checkbox input {
  float:left;
  margin-top:3px;
}
.ipsField_primary input {
  font-size:18px;
}
.ipsForm_submit {
  margin-top:25px;
  padding:5px 10px;
  text-align:right;
}
.ipsForm_right {
  text-align:right;
}
.ipsForm_left {
  text-align:left;
}
.ipsForm_center {
  text-align:center;
}
.ipsSettings_pagetitle {
  font-size:20px;
  margin-bottom:5px;
}
.ipsSettings {
  padding:0;
}
.ipsSettings_section {
  margin:0 0 15px;
  padding:15px 0 0;
}
.ipsSettings_section > div {
  margin-left:175px;
}
.ipsSettings_section > div ul li {
  margin-bottom:10px;
}
.ipsSettings_section .desc {
  margin-top:3px;
}
.ipsSettings_sectiontitle {
  float:left;
  font-family:Helvetica, Arial, sans-serif;
  font-size:13px;
  font-style:normal;
  font-variant:normal;
  font-weight:bold;
  line-height:18px;
  padding-left:10px;
  width:165px;
}
.ipsSettings_fieldtitle {
  display:inline-block;
  font-size:14px;
  margin-right:10px;
  min-width:100px;
  padding-top:3px;
  vertical-align:top;
}
.ipsTooltip {
  padding:5px;
  z-index:25000;
}
.ipsTooltip_inner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#333333;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #333333;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF;
  font-size:12px;
  max-width:250px;
  padding:8px;
  text-align:center;
}
.ipsTooltip_inner a {
  color:#FFFFFF;
}
.ipsTooltip_inner span {
  color:#D2D2D2;
  font-size:11px;
}
.ipsTooltip.top {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_top.png);
  background-position:50% 100%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.top_left {
  background-position:0 100%;
}
.ipsTooltip.bottom {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_bottom.png);
  background-position:50% 0;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.left {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_left.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsTooltip.right {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/tooltip_right.png);
  background-position:0 50%;
  background-repeat:no-repeat no-repeat;
}
.ipsHasNotifications {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  background-color:#CF2020;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 2px 4px, rgba(255, 255, 255, 0.0980392) 0 1px 0 inset;
  color:#FFFFFF !important;
  font-size:9px;
  height:12px;
  left:3px;
  line-height:12px;
  padding:0 4px;
  position:absolute;
  text-align:center;
  top:4px;
}
.ipsHasNotifications_blank {
  display:none;
}
#chat-tab-count.ipsHasNotifications {
  left:auto;
  position:absolute;
  right:3px;
  text-shadow:none !important;
  top:3px;
}
.ipsSideMenu {
  padding:10px 0;
}
.ipsSideMenu h4 {
  color:#DDDDDD;
  font-weight:bold;
  margin:0 10px 5px 25px;
}
.ipsSideMenu ul {
  margin-bottom:20px;
}
.ipsSideMenu ul li {
  font-size:11px;
}
.ipsSideMenu ul li a {
  display:block;
  padding:5px 10px 5px 25px;
}
.ipsSideMenu ul li a:hover {
  background-color:rgba(0, 0, 0, 0.027451);
}
.ipsSideMenu ul li.active a {
  background-color:#282828;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check_white.png);
  background-position:6px 8px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-weight:bold;
}
.ipsSteps {
  background-color:#2A2A2A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #515151;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  height:55px;
}
.ipsSteps li:first-child {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:0;
  border-top-left-radius:3px;
  border-top-right-radius:0;
}
.ipsSteps ul li {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:100% -56px;
  background-repeat:no-repeat no-repeat;
  color:#C3C3C3;
  float:left;
  height:39px;
  padding:11px 33px 5px 18px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_active {
  background-position:100% 0;
  color:#FFFFFF;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsSteps .ipsSteps_done {
}
.ipsSteps_desc {
  font-size:11px;
}
.ipsSteps_arrow {
  display:none;
}
.ipsSteps_title {
  display:block;
  font-size:14px;
  padding-bottom:4px;
}
.ipsSteps_active .ipsSteps_arrow {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/wizard_step.png);
  background-position:0 -112px;
  background-repeat:no-repeat no-repeat;
  display:block;
  height:55px;
  left:-23px;
  position:absolute;
  top:0;
  width:23px;
}
.ipsSteps ul li:first-child .ipsSteps_arrow {
  display:none !important;
}
.ipsVerticalTabbed {
}
.ipsVerticalTabbed_content {
  min-height:400px;
}
.ipsVerticalTabbed_tabs > ul {
  border-left-color:#393939;
  border-left-style:solid;
  border-left-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  margin-top:10px;
  width:149px !important;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs > ul {
  width:40px !important;
}
.ipsVerticalTabbed_tabs li {
  background-color:#242424;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#808080;
  font-size:12px;
}
.ipsVerticalTabbed_tabs li a {
  color:#8D8D8D;
  display:block;
  outline:0;
  padding:10px 8px;
}
.ipsVerticalTabbed_tabs li a:hover {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#C9C9C9;
}
.ipsVerticalTabbed_tabs li.active a {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
  font-weight:bold;
  position:relative;
  width:135px;
  z-index:8000;
}
.ipsVerticalTabbed_minitabs.ipsVerticalTabbed_tabs li.active a {
  width:24px;
}
.ipsLikeBar {
  font-size:11px;
  margin:10px 0;
}
.ipsLikeBar_info {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:inline-block;
  line-height:22px;
  padding:0 10px;
}
.ipsLikeButton {
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  line-height:22px;
  padding:0 7px 0 26px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsLikeButton:hover {
  color:#FFFFFF !important;
}
.ipsLikeButton.ipsLikeButton_enabled {
  background-color:#719C1C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
}
.ipsLikeButton.ipsLikeButton_disabled {
  background-color:#6C6C6C;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/like_button.png);
  background-position:0 -23px;
  background-repeat:no-repeat no-repeat;
}
.ipsTag {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/tag_bg.png);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:0;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:3px;
  color:#FFFFFF !important;
  display:inline-block;
  font-size:11px;
  height:20px;
  line-height:20px;
  margin:5px 5px 0 0;
  padding:0 7px 0 15px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.ipsTagBox_wrapper {
  display:inline-block;
  line-height:1.3;
  margin-bottom:3px;
  min-height:18px;
  width:350px;
}
.ipsTagBox_hiddeninput {
  background-color:transparent;
  background-image:none;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#FFFFFF;
}
.ipsTagBox_hiddeninput.inactive {
  font-size:11px;
  min-width:200px;
}
.ipsTagBox_wrapper input {
  border:0;
  outline:0;
}
.ipsTagBox_wrapper li {
  display:inline-block;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child {
  background-color:#D7D7D7;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#E9E9E9;
  color:#222222;
  text-shadow:none;
}
.ipsTagBox_tag {
  background-color:#4D4D4D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #595959;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  cursor:pointer;
  font-size:11px;
  margin:0 3px 2px 0;
  padding:2px 1px 2px 4px;
}
.ipsTagBox_tag:hover {
  border-color:#646464;
}
.ipsTagBox_tag.selected {
  background-color:#797979 !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border-color:#A1A1A1 !important;
  color:#FFFFFF !important;
}
.ipsTagBox_closetag {
  color:#C7C7C7;
  display:inline-block;
  font-weight:bold;
  margin-left:2px;
  padding:0 3px;
}
.ipsTagBox_closetag:hover {
  color:#454545;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag {
  color:#424242;
}
.ipsTagBox_tag.selected .ipsTagBox_closetag:hover {
  color:#2F2F2F;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag {
  color:#444444;
}
.ipsTagBox_wrapper.with_prefixes li.ipsTagBox_tag:first-child .ipsTagBox_closetag:hover {
  color:#111111;
}
.ipsTagBox_addlink {
  font-size:10px;
  margin-left:3px;
  outline:0;
}
.ipsTagBox_dropdown {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  background-color:#FFFFFF;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #DDDDDD;
  box-shadow:rgba(0, 0, 0, 0.2) 0 5px 10px;
  height:100px;
  overflow:scroll;
  z-index:16000;
}
.ipsTagBox_dropdown li {
  cursor:pointer;
  font-size:12px;
  padding:4px;
}
.ipsTagBox_dropdown li:hover {
  background-color:#DBF3FF;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#003B71;
}
.ipsTagWeight_1 {
  opacity:1;
}
.ipsTagWeight_2 {
  opacity:0.9;
}
.ipsTagWeight_3 {
  opacity:0.8;
}
.ipsTagWeight_4 {
  opacity:0.7;
}
.ipsTagWeight_5 {
  opacity:0.6;
}
.ipsTagWeight_6 {
  opacity:0.5;
}
.ipsTagWeight_7 {
  opacity:0.4;
}
.ipsTagWeight_8 {
  opacity:0.3;
}
.ipsFilterbar li {
  font-size:11px;
  margin:0 15px 0 0;
}
.ipsFilterbar li a {
  -webkit-transition:all 0.3s ease-in-out;
  color:#FFFFFF;
  opacity:0.5;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
  transition:all 0.3s ease-in-out;
}
.ipsFilterbar.bar.altbar li a {
  color:#244156;
  opacity:0.8;
  text-shadow:none;
}
.ipsFilterbar:hover li a {
  opacity:0.8;
}
.ipsFilterbar li a:hover {
  color:#FFFFFF;
  opacity:1;
}
.ipsFilterbar li img {
  margin-top:-3px;
}
.ipsFilterbar li.active {
  opacity:1;
}
.ipsFilterbar li.active a, .ipsFilterbar.bar.altbar li.active a {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  background-color:rgba(0, 0, 0, 0.298039);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:10px !important;
  border-bottom-right-radius:10px !important;
  border-top-left-radius:10px !important;
  border-top-right-radius:10px !important;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 1px 3px inset, rgba(255, 255, 255, 0.156863) 0 1px 0px, rgba(255, 255, 255, 0.0470588) 0 0 0 1px;
  color:#FFFFFF;
  font-weight:bold;
  opacity:1;
  padding:4px 10px;
}
.ipsPostForm {
}
.ipsPostForm.ipsLayout_withright {
  padding-right:260px !important;
}
.ipsPostForm .ipsLayout_content {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 2px 0 4px;
  float:none;
  z-index:900;
}
.ipsPostForm .ipsLayout_right {
  border-left-width:0;
  margin-right:-251px;
  width:250px;
  z-index:800;
}
.ipsPostForm_sidebar {
  margin-top:8px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block.closed h3 {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/folder_closed.png);
  background-position:10px 9px;
  background-repeat:no-repeat no-repeat;
  margin-bottom:2px;
  padding-left:26px;
}
.ipsMemberList .ipsButton_secondary {
  opacity:0.3;
}
.ipsMemberList li:hover .ipsButton_secondary, .ipsMemberList tr:hover .ipsButton_secondary {
  opacity:1;
}
.ipsMemberList li .reputation {
  margin:5px 10px 0 0;
}
.ipsMemberList > li .ipsButton_secondary {
  margin-top:15px;
}
.ipsMemberList li .rating {
  display:inline;
}
.ipsComment_wrap {
  margin-top:10px;
}
.border > .ipsComment_wrap, .ipsBox_container > .ipsComment_wrap {
  margin:0;
}
.ipsComment_wrap .ipsLikeBar {
  margin:0;
}
.ipsComment_wrap input[type="checkbox"] {
  vertical-align:middle;
}
.ipsComment {
  padding:10px;
}
.ipsComment_author, .ipsComment_reply_user {
  float:left;
  line-height:1.3;
  padding:0 10px;
  text-align:right;
  width:160px;
}
.ipsComment_author .ipsUserPhoto {
  margin-bottom:5px;
}
.ipsComment_comment {
  line-height:1.5;
  margin-left:190px !important;
}
.ipsComment_comment > div {
  min-height:33px;
}
.ipsComment_controls {
  margin-top:10px;
}
.ipsComment_controls > li {
  opacity:0.2;
}
.ipsComment:hover .ipsComment_controls > li, .ipsComment .ipsComment_controls > li.right {
  opacity:1;
}
.ipsComment_reply_user_photo {
  margin-left:115px;
}
.ipsFloatingAction {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  border:4px solid rgba(0, 0, 0, 0.74902);
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  bottom:10px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 3px 6px;
  padding:10px;
  position:fixed;
  right:10px;
  z-index:15000;
}
.ipsFloatingAction.left {
  left:10px;
  right:auto;
}
.ipsFloatingAction .fixed_inner {
  overflow-x:hidden;
  overflow-y:auto;
}
#seoMetaTagEditor {
  width:480px;
}
#seoMetaTagEditor table {
  width:450px;
}
#seoMetaTagEditor table td {
  padding-right:0;
  width:50%;
}
body#ipboard_body fieldset.submit, body#ipboard_body p.submit {
  padding:15px 6px;
  text-align:center;
}
.iframe {
  outline:none;
}
.input_text, .ipsTagBox_wrapper, textarea {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  background-color:#363636;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #434343;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 4px inset;
  color:#B7B7B7;
  padding:6px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
textarea:focus, .input_text:focus {
  background-color:#4B4B4B;
  border-color:#797979;
  color:#F8F8F8;
  outline:none;
}
input.inactive, select.inactive, textarea.inactive {
  color:#939393;
}
.input_text.error {
  -webkit-box-shadow:none;
  background-color:#883939;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#A95858;
  box-shadow:none;
  color:#FFFFFF;
}
.input_text.accept {
  -webkit-box-shadow:none;
  background-color:#768D3D;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#8CA54D;
  box-shadow:none;
  color:#FFFFFF;
}
.input_submit {
  border:0;
  cursor:pointer;
  padding:5px 11px;
  text-decoration:none;
}
a.input_submit {
  display:inline-block;
  padding:7px 11px;
}
.input_submit.alt {
  text-decoration:none;
}
p.field {
  padding:15px;
}
li.field {
  margin-left:5px;
  padding:5px;
}
li.field label, li.field span.desc {
  display:block;
}
li.field.error {
  color:#AD2930;
}
li.field.error label {
  font-weight:bold;
}
li.field.checkbox, li.field.cbox {
  margin-left:0;
}
li.field.checkbox .input_check, li.field.checkbox .input_radio, li.field.cbox .input_check, li.field.cbox .input_radio {
  margin-right:10px;
  vertical-align:middle;
}
li.field.checkbox label, li.field.cbox label {
  display:inline;
  float:none;
  width:auto;
}
li.field.checkbox p, li.field.cbox p {
  display:block;
  left:245px;
  position:relative;
}
li.field.checkbox span.desc, li.field.cbox span.desc {
  display:block;
  margin-left:auto;
  padding-left:27px;
}
.message {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  background-color:#768D3D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border:1px solid #8CA54D;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 3px;
  font-size:12px;
  line-height:1.6;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.message, .message a, .message h3 {
  color:#EFF6DD;
}
.message h3 {
  padding:0;
}
.message.error {
  background-color:#872D2D;
  border-color:#C15050;
}
.message.error, .message.error a, .message.error h3 {
  color:#F6DDDD;
}
.message.error.usercp {
  background-image:none;
  float:right;
  padding:4px;
}
.message.unspecific {
  background-color:#292929;
  border-color:#393939;
  clear:both;
  margin:0 0 10px;
}
.message.unspecific, .message.unspecific a, .message.unspecific h3 {
  color:#EDEDED;
}
.message a {
  text-decoration:underline;
}
.ipbmenu_content, .ipb_autocomplete {
  min-width:85px;
  z-index:2000;
}
.ipbmenu_content {
  white-space:nowrap;
}
.ipbmenu_content li:last-child {
  border-bottom-width:0;
  padding-bottom:0;
}
.ipbmenu_content li:first-child {
  padding-top:0;
}
.ipbmenu_content.with_checks a {
  padding-left:26px;
}
.ipbmenu_content a .icon {
  margin-right:10px;
}
.ipbmenu_content a {
  display:block;
  padding:6px 10px;
  text-align:left;
  text-decoration:none;
}
.ipbmenu_content.with_checks li.selected a {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_check.png);
  background-position:7px 10px;
  background-repeat:no-repeat no-repeat;
}
.popupWrapper {
  -webkit-box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  background-color:rgba(0, 0, 0, 0.6);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  box-shadow:rgba(0, 0, 0, 0.498039) 0 10px 20px;
  padding:8px;
}
.popupInner {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 0 3px;
  overflow-x:hidden;
  overflow-y:auto;
  width:500px;
}
.popupInner.black_mode {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border:3px solid #626262;
  color:#EEEEEE;
}
.popupInner.warning_mode {
  border:3px solid #7D1B1B;
}
.popupInner h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#2A2A2A;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:16px;
  font-weight:300;
  padding:8px 10px 9px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.popupInner h3 a {
  color:#FFFFFF;
}
.popupInner.black_mode h3 {
  background-color:#595959;
  color:#DDDDDD;
}
.popupInner.warning_mode h3 {
  background-color:#7D1B1B;
  color:#FFFFFF;
  padding-bottom:6px;
  padding-top:6px;
}
.popupClose {
  position:absolute;
  right:20px;
  top:20px;
}
.popupClose.light_close_button {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup_light.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.8;
  top:17px;
  width:13px;
}
.popupClose.light_close_button img {
  display:none;
}
.popup_footer {
  bottom:0;
  padding:15px;
  position:absolute;
  right:0;
}
.popup_body {
  padding:10px;
}
.stem {
  height:16px;
  position:absolute;
  width:31px;
}
.stem.topleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topleft.png);
}
.stem.topright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/topright.png);
}
.stem.bottomleft {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomleft.png);
}
.stem.bottomright {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/stems/bottomright.png);
}
.modal {
  background-color:#3E3E3E;
}
.userpopup h3 {
  font-size:17px;
}
.userpopup h3, .userpopup .side + div {
  padding-left:110px;
}
.userpopup .side {
  margin-top:-40px;
  position:absolute;
}
.userpopup .side .ipsButton_secondary {
  display:block;
  height:auto;
  line-height:1;
  margin-top:5px;
  max-width:75px;
  padding:5px 10px;
  text-align:center;
  white-space:normal;
}
.userpopup .user_controls {
  text-align:left;
}
.userpopup .user_status {
  margin-bottom:5px;
  padding:5px;
}
.userpopup .reputation {
  display:block;
  margin-top:5px;
  text-align:center;
}
.userpopup {
  font-size:0.9em;
  min-height:200px;
  overflow:hidden;
  position:relative;
}
.userpopup dl {
  margin-bottom:4px;
  padding-bottom:10px;
}
.info dt {
  clear:both;
  float:left;
  font-weight:bold;
  padding:3px 6px;
  width:30%;
}
.info dd {
  margin-left:35%;
  padding:3px 6px;
  width:60%;
}
.topic_buttons li {
  float:right;
  margin:0 0 10px 10px;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .topic_buttons li a, .topic_buttons li span, .ipsButton {
  -webkit-box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.0980392) 0 0 0 1px inset;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:12px;
  font-weight:bold;
  height:34px;
  line-height:34px;
  min-width:70px;
  padding:0 20px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.topic_buttons li.important a, .topic_buttons li.important span, .ipsButton .important, .ipsButton.important {
  background-color:#8B1515 !important;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png) !important;
  background-position:0 0 !important;
  background-repeat:repeat no-repeat !important;
}
.topic_buttons li a:hover, .ipsButton:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
.topic_buttons li a:active, .ipsButton:active {
  position:relative;
  top:1px;
}
.topic_buttons li.non_button a {
  -webkit-box-shadow:none !important;
  background-color:transparent !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:0;
  box-shadow:none !important;
  color:#777777;
  font-weight:normal;
  min-width:0;
  padding-bottom:1px;
  padding-top:1px;
  text-shadow:none;
}
.topic_buttons li.non_button a:active {
  top:0;
}
.topic_buttons li.disabled a, .topic_buttons li.disabled span {
  -webkit-box-shadow:none;
  background-color:#191919;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  box-shadow:none;
  color:#666666;
  font-weight:300;
  text-shadow:none;
}
.topic_buttons li span {
  cursor:default !important;
}
.ipsButton_secondary, .bbc_spoiler_show, .user_controls li a {
  background-color:#393939;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border:0;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  cursor:pointer;
  display:inline-block;
  font-size:11px;
  height:26px;
  line-height:26px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  white-space:nowrap;
}
.ipsButton_secondary a {
  color:#FFFFFF;
}
.ipsButton_secondary:hover, .bbc_spoiler_show:hover, .user_controls li a:hover {
  background-color:#434343;
  color:#FFFFFF;
}
.ipsButton_secondary.important {
  -webkit-box-shadow:none;
  background-color:#AE3232;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  box-shadow:none;
  color:#FBF4F4;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ipsButton_secondary.important a {
  color:#FBF4F4;
}
.ipsButton_secondary.important a:hover, a.ipsButton_secondary.important:hover {
  background-color:#BB3C3C;
  color:#FFFFFF;
}
.ipsButton_secondary:active {
  position:relative;
  top:1px;
}
.ipsButton_secondary .icon {
  margin-right:4px;
  margin-top:-3px;
}
.ipsButton_secondary img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.ipsButton_secondary img {
  margin-top:-1px;
  vertical-align:middle;
}
.ipsField.ipsField_checkbox.ipsButton_secondary {
  line-height:18px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary input {
  margin-top:6px;
}
.ipsField.ipsField_checkbox.ipsButton_secondary .ipsField_content {
  margin-left:18px;
}
.ipsButton_extra {
  color:#DDDDDD;
  font-size:11px;
  height:22px;
  line-height:22px;
  margin-left:5px;
}
.ipsButton_secondary.fixed_width {
  min-width:170px;
}
.ipsButton.no_width {
  min-width:0;
}
.topic_controls {
  min-height:30px;
  overflow:hidden;
}
ul.post_controls {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:both;
  margin:10px 0 0;
  overflow:hidden;
  padding:7px;
}
ul.post_controls li {
  float:right;
  font-size:11px;
  margin:0;
  padding:0;
}
ul.post_controls li.report, ul.post_controls li.top {
  float:left;
}
ul.post_controls a {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  display:block;
  height:26px;
  line-height:26px;
  margin-left:4px;
  padding:0 10px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
ul.post_controls a:hover {
  background-color:#8EBC18;
  color:#FFFFFF;
}
ul.post_controls a.ipsButton_secondary {
  height:24px;
  line-height:24px;
}
ul.post_controls li.multiquote.selected a {
  background-color:#ECA730;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.post_body ul.post_controls {
  margin:0 -12px -12px -187px;
}
.column_view .post_body ul.post_controls {
  margin-left:-188px;
}
.post_block.no_sidebar .post_body ul.post_controls {
  margin-left:0;
}
.post_body ul.post_controls img {
  margin:-3px 2px 0 -3px;
  position:relative;
  vertical-align:middle;
}
.hide_signature, .sigIconStay {
  float:right;
}
.post_block:hover .signature a.hide_signature, .sigIconStay {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/cross_sml.png);
  background-position:100% 0;
  background-repeat:no-repeat no-repeat;
  height:13px;
  opacity:0.6;
  position:absolute;
  right:10px;
  width:13px;
}
.pagination {
  line-height:22px;
  padding:5px 0;
}
.pagination.no_numbers .page {
  display:none;
}
.pagination .pages {
  text-align:center;
}
.pagination .back {
  margin-right:5px;
}
.pagination .forward {
  margin-left:5px;
}
.pagination a {
  color:#EEEEEE;
}
.pagination .page a, .pagination .back a, .pagination .forward a {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#EEEEEE;
  display:inline-block;
  font-size:11px;
  font-weight:normal;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
  text-transform:lowercase;
}
.pagination .page a:hover, .pagination .back a:hover, .pagination .forward a:hover {
  background-color:#505050;
  color:#FFFFFF;
}
.pagination .disabled a {
  display:none;
  opacity:0.4;
}
.pagination .pages {
  font-size:11px;
}
.pagination .pages a, .pagejump {
  display:inline-block;
}
.pagination .pagejump a {
  padding:0 7px;
}
.pagination .pagejump a:hover {
  text-decoration:underline;
}
.pagination li {
  margin:0;
}
.pagination .pages li.active {
  background-color:#7BA60D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#FFFFFF;
  cursor:default;
  padding:1px 8px;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.pagination.no_pages span {
  color:#BBBBBB;
  display:inline-block;
  height:20px;
  line-height:20px;
}
ul.mini_pagination {
  display:inline;
  font-size:0.8em;
  margin-left:7px;
}
ul.mini_pagination li a {
  background-color:#353535;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  padding:2px 6px;
}
ul.mini_pagination li a:hover {
  background-color:#424242;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
ul.mini_pagination li {
  display:inline;
  margin:0 1px 0 0;
}
.moderation_bar {
  padding:8px 10px;
  text-align:right;
}
.moderation_bar.with_action {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topic_mod_arrow.png);
  background-position:100% 50%;
  background-repeat:no-repeat no-repeat;
  padding-right:35px;
}
.column_view .post_wrap {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.column_view .post_body {
  border-left-color:#323232;
  border-left-style:solid;
  border-left-width:1px;
}
.author_info {
  float:left;
  font-size:12px;
  line-height:150%;
  padding:10px;
  text-align:center;
  width:155px;
}
.author_info .group_title {
  color:#DDDDDD;
  margin-top:5px;
}
.author_info .member_title {
  margin-bottom:5px;
  word-wrap:break-word;
}
.author_info .group_icon {
  margin-bottom:3px;
}
.custom_fields {
  color:#BBBBBB;
  margin-top:8px;
}
.custom_fields .ft {
  color:#AAAAAA;
  margin-right:3px;
}
.custom_fields .fc {
  word-wrap:break-word;
}
.user_controls {
  margin:6px 0;
  text-align:center;
}
.user_controls li a {
  padding:0 5px;
}
#board_index {
  position:relative;
}
#board_index.no_sidebar {
  padding-right:0;
}
#board_index.force_sidebar {
  padding-right:280px;
}
#toggle_sidebar {
  -webkit-transition:all 0.4s ease-in-out;
  background-color:#EEEEEE;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  color:#333333;
  opacity:0;
  padding:3px 7px;
  position:absolute;
  right:-5px;
  top:-12px;
  transition:all 0.4s ease-in-out;
  z-index:8000;
}
#index_stats:hover + #toggle_sidebar, #board_index.no_sidebar #toggle_sidebar {
  opacity:0.1;
}
#toggle_sidebar:hover {
  opacity:1 !important;
}
.ipsSideBlock, .general_box {
  background-color:#292929;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #454545;
  margin-bottom:10px;
}
.ipsSideBlock {
  padding:10px;
}
.bar, .ipsSideBlock h3, .general_box h3 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.bar {
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
}
.ipsPostForm_sidebar .ipsPostForm_sidebar_block:first-of-type h3.bar, .bar.noTopBorder {
  border-top-width:0;
}
.ipsSideBlock h3, .ipsSideBlock h3 a, .general_box h3, .general_box h3 a, .bar, .bar a {
  color:#FFFFFF;
}
.ipsSideBlock h3 {
  margin:-10px -10px 10px;
}
.ipsSideBlock h3 .mod_links {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  background-color:rgba(0, 0, 0, 0.4);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 2px inset;
  color:#FFFFFF;
  display:inline-block;
  margin-top:-2px;
  opacity:0;
  padding:1px 4px 3px;
  text-shadow:none;
}
.ipsSideBlock h3:hover .mod_links {
  opacity:1;
}
.sideVerticalList, #index_stats .ipsList_withminiphoto {
  margin:-10px;
}
#index_stats .ipsList_withminiphoto img {
  margin-bottom:-3px;
}
.sideVerticalList.with_margin {
  margin-bottom:10px;
}
.status_list .status_list {
  margin:10px 0 0 35px;
}
.status_list p.index_status_update {
  line-height:120%;
  margin:4px 0;
}
.status_list li {
  position:relative;
}
.status_reply {
  margin-top:8px;
}
.status_list li .mod_links {
  -webkit-transition:all 0.4s ease-in-out;
  opacity:0.1;
  transition:all 0.4s ease-in-out;
}
.status_list li:hover .mod_links {
  opacity:1;
}
#board_stats ul {
  text-align:center;
}
#board_stats li {
  margin-right:20px;
}
#board_stats .value {
  -webkit-box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  background-color:#2B2B2B;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(255, 255, 255, 0.027451) 0 1px 0 inset;
  color:#FFFFFF;
  display:inline-block;
  font-weight:bold;
  margin-right:3px;
  padding:3px 7px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics {
  border:1px solid #393939;
  line-height:1.3;
  margin:20px 0 0;
  overflow:hidden;
  padding:8px;
}
.statistics_head {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#393939;
  border-top-style:solid;
  border-top-width:1px;
  font-size:11px;
  font-weight:bold;
  margin:-8px -8px 8px;
  padding:8px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.statistics_head, .statistics_head a {
  color:#FFFFFF;
}
.statistics .statistics_head:first-of-type {
  border-top-width:0;
}
.statistics .statistics_head:not(:first-of-type) {
  margin-top:0;
}
#stat_links {
  font-weight:normal;
}
#stat_links a {
  margin:0 5px;
}
.friend_list ul li, #top_posters li {
  float:left;
  height:80px;
  margin:5px 0 0;
  min-width:80px;
  padding:8px 0 0;
  text-align:center;
}
.friend_list ul li span.name, #top_posters li span.name {
  font-size:0.95em;
}
.friend_list ul li .ipsUserPhoto {
  margin-bottom:5px;
}
#hook_watched_items ul li {
  padding:8px;
}
body#ipboard_body #hook_watched_items fieldset.submit {
  padding:8px;
}
#hook_birthdays .list_content {
  padding-top:8px;
}
#hook_calendar .ipsBox_container {
  padding:10px;
}
#hook_calendar td, #hook_calendar th {
  text-align:center;
}
#hook_calendar th {
  font-weight:bold;
  padding:5px 0;
}
#more_topics {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  font-weight:bold;
  text-align:center;
}
#more_topics a, #more_topics span {
  display:block;
  padding:10px 0;
}
#more_topics, .dynamic_update {
  border-top-color:#393939;
  border-top-style:dashed;
  border-top-width:1px;
}
.topic_preview, ul.topic_moderation {
  margin-top:-2px;
  z-index:300;
}
ul.topic_moderation li {
  float:left;
}
.topic_preview a, ul.topic_moderation li a {
  display:block;
  float:left;
  padding:0 3px;
}
span.mini_rate {
  display:inline-block;
  margin-right:12px;
}
img.mini_rate {
  margin-right:-5px;
}
#postShareUrl {
  color:#999999;
  font-size:18px;
  width:95%;
}
#postShareStrip {
  height:25px;
  margin:10px 0 0 30px;
}
body .ip {
}
span.post_id {
  margin-left:4px;
}
input.post_mod {
  margin:12px 5px 0 10px;
}
.post_id a img.small {
  margin-left:3px;
  margin-top:-2px;
  max-height:12px;
  opacity:0.5;
}
.signature {
  border-top-color:#323232;
  border-top-style:solid;
  border-top-width:1px;
  clear:right;
  color:#BCBCBC;
  font-size:0.9em;
  margin:6px 0 4px;
  padding:10px;
  position:relative;
}
.signature a {
  text-decoration:underline;
}
.post_body .signature {
  margin-left:-12px;
  margin-right:-12px;
}
.post_block {
  position:relative;
}
.post_block.no_sidebar {
  background-image:none;
}
.post_block.solved h3, .answerBadgeInPost, .horizontalView .post_block.solved .author_info {
  background-color:#4A4A4A;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #777777;
  text-shadow:rgba(0, 0, 0, 0.498039) 0 -1px 0;
}
.post_block.solved h3, .post_block.solved h3 *, .answerBadgeInPost, .horizontalView .post_block.solved .author_info * {
  color:#FFFFFF !important;
}
.horizontalView .post_block.solved .author_info .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block.solved h3, .horizontalView .post_block.solved .author_info {
  background-image:linear-gradient(rgba(255, 255, 255, 0.0784314) 0%, rgba(255, 255, 255, 0) 100%);
  border-left-width:0;
  border-right-width:0;
}
.answerBadgeInPost {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:0;
  border-top-right-radius:0;
  border-top-width:0;
  float:right;
  height:30px;
  line-height:30px;
  margin:-13px -2px 8px 8px;
  padding:0 12px;
  position:relative;
}
.post_block.feature_box {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  background-color:#5D5D5D;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0666667) 0%, rgba(255, 255, 255, 0) 100%);
  border:1px solid #838383;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  font-size:11.4px;
  line-height:180%;
  min-height:60px;
  padding:8px;
  word-wrap:break-word;
}
.post_block.feature_box, .post_block.feature_box * {
  color:#FCFCFC !important;
}
.post_block.feature_box .ipsType_sectiontitle {
  border-color:#838383;
  font-size:11.8px;
  font-weight:bold;
}
.post_block.feature_box .ipsBadge_green, .post_block.feature_box .ipsBadge_lightgrey {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  background-color:#353535;
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.247059) 0 1px 0;
  color:#FFFFFF !important;
  font-size:10px;
  padding:3px 9px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block.feature_box .ipsBadge_lightgrey:hover {
  background-color:#262626;
  background-position:initial initial;
  background-repeat:initial initial;
}
.post_block.feature_box .ipsUserPhoto {
  border-color:#353535 !important;
}
.post_block h3 {
  background-color:#363636;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  font-size:13px;
  font-weight:normal;
  height:36px;
  line-height:36px;
  padding:0 10px;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
.post_block h3, .post_block h3 a {
  color:#FFFFFF;
}
.post_block:first-of-type h3 {
  border-top-width:0;
}
.post_online {
  margin:-3px 5px 0 0;
  vertical-align:middle;
}
.post_username {
  float:left;
  font-weight:bold;
  min-width:177px;
}
.post_date {
  color:#777777;
  float:left;
  font-size:11px;
  font-weight:normal;
}
.post_wrap {
  top:0;
}
.post_body {
  margin-left:175px;
  padding:12px;
}
.post_body .post {
  font-size:12px;
  line-height:1.6;
}
.column_view .post_body .post {
  padding-bottom:12px;
}
.post_block.no_sidebar .post_body {
  margin-left:0 !important;
}
.posted_info {
  padding:0 0 10px;
}
.posted_info strong.event {
  color:#1C2837;
  font-size:1.2em;
}
.post_ignore {
  background-color:#1C1C1C;
  background-position:initial initial;
  background-repeat:initial initial;
  color:#777777;
  font-size:0.9em;
  padding:15px;
}
.post_ignore .reputation {
  display:inline;
  float:none;
  padding:2px 6px;
  text-align:center;
}
.rep_bar {
  margin:6px 4px;
  white-space:nowrap;
}
.rep_bar .reputation {
  font-size:10px;
  padding:2px 10px !important;
}
p.rep_highlight {
  background-color:#D5DEE5;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  color:#1D3652;
  display:inline-block;
  float:right;
  font-size:0.8em;
  font-weight:bold;
  margin:5px 10px 10px;
  padding:5px;
  text-align:center;
}
p.rep_highlight img {
  margin-bottom:4px;
}
.edit {
  background-color:#777777;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/comment_edit.png);
  background-position:6px 10px;
  background-repeat:no-repeat no-repeat;
  color:#FFFFFF;
  font-size:11px;
  line-height:18px;
  margin-top:15px;
  padding:8px 8px 8px 28px;
  text-shadow:#FFFFFF 0 0 0;
}
.poll fieldset {
  padding:9px;
}
.poll_question {
}
.poll_question h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 -1px;
  background-repeat:repeat no-repeat;
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:0;
  border-top-right-radius:0;
  padding:5px;
}
.poll_question ol {
  padding:20px;
}
.poll_question li {
  font-size:0.9em;
  margin:6px 0;
}
.poll_question .votes {
  margin-left:5px;
}
.snapback {
  margin-right:5px;
  padding:1px 0 1px 1px;
}
.rating {
  display:block;
  line-height:16px;
  margin-bottom:4px;
}
.rating img {
  vertical-align:top;
}
#rating_text {
  margin-left:4px;
}
div.post_form label {
  clear:both;
  float:left;
  padding-right:15px;
  text-align:right;
  width:275px;
}
div.post_form span.desc, fieldset#poll_wrap span.desc {
  clear:both;
  display:block;
  margin-left:290px;
}
div.post_form .checkbox input.input_check, #mod_form .checkbox input.input_check {
  margin-left:295px;
}
div.post_form .antispam_img {
  margin-left:290px;
}
div.post_form .captcha .input_text {
  float:left;
}
div.post_form fieldset {
  padding-bottom:15px;
}
div.post_form h3 {
  margin-bottom:10px;
}
fieldset.with_subhead {
  margin-bottom:0;
  padding-bottom:0;
}
fieldset.with_subhead h4 {
  float:left;
  margin-top:6px;
  text-align:right;
  width:300px;
}
fieldset.with_subhead ul {
  margin:0 15px 0 320px;
  padding-bottom:10px;
  padding-top:10px;
}
fieldset.with_subhead span.desc, fieldset.with_subhead label {
  margin:0;
  width:auto;
}
fieldset.with_subhead .checkbox input.input_check {
  margin-left:0;
}
#toggle_post_options {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/add.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  display:block;
  font-size:0.9em;
  margin:15px;
  padding:2px 0 2px 22px;
}
#poll_wrap .question {
  margin-bottom:10px;
}
#poll_wrap .question .wrap ol {
  list-style:decimal;
  margin-left:25px;
}
#poll_wrap .question .wrap ol li {
  margin:5px;
}
.question_title {
  margin-left:30px;
  padding-bottom:0;
}
.question_title .input_text {
  font-weight:bold;
}
#poll_wrap {
  position:relative;
}
#poll_footer {
}
#poll_container_wrap {
  overflow:auto;
}
#poll_popup_inner {
  overflow:hidden;
}
.poll_control {
  margin-left:20px;
}
.post_form .tag_field ul {
  margin-left:290px;
}
.swfupload {
  position:absolute;
  z-index:1;
}
#attachments {
}
#attachments li {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  background-color:#2A2A2A;
  border:1px solid #383838;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 4px inset;
  margin-bottom:10px;
  padding:6px 20px 6px 42px;
  position:relative;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
}
#attachments li p.info {
  font-size:0.8em;
  width:300px;
}
#attachments li .links, #attachments li.error .links, #attachments.traditional .progress_bar {
  display:none;
}
#attachments li.complete .links {
  display:block;
  font-size:0.9em;
  margin-right:15px;
  position:absolute;
  right:0;
  top:12px;
}
#attachments li .progress_bar {
  margin-right:15px;
  position:absolute;
  right:0;
  top:15px;
  width:200px;
}
#attachments li.complete, #attachments li.in_progress, #attachments li.error {
  background-position:12px 12px;
  background-repeat:no-repeat no-repeat;
}
#attachments li.in_progress {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/loading.gif);
}
#attachments li.error {
  background-color:#822F2F;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/exclamation.png);
  border:1px solid #9C4141;
}
#attachments li.error .info {
  color:#FFFFFF;
}
#attachments li.complete {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/accept.png);
}
#attachments li .thumb_img {
  height:30px;
  left:6px;
  overflow:hidden;
  position:absolute;
  top:6px;
  width:30px;
}
.attach_controls {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/icon_attach.png);
  background-position:3px 0;
  background-repeat:no-repeat no-repeat;
  min-height:82px;
  padding-left:30px;
}
.attach_controls .ipsType_subtitle {
  margin-bottom:5px;
}
.attach_controls iframe {
  display:block;
  margin-bottom:5px;
}
.attach_button {
  font-weight:bold;
}
#help_msg {
  margin-top:8px;
}
#attach_wrap {
  margin-top:10px;
  overflow:hidden;
}
#attach_wrap h4 {
  font-size:16px;
  padding-left:0;
}
#attach_wrap li {
  float:left;
  margin:5px 0;
}
#attach_wrap .attachment {
  float:none;
}
#attach_wrap .desc.info {
  margin-left:24px;
}
#attach_error_box {
  margin-bottom:10px;
}
.resized_img {
  display:inline-block;
  margin:0 5px 5px 0;
}
.reputation {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  display:inline-block;
  font-weight:bold;
  padding:3px 8px;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.reputation.positive, .members li.positive {
  background-color:#8DB13E;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.negative, .members li.negative {
  background-color:#B82929;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
}
.reputation.positive, .reputation.negative {
  color:#FFFFFF;
}
.reputation.zero {
  background-color:#505050;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_faint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
}
.status_main_content {
}
.status_main_content h4 {
  font-size:1.2em;
  font-weight:normal;
}
.status_main_content h4 .su_links a {
  font-weight:normal;
}
.status_main_content p {
  padding:6px 0;
}
.status_main_content h4 a {
  font-weight:bold;
  text-decoration:none;
}
.status_mini_wrap {
  background-color:rgba(0, 0, 0, 0.0392157);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  font-size:0.95em;
  margin-top:2px;
  padding:7px;
}
.status_mini_wrap img {
  margin-top:-2px;
  position:relative;
  vertical-align:middle;
}
.status_mini_photo {
  float:left;
}
.status_textarea {
  width:99%;
}
#index_stats .status_textarea {
  width:180px;
}
.status_replies_many {
  height:300px;
  overflow:auto;
}
.status_update {
  background-color:#1A1A1A;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  color:#FFFFFF;
  padding:15px 12px;
  text-align:center;
  text-shadow:rgba(0, 0, 0, 0.298039) 0 -1px 0;
}
.status_update .input_text {
  width:70%;
}
.status_update .input_submit {
  padding-left:15px;
  padding-right:15px;
}
.status_submit {
  padding-top:5px;
}
#status_wrapper h4 {
  font-size:14px;
  font-weight:bold;
}
.status_content {
  line-height:1.4;
}
.status_content .mod_links {
  opacity:0.2;
}
.status_content:hover .mod_links {
  opacity:1;
}
.status_content .h4, .status_content .status_status {
  font-size:14px;
  word-wrap:break-word;
}
.status_content .status_status {
  padding:2px 0 5px;
}
.status_feedback .status_mini_content {
  line-height:18px;
}
.status_feedback {
  margin:10px 0 0 -10px;
}
.ips_like {
  background-color:#F6F6F6;
  clear:both;
  color:#878787;
  font-size:1em;
  line-height:130%;
  min-height:18px;
  overflow:hidden;
  padding:6px;
}
.ips_like a {
  color:#878787;
}
.ips_like a.ftoggle {
  background-color:#878787;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #747474;
  border-bottom-left-radius:2px;
  border-bottom-right-radius:2px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  color:#FFFFFF;
  float:right;
  font-size:0.9em;
  margin-top:-4px;
  padding:3px 4px 2px;
  text-decoration:none;
  text-shadow:rgba(0, 0, 0, 0.2) 0 -1px 0;
}
.ips_like a.ftoggle.on {
  background-color:#545454;
  background-position:initial initial;
  background-repeat:initial initial;
  border-color:#474747;
  margin-left:3px;
}
.ips_like a.ftoggle._newline, .ips_like a.ftoggle.on._newline {
  display:block;
  float:none;
  margin-left:auto;
  margin-right:0;
  margin-top:5px;
  text-align:center;
  width:70px;
}
.ips_like a:hover.ftoggle.on, .ips_like a:hover.ftoggle {
  background-color:#545454;
}
.facebook-like {
  margin-top:5px;
}
.boxShadow {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 1px 5px;
}
#ipsGlobalNotification {
  font-weight:bold;
  left:50%;
  margin-left:-250px;
  position:fixed;
  text-align:center;
  top:20px;
  z-index:10000;
}
#ips_NotificationCloseButton {
  background-color:transparent;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/close_popup.png);
  background-position:0 0;
  background-repeat:no-repeat no-repeat;
  cursor:pointer;
  height:13px;
  left:5px;
  opacity:0.8;
  position:absolute;
  top:5px;
  width:13px;
}
.googlePlusOne {
  display:inline-block;
  margin-top:1px;
  vertical-align:middle;
}
.fbLike {
  float:right !important;
  padding-left:2px;
}
#mymedia_inserted {
  background-color:#000000;
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  color:#FFFFFF;
  font-size:15px;
  font-weight:bold;
  left:50%;
  margin-left:-200px;
  padding:20px 0;
  position:absolute;
  text-align:center;
  top:100px;
  width:400px;
  z-index:20000;
}
#mymedia_toolbar {
  background-color:#2D2D2D;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 1px;
  background-repeat:repeat no-repeat;
  bottom:0;
  height:42px;
  left:0;
  line-height:42px;
  padding:0 5px;
  position:absolute;
  right:0;
}
#mymedia_finish {
  position:absolute;
  right:5px;
  top:5px;
}
#mymedia_content {
  height:339px;
  overflow:auto;
}
.media_results li.result {
  border-bottom-left-radius:4px;
  border-bottom-right-radius:4px;
  border-top-left-radius:4px;
  border-top-right-radius:4px;
  cursor:pointer;
  float:left;
  height:120px;
  padding:10px 0;
  text-align:center;
  width:20%;
}
.media_results li:hover {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_results li:active {
  background-color:#252525;
  background-position:initial initial;
  background-repeat:initial initial;
}
.media_image {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  background-color:#2D2D2D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #0E0E0E;
  box-shadow:rgba(0, 0, 0, 0.0980392) 0 2px 2px;
  margin-bottom:5px;
  padding:1px;
}
.templateError {
  background-color:#FFFFFF !important;
  background-position:initial initial !important;
  background-repeat:initial initial !important;
  border:1px dotted black !important;
  color:#000000 !important;
  margin:0 !important;
  padding:10px !important;
}
.modcp_post_controls {
  padding-bottom:15px;
}
.modcp_post_controls .ipsButton_secondary {
  opacity:0.5;
}
.post_body:hover .modcp_post_controls .ipsButton_secondary {
  opacity:1;
}
#modcp_content .ipsFilterbar li.active a {
  display:inline-block;
  margin-bottom:1px;
}
.nexusad {
  clear:both;
  padding:10px;
}
#bbcode-description {
  color:#666666 !important;
  white-space:normal !important;
  word-wrap:break-word;
}
table.ipb_table .expander, table.ipb_table .ipsModMenu {
  opacity:0.2;
  visibility:visible;
}
.post_block .post_controls {
  opacity:1 !important;
}
.notnew .highlight_unread, .notnew .highlight_unread a {
  color:#898989;
}
#stats_div {
  height:0;
  overflow:hidden;
}
.skin_link {
  float:left;
  padding-top:4px;
}
.skin_link, .skin_link a {
  color:#BCD380 !important;
}
.skin_link a:hover {
  color:#D5EB9D !important;
  text-decoration:underline;
}
.negMargin {
  margin:-9px;
}
.negMarginTop {
  margin-top:-9px;
}
.negMarginRight {
  margin-right:-9px;
}
.negMarginBottom {
  margin-bottom:-9px;
}
.negMarginLeft {
  margin-left:-9px;
}
.input_submit, .ipsButton_secondary {
  outline:none;
}
#rss_feed {
  margin-top:-1px;
}
#index_stats .status_submit .input_submit {
  font-size:11px;
}
div[id$="member_popup"] .general_box {
  border:0;
  margin:0;
}
#ipsNav_content a {
  display:block;
  padding:5px 10px;
}
#ipsNav_content li {
  padding:0;
}
.ipsList_withminiphoto.ipsPad_half {
  padding:0 !important;
}
.ipsList_withminiphoto > li, .ipsHeaderMenu h4 {
  overflow:hidden;
}
.status_list li {
  margin-top:10px;
}
.fullList {
  margin:-9px;
}
#usercp_content .ipsType_subtitle {
  margin-bottom:10px;
  padding-bottom:6px;
  padding-top:3px;
}
#modCpanel .ipsType_subtitle {
  padding-bottom:5px;
  padding-top:4px;
}
.col_f_icon span {
  margin-bottom:6px;
  margin-top:2px;
}
.idx_album_thumb img {
  height:32px;
  width:32px;
}
.idx_album_thumb img, .inlineimage img, #appGallLatestHook img {
  -webkit-box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.2) 0 1px 2px;
}
.inlineimage img:hover, #appGallLatestHook img:hover {
  opacity:0.9;
}
.topic_desc {
  display:inline-block;
  padding-top:3px;
}
.ipbfs_login h4 {
  background-color:#222222;
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/highlight_reallyfaint.png);
  background-position:0 0;
  background-repeat:repeat no-repeat;
  border-bottom-color:#393939;
  border-bottom-style:solid;
  border-bottom-width:1px;
  font-size:14px;
  font-weight:bold;
  padding:10px;
}
.ipbfs_login .ipsForm_submit {
  margin-top:0;
}
.ipbfs_login .ipsBox_notice {
  margin:0;
}
.ipbfs_login_col {
  float:left;
  padding:15px 10px;
  width:279px;
}
.ipbfs_login_col a:hover {
  text-decoration:underline;
}
.ipbfs_login_row {
  overflow:hidden;
}
.ipbfs_login_row label {
  font-size:1.15em;
}
.ipbfs_login .input_submit {
  font-size:13px;
}
.ipbfs_login_input {
  font-size:14px;
  margin-top:10px;
  padding:6px 0 6px 28px;
  width:250px;
}
.ipbfs_luser {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/user.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_lpassword {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/key.png);
  background-position:7px 50%;
  background-repeat:no-repeat no-repeat;
}
.ipbfs_titlebox .desc {
  padding:3px 0;
}
.ipbfs_titlebox {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  overflow:hidden;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.content_border {
  border:1px solid #393939;
}
.guestMessage {
  -webkit-box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  background-color:#1D1D1D;
  background-position:initial initial;
  background-repeat:initial initial;
  border:1px solid #303030;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.4) 0 1px 6px inset;
  color:#DDDDDD;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:140%;
  margin-bottom:10px;
  padding:10px;
  text-shadow:rgba(0, 0, 0, 0.8) 0 -1px 0;
}
.guestMessage strong {
  display:inline-block;
  margin-bottom:7px;
}
.guestMessage a {
  border-bottom-color:#BCBCBC;
  border-bottom-style:solid;
  border-bottom-width:1px;
  color:#FFFFFF;
  text-decoration:none;
}
.forum_name {
  font-weight:bold;
}
.forum_desc_pos {
  position:relative;
}
.forum_desc_con {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/forum_desc_arrow.png);
  background-position:6px 9px;
  background-repeat:no-repeat no-repeat;
  display:none;
  float:left;
  left:10px;
  padding-left:10px;
  position:absolute;
  top:-4px;
  width:350px;
  z-index:10000;
}
.forum_description {
  -webkit-box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  background-color:rgba(15, 15, 15, 0.901961);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-shadow:rgba(0, 0, 0, 0.298039) 0 1px 7px;
  color:#FFFFFF;
  display:block;
  float:left;
  font-size:11px;
  padding:5px;
}
.topicViewIcons {
  margin:-3px 10px -5px 0;
  overflow:hidden;
  padding-bottom:1px;
  position:relative;
}
.topicViewIcons img {
  background-image:url(http://www.mpcforum.pl/public/style_images/def342/topicViewIcon.png);
  background-position:initial initial;
  background-repeat:no-repeat no-repeat;
  height:16px;
  margin-top:4px;
  vertical-align:top;
  width:16px;
}
.topicViewIcons #topicViewRegular img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewRegular.active img {
  background-position:0 -16px;
}
.topicViewIcons #topicViewBasic img {
  background-position:-16px -16px;
}
.topicViewIcons #topicViewBasic.active img {
  background-position:-16px -16px;
}
.topicViewIcons a {
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  float:left;
  height:22px;
  margin-right:5px;
  opacity:0.6;
  outline:none;
  text-align:center;
  text-decoration:none;
  width:22px;
}
.topicViewIcons a:hover {
  background-color:rgba(0, 0, 0, 0.0980392);
  background-position:initial initial;
  background-repeat:initial initial;
  opacity:1;
}
.topicViewIcons a.active {
  -webkit-box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  background-color:rgba(0, 0, 0, 0.498039);
  background-position:initial initial;
  background-repeat:initial initial;
  box-shadow:rgba(0, 0, 0, 0.6) 0 1px 3px inset, rgba(255, 255, 255, 0.14902) 0 1px 0;
  opacity:1;
}
.basicTopicView .post_body {
  border:0 !important;
  margin-left:0 !important;
}
.basicTopicView .post_body ul.post_controls {
  background-color:transparent;
  background-position:initial initial;
  background-repeat:initial initial;
  border:0;
  margin:0 -12px -12px;
}
.basicTopicView .author_info, .basicTopicView .signature {
  display:none;
}
.basicTopicView .post_username {
  border-right-color:rgba(255, 255, 255, 0.0980392);
  border-right-style:solid;
  border-right-width:1px;
  margin-right:10px;
  min-width:0;
  padding-right:10px;
}
.forum_stats {
  color:#888888;
  font-family:'Trebuchet MS', Arial, Helvetica, sans-serif;
  font-size:11px;
  padding-top:4px;
  text-transform:capitalize;
}
.forum_stats span {
  color:#AAAAAA;
}
.horizontalView .post_block {
  position:static;
}
.horizontalView .author_info {
  -webkit-box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  background-color:#363636;
  background-image:linear-gradient(rgba(255, 255, 255, 0.0196078) 0%, rgba(255, 255, 255, 0) 100%);
  background-position:initial initial;
  background-repeat:initial initial;
  border-bottom-color:#3F3F3F;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-top-color:#3F3F3F;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:rgba(0, 0, 0, 0.0784314) 0 2px 5px;
  float:none;
  position:relative;
  text-align:left;
  text-shadow:rgba(0, 0, 0, 0.4) 0 -1px 0;
  width:auto;
}
.horizontalView .post_body {
  border:0;
  margin-left:0;
}
.horizontalView .post_body ul.post_controls {
  margin:0 -12px -12px;
}
.postInfoBottom {
  font-size:11px;
  opacity:0;
  padding-bottom:10px;
  padding-top:10px;
}
.horizontalView .post_body:hover .postInfoBottom {
  opacity:1;
}
.postInfoBottom input.post_mod {
  margin:2px 0 0;
}
.postInfoBottom span.post_id {
  margin:0;
}
.postInfoBottom, .postInfoBottom a {
  color:#999999;
}
.horizontalView .postDate {
  margin-right:15px;
}
.horizontalAvatar {
  margin-right:10px;
}
.horizontalUserInfo {
  overflow:hidden;
}
.horizontalUsername {
  font-family:'Trebuchet MS';
  font-size:24px;
  font-weight:bold;
  padding:6px 0 3px;
}
.horizontalUsername a {
  color:#EEEEEE;
}
.horizontalUsername a:hover {
  color:#FFFFFF;
}
.horizontalInfoList {
  color:#CCCCCC;
  float:left;
  font-size:11px;
  width:175px;
}
.horizontalInfoList li {
  padding:2px 0;
}
.horizontalView .custom_fields {
  margin-top:0;
}
.horizontalView .author_info .group_icon {
  margin:0;
}
.fadedForumIcon {
  -webkit-filter:grayscale(1);
  opacity:0.3;
}
.ipbforumskins {
}

 

 

Dziękuje serdecznie leci limit

//cls

1373415594-U477327.png

KidModerator Single Player|MPC Champion|Gold Member|Postwriter|Uczeń Pawła_CS|

Zarchiwizowany

Ten temat przebywa obecnie w archiwum. Dodawanie nowych odpowiedzi zostało zablokowane.

×
×
  • Dodaj nową pozycję...