@charset "UTF-8";

/* ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   •• demmart.pl::html5                                            ••
   ••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••
   
   Kamil Burek (kb[oi!]kamilb.info), 2010.
   
   #431933 bg       •• #341328 bg-img
   #f3f3f3 color    
--------------------------------------------------------------------- */

/* RESET & FONTS
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,
code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,
form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,
legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,var,
strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,video
{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline}

article,aside,canvas,details,figcaption,figure,footer,header,hgroup,
menu,nav,section,summary{display:block}

h1,h2,h3,h4,h5,h6{font-weight:normal}
a,a:link,a:visited,a:hover,a:active{color:inherit;outline:none}
a,ins,del{text-decoration:none}
li{list-style:none}
table{border-collapse:collapse;border-spacing:0}
th,td{vertical-align:top}
th{text-align:left}
address,cite,q,dfn{font-style:inherit;font-weight:inherit}
q,blockquote{quotes:none}
q:after,q:before,blockquote:after,blockquote:before{content:'';content:none}
button,input,select,textarea{font:inherit}
pre,code,var{font-family:monospace,sans-serif}


@font-face {
  font-family: 'AnkUber';
  src: url('../fonts/ank-uber.eot#') format('embedded-opentype'), 
       url('../fonts/ank-uber.woff') format('woff'), 
       url('../fonts/ank-uber.ttf')  format('truetype'),
       url('../fonts/ank-uber.svg#webfont') format('svg');
/*src: url('../fonts/ank-uber.eot');
  src: local('☺'),
       url('../fonts/ank-uber.woff') format('woff'),
       url('../fonts/ank-uber.ttf') format('truetype'),
       url('../fonts/ank-uber.svg#webfont') format('svg');*/
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

@font-face {
  font-family: 'CandaraUber';
  src: url('../fonts/candara-uber.eot#') format('embedded-opentype'), 
       url('../fonts/candara-uber.woff') format('woff'), 
       url('../fonts/candara-uber.ttf')  format('truetype'),
       url('../fonts/candara-uber.svg#webfont') format('svg');
/*src: url('../fonts/candara-uber.eot');
  src: local('☺'),
       url('../fonts/candara-uber.woff') format('woff'),
       url('../fonts/candara-uber.ttf') format('truetype'),
       url('../fonts/candara-uber.svg#webfont') format('svg');*/
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
}

/* GLOBAL
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

html {
  height: 100%;
}

body {
  background: #431933 url('../images/background.png') repeat-x left top;
  color: #f3f3f3;
  font: normal 14px/18px CandaraUber;
  height: 100%;
}

.no-fontface body {
  font: normal 14px/18px "Helvetica Neue", Arial, sans-serif;
}

a,a:link,a:visited,a:hover,a:active{color:#f3f3f3}

#wrapper {
  background: url('../images/background.gif') no-repeat center top;
  height: 100%;
}

.uber {
  margin: 0 auto;
  width: 960px;
}

/* LAYOUT
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

header#top {
  clear: both;
  height: 100px;
  position: relative;
}

aside {
  float: left;
  padding-top: 25px;
  position: absolute;
  width: 229px;
}

aside.fixed {
  position: fixed; top: 0;
}

section#main {
  border-left: 1px solid rgba(0,0,0,0.5);
  border-top:  1px solid rgba(0,0,0,0.5);
          border-top-left-radius: 25px;
      -moz-border-radius-topleft: 25px;
  -webkit-border-top-left-radius: 25px;
  float: right;
  min-height: 254px; /*226px; noallegro */
  overflow: hidden;
  padding: 25px;
  position: relative;
  width: 680px;
}

.no-rgba section#main {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
}

#gallery section#main {
  min-height: 249px; /*221px; noallegro */
  padding: 15px 15px 40px 15px;
  width: 700px;
}

#wrapper div.uber {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -30px;
}

#uberpush, footer.uber {
  clear: both;
  height: 30px;
}

/* TOP
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

#top hgroup {
  float: left;
  position: relative; top: 20px; left: 25px;
  width: 300px;
}

#top hgroup h1 a {
  background: url('../images/demmart.png') no-repeat;
  display: block;
  height: 42px;
  text-indent: -9999px;
  width: 222px;
  /*font: 50px/60px AnkUber;
}

.no-fontface #top hgroup h1 a {
  font: 56px/60px "Helvetica Neue", Arial, sans-serif;*/
}

#top hgroup h2 {
  display: none;
}

#top nav {
  float: right;
  margin: 25px 25px 0 0;
}

#top nav ul {
  
}

#top nav ul li {
  float: left;
}

#top nav ul li a {
  background-color: rgba(0,0,0,0.5);
  cursor: pointer;
  display: block;
  font: 15px/50px AnkUber;
  height: 50px;
  padding: 0px 20px 0px;
  text-transform: lowercase;
  vertical-align: middle;
}

.no-fontface #top nav ul li a {
  font: 17px/50px "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.2px;
}

.no-rgba #top nav ul li a {
  background: url('../images/ie/rgba-5.png');
}

#top nav ul li:first-child a {
           border-top-left-radius: 10px;
   -webkit-border-top-left-radius: 10px;
       -moz-border-radius-topleft: 10px;
           border-bottom-left-radius: 10px;
   -webkit-border-bottom-left-radius: 10px;
       -moz-border-radius-bottomleft: 10px;
}

#top nav ul li:last-child a {
           border-top-right-radius: 10px;
   -webkit-border-top-right-radius: 10px;
       -moz-border-radius-topright: 10px;
           border-bottom-right-radius: 10px;
   -webkit-border-bottom-right-radius: 10px;
       -moz-border-radius-bottomright: 10px;
}

#top nav ul li a:hover {
  background-color: rgba(0,0,0,0.8);
}

.no-rgba #top nav ul li a:hover {
  background: url('../images/ie/rgba-8.png');
}

/* classes: gallery, about, blog, rules, contact */

/*#gallery #top nav ul li.gallery,
#order   #top nav ul li.gallery,
#about   #top nav ul li.about,
#blog    #top nav ul li.blog,
#rules   #top nav ul li.rules,
#contact #top nav ul li.contact {
  background: url('../images/balun.png') no-repeat 20% 50px;
  padding-bottom: 15px;
}*/

#gallery #top nav ul li.gallery a {
  background-color: rgba(0,0,0,0.8);
}

#order   #top nav ul li.gallery a,
#about   #top nav ul li.about   a,
#blog    #top nav ul li.blog    a,
#rules   #top nav ul li.rules   a,
#contact #top nav ul li.contact a {
  /* background: #431933; /* #2F1124 */
  background-color: rgba(0,0,0,0.8);
  cursor: default;
  pointer-events: none;
}

.no-rgba #gallery #top nav ul li.gallery a,
.no-rgba #order   #top nav ul li.gallery a,
.no-rgba #about   #top nav ul li.about   a,
.no-rgba #blog    #top nav ul li.blog    a,
.no-rgba #rules   #top nav ul li.rules   a,
.no-rgba #contact #top nav ul li.contact a {
  background: url('../images/ie/rgba-8.png');
}

/* SIDEBAR
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

aside ul li {
  text-align: right;
}

aside ul li a {
  display: block;
  padding: 5px 25px;
}

aside ul li a:hover,
aside ul li a:active,
aside ul li a.active {
  background-color: rgba(0,0,0,0.5);
}

.no-rgba aside ul li a:hover,
.no-rgba aside ul li a:active,
.no-rgba aside ul li a.active {
  background: url('../images/ie/rgba-5.png');
}

aside ul li a.active {
  cursor: default;
  pointer-events: none;
}

/* FOOTER
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

footer.uber p {
  color: #ccc;
  text-align: right;
  font: normal 10px/14px "Helvetica Neue", Arial, sans-serif;
}

/* MAIN
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */

/* Start
••••••••••••••••••••••••••••••••• */
#start #main blockquote {
  font-size: 16px;
  margin: 30px 0px 0px 60px;
}

#start #main p.bq {
  font-size: 12px;
  margin: 0px 0px 22px 380px;
}

#start #main p {
  margin: 0px 0px 20px 0px;
}

/* Gallery
••••••••••••••••••••••••••••••••• */
#gallery .few {
  background-color: rgba(0,0,0,0.8);
     -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  float: left;
  height: 155px;
  margin: 10px;
  overflow: hidden;
  position: relative;
  width: 155px;
}

.no-boxshadow #gallery .few {
  background: url('../images/ie/box-shadow-155.png');
  margin: 0px;
  padding: 10px;
}

#gallery .few header {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
  font-size: 12px;
  padding: 2px 10px 1px;
  position: absolute; left: 0; bottom: 0;
}

.no-boxshadow #gallery .few header {
  left: 10px; bottom: 10px;
}

.no-rgba #gallery .few header {
  background: url('../images/ie/rgba-8.png');
}

#gallery .few img {
  height: 155px;
  width: 155px;
}

#gallery .swControls {
  position: absolute; bottom: 10px;
}

#gallery a.swShowPage {
  background-color: #4A4A4A;
     -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
          border-radius: 7px;
  float: left;
  font-size: 16px;
  height: 20px;
  margin: 4px 3px;
  text-align: center;
  vertical-align: middle;
  width: 20px;
}

#gallery a.swShowPage:hover,
#gallery a.swShowPage.active{
  background-color: #7D0000;
  -moz-box-shadow: 0 0 7px #320000 inset;
  /* w/o webkit */
       box-shadow: 0 0 7px #320000 inset;
}

#gallery #main .one {
  overflow: hidden;
  position: relative;
  width: 1080px;
}

#gallery #popup {
  height: 330px;
  overflow: hidden;
  width: 680px;
}

#gallery #popup .one {
  overflow: hidden;
}

#gallery .one figure {
  background-color: #111;
  float: left;
  position: relative;
  width: 330px;
}

#gallery #main .one figure {
     -moz-box-shadow: 0px 0px 10px #000;
  -webkit-box-shadow: 0px 0px 10px #000;
          box-shadow: 0px 0px 10px #000;
  margin: 10px;
  overflow: hidden;
}

.no-boxshadow #gallery #main .one figure {
  background: url('../images/ie/box-shadow-330.png');
  margin: 0px;
  padding: 10px;
}

#gallery .one .slider {
  height: 330px;
  overflow: hidden;
  position: relative;
  width: 330px;
}

.nivoSlider {
  background: #202834 url('../images/nivo/loading.gif') no-repeat 50% 50%;
}

.nivoSlider img {
  display: none;
  position: absolute; top: 0px; left: 0px;
}

.nivoSlider img:first-child {
  display: block;
}

.nivo-slice {
  display: block;
  height: 100%;
  position: absolute;
  z-index: 50;
}

.nivo-directionNav,
.nivo-controlNav {
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  position: absolute; bottom: 1px;
  z-index: 99;
}

.nivo-directionNav {  left: 1px; }
.nivo-controlNav   { right: 1px; text-align: right; }

.no-boxshadow #main .nivo-directionNav { bottom: 11px;  left: 11px; }
.no-boxshadow #main .nivo-controlNav   { bottom: 11px; right: 11px; }

.nivo-directionNav a,
.nivo-controlNav a {
  background: rgba(0,0,0,0.8);
  cursor: pointer;
  display: block;
  float: left;
  margin-left: 1px;
  padding: 0px 8px;
}

.no-rgba .nivo-directionNav a,
.no-rgba .nivo-controlNav a {
  background: url('../images/ie/rgba-8.png');
}

.nivo-directionNav a:hover,
.nivo-directionNav a:active,
.nivo-controlNav a:hover,
.nivo-controlNav a.active {
  background: #7d0000;
}

#gallery .one section {
  background-color: transparent;
  color: #f3f3f3;
  float: left;
  height: 330px;
  margin-top: 10px;
  padding: 0 10px;
  width: 330px;
}

#gallery #popup section {
  background-color: #ccc;
  color: #111;
  float: right;
  height: 310px;
  margin: 0;
  padding: 10px;
  width: 310px;
}

#gallery .one header {
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 30px;
}

#gallery #popup header a {
  color: #111;
}

#gallery .one p {
  margin-top: 10px;
}

#gallery .one .status,
#gallery .one .order {
     -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  float: right;
  font-size: 12px;
  margin: -15px 0px 5px 5px;
  padding: 3px 5px 2px;
}

#gallery .one .status { background-color: #4a4a4a; color: #fff; }
#gallery .one .order  { background-color: #7d0000; color: #ebebeb; }

#gallery #popup .one .price {
  position: absolute; bottom: 10px;
}

/* Gallery Allegro
••••••••••••••••••••••••••••••••• */
#gallery #allegro {
  margin: 10px;
}

#allegro h2 {
  margin-bottom: 15px;
}

#allegro h2 a {
  font-weight: bold;
}

#allegro h2 img {
  position: relative; bottom: -3px;
}

#allegro table { width: 100%; }

#allegro tr { height: 48px; margin: 1px 0 0 !important; }

#allegro tr:hover { background-color: rgba(0,0,0,0.5); }
.no-rgba #allegro tr:hover { background: url('../images/ie/rgba-5.png'); }

#allegro td { vertical-align: middle; }

#allegro td.name a,
#allegro td.price,
#allegro td.time { padding: 4px; }
#allegro td.name a { padding-left: 10px !important; }

#allegro td.thumb,
#allegro td.price,
#allegro td.time { text-align: center; white-space: nowrap; }

#allegro td.price { text-align: right !important; }
#allegro td.price img { position: relative; top: 4px; }

#allegro td.thumb { width: 64px;  }
#allegro td.price { width: 120px; }
#allegro td.time  { width: 60px;  }

#allegro td.thumb img { vertical-align: middle !important; }

#allegro td a { display: block; width: 100%; height: 100%; }

/* About
••••••••••••••••••••••••••••••••• */
#about #main p {
  margin: 9px 0px;
}

#about #main p:last-child {
  margin-bottom: 0;
}

/* Blog
••••••••••••••••••••••••••••••••• */
#blog #main article {
  margin-bottom: 30px;
}

#blog #main h2 {
  font-size: 18px;
  font-weight: bold;
}

#blog #main time {
  font-size: 12px;
  margin: 0px 0px 10px 20px;
}

#blog #main p {
  text-indent: 20px;
}

/* Rules
••••••••••••••••••••••••••••••••• */
#rules #main h3 {
  margin: 10px 0;
}

#rules #main h3:first-child {
  margin-top: 0px;
}

#rules #main ol li {
  list-style-type: decimal;
  margin-left: 30px;
}

/* Contact
••••••••••••••••••••••••••••••••• */
#contact article section {
  float: left;
  margin: 0;
  padding: 10px;
}

#contact section#info {
  width: 260px;
}

#contact section#highwaytohell {
  width: 360px;
}

#contact form, #gallery form, #login form {
  padding-left: 100px;
}

#gallery form {
  width: 230px;
}

#contact form {
  width: 280px;
}

form .labby {
  margin-bottom: 3px;
  position: relative;
}

form label {
  display: block;
}

form label.error {
  color: red;
  text-align: right;
}

#gallery form input[type="text"],
#gallery form input[type="password"],
#gallery form textarea {
  width: 222px;
}

#contact form input[type="text"],
#contact form input[type="password"],
#contact form textarea {
  width: 272px;
}

form input,
form select,
form textarea {
  background-color: #3F3F3F;
     -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
          border-radius: 3px; 
  color: #EEEEEE;
}

form input[type="text"],
form input[type="password"],
form textarea,
form select {
  background: none repeat scroll 0 0 #191919;
  border: 1px solid #303030;
  color: #999999;
  padding: 3px;
}

form textarea {
  overflow: auto;
}

/* Login
••••••••••••••••••••••••••••••••• */
#login #loginarea {
  margin: 100px auto;
  width: 400px;
}

/* FancyBox
••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••••• */
#fancybox-loading{position:fixed;top:50%;left:50%;height:40px;width:40px;margin-top:-20px;margin-left:-20px;cursor:pointer;overflow:hidden;z-index:1104;display:none;}
* html #fancybox-loading{position:absolute;margin-top:0;}
#fancybox-loading div{position:absolute;top:0;left:0;width:40px;height:480px;background-image:url('../images/fb/fancybox.png');}
#fancybox-overlay{position:fixed;top:0;left:0;bottom:0;right:0;background:#000;z-index:1100;display:none;}
* html #fancybox-overlay{position:absolute;width:100%;}
#fancybox-tmp{padding:0;margin:0;border:0;overflow:auto;display:none;}
#fancybox-wrap{position:absolute;top:0;left:0;margin:0;padding:20px;z-index:1101;display:none;}
#fancybox-outer{position:relative;width:100%;height:100%;background:transparent;}
#fancybox-inner{position:absolute;top:0;left:0;width:1px;height:1px;padding:0;margin:0;outline:none;overflow:hidden;}
#fancybox-hide-sel-frame{position:absolute;top:0;left:0;width:100%;height:100%;background:transparent;}
#fancybox-close{position:absolute;top:-15px;right:-15px;width:30px;height:30px;background-image:url('../images/fb/fancybox.png');background-position:-40px 0px;cursor:pointer;z-index:1103;display:none;}
#fancybox_error{color:#444;font:normal 12px/20px Arial;padding:7px;margin:0;}
#fancybox-content{height:auto;width:auto;padding:0;margin:0;}
#fancybox-img{width:100%;height:100%;padding:0;margin:0;border:none;outline:none;line-height:0;vertical-align:top;-ms-interpolation-mode:bicubic;}
#fancybox-frame{position:relative;width:100%;height:100%;border:none;display:block;}
#fancybox-left, #fancybox-right{position:absolute;bottom:0px;height:100%;width:30px;cursor:pointer;outline:none;background-image:url('../images/fb/blank.gif');z-index:1102;display:none;}
#fancybox-left{left:-30px;}
#fancybox-right{right:-30px;}
#fancybox-left-ico, #fancybox-right-ico{position:absolute;top:50%;left:-9999px;width:30px;height:30px;margin-top:-15px;cursor:pointer;z-index:1102;display:block;}
#fancybox-left-ico{background-image:url('../images/fb/fancybox.png');background-position:-40px -30px;}
#fancybox-right-ico{background-image:url('../images/fb/fancybox.png');background-position:-40px -60px;}
#fancybox-left, #fancybox-right{visibility:visible;}
#fancybox-left span{left:0px;}
#fancybox-right span{left:auto;right:0px;}
#fancybox-loading.fancybox-ie div{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fb/fancy_loading.png', sizingMethod='scale');}
.fancybox-ie #fancybox-close{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fb/fancy_close.png', sizingMethod='scale');}
.fancybox-ie #fancybox-left-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fb/fancy_nav_left.png', sizingMethod='scale');}
.fancybox-ie #fancybox-right-ico{background:transparent;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/fb/fancy_nav_right.png', sizingMethod='scale');}

