/*   
Theme Name: vbooks
Theme URI: http://vintagequakerbooks.com
Description: Custom site design for Vintage Books
Author: Melanie Orndorff
Author URI: http://melanieorndorff.com
*/

body {
text-align: center;
font-family: Georgia, "Times New Roman", serif;
background: url(images/vb_dropshadow.jpg) repeat-y;
}	

div#wrapper {
width: 700px;
margin-left: 20px;
margin-right: auto;
margin-top: -10px;
}

div#mainwrapper {
float: left;
margin-left: 20px;
margin-top: 20px;
width: 465px;
text-align: left;
border-right: 1px #999 solid;
display: inline;
}

div#main {
padding: 15px;
}

div#sidebar {
float: right;
margin-right: 15px;
margin-top: 20px;
padding: 10px;
width: 165px;
text-align: left;
display: inline;
}

div#footer {
clear: both;
padding-top: 5px;
border-top: 1px #999 dotted;
font-size: 0.60em;
}

div#sticky {
padding-bottom: 10px;
margin-bottom: 10px;
border-bottom: 1px #666 dotted;
}

.sidebar_archives {
border-top: 1px #666 dotted;
padding-top: 10px;
}

div#header img {
border: none;
margin-left: 12px;
}

div#sidebar img {
border: none;
}

.post {
padding-bottom: 15px;
}

h1 {
font-size: 1.25em;
}

.date {
font-size: 1.25em;
font-weight: bold;
}

h2 {
font-size: 1.1em;
}

.post_title a {
font-size: 1.25em;
font-weight: bold;
text-decoration: none;
}

h3 {
font-size: 0.90em;
}

p {
font-size: 0.90em;
}

.post_content {
font-size: 1em;
margin-bottom: 20px;
padding-bottom: 10px;
border-bottom: 1px #999 dotted;
}

.post_tag {
font-size: 0.85em;
padding-top: 15px;
padding-bottom: 10px;
}

.tile_body ul {
margin: 0;
padding-left: 0;
}

.tile_body li {
padding-bottom: 8px;
}

.tile_header h2 {
font-size: 1em;
}

.sidebar_archives p {
font-size: 1.1em;
}

.sidebar_archives li {
font-size: 0.90em;
list-style: none;
}

a {
color: #4D678C;
}

a:hover {
color: #93623A;
}

a:visited {
color: #93623A;
}

img.right {
float: right;
padding: 4px;
margin: 0 0 2px 7px; 
display: inline;
border: 1px double #999;
}

img.left {
float: left;
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
border: 1px double #999;
}

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
border: 1px double #999;
}