/*   
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('../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');

/**
 The Menu
**/
.sf-menu{
background:transparent none repeat scroll 0 0;
float:right;
border: 0px;
margin-top:22px;
font-size:12pt;
color:#C75B12;
}
.sf-menu li, .sf-menu ul {
background:transparent none repeat scroll 0 0;
border: 0px;
}
.sf-menu a, .sf-menu a:visited, .sf-menu a:link, .sf-menu a:hover, .sf-menu a:active {
color:#C75B12;
background:transparent none repeat scroll 0 0;
border: 0px;
padding:7px 13px;
}

.sf-menu li:hover, .sf-menu li a:hover, .sf-menu li.sfHover, .sf-menu li li{
background:#FBF3E3 none repeat scroll 0 0;
color:#0589a9;
border: 0px;
}

/**
End Menu
**/
body {
	min-width:866px;
	background-color:#07d3ff;
	 background-image:url("http://www.sarazimmerman.net/wp-content/themes/sara/images/background.jpg");
	 background-repeat:no-repeat;
	 background-position:center top;
}

#header{
	background-image:url("http://www.sarazimmerman.net/wp-content/themes/sara/images/header.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	height:208px;
}

 #background{
  background-image:url("http://www.sarazimmerman.net/wp-content/themes/sara/images/pagetile.gif");
  background-repeat:repeat-y;
   background-position:center top;
 }
 
 #respond{
 padding:20px;
 }
 
 #footer{
	  background-image:url("http://www.sarazimmerman.net/wp-content/themes/sara/images/footer.gif");
	  background-repeat:no-repeat;
	   background-position:center top;
		border-top:0px;
		margin-top:0px;
	  background-color:#07d3ff;
	  clear:both;
	  text-align:center;
	  margin-bottom:44px;
 }

#content {
	margin-left:40px;
    margin:0 0 0 10px;
    width:540px;
    overflow:hidden;
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#7a4c2f;
}

#content h1{
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	color:#55331e;
	font-weight:bold;
}
#content h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:#55331e;
	font-weight:bold;
}
#content h3{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#55331e;
	font-weight:bold;
}
#content h4{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#7a4c2f;
	font-weight:bold;
}

a:link {
	color:#0589A9;
}
a:hover{
	color:#FF4B33;
}

.entry-title a {
	color:#55331e;
}
entry-title a:active, .entry-title a:hover {
	color:#C75B12;
}

#access {
border-bottom:0px;
}


#branding {
    width:866px;
    margin:0 auto;
}
.menu {
    width:866px;
    margin:0 auto;
}
#main {
    width:866px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
	clear:both;
	padding:22px 0 22px;
}
#container {
    width:590px;
    float:left;
}

.main-aside {
	 width:270px;
    float:right;
    position:relative;
    right:10px;
}
.aside a {
	color:#C75B12;
}
.aside a:hover{
	color:#0589a9;
}
#primary{
 	background-image:url("http://sarazimmerman.net/wp-content/themes/sara/images/sidebarimage.gif");
	background-repeat:no-repeat;
	border:0px;
	padding-top:80px;
	color:#C75B12;
}
#subsidiary {
    width:890px;
    margin:0 auto;
    overflow:hidden;
	color:#C75B12;
}
#subsidiary .aside {
    width:250px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:866px;
    margin:0 auto;
}
