/*   
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:69px;
font-size:12pt;
color:#b04c25;
font-family:"Times New Roman", Times, serif;
}
.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{
color:#b04c25;
background:transparent none repeat scroll 0 0;
border: 0px;
text-decoration:none;
}

.sf-menu a:hover, .sf-menu a:active {
color:#267a80;
text-decoration:underline;
text-decoration:italic;
background:transparent none repeat scroll 0 0;
border: 0px;
}

.sf-menu li:hover, .sf-menu li a:hover{
background:#f2e6d5 none repeat scroll 0 0;
opacity:0.9;
filter:alpha(opacity=90);
color:#267a80;
border: 0px;
font-style:italic;
}

.sf-menu li.sfHover, .sf-menu li li{
background:#f2e6d5 none repeat scroll 0 0;
opacity:0.9;
filter:alpha(opacity=90);
color:#267a80;
border: 0px;
font-style:normal;
}

/**
End Menu
**/
body {
	min-width:866px;
	background-color:#c54827;
	 background-image:url("http://michelleturleylac.com/wp-content/themes/mt/images/background.jpg");
	 background-repeat:no-repeat;
	 background-position:center top;
}

#header{
	background-image:url("http://michelleturleylac.com/wp-content/themes/mt/images/header.jpg");
	background-repeat:no-repeat;
	background-position:center top;
	position:relative;
	height:278px;
}

 #background{
  background-image:url("http://michelleturleylac.com/wp-content/themes/mt/images/pagetile.png");
  background-repeat:repeat-y;
   background-position:center top;
 }
 
 #respond{
 padding:20px;
 }
 
 #footer{
	  background-image:url("http://michelleturleylac.com/wp-content/themes/mt/images/footer.png");
	  background-repeat:no-repeat;
	   background-position:center top;
		border-top:0px;
		margin-top:0px;
	  background-color:#c54827;
	  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;
	 color:#b04c25;
	 font-size:13pt;
}

#content h1{
	font-family:"Times New Roman", Times, serif;
	font-size:18pt;
	color:#267a80;
	font-weight:bold;
}
#content h2{
	font-family:"Times New Roman", Times, serif;
	font-size:16pt;
	color:#267a80;
	font-weight:bold;
}
#content h3{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#267a80;
	font-weight:bold;
}
#content h4{
	font-family:"Times New Roman", Times, serif;
	font-size:13pt;
	color:#267a80;
	font-weight:bold;
}
#content h5{
	font-family:"Times New Roman", Times, serif;
	font-size:14pt;
	color:#b04c25;
	font-weight:bold;
}

#content a:link {
	color:#267a80;
}
#content a:hover{
	color:#FF4B33;
}
#content a:visited{
	color:#267a80;
text-decoration:underline;
}

.aside a{
font-size:12pt;
}

.entry-title a {
	color:#267a80;
}
entry-title a:active, .entry-title a:hover {
	color:#267a80;
}

#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:10px 0 22px;
}
#container {
    width:620px;
    float:left;
}

.main-aside {
	 width:190px;
    float:right;
    position:relative;
    right:10px;
}

#primary a:link, a:hover, a:visited, a:active {
	text-decoration:none;
	color:#b04c25;
}

.aside h3{
color:#267a80;
font-size:12pt;
}

#primary{
	font-family:"Times New Roman", Times, serif;
	border:0px;
	color:#b04c25;
	padding:0 0 0 0;
}
#subsidiary {
    width:890px;
    margin:0 auto;
    overflow:hidden;
	color:#C75B12;
}
#subsidiary .aside {
    width:190px;
    float:left;
    margin:0 20px 0 0;
}
#subsidiary #third {
    margin:0;
}
#siteinfo {
    clear:both;
    width:866px;
    margin:0 auto;
}
