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

/* blog title font */
#blog-title {
font-family:"Hoefler Text", "Palatino Linotype", "Georgia", Georgia, serif, sans-serif;
font-size:48px;
font-weight:normal;
font-style:italic;
line-height:29px;
}

/* branding padding */
#branding {
padding:42px 0 0px;
border-bottom-width: 4px;
border-bottom-style: solid;
border-bottom-color: #000;
}

/* main padding */
#main {
clear:both;
padding:12px 0 20px;
}

/* container padding*/
#container {
float:left;
width:620px;
margin:9px 0 0;
}

/* content width */
#content {
margin:0 0 0 10px;
overflow:hidden;
width:600px;
}

/* aside lines */
#primary {
border-color: #FFF;
border-top-width: 0.3em;
border-top-style: solid;
border-top-color: #666;
border-bottom-width: 0.3em;
border-bottom-style: solid;
border-bottom-color: #666;
}

/* Page title Font */
.page-title {
font-size:22px;
line-height:18px;
padding:0 0 5px;
margin:0 0 10px;
border-bottom-width: 0.2em;
border-bottom-style: solid;
border-bottom-color: #888;
}

/* Title Font */
.entry-title {
font-family:Arial,sans-serif;
font-size:20px;
font-weight:normal;
line-height:26px;
padding:0 0 0px;
margin:0 0 5px;
border-bottom-width: 0.15em;
border-bottom-style: solid;
border-bottom-color: #BBBBBB;
}

/* post entry padding */
.hentry {
padding:0 0 22px;
margin:0 0 26px;
}

/* paragraph */
p {
margin-bottom:20px;
}

/* Entry Footer */
.entry-content {
padding:10px 0 0;
/* border-bottom-width: 0.3em;
border-bottom-style: solid;
border-bottom-color: #AAAAAA; */
}

/* link color in text */
.entry-content a:link,
.entry-content a:visited{
color:#996600;
}

.entry-content a:active, 
.entry-content a:hover {
color: #FF4B33;
}


/* Footer no border */
#footer {
border-top:none;
margin-top:20px;
}

/* Site Info */
#siteinfo {
width:940px;
color:#CCCCCC;
font-size:13px;
font-style:italic;
line-height:18px;
padding:4px 0 44px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #CCCCCC;
}



