/* 
Theme Name: Nathanrtaylor
Theme URI: http://www.nathanrtaylor.com/ 
Description: Child Theme for Thematic 
Author: Nathan 
Author URI: http://www.nathanrtaylor.com/ 
Template: thematic
Version: 0.1 
. 
This work is released under the GNU General Public License (GPL), version 2: 
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
.
*/
   
/* 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 */
@import url('../thematic/library/styles/default.css');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');


/*My Style Sheet*/

<!--[if lte IE 6]>
#branding {
    background: height:240px;background-position:100% 75%; height: 240px;width:960px;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}
<![endif]-->


#header {
background:#181E24 none repeat scroll 0 0;
}

#branding {
    background: url(fish_edited-1.png) no-repeat scroll right top;z-index: 2;background-position:100% 75%; height: 240px;width:960px;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(...);
}

#blog-title {border-bottom:0px; position:absolute;left:35px;
}

#blog-description {
color:#000000;
font-style:italic;
font-size:1.2em;
padding:8px 0 63px;
position:absolute;
width: 160px; 
right: 310px;
z-index:11;
top: 75px;
text-align:center;
}

#menu a {
position:relative;
left:35px;
margin:0 10px 0 0;
}

#main {
background:#fff;
}

body {
background-image: url("body_background_fade.jpg");
background-repeat: no-repeat;
background-color: #3a3f46;
}

#footer {
padding:30px 0 0 20px;
width:940px;
}

#wrapper {width:960px;margin:0 auto;border-top:0px;
}

#main {
padding:20px 10px ;
width:940px;
}

.entry-content ul {
list-style-type:none;
}