/*
Theme Name: 2minuty.pl
Description: Custom WordPress theme for 2minuty.pl
Version: 0.1
Author: Mateusz Drożdżyński
Author URI: http://matid.net

*/

body {
  text-align: center;
  font-size: 62.5%;
  font-family: "Lucida Grande", "Verdana", "Bitstream Vera Sans", sans-serif;
}

div#container {
  text-align: left;
  font-size: 1em;
  margin: 0 auto;
  width: 900px;
}

div#header h1 {
  background: url('/images/2minuty.png') no-repeat;
  width: 200px;
  height: 51px;
  overflow: hidden;
  margin: 0;
  float: left;
}

div#header h1 a {
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 51px; 
  height: 0 !important;
  height: /**/:51px;
}

div#header p {
  margin-top: 0.5em;
  border-left: 5px solid #efefef;
  padding-left: 1em;
  width: 400px;
  float: right;
  font-size: 1.5em;
  font-family: "Georgia", Times, serif;
}

div#content blockquote {
  font-family: "Georgia", Times, serif;
  font-size: 1.2em;
  font-style: italic;
  margin-left: 1em;
}

div#header {
  border-bottom: 1px solid #e1e1e1;
  padding-bottom: 1em;
  margin-bottom: 1em;
  height: 51px;
}

div#content {
  clear: both;
  float: left;
  width: 600px;
  border-top: 7px solid #efefef;
  padding-top: 1em;
  font-size: 1.2em;
}

div#content .post .meta {
  border-bottom: 1px solid #efefef;
  margin: 0;
  padding: 0;
  font-size: 0.9em;
}

div.navigation {
  margin-bottom: 1em;
}

h1, h2, h3 {
  font-family: Arial;
  font-size: 2.5em;
  font-weight: normal;
  letter-spacing: -3px;
  margin: 0;
  /*color: #a40000;*/
  color: #204a87;
}

h3 {
  font-size: 1.8em;
  color: #000;
  letter-spacing: -1px;
}

h1 a, h2 a, h3 a {
  border: 0 !important;
}

div#sidebar {
  padding-top: 1em;
  border-top: 7px solid #fafafa;
  float: right;
  width: 220px;
  font-size: 1.1em;
}

div#content strong {
  color: #5c3566;
}

div#sidebar p {
  margin: 0;
}

div#sidebar h3 {
  font-size: 1.2em;
  letter-spacing: 0;
  margin-top: 0.5em;
  border-bottom: 5px solid #efefef;
  margin-bottom: 0.5em;
}

div.hTagCloud ul.popularity {
  margin: 0.5em 0 1.5em 0 !important;
  padding: 0;
  color: #204a87;
}

div.hTagCloud a {
  border: 0;
}

div.hTagCloud ul.popularity li {
  display: inline; 
}

div.hTagCloud ul.popularity li.weight1 {
  font-size: 1em;
}

div.hTagCloud ul.popularity li.weight2 {
  font-size: 1.1em;
}

div.hTagCloud ul.popularity li.weight3 {
  font-size: 1.2em;
}

div.hTagCloud ul.popularity li.weight4 {
  font-size: 1.3em;
}

div.hTagCloud ul.popularity li.weight5 {
  font-size: 1.4em;
}

div.hTagCloud ul.popularity li.weight6 {
  font-size: 1.5em;
}

div.hTagCloud ul.popularity li.weight7 {
  font-size: 1.6em;
}

div#headline {
  background: #8ae234;
  border-left: 3px solid #4e9a06;
  border-right: 3px solid #4e9a06;
  padding: 1em;
  margin: 0 1em 1em 1em;
}

div#headline strong {
  color: #000;
}

div#sidebar ul {
  padding: 0;
  list-style-type: square;
  margin-top: 0;
  margin-left: 1.5em;
}

ul.links li {
  padding-bottom: 0.4em; 
}

a, a:link, a:hover, a:active, a:visited {
  color: #204a87;
  text-decoration: none;
  border-bottom: 1px solid #204a87;
}

a:hover {
  border-bottom: 0;
}

a:active {
  border: 0;
  color: #000;
}

a:visited {
  border-bottom: 1px dotted #000;
}

div#sidebar h3 {
  font-weight: bold;
}

div#footer {
  clear: both;
  margin-top: 2em;
  border-top: 1px solid #e5e5e5;
}

ul.horizontal {
  list-style-type: none;
  padding: 0;
  margin: 1em 0;
}

ul.horizontal li {
  display: inline;
  padding-right: 0.5em;
}

ul.horizontal li:after {
  white-space: pre;
  content : '   | ';
  color: #e5e5e5;
}

ul.horizontal li:last-child:after {
  content: '';
}

ul.actions {
  font-size: 0.9em;
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 0.5em;
  color: #515151;
}

ul.actions a {
  color: #515151;
  border-bottom: 0;
}

ul.actions a:hover {
  color: #111111;
}

ul.icons li {
  padding-left: 20px;
  line-height: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
}

ul.icons li.comments {
  background: url('/icons/comments.png') no-repeat center left;
}

ul.icons li.date {
  background: url('/icons/date.png') no-repeat;
}

ul.icons li.rss {
  background: url('/icons/rss.png') no-repeat;
}

ul.icons li.star {
  background: url('/icons/star.png') no-repeat;
}

ul.icons li.book {
  background: url('/icons/book.png') no-repeat;
}

a.image {
  border: 0;
}

a img {
  border: 0;
}

ol.commentlist {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

ol.commentlist li {
  margin: 0;
  padding: 1em;
  border-top: 1px solid #d5d5d5;
}

ol.commentlist li.alt hr {
  color: #f5f5f5;
}

ol.commentlist li.alt {
  background: #f5f5f5; 
}

ol.commentlist li .comment-author {
  float: left;
  line-height: 16px;
  font-size: 0.9em;
}

ol.commentlist li .comment-author img {
  vertical-align: bottom;
}

ol.commentlist li cite {
  text-decoration: none;
  font-style: normal;
}

ol.commentlist li .commentmetadata {
  font-size: 0.9em;
  float: right;
  line-height: 16px;
}

ol.commentlist li div.comment-body p {
  padding-top: 1em;
  clear: both;
}

ol.commentlist li.comment.bypostauthor {
  background-color: #f9f7e4;
}

hr {
  clear: both;
  border: 0;
  height: 0;
  color: white;
  overflow: hidden;
  line-height: 0;
}

div#sidebar h3 {
  clear: both;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pane {
  width: 48%;
}

.right.pane p {
  padding-top: 1em;
}

form {
  margin: 0;
  padding: 0;
}

form label {
  display: block;
  margin-bottom: 0.5em;
  color: #333;
}

form input {
  margin-bottom: 1em;
}

form textarea {
  margin-top: 0.3em;
  width: 100%;
  height: 14em;
  margin-bottom: 1em;
}

form#searchform fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

form#searchform label {
  display: none;
}

form#search input {
  float: left;
  margin-right: 0.5em;
}
