/* Theme Name: Philip Bloom - v3
 * Author: Piotr Godek
 */
@font-face {
  font-family: "OSPDIN";
  src: url("./fonts/OSP-DIN-webfont.eot");
  src: url("./fonts/OSP-DIN-webfont.eot?#iefix") format("embedded-opentype"), url("./fonts/OSP-DIN-webfont.woff") format("woff"), url("./fonts/OSP-DIN-webfont.ttf") format("truetype"), url("./fonts/OSP-DIN-webfont.svg#OSPDIN") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 17, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%
  font: inherit;
  vertical-align: baseline;
}

/* line 20, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
body {
  line-height: 1;
}

/* line 22, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 28, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 101, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 30, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 114, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper {
  /*Item Name : CSS3 Mega Drop Down Menu
   *Author URI : http://codecanyon.net/user/Pixelworkshop/
   *Item URI : http://codecanyon.net/item/css3-mega-drop-down-menu/126387
   *Version : 4.0 */
  /*
   *TABLE OF CONTENTS
   *
   *01 MENU BAR
   *02 DROP DOWN MENU
   *03 CONTENT STYLING
   *04 CONTACT FORM
   *05 COLORS */
  /*  _______________________________________
   *
   *	01 MENU BAR
   *    _______________________________________ */
  /* Right aligned menu item */
  /*  _______________________________________
   *
   *	02 DROP DOWN MENU
   *    _______________________________________ */
  /* Left & right aligned common styles */
  /* Drop Downs Sizes */
  /* Showing Drop Down on Mouse Hover - Left aligned */
  /* Showing Drop Down on Mouse Hover - Right aligned */
  /* Columns Sizes */
  /* IMPORTANT */
  /* Use the firstcolumn class for the items that stick to the left edge of the dropdown */
  /*  _______________________________________
   *
   *	03 CONTENT STYLING
   *    _______________________________________ */
  /* Icon paragraphs */
  /* Images styles */
  /* Box styles */
  /* Standard lists styles */
  /* Greybox lists styles */
  /* Other lists styles */
  /* Social Icons */
  /* 2-Levels Drop Down */
  /*  _______________________________________
   *
   *	05 COLORS
   *    _______________________________________ */
  /* Black */
}
/* line 24, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .wrapper_menu {
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
/* line 29, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .wrapper_menu.main {
  z-index: 10009;
}
/* line 32, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .wrapper_menu .megamenu {
  display: block;
  list-style: none;
  margin: 0px 5px 0 5px;
  height: 43px;
  padding: 0px 0px 0px 0px;
}
/* line 41, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .wrapper_menu_full {
  width: 100%;
  margin: 0;
  display: block;
  position: relative;
  z-index: 9999;
}
/* line 47, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .wrapper_menu_full .megamenu {
  list-style: none;
  margin: 0px auto 0px auto;
  height: 33px;
  padding: 0px 20px 0px 20px;
}
/* line 54, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li {
  float: left;
  text-align: left;
  position: relative;
  margin-right: 1px;
  margin-top: 6px;
  border: none;
}
/* line 61, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li.fullwidth {
  position: static !important;
}
/* line 63, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover {
  background: #161616;
  border: 1px solid black;
  border-bottom: none;
  margin-right: 0px;
  background: -moz-linear-gradient(top, #212121, #161616);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#212121), to(#161616));
  background: -o-linear-gradient(top, #212121, #161616);
}
/* line 71, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li.nodrop:hover {
  background: transparent;
  border: none;
  padding: 5px 7px 5px 6px;
}
/* line 75, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li.nodrop:hover a {
  padding: 0px;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li a {
  color: #a0a0a0;
  outline: 0;
  padding: 5px 6px 3px 6px;
  text-decoration: none;
  display: block;
}
/* line 84, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover a {
  color: white;
  text-shadow: none;
  position: relative;
  z-index: 11;
  border-bottom: 1px solid #161616;
  padding: 4px 6px 4px 5px;
}
/* line 93, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover li a {
  border-bottom: none;
}
/* line 96, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover div a {
  display: inline;
}
/* line 98, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .drop {
  padding-right: 27px;
  background: url("./img/drop.png") no-repeat right 13px;
}
/* line 101, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover .drop {
  padding-right: 27px;
  background: url("./img/drop_dark.png") no-repeat right 12px;
}
/* line 104, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .right {
  float: right;
  right: 0;
  margin-right: 0px;
}
/* line 108, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li.right:hover {
  margin-right: -1px;
}
/* line 110, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_1column, body .owt-wrapper .megamenu .dropdown_2columns, body .owt-wrapper .megamenu .dropdown_3columns, body .owt-wrapper .megamenu .dropdown_4columns, body .owt-wrapper .megamenu .dropdown_5columns, body .owt-wrapper .megamenu .dropdown_fullwidth, body .owt-wrapper .megamenu .sub-menu {
  margin: 4px auto;
  left: -999em;
  position: absolute;
  background: #161616;
  border: 1px solid black;
  padding: 10px;
  text-align: left;
  background: -moz-linear-gradient(top, #161616, #0a0a0a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0a0a0a));
  background: -o-linear-gradient(top, #161616, #0a0a0a);
}
/* line 121, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_1column, body .owt-wrapper .megamenu .sub-menu {
  width: 145px;
}
/* line 123, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_2columns {
  width: 300px;
}
/* line 125, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_3columns {
  width: 455px;
}
/* line 127, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_4columns {
  width: 610px;
}
/* line 129, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_5columns {
  width: 765px;
}
/* line 131, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .dropdown_fullwidth {
  width: 660px;
}
/* line 136, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover .dropdown_1column, body .owt-wrapper .megamenu li:hover .dropdown_2columns, body .owt-wrapper .megamenu li:hover .dropdown_3columns, body .owt-wrapper .megamenu li:hover .dropdown_4columns, body .owt-wrapper .megamenu li:hover .dropdown_5columns, body .owt-wrapper .megamenu li:hover .sub-menu {
  left: -1px;
  top: 25px;
}
/* line 139, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover .dropdown_fullwidth {
  left: 21px;
  top: 33px;
  display: block;
}
/* line 157, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper #wrapper_menu_full .megamenu li:hover .dropdown_fullwidth {
  left: 50%;
  margin-left: -470px;
  top: 32px;
  display: block;
}
/* line 167, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .align_right {
  /* Rounded Corners */
}
/* line 169, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover .align_right {
  left: auto;
  right: -1px;
  top: 25px;
}
/* line 173, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li.right:hover .dropdown_fullwidth {
  right: 18px;
  top: 33px;
}
/* line 176, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_1, body .owt-wrapper .megamenu .col_2, body .owt-wrapper .megamenu .col_3, body .owt-wrapper .megamenu .col_4, body .owt-wrapper .megamenu .col_5, body .owt-wrapper .megamenu .col_6 {
  display: inline;
  float: left;
  position: relative;
  margin-left: 10px;
}
/* line 181, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_1 {
  width: 145px;
}
/* line 183, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_2 {
  width: 300px;
}
/* line 185, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_3 {
  width: 455px;
}
/* line 187, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_4 {
  width: 610px;
}
/* line 189, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_5 {
  width: 765px;
}
/* line 191, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .col_6 {
  width: 920px;
}
/* line 193, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .firstcolumn {
  margin-left: 0;
  /* Clearing margin & left */
  clear: left;
}
/* line 197, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu p, body .owt-wrapper .megamenu ul, body .owt-wrapper .megamenu li, body .owt-wrapper .megamenu h2, body .owt-wrapper .megamenu h3 {
  color: white;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 21px;
  text-align: left;
}
/* line 202, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu p {
  line-height: 18px;
  margin: 0;
  margin-bottom: 10px;
  text-shadow: 1px 1px black;
}
/* line 207, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .strong {
  font-weight: bold;
}
/* line 209, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .italic {
  font-style: italic;
}
/* line 211, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu h2, body .owt-wrapper .megamenu h3 {
  text-shadow: 1px 1px black;
  border-bottom: 1px solid #333333;
  margin-top: 7px;
}
/* line 215, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu h2 {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 18px;
  padding-bottom: 11px;
}
/* line 220, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu h3 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 14px;
  padding-bottom: 7px;
}
/* line 225, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover div a {
  text-decoration: none;
  text-shadow: none;
  border: none;
  padding: 0;
}
/* line 230, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .pusher {
  /* Use this pucher if you want to give more vertical spacing between your rows of content */
  margin-top: 18px;
}
/* line 233, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .help, body .owt-wrapper .megamenu .favorite, body .owt-wrapper .megamenu .mail, body .owt-wrapper .megamenu .print {
  padding-left: 36px;
  margin-bottom: 18px;
}
/* line 236, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .help {
  background: url("./img/help.png") no-repeat 0px 2px;
}
/* line 238, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .favorite {
  background: url("./img/favorite.png") no-repeat 0px 2px;
}
/* line 240, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .mail {
  background: url("./img/mail.png") no-repeat 0px 2px;
}
/* line 242, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .print {
  background: url("./img/print.png") no-repeat 0px 2px;
}
/* line 244, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .imgshadow_dark {
  /* Better style on dark background */
  background: white;
  padding: 4px;
  border: 1px solid #333333;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 253, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .imgshadow_light {
  /* Better style on light background */
  background: white;
  padding: 4px;
  border: 1px solid #777777;
  margin-top: 5px;
  -moz-box-shadow: 0px 0px 5px black;
  -webkit-box-shadow: 0px 0px 5px black;
  box-shadow: 0px 0px 5px black;
}
/* line 262, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .img_left {
  /* Image sticks to the left */
  width: auto;
  float: left;
  margin: 2px 15px 5px 0px;
}
/* line 267, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .img_right {
  /* Image sticks to the right */
  width: auto;
  float: right;
  margin: 2px 0px 5px 15px;
}
/* line 273, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .black_box, body .owt-wrapper .megamenu li .dark_grey_box {
  color: #eeeeee;
  text-shadow: 1px 1px 1px black;
  padding: 4px 6px 4px 6px;
  background-color: #0a0a0a;
  -webkit-box-shadow: inset 0 0 3px black;
  -moz-box-shadow: inset 0 0 3px black;
  box-shadow: inset 0 0 3px black;
}
/* line 281, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul {
  list-style: none;
  padding: 0;
  margin: 0 0 12px 0;
}
/* line 285, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul li {
  font-size: 12px;
  line-height: 24px;
  position: relative;
  text-shadow: 1px 1px 1px black;
  padding: 0;
  margin: 0;
  float: left;
  text-align: left;
  width: 145px;
}
/* line 295, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul li a {
  padding: 0;
}
/* line 297, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul li:hover {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}
/* line 302, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .greybox li {
  background: #0a0a0a;
  border: 1px solid black;
  margin: 0px 0px 4px 0px;
  padding: 4px 6px 4px 6px;
  width: 131px;
}
/* line 308, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .greybox li:hover {
  background: #141414;
  border: 1px solid #111111;
  padding: 4px 6px 4px 6px;
  margin: 0px 0px 4px 0px;
}
/* line 313, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .plus li {
  background: url("./img/plus_dark.png") left 6px no-repeat;
  margin: 0px 0px 4px 0px;
  padding: 0px 0px 0px 21px;
  width: 109px;
}
/* line 318, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li .plus li:hover {
  background: url("./img/plus_dark.png") left 6px no-repeat;
  padding: 0px 0px 0px 21px;
  margin: 0px 0px 4px 0px;
}
/* line 322, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 326, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul.social li {
  padding-top: 5px;
  margin: 0 12px 12px 0;
  float: left;
  position: relative;
  display: inline;
  width: 32px;
}
/* line 333, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul.social li img {
  border: none;
}
/* line 335, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul.social li:hover {
  padding-top: 5px;
  margin: -1px 12px 12px 0;
}
/* line 338, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li ul.social li span {
  display: none;
}
/* line 340, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 345, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels ul {
  /* all lists */
  padding: 0;
  margin: 0;
  list-style: none;
}
/* line 350, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu li:hover .levels a {
  display: block;
}
/* line 353, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels a {
  display: block;
  width: 10em;
}
/* line 356, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels a.parent {
  background: url("./img/drop2_dark.png") right center no-repeat;
}
/* line 358, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels a.parent:hover {
  background: url("./img/drop2_dark.png") right center no-repeat;
}
/* line 360, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li {
  float: left;
  width: 150px;
}
/* line 363, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li ul {
  /* second-level lists */
  position: absolute;
  background: #161616;
  border: 1px solid black;
  top: -23px;
  margin: 15px 0px 0px 4px;
  padding: 6px;
  background: -moz-linear-gradient(top, #161616, #0a0a0a);
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#161616), to(#0a0a0a));
  background: -o-linear-gradient(top, #161616, #0a0a0a);
  left: -999em;
}
/* line 375, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li ul ul {
  top: -23px;
}
/* line 377, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li:hover ul {
  left: 142px;
}
/* line 378, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li:hover ul ul {
  left: -999em;
}
/* line 380, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li:hover ul ul ul {
  left: -999em;
}
/* line 384, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu .levels li li:hover ul, body .owt-wrapper .megamenu .levels li li li:hover ul {
  left: 142px;
}
/* line 422, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu_black li:hover div a {
  color: #cccccc;
}
/* line 424, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu_black li:hover div a:hover {
  color: #eeeeee;
}
/* line 426, /home/piotr/work/pbloom-v3/pbloom-v3/sass/_megamenu.sass */
body .owt-wrapper .megamenu_black li ul li a:hover {
  color: #eeeeee;
}

/*	--------------------------------------------------
 *	Reveal Modals
 *	--------------------------------------------------
 */
/* line 6, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal-bg {
  position: fixed;
  height: 100%;
  width: 100%;
  background: black;
  background: rgba(0, 0, 0, 0.8);
  z-index: 100;
  display: none;
  top: 0;
  left: 0;
}

/* line 17, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal {
  visibility: hidden;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  width: 520px;
  background: #eeeeee url(./images/modal-gloss.png) no-repeat -200px -80px;
  position: absolute;
  z-index: 101;
  padding: 30px 40px 34px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
/* line 33, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal.small {
  width: 200px;
  margin-left: -140px;
}
/* line 36, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal.medium {
  width: 400px;
  margin-left: -240px;
}
/* line 39, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal.large {
  width: 600px;
  margin-left: -340px;
}
/* line 42, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal.xlarge {
  width: 800px;
  margin-left: -440px;
}
/* line 45, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_reveal.sass */
.reveal-modal .close-reveal-modal {
  font-size: 18px;
  line-height: 0.5;
  position: absolute;
  top: 8px;
  right: 11px;
  color: #aaaaaa;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6);
  font-weight: bold;
  cursor: pointer;
}

/*	
 *NOTES
 *
 *Close button entity is &#215;
 *
 *Example markup
 *
 *<div id="myModal" class="reveal-modal">
 *	<h2>Awesome. I have it.</h2>
 *	<p class="lead">Your couch.  I it's mine.</p>
 *	<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In ultrices aliquet placerat. Duis pulvinar orci et nisi euismod vitae tempus lorem consectetur. Duis at magna quis turpis mattis venenatis eget id diam. </p>
 *	<a class="close-reveal-modal">&#215;</a>
 *</div>
 */
/* line 11, sass/style.sass */
body {
  min-width: 1017px;
}

/* line 14, sass/style.sass */
body .owt-wrapper {
  line-height: 1.5;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333333;
  font-size: 75%;
  min-width: 1017px;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 80%;
  background: black url("./images/background-narrow.jpg") top center no-repeat fixed;
  color: #444444;
  line-height: 1.5;
  padding-top: 140px;
}
/* line 51, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h1, body .owt-wrapper h2, body .owt-wrapper h3, body .owt-wrapper h4, body .owt-wrapper h5, body .owt-wrapper h6 {
  font-weight: normal;
  color: #222222;
}
/* line 52, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h1 img, body .owt-wrapper h2 img, body .owt-wrapper h3 img, body .owt-wrapper h4 img, body .owt-wrapper h5 img, body .owt-wrapper h6 img {
  margin: 0;
}
/* line 53, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.50em;
}
/* line 54, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}
/* line 55, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1.00em;
}
/* line 56, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}
/* line 57, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.50em;
}
/* line 58, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper h6 {
  font-size: 1em;
  font-weight: bold;
}
/* line 59, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper p {
  margin: 0 0 1.5em;
}
/* line 60, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper p .left {
  display: inline;
  float: left;
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}
/* line 61, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper p .right {
  display: inline;
  float: right;
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}
/* line 62, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper a {
  text-decoration: underline;
  color: #0066cc;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:visited {
  color: #004c99;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:focus {
  color: #0099ff;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:hover {
  color: #0099ff;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:active {
  color: #bf00ff;
}
/* line 63, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper blockquote {
  margin: 1.5em;
  color: #666666;
  font-style: italic;
}
/* line 64, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper strong, body .owt-wrapper dfn {
  font-weight: bold;
}
/* line 65, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper em, body .owt-wrapper dfn {
  font-style: italic;
}
/* line 66, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper sup, body .owt-wrapper sub {
  line-height: 0;
}
/* line 67, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper abbr, body .owt-wrapper acronym {
  border-bottom: 1px dotted #666666;
}
/* line 68, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper address {
  margin: 0 0 1.5em;
  font-style: italic;
}
/* line 69, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper del {
  color: #666666;
}
/* line 70, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper pre {
  margin: 1.5em 0;
  white-space: pre;
}
/* line 71, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper pre, body .owt-wrapper code, body .owt-wrapper tt {
  font: 1em "andale mono", "lucida console", monospace;
  line-height: 1.5;
}
/* line 72, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper li ul, body .owt-wrapper li ol {
  margin: 0;
}
/* line 73, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper ul, body .owt-wrapper ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}
/* line 74, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper ul {
  list-style-type: disc;
}
/* line 75, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper ol {
  list-style-type: decimal;
}
/* line 76, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper dl {
  margin: 0 0 1.5em 0;
}
/* line 77, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper dl dt {
  font-weight: bold;
}
/* line 78, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper dd {
  margin-left: 1.5em;
}
/* line 79, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper table {
  margin-bottom: 1.4em;
  width: 100%;
}
/* line 80, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper th {
  font-weight: bold;
}
/* line 81, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper thead th {
  background: #c3d9ff;
}
/* line 82, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper th, body .owt-wrapper td, body .owt-wrapper caption {
  padding: 4px 10px 4px 5px;
}
/* line 85, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper table.striped tr:nth-child(even) td,
body .owt-wrapper table tr.even td {
  background: #e5ecf9;
}
/* line 86, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper tfoot {
  font-style: italic;
}
/* line 87, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper caption {
  background: #eeeeee;
}
/* line 88, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper .quiet {
  color: #666666;
}
/* line 89, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_typography.scss */
body .owt-wrapper .loud {
  color: #111111;
}
/* line 9, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .clear {
  clear: both;
}
/* line 12, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .nowrap {
  white-space: nowrap;
}
/* line 16, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .clearfix {
  overflow: hidden;
  *zoom: 1;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .small {
  font-size: 0.8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}
/* line 22, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}
/* line 26, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .first {
  margin-left: 0;
  padding-left: 0;
}
/* line 29, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .last {
  margin-right: 0;
  padding-right: 0;
}
/* line 32, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .top {
  margin-top: 0;
  padding-top: 0;
}
/* line 35, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_utilities.scss */
body .owt-wrapper .bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}
/* line 4, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .feedback, body .owt-wrapper .error, body .owt-wrapper .alert, body .owt-wrapper .notice, body .owt-wrapper .success, body .owt-wrapper .info {
  padding: 0.8em;
  margin-bottom: 1em;
  border: 2px solid #dddddd;
}
/* line 5, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .error, body .owt-wrapper .alert {
  background: #fbe3e4;
  color: #8a1f11;
  border-color: #fbc2c4;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .error a, body .owt-wrapper .alert a {
  color: #8a1f11;
}
/* line 7, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .notice {
  background: #fff6bf;
  color: #514721;
  border-color: #ffd324;
}
/* line 36, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .notice a {
  color: #514721;
}
/* line 8, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .success {
  background: #e6efc2;
  color: #264409;
  border-color: #c6d880;
}
/* line 45, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .success a {
  color: #264409;
}
/* line 9, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .info {
  background: #d5edf8;
  color: #205791;
  border-color: #92cae4;
}
/* line 54, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .info a {
  color: #205791;
}
/* line 10, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .hide {
  display: none;
}
/* line 11, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .highlight {
  background: yellow;
}
/* line 12, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .added {
  background: #006600;
  color: white;
}
/* line 13, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_interaction.scss */
body .owt-wrapper .removed {
  background: #990000;
  color: white;
}
/* line 29, sass/style.sass */
body .owt-wrapper.loggedin {
  background: black url("./images/background-narrow.jpg") center 28px no-repeat fixed;
}
/* line 32, sass/style.sass */
body .owt-wrapper ol {
  padding-left: 2em;
}
/* line 35, sass/style.sass */
body .owt-wrapper a {
  text-decoration: underline;
  color: #ed1d24;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:visited {
  color: #ed1d24;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:focus {
  color: #ed1d24;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:hover {
  color: black;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper a:active {
  color: #ed1d24;
}
/* line 39, sass/style.sass */
body .owt-wrapper h1, body .owt-wrapper h2, body .owt-wrapper h3, body .owt-wrapper h4, body .owt-wrapper h5, body .owt-wrapper h6, body .owt-wrapper .headlike {
  color: #444444;
  letter-spacing: 0px;
  font-weight: bold;
  font-family: "OSPDIN";
  font-weight: normal;
  text-shadow: black 0 -1px 0;
}
/* line 45, sass/style.sass */
body .owt-wrapper h1 a, body .owt-wrapper h2 a, body .owt-wrapper h3 a, body .owt-wrapper h4 a, body .owt-wrapper h5 a, body .owt-wrapper h6 a, body .owt-wrapper .headlike a {
  text-decoration: none;
  color: black;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1 a:visited, body .owt-wrapper h2 a:visited, body .owt-wrapper h3 a:visited, body .owt-wrapper h4 a:visited, body .owt-wrapper h5 a:visited, body .owt-wrapper h6 a:visited, body .owt-wrapper .headlike a:visited {
  color: black;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1 a:focus, body .owt-wrapper h2 a:focus, body .owt-wrapper h3 a:focus, body .owt-wrapper h4 a:focus, body .owt-wrapper h5 a:focus, body .owt-wrapper h6 a:focus, body .owt-wrapper .headlike a:focus {
  color: black;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1 a:hover, body .owt-wrapper h2 a:hover, body .owt-wrapper h3 a:hover, body .owt-wrapper h4 a:hover, body .owt-wrapper h5 a:hover, body .owt-wrapper h6 a:hover, body .owt-wrapper .headlike a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1 a:active, body .owt-wrapper h2 a:active, body .owt-wrapper h3 a:active, body .owt-wrapper h4 a:active, body .owt-wrapper h5 a:active, body .owt-wrapper h6 a:active, body .owt-wrapper .headlike a:active {
  color: black;
}
/* line 48, sass/style.sass */
body .owt-wrapper h1.invert, body .owt-wrapper h2.invert, body .owt-wrapper h3.invert, body .owt-wrapper h4.invert, body .owt-wrapper h5.invert, body .owt-wrapper h6.invert, body .owt-wrapper .headlike.invert {
  color: white;
  text-shadow: #444444 0 -1px 0;
  margin: 0 0 15px 0;
  padding: 0;
}
/* line 53, sass/style.sass */
body .owt-wrapper h1.invert a, body .owt-wrapper h2.invert a, body .owt-wrapper h3.invert a, body .owt-wrapper h4.invert a, body .owt-wrapper h5.invert a, body .owt-wrapper h6.invert a, body .owt-wrapper .headlike.invert a {
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1.invert a:visited, body .owt-wrapper h2.invert a:visited, body .owt-wrapper h3.invert a:visited, body .owt-wrapper h4.invert a:visited, body .owt-wrapper h5.invert a:visited, body .owt-wrapper h6.invert a:visited, body .owt-wrapper .headlike.invert a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1.invert a:focus, body .owt-wrapper h2.invert a:focus, body .owt-wrapper h3.invert a:focus, body .owt-wrapper h4.invert a:focus, body .owt-wrapper h5.invert a:focus, body .owt-wrapper h6.invert a:focus, body .owt-wrapper .headlike.invert a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1.invert a:hover, body .owt-wrapper h2.invert a:hover, body .owt-wrapper h3.invert a:hover, body .owt-wrapper h4.invert a:hover, body .owt-wrapper h5.invert a:hover, body .owt-wrapper h6.invert a:hover, body .owt-wrapper .headlike.invert a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h1.invert a:active, body .owt-wrapper h2.invert a:active, body .owt-wrapper h3.invert a:active, body .owt-wrapper h4.invert a:active, body .owt-wrapper h5.invert a:active, body .owt-wrapper h6.invert a:active, body .owt-wrapper .headlike.invert a:active {
  color: white;
}
/* line 56, sass/style.sass */
body .owt-wrapper h1 {
  font-size: 30px;
  line-height: 1.1;
}
/* line 59, sass/style.sass */
body .owt-wrapper h2 {
  font-size: 26px;
  line-height: 1.1;
}
/* line 62, sass/style.sass */
body .owt-wrapper h2.title {
  margin-bottom: 15px;
}
/* line 64, sass/style.sass */
body .owt-wrapper h2.title.noimage {
  margin-bottom: 15px;
  padding: 0 0 15px 0;
}
/* line 68, sass/style.sass */
body .owt-wrapper h3 {
  font-size: 22px;
  line-height: 1.1;
  margin-bottom: 10px;
}
/* line 73, sass/style.sass */
body .owt-wrapper h4 {
  font-size: 18px;
  line-height: 1.1;
}
/* line 76, sass/style.sass */
body .owt-wrapper h5 {
  font-size: 16px;
  line-height: 1.1;
}
/* line 79, sass/style.sass */
body .owt-wrapper h6 {
  font-size: 14px;
  line-height: 1.1;
}
/* line 83, sass/style.sass */
body .owt-wrapper input[type=text], body .owt-wrapper input[type=password], body .owt-wrapper textarea {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  color: #444444;
  background: white url("./images/gradient2.png") left top repeat-x;
  border: 1px solid #444444;
  padding: 5px;
  text-decoration: none;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
}
/* line 86, sass/style.sass */
body .owt-wrapper input[type=submit] {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  background-color: #d0d0d0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: inline;
  float: right;
  border-right: none;
  border-left: none;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: white 0 1px 0;
  color: #444444;
  border-bottom: 1px solid #353535;
  border-top: 1px solid white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper input[type=submit]:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper input[type=submit]:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper input[type=submit]:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper input[type=submit]:active {
  color: #444444;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_defines.sass */
body .owt-wrapper input[type=submit]:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
}
/* line 89, sass/style.sass */
body .owt-wrapper h3.subtitle, body .owt-wrapper #disqus_thread h3, body .owt-wrapper table thead {
  font-family: "OSPDIN";
  font-weight: normal;
  font-size: 20px;
  background: #5b5b5b url(./images/gradient5.png) 0 0 repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
  padding: 10px;
  color: white;
  text-shadow: #353535 0 -1px 0;
}
/* line 100, sass/style.sass */
body .owt-wrapper h3.subtitle a.titlelink, body .owt-wrapper #disqus_thread h3 a.titlelink, body .owt-wrapper table thead a.titlelink {
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.titlelink:visited, body .owt-wrapper #disqus_thread h3 a.titlelink:visited, body .owt-wrapper table thead a.titlelink:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.titlelink:focus, body .owt-wrapper #disqus_thread h3 a.titlelink:focus, body .owt-wrapper table thead a.titlelink:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.titlelink:hover, body .owt-wrapper #disqus_thread h3 a.titlelink:hover, body .owt-wrapper table thead a.titlelink:hover {
  color: #e0e0e0;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.titlelink:active, body .owt-wrapper #disqus_thread h3 a.titlelink:active, body .owt-wrapper table thead a.titlelink:active {
  color: white;
}
/* line 103, sass/style.sass */
body .owt-wrapper h3.subtitle a.button, body .owt-wrapper #disqus_thread h3 a.button, body .owt-wrapper table thead a.button {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  background-color: #d0d0d0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: inline;
  float: right;
  border-right: none;
  border-left: none;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: white 0 1px 0;
  color: #444444;
  border-top: 1px solid #353535;
  border-bottom: 1px solid white;
  font-size: 11px;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.button:visited, body .owt-wrapper #disqus_thread h3 a.button:visited, body .owt-wrapper table thead a.button:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.button:focus, body .owt-wrapper #disqus_thread h3 a.button:focus, body .owt-wrapper table thead a.button:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.button:hover, body .owt-wrapper #disqus_thread h3 a.button:hover, body .owt-wrapper table thead a.button:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper h3.subtitle a.button:active, body .owt-wrapper #disqus_thread h3 a.button:active, body .owt-wrapper table thead a.button:active {
  color: #444444;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_defines.sass */
body .owt-wrapper h3.subtitle a.button:hover, body .owt-wrapper #disqus_thread h3 a.button:hover, body .owt-wrapper table thead a.button:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
}
/* line 110, sass/style.sass */
body .owt-wrapper .widget {
  text-align: justify;
  margin-bottom: 30px;
}
/* line 114, sass/style.sass */
body .owt-wrapper .widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 0;
}
/* line 11, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/lists/_bullets.scss */
body .owt-wrapper .widget ul li {
  list-style-image: none;
  list-style-type: none;
  margin-left: 0;
}
/* line 118, sass/style.sass */
body .owt-wrapper .widget ul, body .owt-wrapper .widget ol {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
/* line 121, sass/style.sass */
body .owt-wrapper .widget ul li, body .owt-wrapper .widget ol li {
  margin-bottom: 5px;
}
/* line 123, sass/style.sass */
body .owt-wrapper .widget ul li a, body .owt-wrapper .widget ol li a {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #444444;
  padding-bottom: 10px;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget ul li a:visited, body .owt-wrapper .widget ol li a:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget ul li a:focus, body .owt-wrapper .widget ol li a:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget ul li a:hover, body .owt-wrapper .widget ol li a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget ul li a:active, body .owt-wrapper .widget ol li a:active {
  color: #444444;
}
/* line 128, sass/style.sass */
body .owt-wrapper .widget.widget_em_calendar table.em_calendar {
  display: block;
  overflow: hidden;
}
/* line 131, sass/style.sass */
body .owt-wrapper .widget.widget_em_calendar table.em_calendar td {
  width: 17px !important;
}
/* line 139, sass/style.sass */
body .owt-wrapper .widget.widget_sp_image {
  margin-bottom: 15px;
}
/* line 141, sass/style.sass */
body .owt-wrapper .widget.widget_sp_image h3.subtitle {
  display: none;
}
/* line 144, sass/style.sass */
body .owt-wrapper .widget.widget_sp_image a.widget_sp_image-image-link {
  line-height: 1;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  background: transparent url(./images/r-shadow-small.png) bottom center no-repeat;
  padding-bottom: 15px;
}
/* line 152, sass/style.sass */
body .owt-wrapper .widget.widget_sp_image a.widget_sp_image-image-link img {
  display: block;
  width: 100%;
  height: auto;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
}
/* line 159, sass/style.sass */
body .owt-wrapper .widget.widget_categories select.postform#cat {
  display: block;
  width: 100%;
  background: white url(./images/inputbg.png) 0 0 repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 100%;
  border: 1px solid #444444;
  padding: 5px 0 5px 0;
  line-height: 1;
}
/* line 169, sass/style.sass */
body .owt-wrapper .widget.widget_categories select.postform#cat option {
  display: block;
  padding: 3px;
}
/* line 176, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li a {
  display: inline;
}
/* line 179, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .entry-content {
  display: block;
}
/* line 182, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta {
  display: block;
  font-size: 80%;
  overflow: hidden;
  *zoom: 1;
}
/* line 186, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span {
  color: #cccccc;
  display: inline;
  float: left;
  margin-right: 5px;
}
/* line 190, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span:last-child {
  margin-right: 0;
}
/* line 192, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span a {
  color: #cccccc;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span a:visited {
  color: #cccccc;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span a:focus {
  color: #cccccc;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .widget.widget_twitter ul li .entry-meta span a:active {
  color: #cccccc;
}
/* line 195, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta {
  display: block;
  font-size: 70%;
  text-transform: uppercase;
  overflow: hidden;
  *zoom: 1;
}
/* line 200, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta a {
  display: block;
  width: 16px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0;
  display: inline;
  float: left;
  margin-right: 5px;
}
/* line 207, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta a:last-child {
  margin-right: 0;
}
/* line 210, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta a.retweet {
  background: transparent url(./images/twitter-retweet.png) 0 0 no-repeat;
}
/* line 213, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta a.favorite {
  background: transparent url(./images/twitter-favorite.png) 0 0 no-repeat;
}
/* line 216, sass/style.sass */
body .owt-wrapper .widget.widget_twitter ul li .intent-meta a.in-reply-to {
  background: transparent url(./images/twitter-reply.png) 0 0 no-repeat;
}
/* line 220, sass/style.sass */
body .owt-wrapper .widget.widget-closed {
  background: transparent url(./images/r-shadow-small.png) bottom center no-repeat;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
/* line 224, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  background: #5b5b5b url(./images/gradient5.png) 0 0 repeat-x;
  overflow: hidden;
  *zoom: 1;
}
/* line 228, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner h3.subtitle {
  float: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  background: none;
  margin-bottom: 0;
}
/* line 233, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner .rest {
  background-color: #efefef;
  border-bottom: 1px solid white;
  margin-bottom: 15px;
  padding: 10px;
}
/* line 238, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner .rest.full {
  padding: 0;
}
/* line 241, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner .rest .thumbpost.full {
  margin: 0;
  padding: 0;
}
/* line 245, sass/style.sass */
body .owt-wrapper .widget.widget-closed .inner .rest .thumbpost.full a.image {
  margin: 0;
  padding: 0;
}
/* line 250, sass/style.sass */
body .owt-wrapper .widget.horizontal-3 {
  display: inline;
  float: left;
  width: 208px;
  margin-right: 15px;
}
/* line 254, sass/style.sass */
body .owt-wrapper .widget.horizontal-3.last {
  margin-right: 0;
}
/* line 257, sass/style.sass */
body .owt-wrapper .tooltip {
  background-color: white;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #cccccc;
}
/* line 262, sass/style.sass */
body .owt-wrapper .search {
  overflow: hidden;
  *zoom: 1;
}
/* line 264, sass/style.sass */
body .owt-wrapper .search .s {
  display: inline;
  float: left;
  width: 112px;
  height: 18px;
  border-right: none;
}
/* line 269, sass/style.sass */
body .owt-wrapper .search .searchsubmit {
  display: inline;
  float: left;
  width: 75px;
  height: 30px;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
/* line 277, sass/style.sass */
body .owt-wrapper .padder {
  position: relative;
  padding: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 282, sass/style.sass */
body .owt-wrapper .rightpadder {
  position: relative;
  padding: 30px 30px 30px 0;
}
/* line 286, sass/style.sass */
body .owt-wrapper .leftpadder {
  position: relative;
  padding: 30px 0 30px 30px;
}
/* line 290, sass/style.sass */
body .owt-wrapper .box {
  margin-bottom: 15px;
  background-color: white;
}
/* line 292, sass/style.sass */
body .owt-wrapper .box .padder {
  overflow: hidden;
  *zoom: 1;
}
/* line 295, sass/style.sass */
body .owt-wrapper .box.last {
  margin-right: 0;
}
/* line 298, sass/style.sass */
body .owt-wrapper .button {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  background-color: #d0d0d0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: inline;
  float: right;
  border-right: none;
  border-left: none;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: white 0 1px 0;
  color: #444444;
  border-bottom: 1px solid #353535;
  border-top: 1px solid white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .button:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .button:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .button:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .button:active {
  color: #444444;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_defines.sass */
body .owt-wrapper .button:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
}
/* line 301, sass/style.sass */
body .owt-wrapper .container {
  width: 1017px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 304, sass/style.sass */
body .owt-wrapper .image {
  position: relative;
  background-color: #efefef;
  min-height: 20px;
  margin: 0;
  padding: 0;
  display: block;
  color: #444444;
  overflow: hidden;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .image:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .image:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .image:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .image:active {
  color: #444444;
}
/* line 314, sass/style.sass */
body .owt-wrapper .image img {
  display: block;
  width: 100%;
  height: auto;
}
/* line 319, sass/style.sass */
body .owt-wrapper .image .whitey {
  display: block;
  position: absolute;
  display: block;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0;
  background: transparent url("./images/whitey.png") 0 0 repeat;
  top: 0;
  left: 0;
  width: 15px;
  height: 100%;
}
/* line 329, sass/style.sass */
body .owt-wrapper .image span.metaslider {
  display: block;
  position: absolute;
  background: white;
  bottom: -26px;
  left: 0px;
  width: 100%;
  height: 25px;
  line-height: 1;
  border-bottom: 1px solid #c8c8c8;
}
/* line 339, sass/style.sass */
body .owt-wrapper .image span.metaslider ul {
  display: block;
  font-size: 90%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 346, sass/style.sass */
body .owt-wrapper .image span.metaslider ul li {
  display: block;
  margin: 0 15px 0 0;
  padding: 5px 5px 5px 15px;
  display: inline;
  float: left;
  height: 14px;
}
/* line 352, sass/style.sass */
body .owt-wrapper .image span.metaslider ul li:last-child {
  margin-right: 0;
}
/* line 354, sass/style.sass */
body .owt-wrapper .image span.metaslider ul li.comments {
  background: transparent url("./images/small-comments.png") 0px 5px no-repeat;
  padding-left: 20px;
}
/* line 358, sass/style.sass */
body .owt-wrapper .headimage {
  margin: 0 0 0 0;
}
/* line 360, sass/style.sass */
body .owt-wrapper .headimage .image {
  display: block;
  position: relative;
  text-decoration: none;
  height: 400px;
}
/* line 365, sass/style.sass */
body .owt-wrapper .headimage .image h2 {
  font-size: 20px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent url("./images/whitey2.png") 0 0 repeat;
}
/* line 378, sass/style.sass */
body .owt-wrapper .headimage .image h2 .title {
  display: block;
  padding: 15px 15px 15px 15px;
}
/* line 384, sass/style.sass */
body .owt-wrapper .headimage.single .image h2 {
  font-size: 26px;
}
/* line 388, sass/style.sass */
body .owt-wrapper .headimage.section .image {
  height: 150px;
}
/* line 391, sass/style.sass */
body .owt-wrapper .thumbposts {
  overflow: hidden;
  *zoom: 1;
}
/* line 393, sass/style.sass */
body .owt-wrapper .thumbposts .row {
  margin: 0 0 15px 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 398, sass/style.sass */
body .owt-wrapper .thumbpost {
  display: inline;
  float: left;
  display: block;
  margin-right: 15px;
}
/* line 402, sass/style.sass */
body .owt-wrapper .thumbpost.last {
  margin-left: 2px;
  margin-right: 0;
}
/* line 405, sass/style.sass */
body .owt-wrapper .thumbpost a.image {
  overflow: hidden;
  display: block;
}
/* line 408, sass/style.sass */
body .owt-wrapper .thumbpost a.image img {
  width: 100%;
  height: auto;
}
/* line 412, sass/style.sass */
body .owt-wrapper .thumbpost a.title {
  text-decoration: none;
  font-weight: bold;
  display: block;
  color: #444444;
  padding-top: 5px;
  background: transparent url(./images/r-shadow-small.png) top center no-repeat;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .thumbpost a.title:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .thumbpost a.title:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .thumbpost a.title:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .thumbpost a.title:active {
  color: #444444;
}
/* line 417, sass/style.sass */
body .owt-wrapper .thumbpost.home {
  width: 211px;
}
/* line 419, sass/style.sass */
body .owt-wrapper .thumbpost.home a.image {
  height: 130px;
}
/* line 422, sass/style.sass */
body .owt-wrapper .thumbpost.medium {
  width: 208px;
}
/* line 424, sass/style.sass */
body .owt-wrapper .thumbpost.medium a.image {
  height: 150px;
}
/* line 427, sass/style.sass */
body .owt-wrapper .thumbpost.big {
  width: 331px;
}
/* line 429, sass/style.sass */
body .owt-wrapper .thumbpost.big a.image {
  height: 210px;
}
/* line 432, sass/style.sass */
body .owt-wrapper .thumbpost.full {
  float: none;
  width: auto;
  margin-right: 0;
}
/* line 436, sass/style.sass */
body .owt-wrapper .thumbpost.full a.image {
  height: 120px;
}
/* line 440, sass/style.sass */
body .owt-wrapper .thumbpost.full.wide a.image {
  height: auto;
}
/* line 443, sass/style.sass */
body .owt-wrapper .thumbpost.full.listed {
  margin-bottom: 15px;
}
/* line 447, sass/style.sass */
body .owt-wrapper .thumbpost .rest h3, body .owt-wrapper .thumbpost .rest.description {
  padding-top: 5px;
  padding-left: 15px;
}
/* line 452, sass/style.sass */
body .owt-wrapper .postmeta {
  margin-right: 65px;
  margin-top: 5px;
  padding: 0 30px 0 0;
  color: #e0e0e0;
  text-shadow: black 0 -1px 0;
}
/* line 459, sass/style.sass */
body .owt-wrapper .postmeta a {
  text-decoration: none;
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta a:active {
  color: white;
}
/* line 463, sass/style.sass */
body .owt-wrapper .postmeta ul {
  display: block;
  overflow: hidden;
  *zoom: 1;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
/* line 469, sass/style.sass */
body .owt-wrapper .postmeta ul li {
  display: block;
  display: inline;
  float: left;
  margin-right: 10px;
  padding-right: 10px;
}
/* line 474, sass/style.sass */
body .owt-wrapper .postmeta ul li:last-child {
  border-right: none;
}
/* line 476, sass/style.sass */
body .owt-wrapper .postmeta ul li.comments {
  background: transparent url("./images/small-comments.png") 0px 5px no-repeat;
  padding-left: 20px;
}
/* line 480, sass/style.sass */
body .owt-wrapper .postmeta.head {
  margin-top: 15px;
}
/* line 482, sass/style.sass */
body .owt-wrapper .postmeta.head a {
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.head a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.head a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.head a:hover {
  color: silver;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.head a:active {
  color: white;
}
/* line 485, sass/style.sass */
body .owt-wrapper .postmeta.listmeta {
  font-size: 100%;
  font-style: normal;
  border-bottom: none;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 15px;
  margin-left: 0;
  padding: 0;
  color: #7f7f7f;
  text-shadow: none;
}
/* line 496, sass/style.sass */
body .owt-wrapper .postmeta.listmeta a {
  text-decoration: underline;
  color: #7f7f7f;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.listmeta a:visited {
  color: #7f7f7f;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.listmeta a:focus {
  color: #7f7f7f;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.listmeta a:hover {
  color: red;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.listmeta a:active {
  color: #7f7f7f;
}
/* line 500, sass/style.sass */
body .owt-wrapper .postmeta.aux {
  color: #c8c8c8;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 15px;
  border-bottom: none;
  padding: 0;
  overflow: hidden;
  *zoom: 1;
}
/* line 508, sass/style.sass */
body .owt-wrapper .postmeta.aux .prev {
  display: inline;
  float: left;
  width: 50%;
  text-align: left;
}
/* line 512, sass/style.sass */
body .owt-wrapper .postmeta.aux .prev .padder {
  padding: 0 5px 0 0;
}
/* line 514, sass/style.sass */
body .owt-wrapper .postmeta.aux .prev .padder a {
  display: block;
  padding-left: 20px;
  color: #c8c8c8;
  background: transparent url("./images/smallarrowleft.png") left 2px no-repeat;
  text-decoration: none;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .prev .padder a:visited {
  color: #c8c8c8;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .prev .padder a:focus {
  color: #c8c8c8;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .prev .padder a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .prev .padder a:active {
  color: #c8c8c8;
}
/* line 520, sass/style.sass */
body .owt-wrapper .postmeta.aux .next {
  display: inline;
  float: right;
  width: 50%;
  text-align: right;
}
/* line 524, sass/style.sass */
body .owt-wrapper .postmeta.aux .next a {
  display: block;
  padding-right: 20px;
  color: #c8c8c8;
  background: transparent url("./images/smallarrowright.png") right 2px no-repeat;
  text-decoration: none;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .next a:visited {
  color: #c8c8c8;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .next a:focus {
  color: #c8c8c8;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .next a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .postmeta.aux .next a:active {
  color: #c8c8c8;
}
/* line 532, sass/style.sass */
body .owt-wrapper .adsidebars .adsidebar {
  overflow: hidden;
  *zoom: 1;
  display: none;
}
/* line 536, sass/style.sass */
body .owt-wrapper .searchform, body .owt-wrapper .mc-owt-button {
  overflow: hidden;
  *zoom: 1;
  background: transparent url(./images/combofieldbg.png) -188px 0 no-repeat;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #444444;
  overflow: hidden;
}
/* line 542, sass/style.sass */
body .owt-wrapper .searchform input, body .owt-wrapper .mc-owt-button input {
  display: inline;
  float: left;
  background: none;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
}
/* line 549, sass/style.sass */
body .owt-wrapper .searchform input.s, body .owt-wrapper .searchform input#mce-EMAIL, body .owt-wrapper .mc-owt-button input.s, body .owt-wrapper .mc-owt-button input#mce-EMAIL {
  width: 102px;
}
/* line 552, sass/style.sass */
body .owt-wrapper .searchform input.searchsubmit, body .owt-wrapper .searchform input#mc-embedded-subscribe, body .owt-wrapper .mc-owt-button input.searchsubmit, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe {
  width: 69px;
  padding-left: 5px;
  padding-right: 1px;
  color: #444444;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .searchform input.searchsubmit:visited, body .owt-wrapper .searchform input#mc-embedded-subscribe:visited, body .owt-wrapper .mc-owt-button input.searchsubmit:visited, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .searchform input.searchsubmit:focus, body .owt-wrapper .searchform input#mc-embedded-subscribe:focus, body .owt-wrapper .mc-owt-button input.searchsubmit:focus, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .searchform input.searchsubmit:hover, body .owt-wrapper .searchform input#mc-embedded-subscribe:hover, body .owt-wrapper .mc-owt-button input.searchsubmit:hover, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper .searchform input.searchsubmit:active, body .owt-wrapper .searchform input#mc-embedded-subscribe:active, body .owt-wrapper .mc-owt-button input.searchsubmit:active, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe:active {
  color: #444444;
}
/* line 557, sass/style.sass */
body .owt-wrapper .searchform input.searchsubmit:hover, body .owt-wrapper .searchform input#mc-embedded-subscribe:hover, body .owt-wrapper .mc-owt-button input.searchsubmit:hover, body .owt-wrapper .mc-owt-button input#mc-embedded-subscribe:hover {
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
  border-right: 0px;
}
/* line 563, sass/style.sass */
body .owt-wrapper .searchform {
  background: transparent url(./images/combofieldbg.png) -150px 0 no-repeat;
}
/* line 565, sass/style.sass */
body .owt-wrapper .searchform input.s {
  width: 143px;
}
/* line 567, sass/style.sass */
body .owt-wrapper .searchform input.searchsubmit {
  width: 49px;
}
/* line 576, sass/style.sass */
body .owt-wrapper header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 90000;
  width: 100%;
  height: 138px;
  background: transparent url("./images/topbar.png") 0 0 repeat-x;
  overflow: visible;
}
/* line 586, sass/style.sass */
body .owt-wrapper header.loggedin {
  top: 28px;
}
/* line 589, sass/style.sass */
body .owt-wrapper header .container {
  overflow: visible;
}
/* line 591, sass/style.sass */
body .owt-wrapper header .container #col1 {
  display: inline;
  float: left;
  width: 446px;
  margin-right: 10px;
  overflow: visible;
}
/* line 596, sass/style.sass */
body .owt-wrapper header .container #col1 .wrapper_menu {
  display: inline;
  float: right;
  margin-top: 40px;
}
/* line 600, sass/style.sass */
body .owt-wrapper header .container #col1 .wrapper_menu li a {
  font-family: "OSPDIN";
  font-weight: normal;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col1 .wrapper_menu li a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col1 .wrapper_menu li a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col1 .wrapper_menu li a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col1 .wrapper_menu li a:active {
  color: white;
}
/* line 607, sass/style.sass */
body .owt-wrapper header .container #col1 .wrapper_menu li li a {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 13px;
  text-transform: none;
}
/* line 612, sass/style.sass */
body .owt-wrapper header .container #col2 {
  position: relative;
  display: inline;
  float: left;
  width: 105px;
}
/* line 616, sass/style.sass */
body .owt-wrapper header .container #col2 #logo {
  width: 100%;
  height: 115px;
  background: transparent url("./images/logo.png") 6px 10px no-repeat;
  display: block;
  text-indent: -9999px;
  font-size: 0px;
  line-height: 0;
}
/* line 621, sass/style.sass */
body .owt-wrapper header .container #col2 #logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
/* line 627, sass/style.sass */
body .owt-wrapper header .container #col3 {
  display: inline;
  float: left;
  width: 446px;
  margin-left: 10px;
}
/* line 631, sass/style.sass */
body .owt-wrapper header .container #col3 .auxmenu {
  margin-top: 18px;
  width: 130px;
  margin-right: 15px;
  display: block;
  list-style-type: none;
  padding: 0;
  display: inline;
  float: left;
  overflow: hidden;
  *zoom: 1;
}
/* line 640, sass/style.sass */
body .owt-wrapper header .container #col3 .auxmenu li {
  display: block;
  margin: 0;
  padding: 0;
  float: none;
}
/* line 645, sass/style.sass */
body .owt-wrapper header .container #col3 .auxmenu li a {
  display: block;
  font-size: 90%;
  color: white;
  text-decoration: none;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li a:active {
  color: white;
}
/* line 652, sass/style.sass */
body .owt-wrapper header .container #col3 .auxmenu li.tool a {
  color: #a0a0a0;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li.tool a:visited {
  color: #a0a0a0;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li.tool a:focus {
  color: #a0a0a0;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li.tool a:hover {
  color: #ed1d24;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper header .container #col3 .auxmenu li.tool a:active {
  color: #a0a0a0;
}
/* line 661, sass/style.sass */
body .owt-wrapper #topadspace {
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 217px;
}
/* line 665, sass/style.sass */
body .owt-wrapper #topadspace .inner {
  width: 1017px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  width: 800px;
  height: 80px;
  padding: 0px;
  position: relative;
}
/* line 673, sass/style.sass */
body .owt-wrapper #topadspace .inner a.adbox {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
}
/* line 679, sass/style.sass */
body .owt-wrapper #topadspace .inner .widget.widget_sp_image {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
}
/* line 686, sass/style.sass */
body .owt-wrapper #topadspace .inner .widget.widget_sp_image a.widget_sp_image-image-link {
  margin: 0;
  padding: 0;
  background: none;
}
/* line 690, sass/style.sass */
body .owt-wrapper #topadspace .inner .widget.widget_sp_image a.widget_sp_image-image-link img {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}
/* line 693, sass/style.sass */
body .owt-wrapper #stage {
  height: 80px;
}
/* line 703, sass/style.sass */
body .owt-wrapper #main #content {
  display: inline;
  float: left;
  width: 731px;
}
/* line 707, sass/style.sass */
body .owt-wrapper #main #content #contentpadder {
  margin-top: 30px;
  margin-left: 15px;
  background-color: white;
}
/* line 712, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem {
  background: transparent url(./images/r-shadow-big.png) bottom center no-repeat;
  padding-bottom: 27px;
}
/* line 715, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner {
  position: relative;
  margin-left: -15px;
  margin-top: -30px;
  border-top: 1px solid white;
  border-left: 1px solid silver;
  border-right: 1px solid silver;
  border-bottom: 1px solid black;
  background: #353535 url(./images/gradient1.png) 0 0 repeat-x;
  -moz-border-radius-topleft: 15px;
  -webkit-border-top-left-radius: 15px;
  -o-border-top-left-radius: 15px;
  -ms-border-top-left-radius: 15px;
  -khtml-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  -ms-border-bottom-left-radius: 15px;
  -khtml-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
/* line 726, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder {
  padding: 30px 0 30px 30px;
}
/* line 729, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder .image {
  border-top: 1px solid #444444;
  border-left: 1px solid #444444;
  display: block;
  position: relative;
  text-decoration: none;
  height: auto;
}
/* line 737, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 {
  margin-right: 65px;
  min-height: 66px;
}
/* line 740, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 a {
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 a:hover {
  color: #e0e0e0;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder h1 a:active {
  color: white;
}
/* line 743, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder .date {
  position: absolute;
  right: 15px;
  top: 30px;
  width: 50px;
  line-height: 1;
  text-align: center;
}
/* line 750, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder .date .day {
  font-size: 40px;
}
/* line 752, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder .date .month {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
/* line 756, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem .inner .padder .date .year {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
/* line 764, sass/style.sass */
body .owt-wrapper #main #content #contentpadder #headitem.noimage .inner .padder h1 {
  min-height: 0;
}
/* line 767, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .padder {
  padding: 0 30px 30px 30px;
}
/* line 771, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .postbody .padder {
  padding: 0 30px 30px 30px;
}
/* line 774, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .postbody .padder .subpagecontent {
  padding-bottom: 30px;
}
/* line 776, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .postbody .padder .subpagecontent:last-child {
  padding-bottom: 0;
}
/* line 779, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .postbody .padder .searchform {
  float: none;
  width: 230px;
}
/* line 785, sass/style.sass */
body .owt-wrapper #main #content #contentpadder .postbody.text .padder h1, body .owt-wrapper #main #content #contentpadder .postbody.text .padder h2, body .owt-wrapper #main #content #contentpadder .postbody.text .padder h3, body .owt-wrapper #main #content #contentpadder .postbody.text .padder h4, body .owt-wrapper #main #content #contentpadder .postbody.text .padder h5, body .owt-wrapper #main #content #contentpadder .postbody.text .padder h6 {
  text-shadow: none;
}
/* line 788, sass/style.sass */
body .owt-wrapper #main #sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 286px;
  margin-top: 30px;
  margin-bottom: 30px;
  background: white url(./images/papershadow.png) left top repeat-y;
}
/* line 147, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body .owt-wrapper #main #sidebar {
  overflow-x: hidden;
}
/* line 794, sass/style.sass */
body .owt-wrapper #main #sidebar .padder {
  padding: 30px;
  overflow: hidden;
  *zoom: 1;
}
/* line 798, sass/style.sass */
body .owt-wrapper #main #sidebar .padder .column1 {
  display: inline;
  float: left;
  width: 205px;
  margin-right: 30px;
}
/* line 803, sass/style.sass */
body .owt-wrapper #main #sidebar .padder .column2 {
  display: inline;
  float: left;
  width: 205px;
}
/* line 809, sass/style.sass */
body .owt-wrapper #main #content .text, body .owt-wrapper #main #rightsidebar .text {
  text-align: justify;
  overflow: hidden;
  overflow: hidden;
  *zoom: 1;
}
/* line 816, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost, body .owt-wrapper #main #content .postlist .listevent, body .owt-wrapper #main #content #em-wrapper .listpost, body .owt-wrapper #main #content #em-wrapper .listevent, body .owt-wrapper #main #rightsidebar .postlist .listpost, body .owt-wrapper #main #rightsidebar .postlist .listevent, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 15px;
}
/* line 820, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost h3, body .owt-wrapper #main #content .postlist .listevent h3, body .owt-wrapper #main #content #em-wrapper .listpost h3, body .owt-wrapper #main #content #em-wrapper .listevent h3, body .owt-wrapper #main #rightsidebar .postlist .listpost h3, body .owt-wrapper #main #rightsidebar .postlist .listevent h3, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost h3, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent h3 {
  margin: 0 0 5px 0;
  text-shadow: none;
}
/* line 824, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost .image, body .owt-wrapper #main #content .postlist .listevent .image, body .owt-wrapper #main #content #em-wrapper .listpost .image, body .owt-wrapper #main #content #em-wrapper .listevent .image, body .owt-wrapper #main #rightsidebar .postlist .listpost .image, body .owt-wrapper #main #rightsidebar .postlist .listevent .image, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost .image, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent .image {
  display: inline;
  float: left;
  width: 211px;
  line-height: 1;
  background: transparent url(./images/r-shadow-small.png) bottom center no-repeat;
  padding-bottom: 15px;
}
/* line 830, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost .image .inner, body .owt-wrapper #main #content .postlist .listevent .image .inner, body .owt-wrapper #main #content #em-wrapper .listpost .image .inner, body .owt-wrapper #main #content #em-wrapper .listevent .image .inner, body .owt-wrapper #main #rightsidebar .postlist .listpost .image .inner, body .owt-wrapper #main #rightsidebar .postlist .listevent .image .inner, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost .image .inner, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent .image .inner {
  height: 130px;
  display: block;
  overflow: hidden;
}
/* line 834, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost .image .inner img, body .owt-wrapper #main #content .postlist .listevent .image .inner img, body .owt-wrapper #main #content #em-wrapper .listpost .image .inner img, body .owt-wrapper #main #content #em-wrapper .listevent .image .inner img, body .owt-wrapper #main #rightsidebar .postlist .listpost .image .inner img, body .owt-wrapper #main #rightsidebar .postlist .listevent .image .inner img, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost .image .inner img, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent .image .inner img {
  width: 100%;
  height: auto;
}
/* line 838, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost .rest, body .owt-wrapper #main #content .postlist .listevent .rest, body .owt-wrapper #main #content #em-wrapper .listpost .rest, body .owt-wrapper #main #content #em-wrapper .listevent .rest, body .owt-wrapper #main #rightsidebar .postlist .listpost .rest, body .owt-wrapper #main #rightsidebar .postlist .listevent .rest, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost .rest, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent .rest {
  margin-left: 226px;
}
/* line 842, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost.big .image, body .owt-wrapper #main #content .postlist .listevent.big .image, body .owt-wrapper #main #content #em-wrapper .listpost.big .image, body .owt-wrapper #main #content #em-wrapper .listevent.big .image, body .owt-wrapper #main #rightsidebar .postlist .listpost.big .image, body .owt-wrapper #main #rightsidebar .postlist .listevent.big .image, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost.big .image, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent.big .image {
  width: 450px;
  height: 200px;
}
/* line 845, sass/style.sass */
body .owt-wrapper #main #content .postlist .listpost.big .rest, body .owt-wrapper #main #content .postlist .listevent.big .rest, body .owt-wrapper #main #content #em-wrapper .listpost.big .rest, body .owt-wrapper #main #content #em-wrapper .listevent.big .rest, body .owt-wrapper #main #rightsidebar .postlist .listpost.big .rest, body .owt-wrapper #main #rightsidebar .postlist .listevent.big .rest, body .owt-wrapper #main #rightsidebar #em-wrapper .listpost.big .rest, body .owt-wrapper #main #rightsidebar #em-wrapper .listevent.big .rest {
  margin-left: 460px;
}
/* line 848, sass/style.sass */
body .owt-wrapper #main #content .prevnext, body .owt-wrapper #main #rightsidebar .prevnext {
  margin-bottom: 15px;
  overflow: hidden;
  *zoom: 1;
}
/* line 851, sass/style.sass */
body .owt-wrapper #main #content .prevnext .prev, body .owt-wrapper #main #rightsidebar .prevnext .prev {
  display: inline;
  float: left;
  width: 313px;
}
/* line 854, sass/style.sass */
body .owt-wrapper #main #content .prevnext .prev a, body .owt-wrapper #main #rightsidebar .prevnext .prev a {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  background-color: #d0d0d0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: inline;
  float: right;
  border-right: none;
  border-left: none;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: white 0 1px 0;
  color: #444444;
  border-bottom: 1px solid #353535;
  border-top: 1px solid white;
  color: #444444;
  text-decoration: none;
  display: inline;
  float: left;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:visited, body .owt-wrapper #main #rightsidebar .prevnext .prev a:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:focus, body .owt-wrapper #main #rightsidebar .prevnext .prev a:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:hover, body .owt-wrapper #main #rightsidebar .prevnext .prev a:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:active, body .owt-wrapper #main #rightsidebar .prevnext .prev a:active {
  color: #444444;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_defines.sass */
body .owt-wrapper #main #content .prevnext .prev a:hover, body .owt-wrapper #main #rightsidebar .prevnext .prev a:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:visited, body .owt-wrapper #main #rightsidebar .prevnext .prev a:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:focus, body .owt-wrapper #main #rightsidebar .prevnext .prev a:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:hover, body .owt-wrapper #main #rightsidebar .prevnext .prev a:hover {
  color: black;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .prev a:active, body .owt-wrapper #main #rightsidebar .prevnext .prev a:active {
  color: #444444;
}
/* line 858, sass/style.sass */
body .owt-wrapper #main #content .prevnext .next, body .owt-wrapper #main #rightsidebar .prevnext .next {
  display: inline;
  float: right;
  width: 328px;
}
/* line 861, sass/style.sass */
body .owt-wrapper #main #content .prevnext .next a, body .owt-wrapper #main #rightsidebar .prevnext .next a {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  background-color: #d0d0d0;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -o-border-radius: 6px;
  -ms-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
  display: inline;
  float: right;
  border-right: none;
  border-left: none;
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  font-size: 12px;
  font-weight: bold;
  text-transform: none;
  text-shadow: white 0 1px 0;
  color: #444444;
  border-bottom: 1px solid #353535;
  border-top: 1px solid white;
  color: #444444;
  text-decoration: none;
  display: inline;
  float: right;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:visited, body .owt-wrapper #main #rightsidebar .prevnext .next a:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:focus, body .owt-wrapper #main #rightsidebar .prevnext .next a:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:hover, body .owt-wrapper #main #rightsidebar .prevnext .next a:hover {
  color: #444444;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:active, body .owt-wrapper #main #rightsidebar .prevnext .next a:active {
  color: #444444;
}
/* line 77, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_defines.sass */
body .owt-wrapper #main #content .prevnext .next a:hover, body .owt-wrapper #main #rightsidebar .prevnext .next a:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid #353535;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:visited, body .owt-wrapper #main #rightsidebar .prevnext .next a:visited {
  color: #444444;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:focus, body .owt-wrapper #main #rightsidebar .prevnext .next a:focus {
  color: #444444;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:hover, body .owt-wrapper #main #rightsidebar .prevnext .next a:hover {
  color: black;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content .prevnext .next a:active, body .owt-wrapper #main #rightsidebar .prevnext .next a:active {
  color: #444444;
}
/* line 866, sass/style.sass */
body .owt-wrapper #main #content .wp-caption, body .owt-wrapper #main #rightsidebar .wp-caption {
  margin: 0 0 0 0;
}
/* line 868, sass/style.sass */
body .owt-wrapper #main #content .wp-caption a, body .owt-wrapper #main #content .wp-caption display, body .owt-wrapper #main #rightsidebar .wp-caption a, body .owt-wrapper #main #rightsidebar .wp-caption display {
  img: block;
  width: 100%;
  height: auto;
}
/* line 872, sass/style.sass */
body .owt-wrapper #main #content .wp-caption .wp-caption-text, body .owt-wrapper #main #rightsidebar .wp-caption .wp-caption-text {
  margin: 5px 0 0 0;
  display: block;
  padding: 5px;
  background-color: #c8c8c8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #444444;
  -moz-box-shadow: inset 0 5px 5px 0 #a0a0a0;
  -webkit-box-shadow: inset 0 5px 5px 0 #a0a0a0;
  -o-box-shadow: inset 0 5px 5px 0 #a0a0a0;
  box-shadow: inset 0 5px 5px 0 #a0a0a0;
  text-shadow: white 0 1px 1px;
}
/* line 882, sass/style.sass */
body .owt-wrapper #main #content img.alignnone, body .owt-wrapper #main #content .wp-caption.alignnone, body .owt-wrapper #main #content img.aligncenter, body .owt-wrapper #main #content .wp-caption.aligncenter, body .owt-wrapper #main #rightsidebar img.alignnone, body .owt-wrapper #main #rightsidebar .wp-caption.alignnone, body .owt-wrapper #main #rightsidebar img.aligncenter, body .owt-wrapper #main #rightsidebar .wp-caption.aligncenter {
  margin: 10px auto;
  display: block;
  max-width: 722px;
}
/* line 887, sass/style.sass */
body .owt-wrapper #main #content img.alignleft, body .owt-wrapper #main #content .wp-caption.alignleft, body .owt-wrapper #main #rightsidebar img.alignleft, body .owt-wrapper #main #rightsidebar .wp-caption.alignleft {
  display: inline;
  float: left;
  margin: 0 10px 10px 0;
  display: block;
}
/* line 892, sass/style.sass */
body .owt-wrapper #main #content img.alignright, body .owt-wrapper #main #content .wp-caption.alignright, body .owt-wrapper #main #rightsidebar img.alignright, body .owt-wrapper #main #rightsidebar .wp-caption.alignright {
  display: inline;
  float: right;
  margin: 0 0 10px 10px;
  display: block;
}
/* line 897, sass/style.sass */
body .owt-wrapper #main #content .bottomads, body .owt-wrapper #main #rightsidebar .bottomads {
  margin: 30px 0 0 0;
  padding: 5px;
  background-color: #efefef;
}
/* line 906, sass/style.sass */
body .owt-wrapper #main #content.eventscontent .em-events-search, body .owt-wrapper #main #rightsidebar.eventscontent .em-events-search {
  margin-bottom: 15px;
}
/* line 911, sass/style.sass */
body .owt-wrapper #main #content.eventscontent .singleevent, body .owt-wrapper #main #content.eventscontent .singleeventlocation, body .owt-wrapper #main #rightsidebar.eventscontent .singleevent, body .owt-wrapper #main #rightsidebar.eventscontent .singleeventlocation {
  overflow: hidden;
  *zoom: 1;
}
/* line 914, sass/style.sass */
body .owt-wrapper #main #content.eventscontent .singleevent .col1, body .owt-wrapper #main #content.eventscontent .singleeventlocation .col1, body .owt-wrapper #main #rightsidebar.eventscontent .singleevent .col1, body .owt-wrapper #main #rightsidebar.eventscontent .singleeventlocation .col1 {
  display: inline;
  float: left;
  width: 300px;
  margin-right: 15px;
}
/* line 918, sass/style.sass */
body .owt-wrapper #main #content.eventscontent .singleevent .col2, body .owt-wrapper #main #content.eventscontent .singleeventlocation .col2, body .owt-wrapper #main #rightsidebar.eventscontent .singleevent .col2, body .owt-wrapper #main #rightsidebar.eventscontent .singleeventlocation .col2 {
  display: inline;
  float: left;
  width: 290px;
}
/* line 923, sass/style.sass */
body .owt-wrapper #main #content.eventscontent table#current-events th, body .owt-wrapper #main #rightsidebar.eventscontent table#current-events th {
  background: none;
}
/* line 930, sass/style.sass */
body .owt-wrapper #main #content .sociable, body .owt-wrapper #main #rightsidebar .sociable {
  overflow: hidden;
  *zoom: 1;
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-top: 1px solid #c8c8c8;
}
/* line 939, sass/style.sass */
body .owt-wrapper #main #content #dsq-content, body .owt-wrapper #main #rightsidebar #dsq-content {
  margin-top: 15px;
  padding: 15px 0 0 0;
  border-top: 1px solid #c8c8c8;
}
/* line 944, sass/style.sass */
body .owt-wrapper #main #content #dsq-account-dropdown, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown {
  margin: 10px 15px;
}
/* line 946, sass/style.sass */
body .owt-wrapper #main #content #dsq-account-dropdown a, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown a {
  text-decoration: none;
  text-shadow: black 0 -1px 0;
  color: white;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #dsq-account-dropdown a:visited, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown a:visited {
  color: white;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #dsq-account-dropdown a:focus, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown a:focus {
  color: white;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #dsq-account-dropdown a:hover, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown a:hover {
  color: #e0e0e0;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper #main #content #dsq-account-dropdown a:active, body .owt-wrapper #main #rightsidebar #dsq-account-dropdown a:active {
  color: white;
}
/* line 951, sass/style.sass */
body .owt-wrapper #main #content #dsq-sort-by, body .owt-wrapper #main #rightsidebar #dsq-sort-by {
  margin: 10px 15px;
}
/* line 955, sass/style.sass */
body .owt-wrapper #main #content .commentsland, body .owt-wrapper #main #rightsidebar .commentsland {
  margin-top: 30px;
}
/* line 958, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea {
  position: relative;
}
/* line 961, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .rest, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .rest {
  margin: 15px 0 15px 0;
}
/* line 964, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea #commentform, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea #commentform {
  display: block;
  overflow: hidden;
  *zoom: 1;
}
/* line 968, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea label, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea label {
  display: block;
  font-weight: bold;
}
/* line 972, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea textarea.area, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea textarea.area {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  color: #444444;
  background: white url("./images/gradient2.png") left top repeat-x;
  border: 1px solid #444444;
  padding: 5px;
  text-decoration: none;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  float: none;
  width: 644px;
  height: 200px;
}
/* line 978, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea input.single, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea input.single {
  font-family: "Arial", "Helvetica", "Nimbus Sans", sans-serif;
  color: #444444;
  background: white url("./images/gradient2.png") left top repeat-x;
  border: 1px solid #444444;
  padding: 5px;
  text-decoration: none;
  display: block;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-size: 12px;
  float: none;
  width: 644px;
  height: 18px;
}
/* line 984, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea input.button, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea input.button {
  float: none;
  height: 30px;
}
/* line 988, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea label, body .owt-wrapper #main #content .commentsland .commentsarea input, body .owt-wrapper #main #content .commentsland .commentsarea textarea, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea label, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea input, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea textarea {
  margin-bottom: 5px;
}
/* line 991, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist {
  list-style-type: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* line 995, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist ul, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist ul {
  list-style-type: none !important;
  margin-left: 40px;
}
/* line 1000, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist li.comment.depth-1, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist li.comment.depth-1 {
  background: #f0f0f0 url(./images/comment-bg.png) bottom center repeat-x;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #eeeeee;
  border-left: 1px solid #bbbbbb;
  border-right: 1px solid #bbbbbb;
  border-bottom: 1px solid #777777;
  margin-bottom: 15px;
  padding: 15px;
}
/* line 1010, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentbox, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentbox {
  position: relative;
  margin-bottom: 15px;
}
/* line 1014, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .avatarbox, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .avatarbox {
  position: absolute;
  left: 0;
  top: 5px;
  background-color: #f0f0f0;
}
/* line 1020, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentmetadata, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentmetadata {
  overflow: hidden;
  *zoom: 1;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 5px;
  font-size: 90%;
  text-transform: uppercase;
  color: #aaaaaa;
}
/* line 1027, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentmetadata .author, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentmetadata .author {
  margin: 0;
  display: inline;
  float: left;
}
/* line 1030, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentmetadata span, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentmetadata span {
  display: block;
  display: inline;
  float: left;
  margin-left: 5px;
}
/* line 1034, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentmetadata a, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentmetadata a {
  text-decoration: none;
}
/* line 1037, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commentrest, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commentrest {
  overflow: hidden;
  *zoom: 1;
  position: relative;
}
/* line 1041, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commenttextwrap, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commenttextwrap {
  margin-left: 60px;
}
/* line 1043, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea ul.commentlist .commenttextwrap p, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea ul.commentlist .commenttextwrap p {
  margin-bottom: 10px;
}
/* line 1046, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation {
  position: relative;
  height: 32px;
  margin: 20px 0 20px 0;
}
/* line 1050, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation a, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation a {
  position: absolute;
  top: 0;
  width: 100%;
  height: 22px;
  text-decoration: none;
  font-style: normal;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 10px;
  background: #7f7f7f;
}
/* line 1063, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignleft, body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignright, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignleft, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignright {
  position: absolute;
  top: 0;
  width: 22%;
  height: 32px;
  margin: 0;
  padding: 0;
}
/* line 1070, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignleft, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignleft {
  left: -20px;
}
/* line 1072, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignleft a, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignleft a {
  left: 0;
  padding: 3px 3px 3px 20px;
  text-align: left;
}
/* line 1076, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignright, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignright {
  right: -20px;
}
/* line 1078, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea .commentnavigation .alignright a, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea .commentnavigation .alignright a {
  right: 0;
  padding: 3px 20px 3px 3px;
  text-align: right;
}
/* line 1083, sass/style.sass */
body .owt-wrapper #main #content .commentsland .commentsarea #respond, body .owt-wrapper #main #rightsidebar .commentsland .commentsarea #respond {
  margin: 0 0 30px 0;
}
/* line 1094, sass/style.sass */
body .owt-wrapper footer {
  margin-top: 40px;
  width: 100%;
  background-color: black;
}
/* line 1099, sass/style.sass */
body .owt-wrapper footer .container #bottombar {
  padding-top: 30px;
  padding-bottom: 30px;
  display: inline;
  float: left;
  margin-right: 0;
  width: 1017px;
  overflow: hidden;
  *zoom: 1;
}
/* line 147, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body .owt-wrapper footer .container #bottombar {
  overflow-x: hidden;
}
/* line 1105, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget {
  display: inline;
  float: left;
  margin-right: 15px;
  width: 243px;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 147, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body .owt-wrapper footer .container #bottombar .widget {
  overflow-x: hidden;
}
/* line 1110, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget h3 {
  font-family: "OSPDIN";
  font-weight: normal;
  text-transform: uppercase;
  color: #cccccc;
}
/* line 1115, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget:first-child {
  margin-left: 15px;
}
/* line 1118, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget:last-child {
  margin-right: 0;
}
/* line 1122, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_links ul {
  overflow: hidden;
  *zoom: 1;
}
/* line 1124, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_links ul li {
  display: inline;
  float: left;
  margin-right: 10px;
}
/* line 1127, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_links ul li:last-child {
  margin-right: 0;
}
/* line 1130, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_text, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce {
  text-align: left;
}
/* line 1132, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_text p, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce p {
  text-align: left;
}
/* line 1134, sass/style.sass */
body .owt-wrapper footer .container #bottombar .widget.widget_text a, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce a {
  color: #fc0000;
}
/* line 18, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper footer .container #bottombar .widget.widget_text a:visited, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce a:visited {
  color: #fc0000;
}
/* line 21, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper footer .container #bottombar .widget.widget_text a:focus, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce a:focus {
  color: #fc0000;
}
/* line 24, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper footer .container #bottombar .widget.widget_text a:hover, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce a:hover {
  color: white;
}
/* line 27, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/compass/stylesheets/compass/typography/links/_link-colors.scss */
body .owt-wrapper footer .container #bottombar .widget.widget_text a:active, body .owt-wrapper footer .container #bottombar .widget.widget_black_studio_tinymce a:active {
  color: #fc0000;
}

/* line 1145, sass/style.sass */
body.home .owt-wrapper #main #content {
  display: inline;
  float: left;
  width: 516px;
}
/* line 1153, sass/style.sass */
body.home .owt-wrapper #main #content #contentpadder #headitem .inner .padder .image {
  height: auto;
}
/* line 1156, sass/style.sass */
body.home .owt-wrapper #main #sidebar {
  display: inline;
  float: left;
  margin-right: 0;
  width: 501px;
}
/* line 147, /var/lib/gems/1.9.1/gems/compass-0.11.7/frameworks/blueprint/stylesheets/blueprint/_grid.scss */
* html body.home .owt-wrapper #main #sidebar {
  overflow-x: hidden;
}

/* line 1171, sass/style.sass */
body.category .owt-wrapper #main #content #contentpadder .postbody .padder .subcategories {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
/* line 1175, sass/style.sass */
body.category .owt-wrapper #main #content #contentpadder .postbody .padder .subcategories .thumbposts .widget {
  margin-bottom: 0;
}

/* line 1190, sass/style.sass */
body.page-template-subpagelinklist-php .owt-wrapper #main #content #contentpadder .postbody .padder .subpages {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 30px;
}
/* line 1194, sass/style.sass */
body.page-template-subpagelinklist-php .owt-wrapper #main #content #contentpadder .postbody .padder .subpages .thumbposts .widget {
  margin-bottom: 0;
}

/* line 1205, sass/style.sass */
body.page-template-cvpstore-php .owt-wrapper #main #content, body.page-template-fullpage-php .owt-wrapper #main #content {
  display: inline;
  float: left;
  width: 1017px;
}

@media only screen and (min-width: 1025px) {
  /* line 8, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_media.sass */
  body .owt-wrapper {
    background: black url("./images/background.jpg") top center no-repeat fixed;
  }
  /* line 10, /home/piotr/work/pbloom-v3/pbloom-v3/sass/partials/_media.sass */
  body .owt-wrapper.loggedin {
    background: black url("./images/background.jpg") center 28px no-repeat fixed;
  }
}
/*/mediaquery */
