/*
Theme Name: CraftGadfly
Theme URI: http://brucemetcalf.com/blog/
Description: The WordPress theme for Bruce Metcalf's blog.
Author: Bill Metcalf
Author URI: #
Version: 0.1

	The CSS, XHTML and design is released under the Creative Commons
	Attribution-NonCommercial-NoDerivatives 3.0 license
	
*/

@charset "utf-8";

/* CSS Document */

/* ------------------------- Background Layout ------------------------------ */
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFC470;
	background-color: #999999;
}

#wrapper {
	background-image: url(images/home_page_background_new.jpg);
	background-position: top left;
	background-repeat: repeat-y;
	margin: 20px auto;
	padding-top: 30px;
	padding-left: 20px;
	width: 760px;
}

#container {
	width: 760px;
	background: #999999;
	margin: 0 auto;
	border: 1px solid #999999;
	text-align: left;
}

/* -----------------------------  Components ------------------------------ */
#header {
	background: #999999;  
	display: none;
} 

#content_narrow {
	margin: 0; 
	padding: 0 20px 20px 20px;
	background-color: #999999;
	float: left;
	width: 560px;
}

#content_wide {
	margin: 0; 
	padding: 0 20px 20px 20px;
	background-color: #999999;
	float: left;
	width: 720px;
}

#sidebar {
	float: right;
	width: 160px;
	background: #999999;
	padding: 30px 0 15px 0;
}

#nav_sidebar a {
	letter-spacing: 0.4em;
	line-height: 2em;
}

#footer p {
	background:#999999;
	margin: 0 0 0 20px;
	padding: 10px 0;
	border-top: solid 1px #A8A8A8;
	font-size: 80%;
	text-align: center;
}

/* -------------------------------- Typography ------------------------------*/

h1 {
	font-size: 20px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

p {
	font-size: 12px;
	padding-left: 15px;
}

ul {
	font-size: 12px;
	margin: 0;
	padding: 0 0 10px 0;
	list-style-type: none;
}

li {
}

a:link {color: #FFE0B4; text-decoration: none;}
a:visited {color: #FFE0B4; text-decoration: none;}
a:focus {color: #FFE0B4; text-decoration: none;}
a:hover {color: red; text-decoration: none;}
a:hover.current {color: #FFE0B4; text-decoration: none; cursor:default}
a:active {color: #FFE0B4; text-decoration: none;}

a.aux_nav {
	font-weight: normal;
}

a.aux_nav:link {color: #302000; text-decoration: none;}
a.aux_nav:visited {color: #302000; text-decoration: none;}
a.aux_nav:focus {color: #302000; text-decoration: none;}
a.aux_nav:hover {color: red; text-decoration: none;}
a.aux_nav:active {color: #302000; text-decoration: none;}

#footer_nav_links a {
	padding-right: 2em;
}

#sidebar_nav_links {
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ------------------------------- From Wordpress default style.css ---------------------------------- */


.center {
	text-align: center;
}

small {
	font-size: 11px;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
}

#page_title {
	color: #FFC470;
	font-size: 24px;
	font-weight: bolder;
	padding: 10px 0;
	text-align: center;
}

.the_time {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}

.title {
	font-size: 14px;
	font-weight: bolder;
}

.author {
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}

.entry {
}

.postmetadata {
	clear: both;
	font-size: 10px;
	text-align: center;
}

.search {
	font-size: 12px;
}

.hidden {
	display: none;
}

#credits p{
	padding-top: 10px;
	font-size: 10px;
}

.register {
	position: relative;
	top: -4px;
}

.rss {
	position: relative;
	top: -4px;
}

#comments {
	margin: 0;
	border-bottom: solid 1px #FFC470;
}

#respond {
	border-bottom: solid 1px #FFC470;
}

.commentlist li {
	padding: 10px 0 0 0;
	border-bottom: solid 1px #A8A8A8;
}

