/*
Theme Name: Thematic TCR
Theme URI: http://www.thecityrises.com/
Description: Child Theme of Thematic for The City Rises
Author: Richard Campbell
Author URI: http://www.rambl.biz/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/

@import url("../thematic/style.css");

body {
    font-family:Georgia,Courier New,Times New Roman;
    font-size:10pt;
    background-color:#333333;
}

#footer {
    background:#EEEEEE none repeat scroll 0 0;
}

#branding {
    width:780px;
    height:183px;
}

#blog-title a {
    background:url(images/TCR-Banner.jpg) no-repeat scroll center center;
    height:332px;
    text-indent:0px;
    width:780px;
    display:block;
    position:absolute;
    top:15px;
    border:1px solid #000000;
    color:#EEEEEE;
    display:block;
    font-size:48pt;
    height:332px;
    letter-spacing:-6pt;
    line-height:25pt;
}

#blog-description {
    display:none;
}

#access {
    background-color:none;
    border:none;
}

.menu {
   width:780px;
}

.sf-menu li {
    background:#DDDDDD;
}

#main {
    top:0px;
    width:800px;
    padding: 20px 0 20px 0;
}

#container {
    width:540px;
}

#index-bottom,
.page-title,
.hentry,
.single .hentry {
    border:1px solid #000000;
    padding:10px;
    background-color:#EEEEEE;
    margin:0 0 20px 0;
}

#primary, #secondary {
    border:1px solid;
    border-color:#000000;
    background-color:#EEEEEE;    
    width:220px;
    padding:10px 0 0 0 ;
}

#siteinfo {
    width:780px;
}

a.soundcloud-dropbox {
    display: block;
    margin: 10px 0 10px -7px;
    background: transparent url(http://a1.soundcloud.com/images/dropbox_small_white.png?0ba06d) top left no-repeat;
    color: #888888;
    font-size: 10px;
    height: 30px;
    padding: 26px 60px 0 12px;
    width: 127px;
    text-decoration: none;
    font-family: "Lucida Grande", Helvetica, Arial, sans-serif; line-height: 1.3em'
}

a.soundcloud-dropbox:hover {color: #1896D1 !important; background-color: transparent !important;}*html a.soundcloud-dropbox {background-image: none !important; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_small_white.png?0ba06d)', sizingMethod='crop') !important;}

.entry-date{
 border:1px solid;
 display:block;
 font-family:georgia;
 margin-bottom:10px;
 text-align:center;
 width:60px;
 float:left;
 margin:0px 15px 10px 0;
}
.entry-date span{
 display:block;
}
.entry-date .month{
 font-size:12pt;
 padding-top:3px;
 text-transform:uppercase;
}
.entry-date .year{
 background-color:#666666;
 color:#FFFFFF;
 font-size:12pt;
 line-height:1em;
 margin:10px 0 0;
 padding:3px;
}
.entry-date .day{
 font-size:24pt;
 line-height:.8em;
 font-weight:bold;
}
.post .entry-title {
float:right;
width:441px;
}

#comments {
    border:1px solid #000000;
    padding:10px;
    margin-bottom:30px;
    background-color:#EEEEEE;
}