/*
Theme Name: broad_leaf2
Theme URI: http://www.smackfoo.com/themes/broadleaf/
Description: Code is poetry - foliage is greener.
Version: 1.6f 'final freddy'
Author: Brendan Borlase
Author URI: http://www.smackfoo.com

	Based on Foliage, by Derek Punsalan 
        - http://5thirtyone.com/eyecandy/
        
revisions:
  1.6f  - Final release   
  1.5a  - Fix for main column overlap and header cut off
  1.5   - Final release of broad leaf - yay! :)
  
  1.4r4 - Better time keeping in the loop - thanks to championeer
  1.4r3 - Final release candidate, incl. fixes for the loop
  1.4r2 - Release two, code cleanup in index.php and home.php
  1.4r1 - Release one, includes loop and asides handling improvements as well as code cleanup  

  1.3b2 - added options to nominate noteworthy cetegory and tag URI
  1.3b1 - fix and add some variables in home.php, data.php and footer.php
  1.3b  - clean up in tags.php to enable additional plugins if available
  1.3a  - public release. :)
  1.2b  - final internal design - pre-release code
  1.2a  - Second initial build - more bugs squashed
  1.1a  - Initial internal build
	
*/

/* =base layout
================================================= */

* {
	margin: 0;
	padding: 0;
}

h1, h2, h3, p, pre, blockquote, form, fieldset, ul {
  margin: 1em 0;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
	text-transform: lowercase;
	letter-spacing: -1px;
	color: #f0f0f0;
	}

h1 {font-size: 2em;}
h2 {font-size: 1.9em;}
h3 {font-size: 1.6em;}

.entry strong, #bottom strong {
	color: #efb;
	}

a {text-decoration: none;}
a:active {outline: none;}
a:link, a:active, a:visited {
	color: #f0f0f0;
	}
a:hover {color: 
	#B2C977;
	}

p, li {
	font-size: 1.2em;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #e8e8e8;
	}

body {
	font-size: 62.5%; /* resets to 10px */
	margin: -1.2em 0;
	background: #333333;
	max-width: 100%;
	}

code {
        font-size: 1.1em;
}

/* =navigation elements
================================================= */

/* #header {
	display: block;
	width: 80em;
	height: 42em;
	margin-left: -7.5em;
	background: #333 url("images/banner_green.jpg") no-repeat top left;
	} */
	
	#header { /* fixed */
	display: block; 
	width: 80em; 
	height: 42em; 
	margin-left: -7.5em; 
	background: #333 URL("images/banner_green.jpg") no-repeat top left !important; 
	background-position: top 10%;
	}

#navigation {
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	text-transform: lowercase;
	letter-spacing: -1px;
	}

#navigation li {
	float: right;
	width: 7.5em;
	list-style: none;
	}
	
#navigation a {
	color: #666;
	display: block;
	width: 7.5em;
	line-height: 3.1em;
	padding-top: 8em;
	}
	
#navigation a:hover {
	color: #e6e6e6;
	background: #95A566;
	border-bottom: 2px solid #e6e6e6;
	}

/* =sweet topping
================================================= */

#page {
	width: 72em;
	margin: 0 auto;
	padding-left: 5em;
	text-align: left;
	}

.content {
	margin-top: -23em;
	padding: 0 1.8% 1.6%;
	margin-left: -1.4em;
  width: 65em;
   }

.post {
	position: relative;
	padding-bottom: 2.5em;
	overflow: hidden; /* fix for overflow */
	}

.post_short {
	position: relative;
        margin-bottom: -3em;
        padding-bottom: -2em;
	}
	
* html .post, * html .post_short { /* fixes ie for absolutely pos. comments button */
	height: 1%;
	}
	
.entrycomments {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 0.9em;
	letter-spacing: -1px;
	}

.entrycomments a {
	text-align: center;
	display: block;
	padding: 0.3em;
	line-height: 1.2em;
	outline: none;
	}
	
.entrycomments a:link, .entrycomments a:visited {
	color: #4f4f4f;
	}
	
.entrycomments a:hover, .entrycomments a:active {
	color: #95A566;
	}

.entry {
	padding-bottom: 1em;
	}

.entry a:link, .entry a:active, .entry a:visited {
	color: #B2C977;
	}
	
.entry a:hover {
	color: #73804E;
	}
	
.entry h3 {
	padding-left: 1.6em;
	background: url("images/entryleaf.gif") no-repeat top left;
	margin-top: 1.5em;	
	}
	
.entry ul {
	list-style-type: none;
	}
	
.entry ul li {
	background: url("images/li.gif") no-repeat;
	padding-left: 1.3em;
	margin-left: 3em;
	background-position: 0 0.4em;
	}

.entry ol {
	list-style-type: none;
   	}

.entry ol li {
	list-style-type: decimal;
	margin-left: 3em;
}
     
	
.entry blockquote {
	background: url("images/shorts.gif") no-repeat;
	padding-left: 2.1em;
	margin-left: 3em;
	background-position: 0 0.5em;
	color: #B2C977;
	font-size: 1.1em;
	}

.entry blockquote p {
	color: #B2C977;
	font-size: 1.1em;
}

	
.post .entrymeta p {
	font-size: 0.9em;
	margin: -2.2em 0 2.6em 0;
	text-transform: lowercase;
	}

.post .entrymeta p a {
	color: #B2C977;
	}
	
/* =commentary
================================================= */
.tabbedCommentslive .commentTabhide {display:none;}

.tabbedCommentslive {
	margin-top: 1em;
	}

ul.tabbedCommentsnav {
 	margin:0;
 	padding:0;
	text-transform: lowercase;
	font-weight: bold;
	font-size: 1.2em;
	letter-spacing: -1px;
	}

.tabbedCommentsnav li {
 	list-style: none;
	margin: 0;
	display: inline;
	}

.tabbedCommentsnav li a {
	padding: 0.3em 0.5em;
	background: #95A566;
	border-top: 1px solid #484848;
	border-right: 1px solid #484848;
	border-left: 1px solid #484848;
	border-bottom: 1px solid #444;
	margin-right: 0.1em;
	}
	
.tabbedCommentsnav li.tabbedCommentsactive a {
	background-color: #444; /* active tab */
	}

.tabbedCommentsnav li a:hover, 
	.tabbedCommentsnav li.tabbedCommentsactive a:hover {
	color: #f0f0f0;
	background: #444;
	}

.tabbedCommentslive .commentTab {
	background: #444;
	padding: 1.2em 0.5em;
	margin: 0.2em 0 0 0;
	border: 1px solid #484848;
	}

.commentlist li {
	list-style: none;
	font-size: 1em;
	margin-bottom: 0.5em;
	background: #4f4f4f;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
	width: 50.8em;
	}

.comment {
	overflow: auto;
	padding: 0.1em 0.5em 0.6em 0.5em;
	outline: none;
	}
	
li.alt {
	background: #3f3f3f;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	}
	
li.author {
	background: #95A566;
	border-top: 1px solid #626C4A;
	border-bottom: 1px solid #626C4A;
	}
	
.commentmeta {
	text-align: right;
	color: #f0f0f0;
	}
	
.commentmeta a:link, .commentmeta a:active, 
	.commentmeta a:visited {
	color: #B2C977;
	}

.author a:link, .author a:active, .author a:visited {
	color: #555;
	}

.commentmeta a:hover, li.author a:hover, 
	li.specialguest a:hover {
	color: #f0f0f0;
	}
		

/* =bottom page
================================================= */

#bottom {
	width: 100%;
	background: #95A566 url("images/bottom.gif") repeat-x top left; 
	}

#bottomwrap {
	margin: 0 auto;
	padding-top: 3%;
	padding-left: 9.6%;
	width: 90em;
	}

#bottomwrap a:hover {color: #efb;}
#bottomwrap img {margin: 5px;}

#bottomwrap ul {
	margin-left: 0.6em;
	list-style-type: none;
	}
	
#bottomwrap ul li {
	background: url("images/li_bottom.gif") no-repeat;
	padding-left: 1.3em;
	background-position: 0 0.4em;
	}
	
.toolshed {
	padding-left: 1.6em;
	background: url("images/leaf2.gif") no-repeat top left;
	margin-top: 1.5em;	
	}
	
#bottomcol {
	float: left;
	width: 25em;
  margin-left: 2em;
	position: relative;
	margin-right: 1em;
	}
	#bottomcol2 {
	float: left;
	width: 25em;
  margin-left: 2em;
	position: relative;
	margin-right: 1em;
	}

#bottomcolright {
	float: left;
	width: 25em;
	overflow: hidden;
	margin-right: 1em;
	}
	
#bottomnav li a span {
	display: none;
	}
		
#bottomnav li a:hover span {
	display: inline;
	}

#bottomwide {
	float: left;
	padding-left: 3em;
	width: 45em;
	overflow: hidden;
	}

#linkage li {
	background-image: none !important; /* overrides li background image */
	margin-left: -1.3em;
	}

#linkage ul {
	margin: 0;
	padding: 0;
	}

#linkage ul li {
	margin: 0;
	padding: 0 0 0.2em 0;
	display: block;
	width: 25em;
	display: inline;
	}

#linkage h2 {
 	font-size: 1.2em;
	margin: 0 0 0.2em 0;
	padding: 0 0 0.2em 0;
  	text-transform: lowercase;
	}

#linkage img {
	padding: 2px;
	background: #B2C977;
	border: 1px solid #5F684B;
	width: 16px;
	height: 16px;
	}

.linkageNotes a:active, .linkageNotes a:link, .linkageNotes a:visited {
	color: #efb;
}

/* =footings
================================================= */

#footer {
	text-align: center;
	padding: 0.5em 0 0.3em;
	text-transform: lowercase;
}

#footer a:hover {color: #efb;}

/* =misc and imagery
================================================= */

.entry img {
	background: #4f4f4f; 
	border: 1px solid #95A566; 
	padding: 2px;
	}

.entry img a:hover {
	background: #f0f0f0; 
	border: 1px solid #95A566; 
	padding: 2px;
	}

.entry h2 image a {
	border: none;
	}

.gravatar {
	float: right;
	border: 0;
	padding: 0;
	margin: 0.5em 0 0 0.5em;
	}

abbr[title] {border-bottom: 1px dotted #999;}
abbr[title]:hover {cursor: help;}
	
.clear { /* for clearing floats */
	clear: both;
	}

.alignleft {float: left;}
.alignright {float: right;}

#tagcloud {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	margin-bottom: 2.8em;
}

.wp-smiley {
	border: 0;
}

/* =forms
================================================= */

#s {
	width: 15em;
	background: #333;
	border: 1px solid #B2C977;
	color: #f0f0f0;
	padding: 0.3em;
	}

#c {
	width: 15em;
	background: #333;
	border: 1px solid #B2C977;
	color: #f0f0f0;
	padding: 0.3em;
	}

#submit, #searchsubmit, #author, #url, #email, #comment {
	border: 1px solid #B2C977;
	background: #333;
	padding: 0.3em;
	color: #f0f0f0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	}

#author, #url, #email, #comment {
	color: #f0f0f0;
	border: 1px solid #4f4f4f;
	}

.commentTab #submit {
	background: #95A566;
	border: 1px solid #4f4f4f;
	color: #f0f0f0;
	padding: 0.3em 0.3em;
	font-size: 0.9em;
	}

#author, #email, #url {
	width: 15em;
	}
	
#comment {
	width: 46.2em;
	height: 15em;
	overflow: auto;
	}

/* =randmoness and more design stuffs
================================================= */

code, p code, code p { 
        font-size: 1em;
        }

.comment code { 
        font-size: 1em;
        }

.elaload {
	position: absolute;
	right: 5px;
	top: 1px;
	}

.comment blockquote {
        padding-left: 10px;
        }

.content .shorts {
        float: right; 
        margin-right: -2em;
        width: 26em;
        color: #B2C977;
        margin-top: -0.8em;
        }


.content .recently {
        float: left; 
        width: 37em;
        color: #B2C977;
        }

.content .recently_wide {
        float: left; 
        width: 51em;
        color: #B2C977;
        }


.content .shorts ul, .content .recently ul,
  .content .recently_wide ul {
        list-style-type: none;
        }

.content .recently ul li, .content .recently_wide ul li {
        padding-bottom: 1em;
        }

.content .shorts ul li, .content .recently ul li,
  .content .recently_wide ul li {
        background: url("images/shorts.gif") no-repeat;
	padding-left: 2.1em;
	background-position: 0 0.1em;
        font-size: 1.1em;
        }

.content .shorts ul li a:link, .content .shorts ul li a, 
.content .recently ul il a:link, .content .recently ul li a,
.content .recently_wide ul li a:link, .content .recently_wide ul li a {
        color: #B2C977;
        }

.content .shorts ul li a:hover, .content .recently ul li a:hover,
  .content .recently_wide ul li a:hover {
	color: #73804E;
	}

.content .nav_post {
        float: left; 
        margin-left: 25.5em; 
        margin-top: -1em;
}

.content .nav_links {
        float: right; 
        margin-top: -1em; 
        margin-right: -1em;
}

.content .chrono, .content .linky {
        color: #666; 
        font-size: 1em; 
}

.content .chrono {
        margin-top: -1em;
}

.content .layout {
        width: 37em;
}

.content .contactform, .content .contactform label {
        color: #efb;
}

.content h2 img:a {
        border: 0;
}

.content .asides ul {
        list-style-type: none;
        }

.content .asides ul li {
        background: url("images/shorts.gif") no-repeat;
	padding-left: 2.1em;
	background-position: 0 0.1em;
        font-size: 1.1em;
        }

.content .asides ul li a:link, .content .asides ul li a {
        color: #B2C977;
        }

.content .asides ul li a:hover {
	color: #73804E;
	}

.content .chron_link {
        margin-top: 1em; 
        margin-left: 20em;
        }

.content .chron_link_wide {
        margin-top: 1em; 
        margin-left: 32em;
        }

.content .linkage ul { list-style-type: none; }

.single { width: 80%; }

.content .stampage {
        margin-top: -1em; 
        padding-bottom: 1em;
}
	
/* =live archives rock
================================================= */

#af-ela {
        position: relative;
	margin: 20px 0 30px;
	}

#af-ela ul {
	position: relative;
	list-style: none;
	padding: 3px 0;
	}

#af-ela a:hover {
	color: #f36 !important;
	}

#af-ela-menu, #af-ela-year, #af-ela-month, #af-ela-category {
	text-align: center;
	}

#af-ela-tag {
	text-align: justify;
	}

#af-ela-menu li {
	font: 1.7em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-year li, #af-ela-category li {
	font: 1.3em/2.3em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-month li {
	font: 0.9em/1.5em 'Lucida Grande', Verdana, Sans-Serif;
	}

#af-ela-menu li, #af-ela-year li, #af-ela-month li, #af-ela-category li {
	display: inline;
	color: #ccc;
	margin: 0 15px;
	text-transform: uppercase;
	letter-spacing: -1px;
	padding: 4px 0;
	}

#af-ela-menu a, #af-ela-year a, #af-ela-month a, #af-ela-category a, #af-ela-tag a {
	background: #73804E; !important;
	}

#af-ela-tag li {
	display: inline;
	margin: 0 3px;
	line-height: 50px;
	}

#af-ela-month li, #af-ela-category li {
	margin: 0 6px;
	letter-spacing: 0;
	}

/* Hide Number of Entries on Year and Month */
#af-ela-year span, #af-ela-month span {
	display: none;
	}

/* Number of Entries */
#af-ela-category span {
	font-size: 8px;
	color: #ddd;
	}

#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected,  #af-ela-menu li.selected,
#af-ela-year li:hover, #af-ela-month li:hover, #af-ela-post li:hover, #af-ela-category li:hover, #af-ela-menu li:hover,
#af-ela-post-prev:hover, #af-ela-post-next:hover, #af-ela-post-prev-off:hover, #af-ela-post-next-off:hover {
	color: #B2C977;
	}

#af-ela-year li.selected, #af-ela-month li.selected, #af-ela-post li.selected, #af-ela-category li.selected, #af-ela-menu li.selected {
	background: url('invader/elaindicator.png') bottom center no-repeat;
	}

#af-ela-post-chrono, #af-ela-post-cats, #af-ela-post-tags {
	margin-top: 15px !important;
	}

#af-ela-post-chrono li, #af-ela-post-cats li, #af-ela-post-tags li {
	position: relative;
	font-size: 1.1em;
	line-height: 1.1em;
	color: #bbb;
	margin: 0 15px;
	padding: 1px 20px;
        height: 1.2em;
	}

#af-ela-post-chrono li a, #af-ela-post-cats li a, #af-ela-post-tags li a {
	color: #B2C977;
	}

#af-ela-post-chrono li a {
	position: absolute;
	left: 60px;
	}

#af-ela-post-chrono li:hover, #af-ela-post-cats li:hover, #af-ela-post-tags li:hover {
	/* padding-top: 0;
	padding-bottom: 0; */
	color: #444;
	}

#af-ela-post-chrono li:hover > span, #af-ela-post-cats li:hover > span, #af-ela-post-tags li:hover > span {
	color: #444;
	}

#af-ela-post-chrono a, #af-ela-post-cats a, #af-ela-post-tags a {
	border: none;
	}

#af-ela-post-chrono li span, #af-ela-post-cats li span, #af-ela-post-tags li span {
	position: absolute;
	right: 20px;
	font-weight: normal;
	color: #aaa;
	}

/* Next and Previous Links */
#af-ela-post-next, #af-ela-post-next-off {
	left: 0;
	}

#af-ela-post-prev, #af-ela-post-prev-off {
	right: 0;
	}

#af-ela-post-prev, #af-ela-post-next, #af-ela-post-prev-off, #af-ela-post-next-off {
	position: absolute;
	bottom: -35px;
	font: 1.1em/1.3em 'Lucida Grande', Verdana, Sans-Serif;
	color: #ccc;
	margin: 0 30px;
	display: inline;
	}

#af-ela-post-prev-off, #af-ela-post-next-off {
	visibility: hidden;
	}

/* Here endeth the lesson. */
#sidebar2 {

	margin-right: -110px;
	margin-top:0px;
	float:right;
	position:relative;
	width:150px;

}
