/*[fmt]1A20-1A0A-3*/
@import url(../thematic/library/styles/reset.css);
@import url(../thematic/library/styles/typography.css);
@import url(../thematic/library/layouts/2c-r-fixed.css);
@import url(../thematic/library/styles/images.css);
@import url(../thematic/library/styles/default.css);
@import url(../thematic/library/styles/plugins.css);
/*Theme Name: New Focus Therapy
Theme URI: http://digimojo.net
Description: Theme developed for New Focus Therapy and a child-theme for Thematic
Author: Martin Luff
Author URI: http://digimojo.net
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is Ãƒâ€šÃ‚Â© Ian Stewart http://themeshaper.com/
.

Reset browser defaults
Apply basic typography styles
Apply a basic layout
Apply basic image styles
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
Prepare theme for plugins*/
body {
    background: #fbfcec url(images/bg.jpg) no-repeat center top;
    /*max-width: 1200px;*/
    margin: 0 auto;
}

#content {
  max-width: 600px;
}

.grid_50, .grid_66, .grid_33 {
  display: inline;
  float: left;
}
.grid_50 {
  width: 50%;
}
.grid_66 {
  width: 66%;
}
.grid_33 {
  width: 33%;
}
.box {
  padding: 0.5em;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

#footer, #header, #container, .sf-menu li, .sf-menu li li, .box {
  background: transparent url(images/bg1.png) repeat;
}
#container {
  padding-top: 22px;
}
.main-aside {background: transparent url(images/bg1.png) repeat;}
#secondary{padding:10px 0;}
a, a:link {text-decoration: none;}
ul#menu-main-secondary.menu{list-style:none;margin-left:0;width:auto}
.side-menu, .aside ul ul li.menu-item-object-page {
  padding:8px 10px;
  background: transparent url(images/bg1.png) repeat;
  border-top:1px solid #ccc;
}
.aside ul ul li.menu-item-object-page {margin-bottom:18px}
img.item-image {
  float:left;
  margin-right:10px;
}
div.entry-content h2{}
h3.item-title {
  padding:0;
  clear:none;
  font-style:normal;
  font-weight:bold;
}
.entry-content h4 {
  text-transform:none;
}
p.item-author {
  color:#666;
  font-style:italic;
}
p.item-description{
  clear:both;
}
tr {
 border:0;
}
table {
 border:0;
}

/*@media screen and (max-width: 768px) {
    #container {
        float: left;
        width: 100%;
    }

    #content {
        float: left;
        width: 100%;
    }

    #post-36.hentry {
        float: left;
        width: 100%;
    }

    .entry-content {
        width: 100%;
    }

    img {
       /* width: 50%;*/
  /*  }*/
/*}*/

