/*
THEME NAME: SBST
THEME URI: http://sobesto.pl/stronamarcina/
DESCRIPTION: Custom theme for Marcin Sobesto.
VERSION: 0.1
AUTHOR: Marcin W. Dąbrowski
AUTHOR URI: http://eccentrica.eu/
TEMPLATE: sandbox
TAGS: two column, fixed width, mac flavour
*/
html { overflow-y: scroll; }
body {
  background: #fff url('images/body-bg.png') repeat-x scroll 0 100%;
  margin: 0;
  font: 12pt/18px "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
}
#wrapper {
  margin: 0 auto;
  width: 1000px;
  background: #fff;
}
#header {
  height: 200px;
  background: #fff url('images/headertv.jpg') no-repeat left 12px;
  position: relative;
  text-align: right;
}
#dfcg-outer-wrapper {
  padding-top: 30px;
  text-align: left;
  margin-left: 650px;
}
#dfcg-outer-wrapper .dfcg-carouselBtn,
#dfcg-outer-wrapper .dfcg-sliderContainer,
#dfcg-openGallery {
  background: #666;
  font-size: 10pt;
}
#blog-title {
  display: none;
  padding: 50px 0 0 30px;
  margin: 0;
}
#blog-title a {
  color: #0cf;
  text-decoration: none;
}
#blog-title a:hover {
  color: #334;
}
#blog-description {
  display: none;
  color: #336;
  font: italic 8pt Trebuchet MS, Tahoma, Verdana, DejaVu Sans, Bitstream Vera Sans, Arial, Helvetica, serif;
  padding: 0 0 0 170px;
  margin: 0;
}
#access {
  margin-bottom: 10px;
}
#access div.skip-link { display:none; }
#menu {
  margin: 12px 0;
  height: 38px;
  clear: both;
  background: #fff url('images/mnu-bg.png');
}
#menu ul {
  padding: 0 0 0 118px;
  margin: 0;
  list-style: none;
}
#menu ul ul {
  padding:0;
  border: solid 1px #eee;
  border-top: none;
}
#menu ul li {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  width: 16em;
  vertical-align: middle;
  background: transparent url('images/mnu-separator.png') no-repeat scroll right top;
}
#menu ul li li {
  float: left;
  position: relative;
}
#menu li ul { display: none; position: absolute; top: 38px; left: -1px; }
#menu ul > li { top: auto; left: auto; }
#menu li:hover ul { display: block; }
#menu ul li a {
  display: block;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  color: #eee;
  font: bold 10pt/38px "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  text-decoration: none;
  text-shadow: 0 0 2px #000000, 0 -1px 1px #666666;
}
#menu ul li a:hover {
  color: #fff;
  background: #fff url('images/mnu-active.png');
}
#menu ul li li a {
  display: block;
  background: #fff;
  vertical-align: middle;
  padding: 0 10px 0 10px;
  color: #000;
  font: normal 9pt/2em "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  text-decoration: none;
  text-shadow: none;
}
#menu ul li li a:hover {
  color: #08c;
  background: #fff;
}
#container {
  float: left;
  width: 760px;
}
#content {
  margin: 0 5px;
}
#nav-above,
#nav-below {
  height: 35px;
  margin: 0;
  padding: 0 20px 0 55px;
  background: #fff url('images/nav-bg.png') no-repeat scroll right top;
  font: 8pt/35px Tahoma;
}
#nav-above a,
#nav-below a {
  color: #08c;
  text-decoration: none;
}
.nav-previous {float: left;}
.nav-next {float: right;}
.hentry {
  padding-left: 0.5em;
  margin-top: 7px;
  margin-bottom: 2em;
}
.entry-title,
.page-title { margin: 0; }
.entry-date { display: none; }
.entry-title, 
.entry-title a,
.page-title, 
.page-title a {
  text-decoration: none;
  color: #333;
  font: 18pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
}
.entry-title a:hover {
  color: #08c;
}
.entry-title {
  padding-top: 5px;
  margin-bottom: -2px;
}
.entry-cal-date {
  background: #fff url('images/calbg.png') no-repeat bottom right;
  width: 40px;
  height: 40px;
  float: left;
  margin-right: 8px;
  text-align: center;
}
.entry-cal-month {
  float: left;
  width: 40px;
  line-height: 12px;
  padding-bottom: 1px;
  font-size: 10px;
  font-weight: bold;
  color: #ffe;
  background-color: #369;
  border-top: solid 1px #99c;
  border-bottom: solid 1px #036;
  text-shadow: 0 1px 0 #99c, 0 -1px 0 #036;
}
.entry-cal-day {
  font-weight: bold;
  font-size: 1.2em;
  height: 30px;
  color: #666;
  padding-top: 1px;
  text-shadow: 0 1px 0 #fff;
}
.entry-content {
  padding: 0 17px 17px 0;
  font: 10pt/1.7em "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
  text-align: justify;
  color: #333;
  background: #fff url('images/entry-bg-bottom.png') no-repeat scroll right bottom;
}
.entry-content br {
  margin-bottom: 1em;
}
.entry-meta, .edit-link {
  font: 7pt Tahoma;
  color: #999;
}
.entry-meta a, .edit-link a {
  color: #9cf;
  text-decoration: none;
}
.entry-meta a:hover, .edit-link a:hover {
  text-decoration: underline;
}
img.alignleft {
  float:left;
  padding: .5em 1em 0 0;
}
img.alignright {
  float:right;
  padding: .5em 0 0 1em;
}
a img { border: none; }
#comments {
  margin: 0;
  padding: 0;
  font: 9pt/1.7em "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
}
#comments h3 {
  background: #fff url('images/bar-bg.png') no-repeat scroll top left;
  font: bold 8pt/27px Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
  margin: 17px 0;
  padding: 0 0 0 10px;
}
#comments ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
#comment li {
  margin: 0;
  padding: 0;
}
.comment {
  background: #fff url('images/entry-bg-bottom.png') no-repeat scroll right bottom;
  padding: 0 17px 17px 0;
}
.comment p {
  margin: 1em 1em 0 1em;
}
.comment-author {
  font-size: 14pt;
  color: #69c;
}
.comment-meta {
  font: 7pt Tahoma;
  text-align: right;
  margin-top: -1.5em;
  color: #999;
}
.comment-meta a {
  color: #966;
}
#comment {
  border: solid 1px #ccc;
  width: 100%;
}
.form-input input {
  width: 100%;
  border: solid 1px #ccc;
}
span.required { color: #f00; }
.required {
  background: #ffe;
}
#submit {
  width: 100%;
}
#primary {
  float: right;
  width: 200px;
  margin-right: 17px;
}
#primary a {
  text-decoration: none;
  font: 9pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
  color: #333;
}
#primary a:hover {
  text-decoration: underline;
}
#primary > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#primary ul li {
    xbackground: #fff url('images/side-frame.png') no-repeat scroll top left;
    background: #fff url('images/side-frame2.png') no-repeat scroll bottom right;
    margin-bottom: 17px;
}
#primary ul li li {
    background: transparent;
    margin: 0;
}
#primary ul ul {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 10px;
  xbackground: transparent url('images/side-bg-bottom.png') no-repeat bottom center;
  background: transparent;
}
#primary ul ul ul { background: transparent; }
#primary h3 {
  margin: 0;
  padding: 0 15px;
  font: bold 9pt/25px "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;
  color: #334;
  xcolor: #eef;
  xbackground: transparent url('images/side-h3-bg.png') no-repeat scroll top left;
  background: transparent url('images/side-h3-bg2.png') no-repeat scroll top left;
}
#secondary {
  clear: both;
  margin: 0;
}
#secondary a {
  text-decoration: none;
  font: 9pt Tahoma;
  color: #900;
}
#secondary a:hover {
  text-decoration: underline;
}
#secondary > ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}
#secondary h3 {
  margin: 0;
  padding: 5px;
  font: 14pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif;  ;
}
#secondary > ul > li {
  width: 1000px;
  display: block;
  float: left;
}
#secondary ul ul {
  list-style: none;
  margin: 0 0 10px 10px;
  padding: 0;
}

#s {
  width: 70%;
  border: solid 1px #ccc;
}
#searchform .button {
  width: 25%;
}
#footer {
  text-align: center;
  font: 8pt Tahoma;
  color: #ccc;
}
#footer a {
  text-decoration: none;
  color: #ccc;
}
#calendar_wrap {
  padding-bottom: 10px;
  margin-bottom: 10px;
  xbackground: url('images/side-bg-bottom.png') no-repeat bottom center;
  background: transparent;
}
#wp-calendar {
  width: 100%;
  font: 8pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  color: #ccc;
}
#wp-calendar caption {
  font: bold 8pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  color: #224272;
}
#wp-calendar th {
  text-align: center;
  font: 8pt Georgia;
  color: #999;
}
#wp-calendar tbody td {
  text-align: center;
  font: 8pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  color: #999;
  border: solid 1px #eee;
}
#wp-calendar td.pad {
  border: none;
}
#wp-calendar td a {
  font: 8pt "Lucida Grande","Lucida Sans Unicode",Bitstream Vera Sans,DejaVu Sans,Verdana,Arial,sans-serif; 
  color: #900;
}
#prev {text-align:left;}
#next {text-align:right;}

#archives {
  margin-bottom: 10px;
  background: url('images/side-hr.png') no-repeat bottom center;
}
#archives select {
  width: 100%;
  border: none;
  font: 8pt Tahoma, Verdana, DejaVu Sans, sans-serif;
  color: 900;
}
li.feedreading_bookmark div.lastPublicationDate {margin-left: 21px !important;}
.lastPublicationDate abbr {font-size: 10px; color:#999; font-style:italic; text-decoration: none; outline:none; border:none;}
#primary a.feedreading_anchor {font-size: 10px;font-weight:bold;color:#666;}
.frbl_last_posttitle a {font-size: 11px;}
li.feedreading_bookmark img.icon16px {vertical-align: middle;}
#primary li.feedreading_bookmark {
    margin-bottom: 0.5em !important;
}

/* vim: se ts=2 sw=2 et fenc=utf-8: */


