/*   
Theme Name: Jungol
Theme URI: 
Description: Custom Theme for Jungol
Author: Jungol
Author URI: http://jungol.net/
Template: thematic
Version: 1.0
Tags: Jungol
.
Thematic is © Ian Stewart http://themeshaper.com/
.
*/

/* 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-l-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');

body {
  background:#000000;
  background-position:top center;
  background-image:url();
  background-position:top center;
  background-attachment:fixed;
  margin:0;
  padding:0px 0px;
  font:medium verdana;
  text-align:justify;
  color:#000000;
  font-size: 10pt;
  }


#main {
    clear:both;
    padding:20px 0 22px 0;
  background:#ffffff;
}
#header {
(get rid of your background)
position:relative;
}
#branding {
margin:0 auto;
overflow:hidden;
padding:0;
padding-left: -30px;
width: 940px;
}

#blog-title {
background-image:url("http://jungol.net/wp-content/uploads/2010/08/Banner-Warehouse-draft-11.jpg");
font-family:Verdana, sans serif;;
font-size:34px;
font-weight:bold;
line-height:40px;
padding: 0px 0 0;
width:950px;
height:396px;
text-indent:-9000px;
}

#access {
    position:relative;
    overflow:hidden;
}
#content {
    width:620px;
    overflow:hidden;
    margin-left:260px;
    padding: 0 25px 0;
    
}


.aside h3 {
    background:url(http://jungol.net/wp-content/uploads/2010/07/tribal-heads-with-gradient.jpg) no-repeat;
    background-color:#686868;
    font-size:18px;
    font-face:bold;
    line-height:29px;
    color:#000000;
    padding:1px 0 0px 5px;
    width: 265px;
    margin-left:-20px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px
}

.main-aside {
    width:275px;
    float:left;
    position:relative;
}

#footer {
    border-top:1px solid #ccc;
    margin-top:0px;
}