/*
Theme Name: myTheme
Description: Child Theme for Thematic
Author: Dejana
Template: thematic
*/
 

/* Reset browser defaults */
@import url('../thematic/library/styles/reset.css');

/* Apply basic typography styles */
@import url('../thematic/library/styles/typography.css');

/* Apply a basic layout 
@import url('../thematic/library/layouts/2c-r-fixed.css'); */

/* Apply basic image styles */
@import url('../thematic/library/styles/images.css');

/* Apply default theme styles and colors */
/* It's better to actually copy over default.css into this file (or link to a copy in your child theme) if you're going to do anything outrageous */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');



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

body {
    min-width:1000px;
    /*background-image: url(background.jpg);*/
    background-repeat: repeat-x;
    background-attachment: fixed;
}
#header {
    position:relative;

}
#branding {
    width:1000px;
    margin:0 auto;
 
}
#access {
    border-bottom:1px solid #CCCCCC;
    font-size:14px;
    font-family:Arial;
    height:15px;
    overflow:visible;
    z-index:100;
}
.menu {
    width:1000px;
    margin:0 auto;
}
#main {
    width:1000px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
    padding:22px 0 22px;
}
.comments-link a {
    font-weight:bold;
    color:#2772B3;
    whitespace: nowrap;
    padding: 20px 0 10px 0;
    display: block;
}

#container {
    width:680px;
    float:left;
    border: 1px solid #CCCCCC;
}
#content {
    margin:0 0 0 10px;
    width:660px;
    overflow:hidden;
}


.main-aside {
    width:300px;
    float:right;
    position:relative;
    right:10px;
}



.widget_text{
    padding-left: 0px;
}

.widget_search{
    text-align: left ;
}

.entry-title {
    background-image: url(title_background.bmp);
    background-repeat: repeat-y;
    padding:7px 0 10px;
}

.entry-content a:link {
    text-decoration:underline; 
    color: #000080;
}

.entry-content a:visited {
    text-decoration:underline; 
    color: #808080;
}

.entry-content a:hover { 
    text-decoration: underline;
    color: #000080;
}

.navigation {
    color:#2772B3;
    font-size:25px;
    line-height:35px;
}

#primary {
    border: 0px;
    padding: 0 0 0 0;
}

.main-aside{
    right:0;
}

.main-aside ul {
    padding:0 0;
}

.aside ul {
    margin-bottom:0px;
}

#secondary {
    clear:right;
}

.main-aside input{
    width:290px;
}

#footer {    
    clear:both;
}
#subsidiary {
    width:980px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:300px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:980px;
    margin:0 auto;
}



#blog-title a {
display:block; /* We do this so we can add a background image */
height: 110px; /* height of your logo, like 180px */
width:1000px; /* width of your logo, like 940px */
text-indent:-9000px; /* Hides the text--but not from search engines */
background:url(banner.png) no-repeat top center; /* adds in the logo image */
}

#blog-description {
color:white;
max-height:2px;
}

#branding {
padding:10px 0 0;
}



