/*   
Theme Name: A Thematic Child Theme
Theme URI: 
Description: Use this theme to start your Thematic Child Theme development.
Author: Ian Stewart
Author URI: http://themeshaper.com/
Template: thematic
Version: 1.0
Tags: Thematic
.
Thematic is &#194;&#169; 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/3c-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('../festival/default.css');

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

#header {
	float: top;
	text-align: right;
	min-height: 142px;
}
	#branding {
    padding:12px 0 30px 0;
    }
	#blog-title {
	 display:block;
	 background:url(images/bjf_button_web4.gif) no-repeat 15%;
	position:relative;
	 line-height:1em;
/* this height is the area around the logo and title */
	 height: 150px;
	 z-index:100;
	 margin:20px
	}
/* this is the part that says 'our tent is open' */
		#blog-description {
			display:block;
			font-weight: bold;
			font-style:normal;
			font-size: 18px;
			font-family: Georgia, sans-serif;
			line-height:10px;
			color:#33BB33;
			text-transform:lowercase;
			letter-spacing: 0;
			margin:-50px 10px -10px;
		}
/* this is the title 'boulder jewish festival' */
		#blog-title a {                 
                        color:#ffc000;
                       	line-height:2.5em; /* how the title lines up with the logo */
		letter-spacing:-0.09em;
		text-align: right;
		min-height:150px;
		text-transform:lowercase; 
		font-style:normal; 
		font-variant:normal; 
		font-weight:bold; 
		font-size:180.45%; 
		font-family: Georgia,sans-serif; 
		padding-left:6px; padding-right:0.09em; padding-top:80px; padding-bottom:-20px;
		margin: 80px 0 -25px 0;
                        position:relative;
			z-index:50;
		}
		#blog-title a:hover {
			text-decoration: none;
			color:#1E90FF;
		}
body, input, textarea {
    font-family: Trebuchet, Arial, sans-serif;
    font-size: 15px
    line-height:22px;
}
p, ul, ol, dd, pre {
    margin-bottom:22px;
}
pre, code {
	font:14px, monospace;
	line-height:22px;
}
blockquote {
    color:#666;
    font-style:italic;
}
/* this is the format for the widget titles */
.aside h3 {
        font-weight: bold;
	font-style:normal; 
        letter-spacing:-0.09em
	font-size: 16px;
	font-family: Georgia, sans-serif;font-family:Georgia;
        color:#0099FF;
}
/* this is the format for the titles of pages */
.entry-title {
        font-weight: bold;
	font-style:normal; 
        letter-spacing:-0.09em
	font-size: 24px;
	font-family: Georgia, sans-serif;font-family:Georgia;
        color:#0099FF;
}
/* this is the format for the post titles */
.entry-title a {
        font-weight: bold;
	font-style:normal; 
        letter-spacing:-0.09em
	font-size: 24px;
	font-family: Georgia, sans-serif;
        color:#0099FF;
}
.entry-title a:hover {
        color:#CC0066;
}
/* this is the format for the menu */
.sf-menu {
    font-weight: bold;
}
.sf-menu ul a {
    font-weight: bold; 
	border-bottom: 1px;
}
.sf-menu ul a:hover {
    color: #CC0066;
}
/* this is the format for the meta on entries that shows the date */
.entry-meta {
    color:#666;
    font-size:11px;
    font-style:italic;
    line-height:18px;
}
/* this is the format for the "Comments Off" on entries */
.entry-utility {
    color:#9999FF;
    font-size:8px;
    font-style:italic;
    line-height:16px;