/*
Theme Name: Odd Web Things
Version: 1.0
Author: Piotr Godek
Author URI: http://oddwebthings.com
*/

/*
body {
  font-family: Helvetica, Arial, sans-serif;
  background-color: #ffffff;
  font-size: 12px;
  line-height: 1.5em;
  margin-top: 0;
  text-align: justify;
}

.postmetadata, .commentmetadata {
  color: #016ead;
}

img {
  margin: 0;  
  padding: 0;  
  border: 0;
  display: inline;
  float: none;
}

ul {
  display: block;
  margin: 0;  
  padding: 0;  
  list-style-type: none;
}

li {
  margin: 0;
  padding: 0;  
  color: #016ead;
}

li ul {
  margin-bottom: 15px;
  list-style-type: square;
}

li ul.categories, li ul.archives, li ul.bookmarks {
  margin: 0;
  list-style-type: none;
}

li ul.archives li, li ul.categories li {
  clear: both;
}

.blacktext {
  color: #000000;
}

p {
  margin-top: 15px;
}

a:link, a:visited, a:active {
  color : #e34906;
  text-decoration: underline;
  padding: 1px 0px 2px 0px;
}

a:hover {
  background-color : #e34906;
  color : #ffffff;
  text-decoration: underline;
  padding: 1px 0px 2px 0px;
}

a:link .postmetadata, 
a:visited .postmetadata, 
a:active .postmetadata {
  color: #e34906;
}

a:hover .postmetadata {
  color: #ffffff;
}

span.imglink a:link,
a.img:link, 
span.imglink a:visited,
a.img:visited, 
span.imglink a:active,
a.img:active {
  padding: 0;
  text-decoration: none;
}

span.imglink a:hover,
a.img:hover {
  background-color : transparent;
  color: #016ead;
  text-decoration: none;
}

strong, em, label {
  color: #016ead;
  font-style: normal;
  font-weight: bold;
}

h2 {
  color : #016ead;
  font-size: 20px;
  font-weight: bold;
  margin-top: 48px;
  margin-bottom: 20px;
}

h3 {
  color : #016ead;
  font-size: 18px;
  font-weight: bold;
  margin-top: 35px;
  margin-bottom: 20px;
  line-height: 1.5em;
}

#descbox {
  height: 150px;
  margin-top: 35px;
  margin-bottom: 15px;
}

h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 5px;
}

blockquote {
  margin: 0;
  padding: 0;
  font-style: normal;
}

#topbar {
  background-color: #ffffff;
  height: 40px;
}

#header {
  background-color: #ffffff;
  padding-top: 32px;
  padding-bottom: 35px;
}

#content {
  background-color: #ffffff;
  padding-bottom: 35px;
  min-height: 380px;
}

#footer {
  text-align: right;
}

#logo {  
  display: block;
  width: 150px;
  height: 102px;
  background: url(images/logo.png) no-repeat;
}

#mainmenu ul {
  display: inline;
  list-style-type: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}

#mainmenu li {
  display: block;
  list-style-type: none;
  list-style-image: none;
  margin: 10px 10px 15px 0;
  padding: 10px 0 0 0;
  width: 70px;
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}

#mainmenu li img {
  vertical-align: top;
}

img.image {
  display: none;
}

dl#oddsmap dt {
  margin: 0; padding: 0; position: absolute; display: none;
}

dl#oddsmap dd {
  margin: 0; padding: 0; position: absolute;
}

dl#oddsmap{
  margin-top: 47px;
  margin-bottom: 15px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  background: transparent url(images/odds-background.png) top left no-repeat;
  width: 670px;
  position: relative;
}

dl#oddsmap a { 
  position: absolute; 
}

dl#oddsmap img {
  display: block;
  visibility: hidden;
  position: absolute;
  border: 2px #d5e8ee solid;
  background-color: #ffffff;
  margin: 0;
  padding: 10px;
  width: 224px; 
  height: 160px;
}

.quiet {
  font-size: 80%;
  color: #999999;
}

ul.quiet {
  display: inline;
}

ul.quiet li {
  display: inline;
}

#kwicks {
  background-color: #ffffff;
  position: relative;
}


.kwick {
  background-color: #ffffff;
  height: 80px;
  overflow: hidden;
}

.kwick img {
  float: left;
}

.kwick h3 {
  margin-top: 5px;
  width: 550px; 
  height: 80px; 
  float: left;
}

.kwick p {
  margin-top: 0px; 
  clear: both;
  color: #000000;
}

img.wp-smiley {
  margin: 0;  
  padding: 0;  
  border: 0;
  display: inline;
  float: none;
}

.barbox {
  margin-top: 20px;
}

.topnavigation {
  position: relative;
}

.headnavigation {
  position: relative;
}

.singlehead .headnavigation {
  margin-top: 15px;
}

.headnavigation .previouslink,
.headnavigation .nextlink {
  height: 25px;
}

.headnavigation span.imglink {
  position: absolute;
  bottom: 5px;
}

.headnavigation .nextlink span.imglink {
  right: 0px;
}

.headnavigation .previouslink span.imglink {
  left: 0px;
}

.nextlink {
  text-align: right;
}

.previouslink {
  text-align: left;
}

.singlehead {
  margin-top: 20px;
  margin-bottom: 20px;
}

.multihead {
  margin-top: 20px;
  margin-bottom: 0px;
}


.singlehead h2, .singlehead .nav,
.multihead h2, .multihead h3, .multihead .nav {
  margin-top: 10px;
}

.commentmetadata {
  display: block;
}

.commentcount {
  padding-top: 10px;
  text-align: right;
}

.thumb {
  display: block;
  padding: 10px 10px 10px 10px;
  border-top: 2px #d5e8ee solid;
  border-bottom: 2px #d5e8ee solid;
  border-left: 2px #d5e8ee solid;
  border-right: 2px #d5e8ee solid;
}

.screenshots,
.headpicbox {
  border-top: 2px #d5e8ee solid;
  border-bottom: 2px #d5e8ee solid;
  border-left: 2px #d5e8ee solid;
  border-right: 2px #d5e8ee solid;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 0px 10px 0px 10px;
}

img.selfbox {
  border: 2px #d5e8ee solid;
  margin-top: 10px;
  margin-bottom: 15px;
  padding: 10px 10px 10px 10px;
}

.shot, .headpic {
  display: block;
  padding: 10px 0 10px 0;
  margin-left: auto;
  margin-right: auto;
}

.shot {
  max-width: 646px;
}

.headpic {
  max-width: 446px;
}

.listpost {
  padding-bottom: 40px;
  border-bottom: 2px #d5e8ee solid;
}

img.fullw {
  width: 100%;
}

.thingtools {
  text-transform: uppercase;
  text-align: right;
  font-size: 80%;
  margin-top: 20px;
}

.postmetadata, .commentmetadata, #footer {
  text-transform: uppercase;
  font-size: 80%;
}

#header ul li {
  display: block;
  text-transform: uppercase;
  font-size: 80%;
}

.thingtools a,
.postmetadata a, .commentmetadata a,
#header ul li a {
	font-weight: normal;
}


#commentform textarea,
#commentform input {
  padding: 10px 10px 10px 10px;
  border: 2px #d5e8ee solid;
  margin-left: auto;
  margin-right: auto;
}

#commentform textarea {
  width: 100%;
  height: 128px;
  margin-top: 10px;
  margin-bottom: 15px;
}

#commentform input {
  width: 190px;
  margin-top: 2px;
  margin-bottom: 3px;
  margin-right: 10px;
}

#commentform label {
  padding: 10px 0 10px 0;
  margin-top: 2px;
  margin-bottom: 3px;
}

#comments h4 {
  margin-top: 10px;
  margin-bottom: 5px;
}

.commentitem {
  display: block;
  margin-bottom: 20px;
}

.commentnumber {
  margin-top: 28px;
}

.commentlist {
  border-top: 2px #d5e8ee solid;
  margin-top: 20px;
  padding-top: 30px; 
}

.text-right {
  text-align: right;
}

img#wpstats{display:none}

#moreinfo {
	overflow: hidden;
	height: 0;
}

.hdtxt {
	display: none;
}

#sidebar li.notitle {
  margin-top: 35px;
}

#sidebar #feedpic {
  margin-top: 5px;
}

*/
