/* 
 Theme Name: Handmaids
 Theme URI: http://www.handmaidsjmj.org/ 
 Description: Child Theme for Thematic
 Author: An Oblate of St. Joseph
 Author URI: http://www.osjoseph.org/
 Template: thematic
 Version: 0.1 
  
 This work is released under the GNU General Public License (GPL), version 2: 
 http://www.gnu.org/licenses/old-licenses/gpl-2.0.html 
  
 */ 

@import url('../thematic/style.css');
@import url('../thematic/library/styles/reset.css');
@import url('../thematic/library/styles/typography.css');
@import url('../thematic/library/styles/sitemeta.css');
@import url('../thematic/library/layouts/2c-r-fixed.css');

body {
    background: url('images/bg-texture.png');
	font-family: Verdana, serif;
}

#wrapper {
    border-top: 9px solid #333355;
}

#header {
    background: url('images/title-background.png');
    height: 188px;
}

#branding {
    width: 950px;
}

#blog-title {
    background: url('images/title.png');
    width: 950px;
	height: 188px;
	padding: 0;
}

#blog-title a {
    display: none;
}

#blog-description {
    background: none;
	padding: 0;
	margin: 0;
	margin-top: -28px;
	padding-left: 240px;
	width: 700px;
	height: 28px;
	text-align: center;
}

#access {
    background: none;
	height: 60px;
	border: none;
	padding: 0;
}

#menu {
    background: #e0e9f6 url('images/bg-buttons.png');
	height: 60px;
	margin: 0 auto;
	padding-left: 250px;
	width: 700px;
	margin-bottom: 0;
}

#menu a {
    padding: 6px;
}


#main-shadow {
    background: url('images/bg-shadow.png') no-repeat;
	margin: 0 auto;
    padding: 54px 20px 0px 20px;
    width: 950px;
}

#main {
    background: #e0e9f6;
    width: 930px;
	padding: 10px
}

#footer {
	background: #4e6d95;
    padding: 0;
}

#footer p {
    padding: 0px 90px;
}

/* Fix for PNG alpha channel display in IE6 */
img {
  behavior: url("/wp-content/themes/pngbehavior.htc");
}

