/*   
Theme Name: Melrose Child Theme
Theme URI: http://www.melrosechapel.com
Description: A custom built theme for the Melrose Chapel.
Author: Rusti Gregory
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');

body {
	font-family: "Lucida Grande","Lucinda Sans Unicode","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	color: #333333;
}

/********************header and such***********************/
#header {
	background: #fff url(images/header-bg.gif) bottom center no-repeat;
        position: relative;
}

#branding {
	padding: 50px 0 44px;

}

#access {
	position: absolute;
   top: 0;
   border-bottom: 1px solid #B89951;
	left:50%;
	margin-left:-455px;
	width:890px;
}

#blog-title a {
background:url(images/church-logo.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 560px;
height: 256px;
margin-left:200px;
}
#blog-description {
	/*left:50%;
	margin-left:150px;
	position:absolute;
	top:130px;
	width:180px;*/
	text-align: center;
	/*line-height: 1.5em;*/
	font-size: 24px;
	font-style: normal;
	color: #333;
	}

.entry-title {
	font-weight: normal;
	font-size: 25px;
	}

h3 {
	font-size: 20px;
	color: #003399;
	font-style: normal;
	}		 
/*******************asides**********************************************/

#primary {
	border:none;		 
}

.aside h3  {
font-size:20px;
line-height:150%;
font-style:normal;
}
		 
#text-3 h3 {
margin-top: 20px;
font-size: 30px;
color: #fff;
background: url(images/blurb-top.gif) top left no-repeat;
padding: 20px;
}		 

#text-3 h4 {
	font-size: 18px;
	line-height: 2em;
	padding-left: 20px;
	color: #000;
}
/*********************************** Melrose menu SKIN **********************/
.sf-menu {
    border-right:1px solid #B89951;
	float:left;
}
.sf-menu a {
	border-left:1px solid #B89951;
	border-top:1px solid #B89951;
	border-bottom:1px solid #B89951;
	padding:9px 36px;
	text-decoration:none;
	font-size: 18px;
}

.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#333;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#B89951;
    color: #fff;
	 text-decoration: underline;
}
.sf-menu li {
	background:		#B89951;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    outline:		0;
    border-bottom-color:#B89951;
	 color: #fff;
	 background: none;
}
.sf-menu ul {
    border-right:1px solid #B89951;
    border-bottom:1px solid #B89951;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

ul.sf-menu li.page_item ul li.page_item a {
	color: #333;
	background: #fff;
	}

/**********************faith list*************************/
#faithlist {
	list-style: none;
	font-size: 15px;
	}

#faithlist li {
	margin-bottom: 2em;
	padding-left: 40px;
	background: url(images/little-bible.gif) top left no-repeat;
	line-height: 150%;
	text-indent: -10px;
	}

p.small {
	font-size: 1.2em;
	text-align: center;
	}

.aside ul.xoxo {
	background: #b89951 url(images/blurb-bottom.gif) bottom left no-repeat;
	padding-bottom: 60px;
}

.main-aside ul {
	padding: 0;
}

li#query-posts-3 {
	margin-top: 30px;
	padding-left: 20px;
}

li#query-posts-3 h3 {
	color: #fff;
}

li#query-posts-3 ul li a {
	line-height: 1.5em;
	color: #000;
	text-decoration: none;
	font-size: 16px;
}

#primary {
	padding: 0;
}

#content h2 {
	color:#666;
	font-style: italic;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
}

/*li#event-calendar {
	color: #fff;
	margin-top: 30px;
	padding: 20px 30px 0 20px;
}

li#event-calendar h3 {
	color: #fff;
}

li#event-calendar a {
	color: #000;
}

li#event-calendar caption {
	color: #fff;
	font-size: 12px;
	padding-bottom: 5px;
}

div#wp-calendar table.nav {
	border: #b89951;
	color: #fff;
}
*/
/*
div {
	margin:0;
	padding:0;
	outline:1px solid red;
	}	
*/