/*   
Theme Name: Telling Stories
Theme URI: http://tellingstoriesmusic.org
Description: Theme created exclusively for Telling Stories.
Author: Jim Casey
Author URI: http://independentcoder.com
Version: 0.9
.
Copyright 2009 Telling Stories: Music and Readings.  All rights reserved.
.
*/

body {
	background: url('images/background.gif');
	background-attachment: fixed;
	font: normal normal normal 12px Georgia, "Times New Roman", Serif;
	line-height: 20px;
	margin: 0;
}

a {
	color: #5c79cd;
}
a:hover {
	text-decoration: none;
}

.clear {
	clear: both;
}

#window {
	width: 940px;
	margin: 0 auto;
}

#logo {
	float: left;
	position: relative;
	top: 18px; left: 92px;
	margin-bottom: -276px;
	z-index: -1;
}

#sidebar {
	float: left;
	position: relative;
	top: 320px;
	width: 300px;
}

#sidebar .section {
	line-height: 15px;
	margin-bottom: 30px;
}
#sidebar .section .header {
	border-bottom: 1px solid #4a4a47;
	font: normal normal normal 1.1em Helvetica, Arial, Sans-Serif;
	margin-bottom: 5px;
}
#sidebar .section p {
	margin: 0 0 10px 0;
	text-align: justify;
}
#sidebar .section .event .title {
	font-weight: bold;
}
#sidebar .section .event .date {
	margin-bottom: 10px;
}
#sidebar .section .event .location {
	margin: 0 0 10px 20px;
}
#sidebar .section .link {
	font: normal normal normal 0.9em Helvetica, Arial, Sans-Serif;
	position: relative;
	margin-bottom: -15px;
	text-align: right;
	top: -20px;
}
#sidebar .section .link a {
	color: #000;
	text-decoration: none;
}
#sidebar .section .link a:hover {
	text-decoration: underline;
}

#menu {
	float: left;
	font-family: Helvetica, Arial, Sans-Serif;
	position: relative;
	top: 140px;
	width: 140px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	margin: 0;
}
#menu a {
	color: #000;
	text-decoration: none;
}
#menu a:hover {
	text-decoration: underline;
}

#mainWindow {
	background: #e0e0d7;
	border: 1px solid #4a4a47;
	float: left;
	margin: 40px 20px 40px 20px;
	width: 458px;
}

#mainTitle {
	background: #000;
	border-bottom: 1px solid #4a4a47;
	color: #fff;
	font: normal normal normal 1.2em Helvetica, Arial, Sans-Serif;
	height: 98px;
}
#mainTitle .title {
	position: relative;
	top: 72px; left: 20px;
}

#mainContent {
	padding: 20px;
}

/* style h1, h2 &c */
#mainContent p {
	margin: 0 0 15px 0;
	font-size: 1.1em;
	text-align: justify;
}
#mainContent h1 {
	font-size: 2.2em;
	font-weight: normal;
	line-height: 30px;
	margin: -5px 0 15px 0;
}
#mainContent h2 {
	font-size: 1.6em;
	font-weight: normal;
	line-height: 25px;
	margin: 0 0 5px 0;
}

.blogPost {
	padding-bottom: 40px;
}
.blogPost h1 a {
	color: #000;
	text-decoration: none;
}
.blogPost .author {
	text-align: right;
}
.blogPost .date {
	text-align: right;
}
.blogNavigation {
	font-family: Helvetica, Arial, Sans-Serif;
}
.blogNavigation a {
	color: #000;
	text-decoration: none;
}
.blogNnavigation a:hover {
	text-decoration: underline;
}

.calendarPost {
	padding-bottom: 40px;
}
.calendarPost h1 {
}
.calendarPost h1 a {
	color: #000;
	text-decoration: none;
}
.calendarPost .date {
	font-size: 1.1em;
	font-weight: bold;
	position: relative;
	margin-bottom: -5px;
	top: -15px;
}
.calendarPost .location {
	font-size: 1.1em;
	margin: -5px 0 0 20px;
}

#copyright {
	clear:both;
	color: #666;
	font: normal normal normal 0.8em Helvetica, Arial, Sans-Serif;
	position: relative;
	top: -36px; left: 320px;
	width: 460px;
}