/* @override http://www.danieltull.co.uk/blog/wp-content/themes/2010/2010/style.css */

@import url("gridinator.css");
@import url("museo/stylesheet.css");

body {
    background: #F5F3ED;
    font-family: Helvetica, sans-serif;
    color: #454545;
}

.page {
    padding-top: 30px;
    padding-bottom: 30px;
}

blockquote,
pre,
.sidebar ul {
    background: #fff;
    border: solid 1px #E8E5DA;
    -webkit-border-radius: 5px;
    padding: 10px;
    margin: 20px;
}

blockquote {
	padding: 0px 20px;
}

.sidebar ul h3 {
    background: #EAE2D1;
    border: solid 1px #CEC8B9;
    text-align:center;
    margin: 0px -15px;
    padding: 8px;
    
    font-size: 0.8em;
    font-weight: bold;
    text-transform: uppercase;
}

.sidebar ul li {
    text-align:left;
    margin-top: 8px;
    list-style: none;
}

.sidebar ul li.more {
    text-align: right;
}

.header ul li {
    display: inline;
}


.sidebar a {
    font-size: 0.7em;
}

.sidebar h3 {
    font-size:2em;
    text-align:center;
}

.sidebar ul h3,
a {
    text-decoration: none;
    color: #777;
}

a:hover {
    text-decoration: underline;
}

#disqus_thread,
.main-text {
    color: #666;
    padding: 20px;
}

.main-content h1 {
    font-size: 3.5em;
}

.main-content h2 {
    font-weight: normal;
}

.header,
.footer {
    font-size: 0.7em;
    color: #bbb;
}

.header {
    text-align: right;
}

.footer {
    text-align: center;
}

.header p,
.footer p {
    margin-top: 1em;
    line-height: 1em;
}
.main-text a,
.highlight {
    color: #F25F2F;
}

pre {
    font-family: "Menlo", Courier, mono;
    font-size: 0.7em;
    margin: 0px;
}

.post h1,
.post h2,
.post h3,
.post h4,
.post h5,
.post h6, 
.post p,
.post pre {
    margin-bottom: 1em;
}

h1,
h2,
h3,
h4,
h5,
h6, 
p,
pre {
    margin-top: 1em;
    line-height: 1.4em;
}

h1 {
    margin-top: 0;
}

h1, h2, h3, h4, h5, h6 {
    text-shadow: 0 1px 1px rgba(255,255,255,0.8);
    font-family: 'Museo500', san-serif;
}

.sidebar h3 {
    margin: 0;
}

.post p {
    font-size: 0.9em;
    font-weight: normal;
    line-height: 1.6em;
}

.post h1 {
    color: #5b5850;
    font-size: 2em;
}

.post h2 {
    color: #4b4840;
    font-size: 1.2em;
}

.post h3 {
    color: #3b3830;
    font-size: 1em;
}


.service {
    display: inline-block;
}




.blogdate {
    float: left;
}

.blogtitle {
    margin-left:10px;
}



span.amp, .highlight {
    font-size: 1.2em;
	font-family:Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style:italic;
    font-weight: normal;
}













