/*
 * Theme Name: Tm_T keeping simple
 * Theme URI: none
 * Description: Tm_T wanted something bit special, not saying this is any better.
 * Based on: "http://joshuagoodwin.com/2009/07/old-popular-yolk-free-wordpress-theme/"
 * and the original description was:
 * Easy to customise and minimal, featuring a print stylesheet and
 * some exciting CSS3 treats. Supports threaded comments for WordPress 2.7 and
 * beyond. Wrapped around a grid, with a whiff of the International Typographic
 * Style.
 * Version: 0.1
 * Author: Jussi Kekkonen
 * Author URI: http://www.tm-travolta.net
 * Tags: light,blue,white,right-sidebar,two-columns,fixed-width,threaded-comments
 * License: http://www.gnu.org/licenses/gpl.html   ...does this mean gplv2?
 */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';}ins{text-decoration:none}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}

body {
font: 100%/133% DejaVu Sans, Helvetica, Arial, sans-serif;
background:#646260;
color:#B5B4B3;
margin:0;
padding:0;
}
a {
color:#E0D070;
text-decoration:underline;
}
a:hover, .current_page_item a, .current-cat a, .home #site-name a {
color:#FFBF4F;
}
code {
font-family:DejaVu Sans Mono, Consolas, Monaco, monospace;
background:#201F1D;
color:#FFFFFF;
border-style:dotted;
border-width:1px;
border-color:#BBBBBB;
padding:1px 5px;
}
p {
margin:16px 0;
}
#container {
background:#323130;
min-width:236px;
max-width:1000px;
margin:0 auto;
/* margin-top: 10px; */
padding: 1px 0px 2px 10px;
border-bottom-left-radius:10px;
border-bottom-right-radius:10px;
-moz-border-radius-bottomleft:10px;
-moz-border-radius-bottomright:10px;
-webkit-border-bottom-left-radius:10px;
-webkit-border-bottom-right-radius:10px;
}
#masthead {
margin:18px 0 32px 0;
min-height:24px;
}
#masthead a, h2 a, h3 a {
color:#E18F00;
font-weight:bold;
text-decoration:none;
text-shadow: black 0.2em 0.2em 0.2em;
}
#archive-what {
margin-top:0;
}
#site-name {
float:left;
margin-right:32px;
}
#masthead ul li {
display:inline;
}
#masthead ul li a {
display:block;
float:left;
margin-left:20px;
}
#site-name a {
display:block;
font-size:16px;
font-family:DejaVu Sans Mono, Consolas, Monaco, monospace;
text-shadow: black 0.15em 0.15em 0.15em;
}
#site-slogan {
float:right;
max-width:199px;
margin:0;
/*text-shadow: orange 0.1em 0.1em 0.1em; nono*/
}
.entry {
margin-bottom:48px;
}
.entry-title {
line-height:20px;
font-size:20px;
letter-spacing:-1px;
font-family:DejaVu Sans Mono, Consolas, Monaco, monospace;
text-shadow: black 2px 2px 2px;
}
/*.entry h1, h2, h3 {
 * margin-top:18px;
 * }
 */
#main {
float:left;
max-width:750px;
}
#comment {
width:98%;
}
.avatar {
float:right;
}
.commentlist cite {
font-style:normal;
}
.commentlist li {
margin:24px 0;
}
.commentlist ul.children {
margin-left:40px;
}
#sidebar {
background:#434240;
margin-top:-24px;
margin-bottom:10px;
width:200px;
float:right;
padding:0px 5px 0px 5px;
border-color:#525150;
border-style:solid;
border-width:1px;
border-top-left-radius:5px;
border-bottom-left-radius:5px;
-moz-border-radius-topleft:5px;
-moz-border-radius-bottomleft:5px;
-webkit-border-top-left-radius:5px;
-webkit-border-bottom-left-radius:5px;
/* box-shadow:2px 2px 5px #FFFFFF; */
}
#sidebar h2, h3 {
margin:24px 0;
font-size:16px;
}
a.rsswidget img {
display:none;
}
#sidebar ul.children {
margin-left:20px;
}
.widget {
margin:24px 0;
}
.navigation {
margin:24px 0 48px 0;
height:24px;
}
.comment-navigation {
margin:24px 0;
}
.clear, p.meta {
clear:both;
}
#footer {
clear:both;
margin:24px 0;
}
blockquote {
border-left:10px solid #BBD8E7;
padding-left:20px;
}
.entry-content ul, .comment-body ul, .entry-content ol, .comment-body ol {
margin:16px 0 16px 10px;
padding:0 20px;
/* list-style-image: url(bullet.gif);
list-style-type: square; */
}
.entry-content ul ul, .entry-content ul ol, .comment-body ul ul, .comment-body ul ol, .entry-content ol ul, .comment-body ol ol, .comment-body ol ul {
margin:0 0 0 10px;
}
.entry-content ul li, .comment-body ul li {
list-style-type:square;
/* list-style-image: url(bullet.gif); */
}
.entry-content ol li, .comment-body ol li {
list-style-type:decimal;
}
::-moz-selection {
background:#E18F00;
color:#fff;
}
::selection {
background:#E18F00;
color:#fff;
}
/* WordPress image things */
.aligncenter, div.aligncenter {
display:block;
margin-left:auto;
margin-right:auto;
}
.alignleft {
float:left;
}
.alignright {
float:right;
}
.wp-caption {
text-align:center;
background-color:#434240;
padding-top:4px;
margin:2px 20px;
}
.wp-caption img {
margin:0;
padding:0;
border:0 none;
}
.wp-caption p.wp-caption-text {
padding:0 4px 5px;
margin:0;
}
img#wpstats{display:none}
