/*
Theme Name: Dinosaur
Theme URI: http://joshuagoodwin.com/2009/07/old-popular-yolk-free-wordpress-theme/
Description: 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: 2.2.2
Author: Jim Thoburn (Based on Old Popular Yolk by Joshua Goodman: http://joshuagoodwin.com)
Author URI: http://www.jimthoburn.com
Tags: light,blue,white,right-sidebar,two-columns,fixed-width,threaded-comments
License: http://www.gnu.org/licenses/gpl.html
*/

body {
/*
font:16px/24px "Helvetica Neue", "HelveticaNeueLT Std", Helvetica, Arial, sans-serif;
*/
font: 14px/1.1 Georgia,"Times New Roman",Times,Serif;
background:#fefefc;
color:#222;
margin:0;
padding:0;
}
p {
line-height: 1.5;
}

#sidebar,
h1,h2,h3,h4,h5,h6 {
font-family: "Helvetica Neue", "HelveticaNeueLT Std", Helvetica, Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
font-family: "Helvetica Neue", "HelveticaNeueLT Std", Helvetica, Arial, sans-serif;
font-weight: normal;
}
h1 {
font-size: 28px;
}
h2 {
font-size: 18px;
}
h3 {
font-size: 20px;
}
h4, h5, h6 {
font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
margin: 1.5em 0 0.25em 0;
}
p {
margin: 1em 0 0.25em 0;
}
a {
color:#161a18;
text-decoration:underline;
}
a:hover, .current_page_item a, .current-cat a, .home #site-name a {
color:#073447;
}
code {
font-family:Consolas, Monaco, Courier, monospace;
background:#EAF3FA;
}
#container {
background: transparent url(images/dinosaur.jpg) no-repeat 200px 0;
width:650px;
padding-right: 25px;
margin:0 auto;
}
#masthead a, h2 a, h3 a {
font-weight:bold;
text-decoration:none;
}
#archive-what {
margin-top:0;
}
#site-name {
margin: 0;
}
#site-name a {
display: block;
text-indent: -99999px;
overflow: hidden;
height: 200px;
}
#masthead ul li {
display:inline;
}
#masthead ul li a {
display:block;
float:left;
margin-left:20px;
}
#site-name a {
display:block;
}
#site-slogan {
float:right;
width:280px;
margin:0;
}
.entry {
margin-bottom:48px;
}
.entry h1 {
margin-top: 0;
}
.entry h1 a {
text-decoration: none;
}
#main {
float: right;
width: 450px;
}
#comment {
width:100%;
}
.avatar {
float:right;
}
.commentlist cite {
font-style:normal;
}
.commentlist li {
margin:24px 0;
}
.commentlist ul.children {
margin-left:40px;
}
#sidebar {
padding-top: 6em;
float: left;
width: 160px;
text-align: right;
}
#sidebar ul,
#sidebar li {
margin-top: 0;
list-style: none;
margin-left: 0;
padding-left: 0;
}
#sidebar h3,
#sidebar > ul > li {
font-size: 12px;
text-transform: uppercase;
font-weight: bold;
margin-bottom: 0.5em;
}
#sidebar a {
text-decoration: none;
}
#sidebar li li {
text-transform: none;
margin-bottom: 0.5em;
font-weight: normal;
}
#sidebar h2, h3 {
margin:24px 0;
font-size:24px;
}
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 {
padding-left: 200px;
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;
}
.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;
}
.entry-content ol li, .comment-body ol li {
list-style-type:decimal;
}
::-moz-selection {
background:#073447;
color:#fff;
}
::selection {
background:#073447;
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:#EAF3FA;
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}