/*
Theme Name: Peadrop
URI: http://peadrop.com/blog
Description: Modified version of Almost Spring for my blog
Version: 1.0
Author: Becca Wei and Alexandre Vassalotti
*/

/* Basics and Typography */
body {
    background: #FFF url(/blog/images/background.png);
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
}
p {
    margin: 1.2em 0;
    font: medium/1.5em serif;
}
pre {
    background-color: #F9F9F9;
    border: 1px solid #CCC;
    font: medium monospace;
    margin: 1.2em 2em 1em 1em;
    padding: 0.7em;
    overflow: auto;
    line-height: 125%;
}
ol, ul {
    font: medium serif;
    margin: 1.2em 0 1.2em 3em;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: sans-serif;
    color: #000;
    margin: 1.2em 0;
}
h1, h2 {
    font-size: 1.4em;
}
h3 {
    font-size: 1.3em;
}
h4 {
    font-size: 1.2em;
}
a {
    text-decoration: none;
}
a:link {
    color: #d40000;
}
a:visited {
    color: #d48f8f;
}
a:hover, a:active {
    color: #008dd4;
    text-decoration: underline;
}
blockquote {
    border-left: 4px solid #E8E7D0;
    font-size: 0.9em;
    margin: 0 20px;
    padding: 0 20px;
}
code {
    font-family: monospace;
    color: #333;
}
form, img {
    border: 0;
    margin: 0;
    padding: 0;
}
.nav {
    text-align: right;
    clear: both;
    margin-top: 3em;
}
.split span {
    float: left
}
/* Layout */

#wrapper {
    width: 90%;
    text-align: left;
    margin: 0 auto 1.5em;
    background: #FFF;
}
#header {
    border-bottom: 2px dotted #BEBEBE;
    margin-left: 1em;
    padding: 30px 0 0;
}
#header h1 {
    font-size: x-large;
    margin: 0;
}
#header h1 a {
    text-decoration: none;
    color: #565248;
}
#content {
    float: left;
    width: 70%;
    min-width: 600px;
    display: inline;
    margin: 0 0 0 20px;
}
#sidebar {
    float: right;
    width: 190px;
    font-size: 0.9em;
    display: inline;
    margin: 0 20px;
    padding: 1.8em 0 0;
}
* html #content, * html #sidebar {
    overflow: hidden;
}
#footer {
    clear: both;
    font-size: 0.9em;
    margin-left: 1em;
    text-align: right;
    border-top: 2px dotted #BEBEBE;
}

#footer p {
    font: 1em sans-serif;
    text-align: left;
    margin: 0;
    padding: 10px 0 20px;
    background: #fff;
}

/* Sidebar Style */

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sidebar ul ul {
    border-top: 1px solid #ccc;
    margin: 1.2em 0;
    background: #FBFAF4;
}
#sidebar ul ul li {
    border-bottom: 1px solid #ccc;
    padding: 0 0 0 10px;
}
#sidebar ul ul li a {
    display: block;
    voice-family: inherit;
    width: 170px;
    margin: 0 0 0 -10px;
    padding: 0.1em 10px;
}
html>body #sidebar ul ul li a {
    width: 170px;
}
#sidebar ul ul li a:hover {
    background: #F4F2E4 url(/blog/images/sidebarhover.png) repeat-y scroll left top;
}
#sidebar ul ul ul {
    border: none;
    margin: 0;
}
#sidebar ul ul ul li {
    border-bottom: none;
    border-top: 1px solid #ccc;
    margin: 0 0 0 -10px;
    padding: 0 0 0 25px;
}
#sidebar ul ul ul li a {
    voice-family: inherit;
    width: 155px;
    margin: 0 0 0 -25px;
    padding: 0.1em 10px 0.1em 25px;
}

#sidebar #s {
    width: 140px;
}

html>body #sidebar ul ul ul li a {
    width: 155px;
}


/* Blog */

.posttitle {
    margin-bottom: 0;
    width: 100%;
    color: #000;
    overflow: auto;
}

.posttitle a {
    float: left;
    background: #FFF;
    border-bottom: 1px #000 solid;
    padding: 0 1px;
}

.posttitle a:link, .posttitle a:visited {
    color: #000;
}

.posttitle a:hover, .posttitle a:active {
    background: #FFF;
    color: #565248;
}

.postfeedback {
    font-size: 0.8em;
    color: #999;
    margin: 2em 1.8em 0 0;
    padding: 0 0 0 14px;
}

.postmeta {
    margin-top: 0;
    padding-top: 1px;
    font-size: 0.9em;
    color: #999;
}

.commentslink {
    padding: 0 0 0 17px;
}

/* Comments */

#commentlist {
    border-bottom: 2px solid #333;
    list-style-type: none;
    margin: 1.2em 0;
    padding: 0;
}
.commenttitle {
    margin-bottom: 0;
    font-size: 1.1em;
}
.commentmeta {
    margin-top: 0;
    font-size: 0.9em;
    color: #999;
}
#commentlist li.comment {
    border-top: 2px solid #8DB6CD;
    margin: 0.6em;
    padding: 1px 20px;
    background: #F0FAFA;
}
#commentlist li.my-comment {
    border-top: 2px solid #E8E7D0;
    margin: 0.6em;
    padding: 1px 20px;
    background: #FAFAF0;
}
#comment {
    width: 98%;
}

/* Images Borders */
div.image {
	margin: 1.2em 0;
}

div.imagecenter {
	margin: 1.2em 0;
	text-align: center;
}
div.imagecenter img {
	margin: 0 auto;
}

div.imageleft, img.imageleft {
	float: left;
	margin: 0 15px 0.2em 0;
	padding: 0;
}

div.imageright, img.imageright {
	float: right;
	margin: 0 0 0.2em 15px;
	padding: 0;
}

div.footnotes hr {
    display: none;    
}

div.footnotes {
    border-top: solid 1px;
}

@media print {
	body {
        background: white;
        color: black;
        margin: 0px;
        padding: 0px;
    }
    p { font-size: 12pt; }
    p a, p a:visited, p a:link {
        color: black;
        text-decoration: underline;
    }
    pre { font-size: 10pt; }
	#sidebar, #commentlist,
    #comments, #postcomment,
    #commentform, .postfeedback {
        display: none;
    }
}
#mp5 ins, #mp5 blockquote.ins {
  font-style: italic;
  border-left: none;
}
#mp5 img {
  margin-bottom: 1em;
  margin-top: 1em;
}
