/*   
Theme Name: DI$COUNT
Description: Three column theme created for DI$COUNT
Author: Thomas Tkatchenko
Author URI: http://www.tkatchenko.org/
Version: 0.7a
*/

/* Typography */

body {
 font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
 font-size: 11px;
}

p {
}

h1 {
 margin-top: 40px;
}

h2 {
 text-transform: uppercase;
 font-weight: bold;
}

h3 {
 text-transform: uppercase;
 font-weight: normal;
 margin-bottom: 0;
}

h4 {
 font-size: 15px;
 text-transform: uppercase;
 font-weight: normal;
 margin: 0;
 margin-bottom: 3px;
}

a, a:active, a:focus, a:visited {
 outline: none;
 color: #444;
 text-decoration: none;
}

a:hover {
 color: #FF4F00;
}

.right {
 float: right;
}

.postdate, .postmetadata, .sideposts_date {
 color: #444;
}

.sideposts_date {
 margin: 0;
}

h3 a, h3 a:active, h3 a:focus, h3 a:visited, h4 a, #sidebar2 a:active, h4 a:focus, h4 a:visited {
 color: #000;
}

h3 a:hover, h4 a:hover {
 color: #FF4F00;
}

h3.page-title {
 margin-bottom: 10px;
}

h4#comments, h4#commentreply {
 margin-bottom: 15px;
}

/* Layout */

ul {
 margin-bottom: 0;
}

#header {
 height: 140px;
}

.heading {
 height: 40px;
 border-bottom: 1px solid #CCC;
 margin-bottom: 10px;
}

.post {
 border-bottom: 1px solid #CCC;
 margin-bottom: 8px;
  overflow: hidden;
}

.postmetadata {
 margin-top: 15px;
}

li.spli, li.spli-first, li.spli-last {
 list-style-type: none;
 margin: 0;
}

.widget {
 margin-bottom: 10px;
}

div.widget > ul > li {
 list-style-type: none;
 margin: 0;
}

li.page_item {
 list-style-type: none;
 margin-left: 5px;
}

blockquote {
 margin: 15px 30px 0 10px;
 padding-left: 20px;
 border-left: 5px solid #DDD;
}

blockquote cite {
 margin: 5px 0 0;
 display: block;
}

li.comment {
 list-style-type: none;
 margin-top: 15px;
 margin-left: 0;
 border-bottom: 1px solid #DDD;
}

div.comment-body p {
 margin-bottom: 10px;
}

.comment-author a {
 font-weight: bold;
 font-style: normal;
}

div.reply {
 display: none;
}

li.byuser {
 background-color: #EEE;
 padding: 10px;
 padding-bottom: 0;
 border: 1px solid #CCC;
 margin-bottom: 10px;
}

#footer {
 margin-top: 10px;
 padding-top: 10px;
 padding-bottom: 10px;
 border-top: 1px solid #CCC;
 text-align: right;
}

/* Forms */

input, input[type="text"], textarea {
 font-family: "Lucida Sans Unicode", "Lucida Sans", verdana, arial, helvetica;
 font-size: 11px;
 margin-right: 10px;
 margin-bottom: 5px;
 padding: 5px;
 border: solid 1px #999;
 width: 610px;
}

input[type="text"] {
 width: 300px;
}

input {
 background-color: #FFF;
 width: 115px;
}

input:focus, input[type="text"]:focus, textarea:focus {
 border: solid 1px #000;
}

input#s {
 width: 65px;
 margin-right: 0;
}

form#searchform input.submit {
 width: 50px;
 padding: 4px;
}

/* Extras */

.twitter-timestamp {
 display: block;
 color: #AAA;
}

li.twitter-item, p.twitter-message {
 color: #444;
 padding-bottom: 10px;
}

ul.twitter {
 margin-bottom: -10px;
}

/* Wordpress requ'd */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
