/*   
Theme Name: Stillpoint
Theme URI: 
Description: Custom WP Theme for Stillpoint, based on Thematic theme framework
Author: Freebird Design
Author URI: http://freebird-design.com/
Template: thematic
Version: 1.0
Tags: Thematic
*/

/* 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');

/* Prepare theme for plugins */
@import url('../thematic/library/styles/plugins.css');

/* default styling */
@import url('../thematic/library/styles/default.css');


/* global changes */
body
{
	font-family: helvetica, arial, sans-serif;
}

/*
	a header image with text floating on top...
*/
#branding
{
	background: url(header.jpg) top left no-repeat;
	height: 300px;
	margin: 0.5em  auto 1em auto;
	padding: 0;
	vertical-align: bottom;
}
/*
#blog-title {
    font-size:34px;
    font-weight:bolder;
    line-height:40px;
    margin-top: 200px;
    margin-left: 20px;
    float: left;
}
#blog-title a {
    text-decoration:none;
}
#blog-title a:active,
#blog-title a:hover {
}
#blog-description {
    font-size:13px;
    font-style:italic;
    margin-left: 20px;
    float: left;
    clear: left;
}
*/

/* hidey hidey */
#blog-title a
{
	height: 120px;
	width: 350px;
	display: block;
	padding-top: 150px;
	padding-left: 50px;
	background: url(carolharper.png) bottom right no-repeat transparent;
	font-size: 1px;
}
/* this rule for IE before version 8 */
#blog-title  a, 
#blog-title  a:hover, 
#blog-title  a:active, 
#blog-title  a:visited
{
	color: #bcd4d4;
}
/* the following is not for IE before 8 */
#blog-title > /**/ a, 
#blog-title > /**/ a:hover, 
#blog-title > /**/ a:active, 
#blog-title > /**/ a:visited
{
	color: transparent;
}
#branding h1, #blog-description
{
	display: none;
}

/* main body background */
#main
{
	background: url(background.png) top center no-repeat #fff;
	min-height: 640px;
}	

/* random tweaks */
#primary
{
	border: 0;
}

/* menu change */
/* keep */
#access
{
	border-top: 1px solid #ccc;
	border-bottom-color: #fff;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a
{
    	border-bottom-color:#ccc;	
    	/*border-top-color:#fff;*/
}

/* a bit of flair */
#content h1
{
	background: url(flair.png) top left no-repeat;
	color: #444;
	min-height: 50px;
	padding: 5px 0 0 10px;
	line-height: 40px;
	display: block;
}

/* custom footer */
.footer-container
{
	padding: 15px 0;
	margin-bottom: 20px;
	color: #444;
}
.footer-text
{
	list-style: none;
	text-align: center;
	margin: 0;
	padding: 0;
}
.footer-container li
{
	display: inline;
	margin: 0 20px;
}
.footer-container a, 
.footer-container a:hover, 
.footer-container a:visited, 
.footer-container a:active
{
	color: #444;
}
