/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
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('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');


#main {
    clear:both;
    padding:20px 0 22px 0;
}

#header {
(get rid of your background)
position:relative;
}

#blog-title a {
background:url(http://theozonelair.com/images/ozone_logo.png) no-repeat top left;
display:block;
text-indent:-9000px;
width: 331px;
height: 150px;
}

#blog-title {
font-family:Verdana, sans serif;;
font-size:34px;
font-weight:bold;
line-height:40px;
padding: 10px 0 0;
    margin-top: -100px;
}

#access {

border-bottom:0 none;
font-family:Verdana, sans serif;
font-size:12pt;
font-variant:small-caps;
height:20px;
overflow:visible;
width:100%;
z-index:100;
  padding:10px 0px;
  clear: both;
    margin-top: -20px;
} 

#access a{
color:#b50909;
}


body {
  background:#feffff;
  background-position:top center;
  background-image:url("http://theozonelair.com/images/ozone_bg.jpg");
  background-position:top center;
  background-attachment:fixed;
  margin:0;
  padding:0px 0px;
  font:medium verdana;
  text-align:justify;
  color:#000000;
  font-size: 10pt;
  }

a:link {

  color:#blue;
  text-decoration:none;
  font-weight: bold;
  }

a:visited {

 color:#blue;
  font-weight: bold;
  text-decoration:none;
  }

a:hover {
  color:#red;
  font-weight: bold;
  text-decoration:underline;
  }

a img {

  border-width:0;

  }

.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #feffff;
	outline:		0;
    border-bottom-color:#ccc;
}

#primary {
    border:0px; 
    padding:10px 0 0 0;
    margin-bottom:22px;
}

#header_box {
	top;
        clear: both;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	width: 960px;
}

