/*   
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;
}		 
/*********************************** FUC menu SKIN **********************/
.sf-menu {
    border-right:1px solid #6AA3BD;
	float:left;
}
.sf-menu a {
	border-left:1px solid #6AA3BD;
	border-top:1px solid #6AA3BD;
	border-bottom:1px solid #6AA3BD;
	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:#6AA3BD;
    color: #fff;
	 text-decoration: underline;
}
.sf-menu li {
	background:		#6AA3BD;
}
.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:#6AA3BD;
	 color: #fff;
	 background: none;
}
.sf-menu ul {
    border-right:1px solid #6AA3BD;
    border-bottom:1px solid #6AA3BD;
}
.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;
	}

#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;
	}	
*/