/*
Theme Name: Flavour (modified by Jeremy Glover)
Theme URI: http://www.freewpthemes.net/preview/flavour
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.jeremyglover.com/blog/
Tags: dark, fixed width, two columns, widgets
*/

body {
	margin: 0;
	/*background: url(images/img01.jpg) repeat-x left top;*/
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #787878;
}

h1, h2, h3 {
	margin: 0;
	/* text-transform: uppercase; */
	/* letter-spacing: .15em; */
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 1.8em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: none;
	color: #C0BFBF;
}

a:hover {
	/* background: none; */
}

hr {
	display: none;
}

/* Header */

#header {
	width: 920px;
	height: 172px;
	margin: 0 auto;
}

/* Logo */

#logo {
	float: left;
	width: 610px;
	padding-top:15px;
}

#logo h1 {
	padding-top: 45px;
	font-size: 2.4em;	
	font-family:Arial, Helvetica, sans-serif;
	letter-spacing:normal;
	text-transform:none;
}

#logo p {
	margin:0;
	font: 1.5em Arial, Helvetica, sans-serif;
	color:#00693E;
} 

#logo a {
	background: none;
	text-decoration: none;
	color: #00693E;
}

/* Search */

#search {
	float: right;
	width: 225px;
	padding-top: 16px;
	color:#676767;
}

#search form {
	width: 230px;
	height: 50px;
	margin: 0;
	padding: 50px 0 0 10px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	border: none;
	text-transform: lowercase;
	border: 1px #8DBC4A solid;
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #676767;
}

#search-submit
{
	border:1px solid #8DBC4A;
	background-color:#FFFFFF;
	height:23px;
	width:40px;
	color:#7A7A7A;
	font-size:10pt;
	font-weight:bold;
}

#search_field_label
{
	font-size:1.2em;
	font-weight:bold;
}

/* Menu */

#menu_wrapper
{
	width:100%;
	background-color:#00693E;
	background-image:url(images/top_menu_gradient.png);
	background-repeat:repeat-x;
	height:37px;
}

#menu {
	width: 920px;
	margin: 0 auto;
	padding:10px;
	font-size:1em;
	font-weight:bold;
}

#menu ul {
	margin: 0;
	margin-right: 30px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	float: left;
}

#menu a {
	margin-right: 25px;
	/* padding: 5px 20px 5px 20px; */
	padding:5px;
	text-transform: uppercase;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	/* font-size: 11px; */
	/* font-weight: normal; */
	color: #FFFFFF;
}

/*
#menu a:hover, #menu .current_page_item a {
	background: #566316;
	color: #FFFFFF;
}
*/

#menu a:hover {
	text-decoration: underline;
}

/* Page */

#page {
	width: 920px;
	margin: 0 auto;
	padding-top: 15px;
}

/* Content */

#content {
	float: left;
	width: 630px;
}

#content a:link, #content a:visited
{
	color:#00693e;
}

#content a:hover
{
	color:#669966;
}

.post {
	background: url(images/img03.jpg) no-repeat left top;
}

.post .title {
	padding: 15px 0 5px 20px;
	color: #5C5C5C;
}

.post .title a {
	/* background: none; */
	color: #5C5C5C;
}

.post .meta {
	padding: 2px 20px;
	border-top: 1px dashed #D2D4C9;
	border-bottom: 1px dashed #D2D4C9;
	text-transform: uppercase;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.post .entry {
	padding: 20px 20px;
	/* text-align: justify; */
}

/* Sidebar */

#sidebar {
	float: right;
	width: 260px;
	border-bottom: 1px dashed #D2D4C9;
	color: #787878;
	line-height:normal;
}

#sidebar img
{
	border:0px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:normal;
}

#sidebar li {
}

#sidebar li ul {
	padding: 20px;
	padding-top:10px;
}

#sidebar li li {
	/* line-height: 35px; */
	background: url(images/img05.jpg) no-repeat left center;
	border-bottom: 1px dashed #D2D4C9;
	padding-left: 15px;
	padding-top:5px;
	padding-bottom:5px;
}

#sidebar h2 {
	padding: 5px 10px;
	background: #00693E url(images/side_menu_gradient.jpg) repeat-x left top;
	/* letter-spacing: -.5px; */
	font-size: 1.2em;
	color: #FFFFFF;
}

#sidebar p {
	padding: 20px;
}

#sidebar a {
	color: #787878;
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer_wrapper
{
	min-width:920px;
	width:100%;
	background: #00693E url(images/footer_gradient.jpg) left top repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
}

#footer {
	padding: 30px 30px 10px 30px;
	margin: 0 auto;
}

#footer h3
{
	font-size:1.5em;
}

#footer ul
{
	margin:0;
	padding:0;
	list-style-type:none;
}

#footer p {
	margin: 0;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
}

#footer a {
	color: #FFFFFF;
}

#footer a:hover
{
	text-decoration:underline;
}

/**
 * Begin Jeremy's Additions
 * 
 */

.alignright
{
	margin-left:30px;
	margin-bottom:30px;
	float:right;
}

.alignleft
{
	margin-right:30px;
	margin-bottom:30px;
	float:left;
}

#bottom_sidebar_wrapper
{
    text-align:left;
}

#bottom_sidebar_wrapper .widget
{
	min-width:150px;
	max-width:350px;
}

#crosslink
{
	text-align: right;
	font-size: 16px;
	color: #0c4d0a;
	font-weight: bold;
}

#crosslink a
{
	color: #0c4d0a;
	text-decoration: underline;
}

#flickr_wrapper
{
	padding:10px;
	padding-bottom:20px;
}

#flickr_wrapper img
{
	padding:2px;
}

.hiddenstuff
{
	display:none;
	color:#676767;
	font-size:0.8em;
}

#people_to_know_widget
{
	padding:10px;
}

sup
{
    font-size:5px; vertical-align:top;
}

.youtube_list
{
	/* margin:-20px; */
	padding:5px;
	padding-bottom:20px;
}

.youtube_item
{
	display:inline;
	float:left;
	padding:2px;
	width:120px;
	line-height:normal;
}

.youtube_title
{
    height:34px;
	overflow:hidden;
	vertical-align:text-bottom;
}

#wrapper
{
	background:url(images/header.jpg) no-repeat top center;
}

/**
 * End Jeremy's Additions
 * 
 */

/**
 * Begin Mark's Additions
 */
.sticky
{
	padding:3px;
	padding-top:10px;
	padding-left:115px;
	padding-right:30px;
	margin-bottom:3px;
	background: #FFFFFF url(images/sticky_header.jpg) no-repeat top left;
}
.sticky h2{
	font-size: 20px;
	padding-left:35px;
}

.sticky p.meta {
	display:none;
}
.sticky .entry{
	padding-bottom:10px;
}
.sticky .content, .sticky .act a
{
	font-size:10px;
}

.quote{
	border-bottom:3px solid #eef2d7;
	padding:25px 35px 25px 35px;
}

.quote blockquote{
	padding:0;
	margin:0;
}

.quote .attribution{
	width:250px;
	padding-left:225px;
}

.quote .author{
	font-size:1.1em;
	padding-bottom:5px;	
	font-weight:bold;
}

.quote .credentials{
	font-style:italic;
}
/**
 * End Mark's Additions
 */


#content img
{
	border:0px;
}
