/*
Theme Name: GC2008
Theme URI: http://www.bic-church.org
Description: Based on Default theme, special made for General Conference.
Version: 1.6
Author: Nate Bridi
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/


body {
	background:#F0E7DA;
	margin:150px 0 0 50px;
	background-image:url('images/gc_blog_header.jpg');
	background-repeat:no-repeat;
	}
	
#header {
	position:absolute;
	left:50px;
	top:20px;
	height:110px;
	width:500px;
	}
	
#page {
	background:#FFF;
	width:90%;
	float:left;
	}
	
#content {
	padding:10px;
	width:auto;
	border-right:2px solid #F0E7DA;
	margin-right:280px;
	float:left;
	}
	
#page a {
	text-decoration:none;
	color:#0099FF;
	}
	
#page a:hover {
	color:#FF9900;
	}
	
#sidebar {
	float:right;
	text-align:left;
	width:280px;
	margin-left:-280px;
	padding-top:20px;
	font-size:11px;
	font-family:Helvetica, Arial, sans-serif;
	}
	
#sidebar ul {
	list-style:none;
	padding-left:0px;
	line-height:1.5em;
	}

#sidebar h2 {
	color:#333333;
	font-size:14px;
	padding-left:5px;
	}

#sidebar p {
	padding-left:5px;
	}
	
#sidebar a {
	font-size:13px;
	}
	
.post {
	padding:5px;
	margin:10px 0 10px 0;
	border-bottom:1px solid #DDD;
	}
	
.post h2, .post h2 a {
	color:#0099FF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	}
	
.post h2 a:hover {
	color:#FF9900;
	}
	
.entry {
	padding-right:10px;
	}
	
.entry p {
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
	font-size:11px;
	line-height:1.5em;
	}
	
.postmetadata {
	font-family:Helvetica, Arial, sans-serif;
	font-size:11px;
	color:#666666;
	}
	
.navigation {
	font-family:Helvetica, Arial, sans-serif;
	border-bottom:1px solid #F0E7DA;
	}

#footer {
	padding:15px;
	}

#footer p {
	font-family:Helvetica, Arial, sans-serif;
	color:#666666;
	font-size:11px;
	}
	
#commentform {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	}
	
h3 {
	font-family:Helvetica, Arial, sans-serif;
	color:#9E232A;
	font-size:14px;
	}
