/*  
Theme Name: ElegantGreen
Author URI: http://www.nathanrice.net/, http://www.jakebouma.com/
Version: 1.0
Author: Nathan Rice, modified by Jake Bouma
Description: ElegantGreen is a theme by Jake Bouma, built on <a href="http://www.nathanrice.net/">Nathan Rice</a>'s <em>ElegantBlue</em>.
The CSS/XHTML is released under GPL: http://www.opensource.org/licenses/gpl-license.php
*/



body {
	background: #FFFFFF url(images/body-bg2.jpg) top left repeat-x;
	color: #484848;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	margin: 0px 0px 0px 0px;
	}

body * {
	margin: 0px; 
	padding: 0px;
        }

img {
        border: none;
        background: none;
        }

hr {
	height: 5px;
	color: #fff;
	margin: 10px 0px;
	border: none;
	border-top: 1px dotted #D3D3D3;
        }

/*************************************

	Links

**************************************/

a, a:visited {
	color: #536C73;
	text-decoration: underline;
	}

a:hover {
	text-decoration: underline;
	color: #B7CA79;
        }

/*************************************

	Headings

**************************************/

h1, h3 {
	color: #245A73;
	font-size: 20px;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	line-height: 150%;
	}

h1 {
        margin: 10px 0 0 0;
        }

h1 a, h3 a, h1 a:visited, h3 a:visited  {
	color: #245A73;
	text-decoration: none;
	}

h1 a:hover, h3 a:hover {
	color: #000000;
	text-decoration: none;
	}

h2 {
	color: #245A73;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-weight: normal;
        margin: 10px 0 7px 0;
        }

h2 a, h2 a:visited  {
	color: #6B030B;
	text-decoration: underline;
	}

h2 a:hover {
	color: #000000;
	text-decoration: none;
	}

h3 {
	color: #245A73;
	font-size: 22px;
	font-weight: bold;
	margin: 15px 0px 5px 0px;
	line-height: 120%;
	font-size: 18px;
        font-family: "Georgia", "Times New Roman", "Times", serif;
	}

h3.h1 { /*make homepage h3's for the first 2 stories look like H1 */
	font-size: 20px;
        }

/* This is for our sidebar headers.  We need them large */

#sidebar h3 {
	font-size: 22px; 
        }

h3 a, h3 a:visited, h3 a:hover{
	color: #000000;
	text-decoration: none;
        background: #FFFFFF;
	}

#r_sidebar h2, #l_sidebar h2 {
	margin: 10px 0 5px 0; 
        padding: 4px 0 3px 4px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: bold;
	color: #245A73;
        line-height: 1.2em;
        background-image: url(/images/sidebarbg.png);
        background-repeat: repeat-x;
        border: 1px dotted #D3D3D3;
        }

h6 {
	color: #000;
	font-size: 24px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;;
	font-weight: normal;
	padding: 10px 0px;
	line-height: 150%;
	margin: 0px;
	}

h4  {
        font-size: 14px;
        margin: 0 0 8px 0;
        color: #484848;
        }


h5 {
	color: #245A73;
	font-size: 15px;
	font-weight: bold;
        margin: 0 0 5px 0;
        padding: 0 0 3px 0;
        border-bottom: 1px solid #C8C8C8;
        }

/*************************************

	Main Container

**************************************/

#container { 
	width: 950px; 
	text-align: left; 
	margin: 0 auto;
	border: 0px solid black;
        }

/*************************************

	Header

**************************************/

#header { 
	height: 89px; 
	padding: 0px;
	position: relative;
        }

#header .title {
	color: #DEDEDE;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 12px 0px 0px 0px;
        }

#header .title a {
	color: #DEDEDE;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 35px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
        }

#header .title a:hover {
	color: #A1B4B9;
        }

#header .description {
	color: #FFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
        }



/*************************************

	Top Search Form

**************************************/

.searchform {
	background: #B7CA79 url(images/search2.jpg) bottom left no-repeat;
	float: right;
	padding: 4px;
	position: absolute;
	top: 1px;
	right: 0px;
        }

.searchform .s {
	border: none;
	background: #FFF;
        border-top: 2px solid #808080;
        border-left: 2px solid #B0B0B0;
	color: #A0A0A0;
	padding: 2px;
        padding-right: 18px;
	width: 166px;
        background: #FFFFFF url(/images/magnifier.png) no-repeat;
        background-position: center right;
        }

/*************************************

	Horizontal Menu

**************************************/

#menu { 
	background: transparent;
	font-size: 12px;
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	padding: 0px;
	text-align: right;
        position: absolute;
	bottom: 0px; right: 0px;
	}

#menu ul {
	margin: 0px;
	padding: 0px;
	}

#menu li {
	float: left;
	list-style-type: none;
	margin: 0px 0px 0px 4px;
	padding: 0px;
	background: url(images/tab2.jpg) 0px 0px repeat-x;
	}

#menu ul li a {
	font-family: Verdana, Helvetica, Arial, Sans-Serif;
	font-size: 11px;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	display: block;
	padding: 12px 15px;
	}

#menu ul li a:hover, #menu ul li.current_page_item {
	text-decoration: none;
	background: url(images/tab2.jpg) 0px -50px repeat-x;
	}

/*************************************

	Content

**************************************/

#content { 
	width: 550px; 
	float: left; 
	margin: 14px 0px 20px 0px;
	display: block;
        font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
        }

#content p{
	margin: 0px;
	line-height: 18px;
	padding: 0px 0px 10px 0px;
	font-size: 13px;
	}

#content p img{
	border: none;
	padding: none;
	}

#content ol {
	list-style-type: decimal;
	margin: none;
	padding: none;
        margin-left: 35px;
	}

#content ol li {
	list-style-type: decimal;
        background: none;
        line-height: 1.4em;
        padding: 4px 0 0 0;
        margin: none;
	}

#content ul {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

	

#content li {
	list-style-type:none;
        background: url(/images/icon-grayarrow.png) no-repeat 0 .2em;
        margin: 0px 0px 0px 0px;
	padding: 0 0 0 20px;
        line-height: 22px;
	}

#content ul li {
	list-style: square outside;
	margin: 0px 30px 0px 30px;
	padding: 5px 0px 0px 5px;
        background: none;
	}

blockquote {
	margin: .3em 2em 1em 2em;
        padding: 0em 1em;
	font-style: italic;
	color: #666666;
	border-left: 3px solid #cccccc;
        line-height: 18px;
	}

#content blockquote p {
        display: block;
        }

#content .post-callout {
        background: #F0F0F0; 
        border: 1px dotted #A0A0A0; 
        padding: 8px 10px 8px 10px; 
        margin-bottom: 13px; 
        margin-top: 8px; 
        font-size:.9em;
        line-height: 1.2em;
        }

#content .spacer {
        height: 12px;
        }

#content .post-meta {
	display: block;
	margin: 15px 0 30px 0;
	padding: 5px 10px 7px 10px;
	font-size: 11px;
	color: #FFF;
	clear: both;
        border: 1px solid #24363B;
        background: #66858D url(/images/bluestripes2.png) repeat-x;
        background-position: 0 -6px;
        font-family: Verdana, Helvetica, Arial, Sans-Serif;
        }

.post-meta a {
        text-decoration: underline;
        color: #FFFFFF;
        }

#content .post-meta a:hover {
        text-decoration: none;
        }

#content .meta-category {
	margin: 0 0 -3px 0;
        }

#content .meta-comments {
	margin: 0 0 -4px 0;
        }

#content .post-meta-more {
	display: block;
        margin: 0px 0px 15px 0px;
	padding: 0px 0px;
	font-size: 12px;
	color: #666666;
	clear: both;
        font-family: "Georgia", "Times New Roman", "Times", serif;
        }

#content .post-meta-more-calendar {
        margin: 0 0 -3px 0;
        }

#content .post-meta-more-comment {
        margin: 0 0 -4px 0;
        }

#content .metacomments{
       margin: 0 0 0 3px;
       padding: 0 0 0 19px;
       background: url("/images/comment.png") no-repeat 0 0;
       }

#content .metatrackbacks {
       margin: 0 0 0 3px;
       padding: 0 0 2px 21px;
       background: url("/images/trackback.png") no-repeat 0 50%;
       }

#content .postenjoy {
      color: #808080;
      }

#content .metacomments2 {
       margin: 0 0 0 0;
       padding: 0 19px 0 0;
       background: url("/images/comment.png") no-repeat 100% 2px;
       }

#content .metarss {
       margin: 0 2px 0 0;
       padding: 0 17px 0 0;
       background: url("/images/rss-smallicon.png") no-repeat 100% 50%;
       }

#content .metaemail {
       margin: 0 2px 0 0;
       padding: 0 19px 0 0;
       background: url("/images/email_icon.gif") no-repeat 100% 3px;
       }



/*********************************************

		Previous/Next Page Navigation

*********************************************/

.page-nav {
	clear: both; /* To clear any floats */
	margin: 15px 0px;
	padding: 2px 0px;
	height: 22px;
	border-top: 2px solid #484848;
	border-bottom: none;
        }

.nav-previous {
	width: 249px; 
	float: right; 
	text-align: right;
	margin: 2px 0px;
        }

.nav-next {
	width: 249px; 
	float: left; 
	text-align: left;
	margin: 2px 0px;
        }

.page-nav a {
	text-decoration: none;
        }

.nav-previous a {
	padding-right: 18px;
	background: url(images/arrow-right.gif) right 6px no-repeat;
        }

.nav-next a {
        padding-left: 18px;
	background: url(images/arrow-left.gif) 0px 6px no-repeat;	
        }

/*************************************

**************************************

	Comments

**************************************

**************************************/

#comments-wrap {
	width: 548px;
        }



/*	Headers	*/



#comments-wrap h3 {
	font-size: 20px;
        }



/*	Trackbacks	*/



.trackbacklist {
         }

.thetrackback {
	margin: 0px 0px 10px 0px;
        }

.trackback-body {
	margin: 0px; 
        padding: 10px 10px 0 10px;
	border: 1px solid #D3D3D3;
	border-bottom: none;
        }

.trackback-metadata {
	margin: 0px; 
        padding: 6px 10px 6px 10px;
	border: 1px solid #D3D3D3;
	font-size: 11px;
        background: #E0E0E0;
        }



/*	Comments	*/

.commentlist {	
        }

.thecomment {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
        }

.comment-body {
	border-top: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-left: 1px solid #D3D3D3;
	margin: 0px; padding: 10px 10px 0 10px;
        }

.comment-metadata {
	background: #597780;
	padding: 5px 10px;
	color: #E0E0E0;
        }

.comment-metadata a, .comment-metadata a:visited {
	color: #E0E0E0;
        }

.comment-metadata a:hover {
	color: #b7ca79;
        }

.authorcomment {
	border: 1px solid #CCC;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
        }

.authorcomment .comment-body {
	border: none;
        }

.authorcomment .comment-metadata {
	background: #b7ca79;
	padding: 5px 10px;
	color: #484848;
        }

.authorcomment .comment-metadata a {
	color: #484848;
        }

.authorcomment .comment-metadata a:hover {
	color: #245A73;
        }


/*	Comment Form	*/



#commentform {
         }



/*************************************

	Sidebar

**************************************/

#sidebar {
	float: left;
	display: block;
	width: 350px;
	margin: 14px 0px 10px 25px; 
        padding: 0px 0px 0px 25px;
        }


#sidebar .sidebar-rss {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; 
        margin: 0px 0px 10px 0px;
        line-height: 1.3em;
        }

#sidebar .twitter_div {
        width: 350px;
        display: table;
        font-family: "Georgia", "Times New Roman", "Times", serif;
        font-size: .95em;
        font-color: #000000;
        background: #E6ECFF;
        border: 1px dotted #A0A0A0;
        padding: 5px 0px 5px 5px;
        margin: 15px 0px 5px 0px;
        }

#sidebar .twitter_div img {
       float: left;
       }

#sidebar .twitter_div a, .twitter_div a:visited {
	color: #0066B3;
	text-decoration: none;
	}

#sidebar .twitter_div a:hover {
	color: #0066B3;
	text-decoration: underline;
	}

#sidebar .twitter_div ul {
	list-style-type: none;
        display: table-cell;
        vertical-align: middle;
        padding: 0 0 0 8px;
        }

#sidebar .twitter_div ul li {
	list-style-type: none;
        display: inline;
        margin-left: 0px;
        }

#sidebar .ad {
        float: right;
        display: inline;
        margin: 10px 10px 0 0;
        }

#sidebar .sidebar-email {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; 
        margin: 0px 0px 10px 0px;
        line-height: 1.3em;
        }

#sidebar .feedcount img{
        vertical-align: top;
        }

#sidebar .feedcount {
        margin: 7px 0 0 0;
        text-align: center;
        }

#sidebar .recentposts {
	border-bottom: 1px dotted #D3D3D3;
	padding: 0px 0px 10px 0px; margin: 0px 0px 10px 0px;
        }

#sidebar p img {
	float: right;
	margin: 0px 0px 0px 10px;
        }



#sidebar .rsshelp {
       margin: 0 0 0 3px;
       padding: 0 0 0 19px;
       background: url("/images/help.png") no-repeat 0 50%;
       }

#sidebar .fb_email {
       margin: 5px 0 0 0;
       }

#sidebar .movieratings  {
       display: block;
       }

#sidebar .movieratingsmore  {
       margin: 0 5px 0 0;
       float: right;
       font-size: 11px;
       }

/*************************************

	Left Sidebar

**************************************/

#l_sidebar {
	float: left;
	display: block;
	width: 160px;
	font-size: 11px;
	margin: 0px; 
        padding: 0px;
        line-height: 1.2em;
        }

#l_sidebar ul, #l_sidebar ul li {
        margin: 0px; padding: 0px;
        list-style-type: none;
        }

#l_sidebar ul li ul {
	border-top: 1px dotted #D3D3D3;
        }

#l_sidebar ul li ul li {
	margin: 0px; padding: 0px;
	border-bottom: 1px dotted #D3D3D3;
        }

#l_sidebar ul li ul li a, #l_sidebar ul li ul li a:visited {
	color: #686868;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
        }

#l_sidebar ul li ul li a:hover {
	background: #66858D;
	color: #FFF;
	text-decoration: none;
        }

#l_sidebar ul li ul li ul li {
	border-bottom: 1px dotted #FFF; /*IE Bug Fix */
	border-top: 1px dotted #D3D3D3;
        }

#l_sidebar ul li ul li ul li a, #l_sidebar ul li ul li ul li a:visited {
	color: #686868;
	display: block;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
        }

#l_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
        }

#l_sidebar ul li ul li ul li a:hover {
	background: #66858D;
	color: #FFF;
	text-decoration: none;
        }

#l_sidebar .nowreading {
	line-height: 1.4em;
        }




/*************************************

	Right Sidebar

**************************************/

#r_sidebar {
	float: right;
	display: block;
	width: 160px;
	font-size: 11px;
        }

#r_sidebar ul, #r_sidebar ul li {
	margin: 0px; padding: 0px;
        list-style-type: none;
        }

#r_sidebar ul li ul {
	border-top: 1px dotted #D3D3D3;
        }

#r_sidebar ul li ul li {
	margin: 0px; padding: 0px;
	border-bottom: 1px dotted #D3D3D3;
        }

#r_sidebar ul li ul li a, #r_sidebar ul li ul li a:visited {
	color: #686868;
	display: block;
	padding: 5px 3px;
	margin: 0px;
	text-decoration: none;
        }

#r_sidebar ul li ul li a:hover {
	background: #66858D;
	color: #FFF;
	text-decoration: none;
        }

#r_sidebar ul li ul li ul li {
	border-bottom: 1px dotted #FFF; /*IE Bug Fix */
	border-top: 1px dotted #D3D3D3;
        }

#r_sidebar ul li ul li ul li a, #r_sidebar ul li ul li ul li a:visited {
	color: #686868;
	display: block;
	padding: 5px 3px 5px 10px;
	margin: 0px;
	text-decoration: none;
        }

#r_sidebar ul li ul li ul {
	border: none;
	padding: 0px; margin: 0px;
        }

#r_sidebar ul li ul li ul li a:hover {
	background: #66858D;
	color: #FFF;
	text-decoration: none;
        }

#r_sidebar .flickrRSS {
        text-align: center;
        }

#r_sidebar .flickrRSS img {
        border: 1px solid #484848;
        }

/*************************************

	Footer

**************************************/

#text-link-ads {
	padding: 15px;
	text-align: left;
	clear: both;
	}



/*************************************

	Footer

**************************************/

#footer { 
	padding: 15px;
	text-align: center;
	border-top: 5px solid #B7CA79;
	clear: both;
	background: #14252D;
        color: #FFF;
	}

#footer a {
	color: #9BB1BB;
        }

#footer-wrap {
	width: 950px;
	margin: 0px auto;
        }

#footer .wp-footer {
       margin: 0 0 0 3px;
       padding: 0 0 0 19px;
       background: url("/images/wp-footer.png") no-repeat 0 50%;
       }

#footer .mint-footer {
       margin: 0 0 0 3px;
       padding: 0 0 0 19px;
       background: url("/images/mint-footer.png") no-repeat 0 50%;
       }



/*************************************

	Digressions

**************************************/



#content ul.linklog li {
	margin: 14px 0 0 0;
        padding: 0 0 15px 0;




        border-bottom: 1px dotted #999;
	list-style-type: none;
	background-image: url(/images/bluearrow.png);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 1.5em;
        line-height: 18px;
        }

#content ul.linklog {
        margin: 0 0 15px 0;
        }

#content .digression {
	font-size: 11px;
        }

.digression a, .digression a:visited, .digression a:hover {
       text-decoration: none;
       color: #999;
       background: none;
       }

#content .digressioninfo {
       margin: 15px 0 10px 0;
       color: #808080;
       line-height: 18px;
       }

#content .digressionlink {
       margin: 0 2px 0 0;
       padding: 0 19px 0 0;
       background: url("/images/help.png") no-repeat 100% 50%;
       }



/*************************************

	Miscellaneous

**************************************/





/* floating pictures in itembody */

.leftbox {
	float: left;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 10px 5px 5px !important;
	margin: 10px 10px 5px 5px;
        }

.leftbox img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
        }

.rightbox {
	float: right;
	background: url(/images/shadow.gif) no-repeat bottom right;
	margin: 10px 0px 5px 20px !important;
	margin: 10px 0px 5px 20px;
        }

.rightbox img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
        }

#content .cleanarchives li {
        list-style-type:none;
        background: url(/images/icon-grayarrow.png) no-repeat 0 .2em;
        margin: 0 0 0 15px;
	padding: 0 0 0 20px;
	}
