/*   
Theme Name: Celie
Description: A Child Theme of Thematic
Template: thematic
*/
@import url(../thematic/style.css);

#blog-title a {
background:url(http://www.deleteapathy.com/delete-apathylogo.jpg) no-repeat top left;
display:block;
text-indent: -9000px;
width: 800px;
height: 191px;
}

#blog-description {
width: 600px; 
}

.entry-content img {
border-right:20px solid white; 
} 

/*
LAYOUT: One-Column (Left) Fixed
DESCRIPTION: Two-column 950px fixed layout with one sidebar left of content
*/

body {
    min-width:940px;
}
#header {
    position:relative;
}
#branding {
    width:940px;
    margin:0 auto;
}
#access {
    position:relative;
    overflow:hidden;
}
.menu {
    width:940px;
    margin:0 auto;
}
#main {
    width:940px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:940px;
    float:left;
    margin: 0 0 0 -310px;
}
#content {
    width:620px;
    overflow:hidden;
    margin: 0 0 0 310px;
}
.hentry {
    width:620px;
}
.main-aside {
    width:300px;
    float:right;
    position:relative;
}
#primary {
    float:right;
}
#secondary {
    clear:right;
}
#footer {    
    clear:both;
}
#subsidiary {
    width:940px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:right;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:940px;
    margin:0 auto;
}

