/*
Theme Name: Xdoulos Child Theme
Theme URI: http://xdoulos.org
Description: Xdoulos Child Theme for Thematic
Author: Davey
Template: thematic
Version: 0.1
*/
 
@import url("../thematic/style.css");

body{
background-image: url('/images/sinaiticus-bg.jpg');
}

#main{
width: 900px;
background-color: #ffffff;
padding-top: 5px;
}

#container{
margin-left: 10px;
}

#branding{
width: 900px;
background-color: #ffffff;
background-image: url('/images/banner-fuzzy2.jpg');
height: 150px;
padding: 0;
}

.main-aside{
width:250px;
}

#access{
width: 900px;
margin: 0 auto;
background-color: #ffffff;
font-size: 16px;
overflow: hidden;
border-bottom: 1px solid #c2c2c2;
}

#access .menu li
{
border: 1px solid #c2c2c2;
background-image: url('/images/table_gradient.png');
}

#access .menu{
width: 900px;
}

#access .sf-menu {
border: none;
}

#access .sf-menu *{
border: none;
}

#blog-title, #blog-description{
visibility: hidden;
}

#footer{
border: 0;
margin: 0;
}

#siteinfo{
background-color: #e2e2e2;
width: 900px;
border-top: 1px solid #a2a2a2;
text-align: center;
}

#wrapper{
background-image: url('/images/shadow.png');
background-repeat: repeat-y;
background-position: center;
}

#primary{
border: none;
background-image: url('/images/test.png');
background-repeat: no-repeat;
}

#secondary{
background-image: url('/images/test.png');
background-repeat: no-repeat;
padding: 18px 0 0;
}

.entry-content h1, .entry-content h2{
padding-top: 0;
}


.entry-content blockquote{
border: 1px solid #E2E2E2;
padding: 0 0 0 50px;
color: #404040;
background: #F2F2F2 url('/images/quote.png') no-repeat 0 0;
margin-bottom: 22px;
}

.entry-content blockquote *{
margin-bottom: 0;
}