/*
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:none;
	margin-top:-20px;
	background: none;
}
.sf-menu {
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
}
#wrapper {
	background-color: #842d0a;
	background-image: url(images/brown_red_back2.gif);
	background-repeat: repeat;
}
.sf-menu li {
	background-image: url(images/bg_accessX.jpg);
	background-repeat: repeat-x;
}

#blog-title a {
background:transparent url(images/banner3.jpg) no-repeat scroll center top;
display:block;
height:249px;
margin-bottom:-105px;
margin-left:-30px;
margin-top:-90px;
text-indent:-3105px;
width:1000px;

}

#blog-title a-secure {
background:transparent url(images/header-secure.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 {
	border-bottom: 10px;
}



#content {
	margin:0 0 0 30px;
	width:600px;
	overflow:hidden;
	border-width: 5px;
	border-color: #000000;
	font: 13px Arial, Helvetica, sans-serif;
	
}

#main {
	background-color:#ffffff;

	margin:0 auto;
	overflow:hidden;
	position:relative;
	width:980px;

	background-image: url(images/main_bg2.gif);
	background-repeat: repeat-y;
	font: 13px Arial, Helvetica, sans-serif;
}


.aside main-aside {
	width: 250px;
}

#subsidiary .aside {
	width:250px;
	float:left;
	margin:0 20px 0 0;
}
#access {
	background-image: url(images/bg_accessX.jpg);
	background-repeat: no-repeat;
	background-position: center;
	border-bottom-style: none;
	margin-left: 3px;
}
