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

html, body {
	background: #3f4a4a;
}

body, input, textarea {
	font-family: helvetica, arial, sans-serif;
}

#wrapper {
	width: 960px;
	margin: 0 auto;
	background: #fff;
}

/* header */
#header {
	height: 366px;
	background: url(images/header-about.jpg) no-repeat;
}

#header.blog {
	background: url(images/header-blog.jpg) no-repeat;
}

#header.donate {
	background: url(images/header-donate.jpg) no-repeat;
}

#header.photos {
	background: url(images/header-photos.jpg) no-repeat;
}

#header.watch {
	background: url(images/header-watch.jpg) no-repeat;
}

#branding {
	width: 960px;
	padding: 0;
}

#access {
	border-bottom: 0;
	height: auto;
}

#blog-title a {
	background: none;
	display:block;
	text-indent:-9000px;
	width: 960px;
	height: 366px;
}

#blog-description {
	display: none;
}

.menu {
	display: none;
}


/* main */
#main {
	padding-top: 47px;
	background: #555e5d url(images/bg-content.jpg) repeat-x;
	border-top: 18px solid #121515;
	color: #fff;
	font-family: helvetica, arial, sans-serif;
}

#container {
	width: 775px;
}

#containerNav {
	float: left;
	display: inline-block;
	width: 281px;
	margin-left: 49px;
	margin-right: 35px;
}

#containerNav p {
	padding-top: 15px;
	color: #aaafae;
	font-size: 12px;
}

#containerNav a {
	text-decoration: none;
}

#containerNav a.about {
	display: inline-block;
	width: 281px;
	height: 70px;
	background: transparent url(images/nav-about-tall.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#containerNav a.blog {
	display: inline-block;
	width: 281px;
	height: 70px;
	background: transparent url(images/nav-blog-tall.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#containerNav a.donate {
	display: inline-block;
	width: 281px;
	height: 70px;
	background: transparent url(images/nav-donate-tall.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#containerNav a.photos {
	display: inline-block;
	width: 281px;
	height: 70px;
	background: transparent url(images/nav-photos-tall.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#containerNav a.watch {
	display: inline-block;
	width: 281px;
	height: 70px;
	background: transparent url(images/nav-watch-tall.gif) no-repeat 0 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
}

#containerNav a:hover,
#containerNav a:active,
#containerNav.about a.about,
#containerNav.blog a.blog,
#containerNav.donate a.donate,
#containerNav.photos a.photos,
#containerNav.watch a.watch
{
	background-position: 0 -70px;
}

#containerNav .navInner {
	position: absolute;
	left: -5000px;	
}

#content {
	width: 410px;
	margin: 0;
	float: left;
}

#content a {
	color: #bdbc9d;
	text-decoration: none;
}

#content a:hover,
#content a:active {
	text-decoration: underline;
}

.entry-title {
	font-size: 40px;
	line-height: 40px;
	font-weight: normal;
}

.entry-content h3 {
	padding: 0 0 15px 0;
	font-size: 28px;
	line-height: 28px;
	font-style: normal;
	font-weight: normal;
}

h1.page-title {
	display: none;
}

.entry-meta,
.entry-utility {
	color: #ccc;
	font-style: normal;
}

.entry-utility a {
	font-style: normal;
}

.navigation a {
	font-style: normal;
}

#comments-list .comment-meta a {
	font-style: normal;
}

.comment-content {
	color: #333;
}

.comment-reply-link {
	color: #333;
}

.comment-reply-link a {
	font-style: normal;
}

.fn {
	color: #333;
}

#comments-list li.bypostauthor {
	background: #e8eeed;
}

#respond {
	padding-left: 18px;
	padding-right: 18px;
	color: #333;
}

.form-submit {
	padding-bottom: 18px;
}

#primary {
	padding: 0;
	border: none;
}

.aside {
	right: 0px;
	width: 160px;
	font-family: helvetica, arial, sans-serif;
	color: #fff;
}

.aside a {
	color: #bdbc9d;
	text-decoration: none;
}

.aside a:hover,
.aside a:active {
	text-decoration: underline;
	color: #bdbc9d;
}

.aside h3.widgettitle {
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
}

.aside p {
	font-size: 14px;
	line-height: 19px;
}

.main-aside ul {
	padding: 0;
}

.main-aside ul ul {
	margin-left: 0;
	list-style-type: none;
}

.aside input#s {
	width: 150px;
	font-family: helvetica, arial, sans-serif;
	font-size: 11px;
	line-height: 14px;
}

/* footer */
#footer {
	border-top: none;
	margin-top: 0;
}

.entry-content .ngg-album {
	margin-bottom: 30px;
	padding: 0;
	border: none;
}

.entry-content .ngg-album .ngg-albumtitle,
.entry-content .ngg-galleryoverview .ngg-albumtitle {
	font-weight: normal;
}
