/*
Theme Name: Thematic Child
Theme URI: http://webdynamix.ca/
Description: Child Theme for Thematic
Author: Nathan
Author URI: http://webdynamix.ca/
Template: thematic
Version: 0.1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
.
*/
 
@import url("../thematic/style.css");
/* 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');


/* =Footer
-------------------------------------------------------------- */

#footer {
	border-top:1px solid #ccc;
	margin-top:22px;
	border-top:none
}
.sf-menu {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
.sf-menu li {
	background-image: url(images/bg_access.jpg);
	background-repeat: repeat-x;
}

#blog-title a {
background:transparent url(images/header1.jpg) no-repeat scroll center top;
display:block;
height:250px;
margin-bottom:-105px;
margin-left:-30px;
margin-top:-90px;
text-indent:-3105px;
width:1000px;
}

#blog-description {
display:none;
}
#header {
}



#content {
	margin:0 0 0 10px;
	width:600px;
	overflow:hidden;
	border-width: 5 px;
	border-color: #000000;
}

#main {
	background-color:#FFFFCC;
	border-color:#000000;
	border-style:solid;
	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:976px;
	border-style:solid;
	border-width:2px;
	background-image: url(images/main_bg.jpg);
	background-repeat: repeat-y;
}
#wrapper {
	background-color: #BD7E48;
	background-image: url(images/wrapper_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#access {
	background-image: url(images/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom: none
}

