/*   
Theme Name: FUC Child Theme
Theme URI: 
Description: A custom built theme for the Franklin United Church.
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 #6AA3BD;
	left:50%;
	margin-left:-475px;
	width:940px;
}

#blog-title a {
background:url(images/church-logo.jpg) no-repeat top center;
display:block;
text-indent:-9000px;
width: 514px;
height: 251px;
margin-left:20px;
}
#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;
}		 
/******************menu skin new**********/

.sf-menu li {
	background-color: #6AA3BD;
	}

.windows .sf-menu a, .sf-menu a:visited {
    color: #666666;
    font-size: 18px;
}

.sf-menu .current_page_item a, .sf-menu .current_page_ancestor a, .sf-menu .current_page_parent a {
    border-bottom-color: #6AA3BD;
}
.sf-menu a {
    border-bottom: 1px solid #6AA3BD;
    border-left: 1px solid #6AA3BD;
    border-top: 1px solid #6AA3BD;
	}
.sf-menu {
    border-right: 1px solid #6AA3BD;
	}
.menu {
	margin-left: 100px;
	}
/**********************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;
	}

#query-posts-3 h3.widgettitle {
	font-size: 30px;
	padding-bottom: 30px;
	font-style: italic;
}

#query-posts-3 p.entry-meta {
	display: none;
}
/*
div {
	margin:0;
	padding:0;
	outline:1px solid red;
	}	
*/