/*  
Theme Name: Fay Johnson
Version: 2.0
Author: Aaron Proctor
Author URI: http://web.aaronproctor.com/

*/

html, body {
	background: #5f513e;
	}

body {
	color: #000000;
	font-family: Helvetica, Arial, Georgia, Sans-serif;
	font-size: 12px;
	text-align: center;
	margin:10px 0;
	vertical-align: top;
	}

#wrapper {
	background:#2A0E00;
	color:#eee;
	margin:0 auto;
	width: 720px;
	text-align: left;
	}

#header {
	background:#5f513e;
	color:#ffffcc;
	height:40px;
	overflow:hidden;
	}

#sidebar {
	clear:left;
	float: left;
	width: 200px;
	display: inline;
	}

#container {
	background:#fff;
	color:#000;
	float: left;
	min-height:500px;
	width: 520px;
	}
	#container p {
		font-family:Georgia;
		}
	
#footer ul li, #subfooter ul li { 
		display:inline;
		margin:0 10px 0 0;
		}

#subfooter{
	background:transparent;
	clear: both;
	font-size:90%;
	margin: 0 auto 10px;
	text-align: left;
	width: 720px;
	}
	#subfooter a { background:transparent; color:#000; }

div.gutter {
	padding:10px 20px;
	}

/* Typography */

h1 {
	font-size:3.3em;
	}
h2 {
	background:#2A0E00;
	color:#fff;
	display:inline;
	font-size:2.5em;
	font-weight:bold;
	padding:5px 20px;
	}
h3 {
	font-size:1.4em;
	}
h4 {
	font-size:1.4em;
	}
h5 {
	font-size:1.2em;
	}
	
p {
	line-height:1.5;
	margin-bottom:10px;
	}
	
strong { font-weight:bold; }
em { font-style:italic; }

small { font-size:90%; }

/* Links */

a:link, a:visited{
	text-decoration: underline;
	color: #999966;
	}

a:hover {
	background:#999966;
	color:#fff;
	}

/* Header / Latest */

#header span { float:left; }
#header ul { float:left; margin-left:20px; }
#header ul li { float:left; display:inline; }

/* Sidebar */

#sidebar #nav {
	border-bottom:4px solid #2A0E00;
	display:block;
	}
#sidebar ul { 
	background: #99cc99;
	list-style:none;
	margin:0 0 10px;
	padding:10px 17px;
	}
#sidebar ul li { margin-bottom:5px; }
#sidebar ul li, #sidebar ul li ul { padding:0; }
#sidebar ul li ul li { margin:0 0 0 10px; }
#sidebar a { color:#5f513e; font-weight:bold; }
#sidebar a:hover { color:#fff; }

#sidebar ul.widget {
	background:#2A0E00;
	color:#fff;
	}

/* Categories */

#subcategories {
	background:#eee;
	display:block;
	margin-top:10px;
	}
#subcategories li.cat-item {
	background:#2A0E00; // brown
	display:inline;
	float:left;
	margin:0 10px 10px 0;
	width:110px; //120px;
	height:60px;
	}
#subcategories li.cat-item a { 
	color:#fff;
	display:block;
	font-weight:bold;
	font-size:125%;
	padding:10px;
	width:90px;
	height:40px;
	}
#subcategories li.cat-item a:hover { 
	color:#fff;
	}
	
#breadcrumbs { 
	background:#2A0E00;
	color:#5f513e;
	height:35px;
	overflow:hidden;
	}

/* Post */

#title {
	background:#2A0E00;
	background-repeat:no-repeat;
	height:154px;
	overflow:hidden;
	}
	#title .gutter {
		margin-top:110px;
		padding-left:0;
		}
		
p.postmetadata { color:#666; }

#rss { float:right; }
#rss img { vertical-align:middle; }

/* Images */

img.alignright { float:right; margin:0 0 10px 10px; }
img.alignleft { float:left; margin:0 10px 10px; }

/* Comments */

#comments, #postcomment {
	border-top:5px solid #2A0E00;
	padding-top:10px;
	}

#comments label {
	clear: both;
	float: left;
	display: block;
	width: 8em;
	font-weight: normal;
	vertical-align: bottom;
	}
#comments input, #comments textarea {
	float:left;
	left:100px;
	margin-top:-15px;
	margin-bottom:5px;
	padding:2px;
	position:relative;
	}
	#comments input.submit {
		margin-top:5px;
		}

#comments img.avatar {
	float:right;
	margin:10px 0 10px 10px;
	}

#comments div.bubble {
	border-top:1px solid #2A0E00;
	margin-bottom:10px;
	min-height:70px;
	}
	#comments div.bubble p {
		padding:10px 0 0;
		margin:0;
		}
	#comments div.bubble blockquote {
		padding:0 0 10px;
		}