/*  
Theme Name: Truffles for Breakfast
Theme URI: http://trufflesforbreakfast.com/
Description: Truffles for Breakfast theme
Version: 1.0
Author: Joe Kissell
Author URI: http://alt.cc/jk/
*/


/* COLORS
	#A72F00;	TFB vivid brown
	#382119;	TFB dk brown
	#965843;	TFB med brown
	#2C3198;	TFB blue
	#F9E2B2;	TFB background tan
	#BDAFA8;	TFB sidebar brownish gray
*/


/* General Styles */

body {
    padding: 0;
    margin: 0;
	color: #382119;							/* TFB dk brown */
	background-color: #F9E2B2;				/* TFB background tan */
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
}

#page {
	margin-top: 1em;
	margin-bottom: 2em;
    margin-left: 2em;
    margin-right: 2em;
    background-color: transparent;
}

h1, h2, h3, h4 {
	font-family: Arial, "Lucida Grande", Verdana, Helvetica, Geneva, sans-serif;
}

h1 {
	margin-top: -.3em;
	margin-bottom: -.5em;
	font-size: 1.3em;
}
	
h1 a:link, h1 a:active, h1 a:visited {
	color: #A72F00;							/* TFB vivid brown */
	background-color: transparent;
	text-decoration: none;
}

h1 a:hover {
	color: #965843;							/* TFB med brown */
	background-color: #DDDDDD;				/* light gray */
	text-decoration: none;
}

h3 {
	font-size: 1em;
	margin-top: 1.2em;
	margin-bottom: -.5em;
	padding-bottom: 0;
}

a:link, a:active {
	color: #965843;							/* TFB med brown */
	background-color: transparent;
    text-decoration: underline;
}

a:visited {
	color: #888888;							/* med gray */
	background-color: transparent;
    text-decoration: none;
}

a:hover {
	color: #382119;							/* TFB dk brown */
	background-color: #DDDDDD;				/* light gray */
}

/* End General Styles */


/* Header Styles */

#header {
    background: transparent;
	margin: 32px 0 32px 16px;
    font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	float: left;
	margin-right: 226px;
}

#header .title {
	margin-top: -.3em;
	margin-bottom: -.2em;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 40px;
	font-weight: bold;
}

#header .title a:link, #header .title a:active, #header .title a:visited {
	color: #2C3198;							/* TFB blue */
	background-color: transparent;
	text-decoration: none;
}

#header .title a:hover {
	color: #965843;							/* TFB med brown */
}

#header #blurb {
	margin-top: .5em;
	font-size: .9em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-style: italic;
}

#hmenu {
	margin-top: 24px;
}

#hnav {
	color: #A72F00;						/* TFB vivid brown */
	font-size: .9em;
	font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	font-weight: bold;
	line-height: 26px;
}

#hnav #links {
	float: left;
}

#hnav a {
	color: #2C3198;						/* TFB blue */
	text-decoration: none;
	background-color: #EEEEEE;
	border: 1px solid #BBBBBB;
	padding: 4px;
}

#hnav a:hover {
	background-color: #BDAFA8;
}

/* End Header Styles */


/* Mainbar Styles */

#content {
	clear: both;
	margin-right: 226px;
	background-color: #FFFFFF; 			/* white */
	padding: 5px 10px 10px 10px;
	border: 1px solid #965843;			/* TFB med brown */
	font-size: .9em;
} 

#content .ad_right {
	float: right; margin-left: 10px; margin-bottom: 10px;
}

#content .ad_left {
	float: left; margin-right: 10px; margin-bottom: 10px;
}

#content .ad_inline {
	margin-top: 10px; margin-bottom: 10px;
}

#content p, #content ul, #content ol {
	line-height: 1.4em;
}

#content p.metadata {
    font-size: .8em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
	font-weight: bold;
}

#content p.metadata a {
	font-weight: normal;
}

.article {
	clear: both;
}

.date {
	color: #2C3198;							/* TFB blue */
	background-color: transparent;
	font-size: .9em;
	font-weight: bold;
	padding-top: .8em;
}
	
hr {
	height: 1px;
	width: 50%;
	background: #382119;					/* TFB dk brown */
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

#ls_related {
	color: inherit;
	background: #EEEEEE; 					/* light gray */
	padding-top: .1em;
	padding-bottom: .1em;
	padding-left: 1em;
	padding-right: 1em;
	font-size: .9em;
	line-height: 1em;
	margin-top: .5em;
	margin-bottom: 1em;
} 

#ls_related h3, #ls_related p, #ls_related ul {
	margin-top: .5em;
	margin-bottom: .5em;
}

blockquote {
	border-left: 3px solid gray;
	padding-left: .5em;
	color: #333333;							/* darker gray */
	background color: transparent;
}

.navigation {
	margin-top: 25px;
	margin-bottom: 0;
	clear: both;
}

/* End Mainbar Styles */


/* Begin Sidebar Styles */

#sidebar { 
	width: 180px; 
	position: absolute;
	top: 1em;
	right: 2em;
	background-color: #BDAFA8;				/* TFB sidebar brownish gray */
    text-align: left;
    padding: 16px;
	list-style-type: none;
    font-size: .75em;
	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Geneva, sans-serif;
} 

#sidebar ul li {
	margin-top: 0;
	margin-bottom: 0;
    line-height: 160%;
    font-weight: bold;
    border-top: 1px solid #382119;			/* TFB dk brown */
}

#sidebar ul {
	padding-left: 0;
	margin: 0;
}

#sidebar ul li {
	line-height: 17px;
	font-weight: normal;
	list-style-type: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-left: 5px;
}

#sidebar ul li ul {
	margin-top: 4px;
}

#sidebar ul li ul li {
	margin-left: 9px;
	line-height: 130%;
}

#sidebar h2 {
    line-height: 170%;
    margin-top: .5em;
	margin-bottom: 0;
    padding-top: 5px;
    font-weight: bold;
    font-size: 10pt;
}

#sidebar li a {
	color: #2C3198;							/* TFB blue */
	background-color: transparent;
	text-decoration: none;
}

#sidebar h2 a {
	color: #A72F00;							/* TFB vivid brown */
	background-color: transparent;
	text-decoration: none;
}

#sidebar a:hover {
	color: #382119;							/* TFB dk brown */
    background-color: #CCCCCC;				/* med gray */
}

#sidebar form {
	margin-top: 0;
	margin-bottom: 3px;
	margin-left: 5px;
}

.separator {
	text-align: center;
	font-size: 1em;
	color: #382119;							/* TFB dk brown */
	background-color: transparent;
	letter-spacing: .2em;
}

/* End Sidebar Styles */


#footer { 
    text-align: center;
    background-color: white;
	margin: 0; 
	margin-right: 226px;
	padding-top: 5px;
	padding-bottom: 5px;
	clear: both; 
} 

.copyright {
	font-size: .8em;
}
