/*  
Theme Name: Lemon Twist
Theme URI: http://www.farfromfearless.com/
Description: This theme is based on my original theme - <a href="http://www.farfromfearless.com/2007/12/14/fff-lemon-twist-wordpress-theme-v15-released-for-download/">Lemon Lime</a>.
Version: 2.0.36
Author: Chris Murphy
Author URI: http://www.farfromfearless.com/

	Lemon Twist v2.0.36
	 http://www.farfromfearless.com/2007/12/14/fff-lemon-twist-wordpress-theme-v15-released-for-download/

	This theme was designed and built by Chris Murphy,
	whose blog you will find at http://www.farfromfearless.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Global Styles
---------------------------------------------------------- */

body {
	margin: 0; padding: 0;
	background: #405a00 url("includes/images2/bg.gif") repeat fixed left;
	font-family:'Lucida Grande', 'Lucida Sans Unicode', Helvetica, Verdana, Arial, Tahoma, sans-serif;
	color: #39444d;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-family: 'Georgia', Times, Serif;
}

a {
	text-decoration: none;
	color: #CB4200;
}

/* Generic formatting classes
---------------------------------------------------------- */
.ostar {
	color: #fe8407;
	font-weight: bold;
}

/* Generic links */
.textlink {
	margin: 0; padding: 0 10px 2px 18px;
	background: url("includes/images/link_arrow_dark.png") no-repeat 5px 50%;
	background-color: #d8e1e9;
	text-decoration: none;
	color: #39444d;
	border: none;
}

.textlink:hover {
	color: #d8e1e9;
	background: url("includes/images/link_arrow_white.png") no-repeat 5px 50%;
	background-color: #5c748b;
}

/* Links with images */
.imagelink {
	margin: 0; padding: 0;
	border: none;
	background: none;
	text-decoration: none;
	color: #39444d;
}

.imagelink:hover {
	background: none;
}

/* Page Titles */
.page-title {
	margin: 0 0 20px 0;
	font-size: 2.1em;
	line-height: 1.25em;
}

/* Base Class */
.listing, .wp-tag-cloud {
	list-style:none;
	margin: 0; padding: 0;
	position: relative;
	color: #000;
}

.listing li, .wp-tag-cloud li {
	list-style:none;
	margin: 0; padding: 1px 0 1px 0;
	/* drawing a border that is the same color as the background is a cheap
	workaround for the doublepadding bu in IE 6.
	NOTE: for some reason setting 0px as the border width still renders 
	the border invisibly but also fixes the padding bug;
	*/
	border: 0 solid #688A02;
}

.listing li a {
	display: block;
}

.wp-tag-cloud li {
	margin-left:20px;
}
.wp-tag-cloud li a:hover{
	text-decoration:underline;
}
/* Basic */
.listing.basic {
	margin: 0 10px 0 10px; padding: 5px 0 0 0;
}

.listing.basic li {
	/* defined at ".listing li" */
}

.listing.basic li a {
	margin: 0; padding: 5px 0 5px 35px;
/*	background: url("includes/images/icon_categories_default.png") no-repeat 10px 50%; */
	background: url("includes/images2/list-bg.gif") no-repeat 10px 50%;
/*	color: #ffffff; */
	color: #000;
	clear: both;
}
.listing.basic li a:hover {
/*	background: url("includes/images/icon_categories_over.png") no-repeat left 50%; */
	background: url("includes/images2/list-over.gif") no-repeat left 50%;
}

/* Summary */
.listing.summary {
	padding: 0;
}

.listing.summary li {
	padding: 0;
	border-bottom: 1px solid #779900;
}

.listing.summary li a {
	padding: 15px 20px 15px 20px;
	display: block;
}

.listing.summary li a span {
	display: inline;
}

.listing.summary li a span.heading {
	display: block;
	margin: 0 0 5px 0; padding: 0 0 0 15px;
	background: url("includes/images/icon_categories_default.png") no-repeat left 2px;
	/*color: #ffffff;*/
	color: #000;
	clear: both;
}

.listing.summary li a span.meta {
	display: block;
	margin: 0 0 5px 0;
/*	color: #c6e84e; */
	color: #555;
	font-weight: bold;
	font-size: .85em;
}

.listing.summary li a span.excerpt {
	/*color: #c6e84e;*/
	color: #555;
	font-size: .85em;
}

.listing.summary li a:hover {
	background: url("includes/images/list_bg.png") repeat-x left top;
}

.listing.summary li a:hover span.heading {
	background: url("includes/images/icon_document_white.png") no-repeat left 2px;
}

.listing.summary li a:hover span.meta {
/*	color: #ffffff; */
	color: #000;

}

.listing.summary li a:hover span.excerpt {
/*	color: #ffffff; */
	color: #555;
}

/* Commentors */
.listing.commentors {
	padding: 0;
}

.listing.commentors li {
	padding: 0;
	border-bottom: 1px solid #779900;
	clear: both;
}

.listing.commentors li a {
	padding: 15px 20px 15px 20px;
	display: block;
}

.listing.commentors li a span {
	display: inline;
}

.listing.commentors li a img.gravatar {
	display: inline;
	float: left;
	margin: 0 10px 0 0; padding: 0;
	border: 4px solid #779900;
}

.listing.commentors li a span.heading {
	display: block;
	margin: 0 0 5px 0; padding: 0 0 0 15px;
	font-weight: bold;
/*	color: #ffffff; */
	color: #000;
	clear: right;
}

.listing.commentors li a span.meta {
	margin: 0 0 5px 0;
/*	color: #c6e84e; */
	color: #555;
	font-size: .85em;
	clear: right;
}

.listing.commentors li a span.excerpt {
	color: #c6e84e;
	font-size: .85em;
}

.listing.commentors li a:hover {
	background: url("includes/images/list_bg.png") repeat-x left top;
}

.listing.commentors li a:hover .gravatar {
	border: 4px solid #ffffff;
}

.listing.commentors li a:hover span.meta {
/*	color: #ffffff; */
	color: #000;
}

.listing.commentors li a:hover span.excerpt {
/*	color: #ffffff; */
	color: #000;
}

/* RSS feeds */
.listing.feeds {
	margin: 0 10px 0 10px; padding: 5px 0 0 0;
}

.listing.feeds li {
	/* defined at ".listing li" */
}

.listing.feeds li a {
	margin: 0; padding: 5px 0 5px 35px;
	background: url("includes/images/rss_icon.png") no-repeat 10px 50%;
/*	color: #ffffff;*/
	color: #000;
	clear: both;
}

.listing.feeds li a:hover {
	margin: 0; padding: 5px 0 5px 35px;
	background: url("includes/images/icon_rss_over.png") no-repeat left 50%;
}


/* Layout
---------------------------------------------------------- */
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
	visibility: hidden;
	margin: 0;
}

.container {
	display: block;
	width: 100%;
	margin: auto;
}

.left {
	display: inline; float: left;
}

.right {
	display: inline; float: right;
}

.column {
	display: inline;
}

/* Wrapper */
#main-body {
	background: url("includes/images2/bg-top.gif") repeat-x center top;
}

/* Header */
#main-header {
	margin: auto;
	width: 960px; height: 120px;
	position: relative;
	background: url("includes/images2/bg-header.gif") no-repeat center top;
}

#main-header #logo {
/*	display: inline; float: left; */
	margin: 0 0 0 10px; padding: 0;
	position: absolute;
	top: 0px; left: 0px;
/*	width: 376px; height: 98px;
	top:15px;
	background: url("includes/images/logo.png") no-repeat left top; */
	text-indent: -9999px;
	overflow: hidden;
}

/* Navigation
---------------------------------------------------------- */
#global-nav {
	display: block; float: right;
	margin: 0; padding:0;

}

#global-nav ul {
	margin: 47px 0 0 0; padding: 0;
}

#global-nav li {
	list-style:none;
	font-size: 12px;
}

#global-nav .page_item {
	float:left;
	margin: 0; padding: 0 0 0 45px;
	background: url("includes/images2/nav-left.gif") no-repeat left top;
	/* testing
	border: 1px dotted pink; */
}

#global-nav .current_page_item {
	margin: 0; padding: 0 0 0 45px;
	background: url("includes/images2/nav-current-left.gif") no-repeat left top;
	/* testing
	border: 1px dotted pink; */
}

#global-nav .current_page_item a {
	margin: 0; padding: 22px 30px 8px 0px;
	background: url("includes/images2/nav-current-right.gif") no-repeat right top;
	color: #3f6000;
	font-weight: bold;
}

#global-nav .current_page_item a:hover {
	margin: 0; padding: 22px 30px 8px 0px;
	background: url("includes/images2/nav-current-right.gif") no-repeat right top;
	color: #3f6000;
	font-weight: bold;
	text-decoration: none;
}

#global-nav a {
	display: block;
	margin: 0; padding: 22px 30px 8px 0px;
	background: url("includes/images2/nav-right.gif") no-repeat right top;
	color: #fff;
	text-indent:-20px;
	text-decoration: none;
	text-transform:lowercase;
	font-style:Verdana;
	font-weight:bold;
	border-bottom: 0;
	/* testing
	border: 1px dotted pink; */
}

#global-nav a:hover {
	color: #ffffff;
	text-decoration: underline;
}

#global-nav .page-item-29 {
	margin-top:-15px;
	padding-top:14px;
	background: url("includes/images2/bgtabsun.gif") no-repeat left top;
}
#global-nav .page-item-29 a,#global-nav .page-item-29 a:hover {
	padding-right:35px;
	text-indent:-20px;
	background:none;
}


/* Author Block
---------------------------------------------------------- */
#author-block {
	display: block;
	margin: 20px 0 40px 0; padding: 0;
	height: 80px;
/*	background: url("includes/images/author.png") no-repeat left; */
}

#author-block img.avatar, #author-block img.photo {
	float:left;
}	

#author-block #author-block-dialog {
	display: block;
	margin: 0; padding: 0;
	width: 466px; height: 75px;
	background: url("includes/images/dialogbase.png") no-repeat left;
}

#author-block #author-block-dialog p {
	margin: 10px 10px 0 0; padding: 0;
	width: 420px;
}

#author-block #author-block-dialog p.generic-text {
	font-size: .9em;
	line-height: 1.45em;
}

#author-block #author-block-dialog p.postmetadata-alt {
	margin: 10px 10px 0; padding: 0;
	width: 420px;	
	font-size: .8em;
	line-height: 1.6em;
}

/* Main Content
---------------------------------------------------------- */
#main-upper-content {
	/* testing 
	border: 1px dotted pink;*/
}

.content-bg {
	margin: auto;
	width: 960px;
/*	background: url("includes/images/frame_body.png") repeat top; */
	background-color: #ffffff;
}

/* Box Class
---------------------------------------------------------- */
.boxborder {
	border: 1px dotted pink;
}

.box {
	display: block;
	float: left;
	overflow: hidden;
	margin: 0;
}

.box-title {
	display: block;
	margin: 0; padding: 16px 0 0 40px;
	height: 25px;
/*	font-family: 'Helvetica', Tahoma,Lucida Grande,Verdana,Aria,Sans-Serif; */
	font-family: Verdana,'Georgia', Times, Serif;
	font-size: .9em;
	font-weight: bold;
	/*color: #ffffff;*/  color: #5a9340;
	position: relative;
}

.box-top {
	display: block;
	margin: 0; padding: 0;
}

.box-body {
	display: block;
	background-color:#DCE4A4;
/*	color: #ffffff; */
	color: #000;
	margin: 0; padding: 0 0 1px 0;
}
.box-bottom {
	display: block;
	margin: 0 0 10px 0; padding: 0 0 1px 0;
	height: 19px;
}

/* Box Sizing */
.box.one-col {
	width: 290px;
}

.one-col .box-top {
	background: url("includes/images2/1col-box-top.gif") no-repeat left top;
}

.one-col .box-bottom {
	background: transparent url("includes/images2/1col-box-bottom.gif") no-repeat left top;
}

.box.two-col {
	width: 601px;
}

.two-col .box-top {
	background: transparent url("includes/images/2col_box_top.png") no-repeat left top;
}

.two-col .box-bottom {
	background: transparent url("includes/images/2col_box_bottom.png") no-repeat left top;
}

.box.three-col {
	width: 912px;
}

.three-col .box-top {
	background: transparent url("includes/images2/3col-box-top.gif") no-repeat left top;
}

.three-col .box-bottom {
	background: transparent url("includes/images2/3col-box-bottom.gif") no-repeat left top;
}

/* Box Toggle */
.toggle {
	position: absolute;
	top: 5px; right: 5px;
	width: 20px; height: 20px;
	text-align: center;
	text-indent: -9999px;
	overflow: hidden;
}

.toggle.open {
	background: transparent url("includes/images/toggle_open.png") no-repeat 50% 50%;
}

.toggle.close {
	background: transparent url("includes/images/toggle_close.png") no-repeat 50% 50%;
}

#login {
	width:290px;
	height:230px;
	background: #fff url("includes/images2/chalkboard.gif") no-repeat top left;
}
#login-body {
	margin-top:25px;
	margin-left:40px;
	font-weight:bold;
}
#loginform input {
	padding-bottom:10px;
}
.loginlist {
	margin-left:0;
}
.loginlist li {
	list-style-type:none;
	padding-bottom:10px;
}
.loginlist li a {
	color:#fff;
}
.loginlist li a:hover {
	text-decoration:underline;
}
#register-box {
	background:url("includes/images2/Registerk12.png") no-repeat top left;
	width:290px;
	height:107px;
	margin-bottom:8px;
	text-align:center;
	overflow:hidden;
	position:relative;
}
#register-button {
	margin-top:55px;
	font-size:25px;
}
/* Columns - Left
---------------------------------------------------------- */
#column-left {
	margin: 0 25px 0 55px;
	width: 541px;
	/*deal with the overflow*/
	overflow: hidden;
}


/* Columns - Right
---------------------------------------------------------- */
#column-right {
	margin: 0 25px 0 0;
	width: 290px;
	/* testing
	border: 1px dotted pink; */
}

/* Right Column Content
---------------------------------------------------------- */
/* Search Form */
#search #searchform {
	display: block;
	margin: 0; padding: 15px 15px 1px 15px;
	
}
#search #searchform p {
	margin: 0;
}

#search #s {
	margin: 0 5px 0 0;
	width: 70%;
}

#search #searchsubmit {
	width: 25%;
	/*
	float: right;
	clear: both;
	*/
}

/* Lower Content
---------------------------------------------------------- */
#frame-grass {
	margin: auto;
	width: 960px; height: 153px;
/*	background: url("includes/images/frame_grass.png") no-repeat bottom; */
	background: url("includes/images2/frame-grass.gif") no-repeat bottom;
	clear: both;
}

#main-lower-content {
	display: block;
	margin: auto; padding: 0 10px 0 10px;
	width: 940px;
/*	background: #435d01 url("includes/images/frame_lowercontent.png") repeat-x top; */
	background-color:#799B03;
}

#main-lower-content #column-container {
	margin: auto; padding: 0;
}

#column-container .box {
	padding: 0 10px 0 10px;
}

.lower-content-title {
	display: block;
	margin: 0 0 30px 10px; padding: 0;
	font-size: 1.7em;
	font-weight: normal;
	color: #ffffff;
}


/* Flickr
---------------------------------------------------------- */
#flickr {
	display: block;
	margin: 1px 5px 1px 5px; padding: 0;
}

#flickr a img {
	display: inline; float: left;
	margin:  10px 10px 0 10px; padding: 0;
	border: 1px solid #779900;
}

#flickr a:hover img {
	border: 1px solid #ffffff;
}


/* Main Footer
---------------------------------------------------------- */
#main-footer {
	padding: 0;
	width: 960px; height: 100px;
/*	background: url("includes/images/frame_footer.png") no-repeat top; */
	background-color:#799B03;
}

#main-footer #disclaimer {
	margin: auto; padding: 35px 0 0 0;
	width: 870px;
	color: #ffffff;
	clear: both;
}

#main-footer #disclaimer p {
	font-size: .9em;
	line-height: 1.5em;
}

#main-footer #disclaimer strong {
	font-weight: bold; 
}

/* Copyright
---------------------------------------------------------- */
#main-copyright {
	padding: 18px 0 150px 0;
	width: 972px; height: 41px;
	background: transparent url("includes/images2/frame-copyright.gif") no-repeat top;
	color: #ffffff;
	font-size: .85em;
}

#main-copyright ul {
	margin: 0 20px 0 20px; padding: 0;
}

#main-copyright li {
	list-style: none;
	margin: 0; padding: 0 10px 0 15px;
	background: transparent url("includes/images/link_arrow.png") no-repeat left 50%;
}

#main-copyright #legal{
	background: none;
}

#main-copyright a {
	color: #ffffff;
	text-decoration: none;
}

#main-copyright a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Miscellaneous */
table.ec3_schedule td {
	border:0;
}
#login .box-body p, #login .box-body form{
	padding:20px 20px 0px 20px;
}
#login .box-body input{
	margin-top:5px;
	margin-bottom:5px;
}
#profilephoto {
	margin-left:15px;
	margin-bottom:15px;
	float:right;
}
p.activate {
	color:red;
	margin-bottom:20px;
}
.post-ratings {
	padding-bottom:15px;
}
.meta-bottom li.email a {
	line-height:20px;
}
#tagcloud {
	margin-left:20px;
	margin-right:20px;
}
#tagcloud a:hover {
	text-decoration:underline;
}