/*  
Theme Name: Da Vinci
Theme URI: http://www.thehumanconditions.com
Description: This is my custom theme for my blog The Human Conditions.
Version: 1.0
Author: Aron Alan Brown
Author URI: http://www.birdwingfx.com

*/

body, h1, h2, h3, h4, h5, h6, blockquote, p, form {
    margin: 0;
    padding: 0;
}

blockquote { 
    background-color:#dac08c; 
    padding:5px 10px 5px 10px; 
    margin:10px; 
    line-height:160%; 
    border-left:solid 6px #4c3f24; 
}

h1{
    font-family: Georgia, Sans-serif;
    font-size: 60px;
    padding: 0 0 10px 0;
    text-align: center;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    vertical-align: top;
    background-color: #F6E3C0;
    background-image: url(/wp-content/themes/davinci/background.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    color: #000000;
}

a {
    outline: none;
}

a:link, a:visited {
    text-decoration: none;
    color: #6D0003;
}

a:hover, a:active {
    text-decoration: none;
    color: #180C0B;
}

p {
    padding: 10px 0 0 0;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 950px;
    text-align: left;
    background-image: url(/wp-content/themes/davinci/content_bg.png);
}

#header {
    float: left;
    width: 950px;
    height: 330px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

#header h1 {
    padding-top: 220px;
}

#header h1 a:link, #header h1 a:visited, #header h1 a:hover, #header h1 a:active {
    text-decoration: none;
    color: #000000;
}

#search {
    float: right;
    padding: 5px;
}

#search input {
    vertical-align: middle;
}

#menu {
    float: left;
    width: 948px;
    text-align: left;
    margin: 0 0 10px 0;
    background-image: url(/wp-content/themes/davinci/menu_bg.png);
    font-size: 16px;
}

#menu ul {
    list-style-type: none;
    margin: 0;
    padding: 10px 5px 5px 5px;
    float: left;
}

#menu a:link, #menu a:visited {
    text-decoration: none;
    color: #000000;
}

#menu a:hover, #menu a:active {
    text-decoration: none;
    color: #9A7F2E;
}

#menu ul li {
    padding: 0 5px 0 5px;
    display: inline;
}

#container {
    background-image: url(/wp-content/themes/davinci/content_bg.png);
    float: left;
    width: 647px;
    height: 100%;
}

.post{
    padding: 10px;
}

.post h2{
    font-family: Georgia, Sans-serif;
    font-size: 36px;
    line-height: 38px;
}

.post h2 a:link, .post h2 a:visited {
    text-decoration: none;
    color: #6D0003;
}

.post h2 a:hover, .post h2 a:active {
    text-decoration: none;
    color: #180C0B;
}

.post h3 {
    font-style: italic;
    font-size: 12px;
    color: #9A7F2E;
}

.entry{
    line-height: 18px;
}

p.postmetadata{
    border-top: 1px solid #000000;
    margin: 10px 0 0 0;
}

.navigation{
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;
}

#sidebar {
    float: left;
    width: 289px;
    background-image: url(/wp-content/themes/davinci/content_bg.png);
    margin: 0 0 0 10px;
    display: inline;
}

#sidebar ul{
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

#sidebar ul li{
    padding: 10px 0 10px 0;
}

#sidebar ul li h2{
    font-family: Georgia, Sans-serif;
    font-size: 14px;
}

#sidebar ul ul li{
    padding: 0px;
    line-height: 24px;
}

table#wp-calendar{
    width: 100%;
}

.comments-template{
    margin: 10px 0 0;
    border-top: 1px solid #ccc;
    padding: 10px 0 0;
}

.comments-template ol{
    margin: 0;
    padding: 0 0 15px;
    list-style: none;
}

.comments-template ol li{
    margin: 10px 0 0;
    line-height: 18px;
    padding: 0 0 10px;
    border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
    font-family: Georgia, Sans-serif;
    font-size: 16px;
}

.commentmetadata{
    font-size: 12px;
}

.comments-template p.nocomments{
    padding: 0;
}

.comments-template textarea{
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
}

#footer {
    clear: both;
    float: left;
    width: 950px;
    text-align: center;
    padding: 10px 0 0 0;
    margin-top: 10px;
    background-image: url(/wp-content/themes/davinci/menu_bg2.png);
}

#footer p {
    line-height: 2px;
    margin-bottom: 18px;
}

/* Captions */
	.aligncenter, div.aligncenter { display: block; margin-left: auto; margin-right: auto; }
	.wp-caption { background: #FFF; padding-top:4px; margin:10px; border: solid 1px #000; text-align: center;}
	.wp-caption img { margin:0; padding:0; border:0 none; }
	.wp-caption p.wp-caption-text { text-align:center; font-size: 11px; line-height: 17px; padding: 0 4px 5px; margin: 0; }
        .alignleft { float: left; margin-left: 0px;}
        .alignright { float: right; margin-right: 0px;}
/* End captions */