/* Main ======================================== */

body,
html
{
	background: #FEFBE9;
	background-image : url(img/tile.jpg); 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	line-height: 21px;
	color: #4f4f4f;
	margin: 0;
	padding: 0;
}

#wrap
{
	margin: 10px auto 50px auto;
	width: 760px;
}

#home
{
	margin: 10px auto 50px auto;
	width: 960px;
}

#bigbox {
	float: left;
	width: 700px;
	margin: 60px 0 0 0;
}

#leaves
{
	float: left;
	width: 375px;
	margin: 60px 0 0 0;
}

#trees
{
	float: right;
	width: 375px;
	margin: 60px 0 0 0;
}

/* Head ======================================== */

#header
{
	background: transparent; 
	color: #333333;
	margin: 0;
	font-size: 11px;
	font-family:  Verdana, Helvetica, sans-serif;
	line-height: 16px;
	
}

#header #logo {
background: transparent url(img/masthead.jpg) no-repeat 0 0;
height: 130px;
}

#header #logo a:hover {
	border: 0;
	background: transparent;
}

#header h1 {
	font-size: 12px;
	margin:0;
}

#header ul {
	display: inline;
	padding: 0;
	margin:0;
}

#header ul li {
	display: inline;
	padding: 0;
	margin: 0;
}

#header  a
{
	color: #333333;
	padding: 5px 15px 5px 15px;
	text-decoration: none;
}

#header a:hover, #header a.active
{
	color: #9E3127;
	background: #FFFAB1;
	background-image: url(img/tile-sidebar.jpg);
}

#header a.active {
	font-weight: bold;	
	}

#header a:visited {
	color: #333333;
	}
	
#header #navbar
{
	background: #FFFDF0;
	margin: 10px auto 10px auto;
	padding: .5em 0;
}

/* Content box ======================================== */

#main
{
	float: left;
	width: 500px;
	margin: 60px 0 0 0;
}

#main .entries
{
	padding: 0 20px 0 0;
}


#mainlarge {
	float: left;
	width: 700px;
}

#contentwide {
	margin: 60px 0 0 0;
	width: 90%;

}

.date
{
	color: #555555;
	font-size: 18px;
}

.date a
{
	color: #000000;
	text-decoration: none;
}

.date a:hover
{
	color: #ffffff;
	text-decoration: none;

}

.endnotes a {
	color: #999;
	text-decoration: none;
	}

.endnotes a:hover {
	color: #9E3127;
	text-decoration: none;
	}

.endnotes a:visited {
	color: #999;
	text-decoration: none;
	}
	
.endnotes
{
	color: #999;
	margin: 0;
	padding: 3px 0x 3px 0;
	background: #e8f0f0;
}

.submainend { background:#FFFDEC;}

.leftpic
{
	float: left;
	margin: 0 10px 15px 0;
}

.rightpic
{
	float: right;
	margin: 0 0 15px 10px;
}

/* Blog Sidebar ======================================== */


#submain
{
	float: left;
	width: 210px;
	margin: 35px 0 0 0;
	padding: 0 0 20px 20px;
	/*border-left: #CCC;
	border-width: 0 0 0 1px;
	border-style: none none none dotted;*/
}

#submain ul
{
	list-style-type: none;
	padding: 0 0 0 5px;
	margin: 10px 0 0 0;
}

#submain li { margin: 10px 0 10px 0; }

/* Sidebar ======================================== */


#sidebar
{
	float: right;
	background-image: url(img/tile-sidebar.jpg);
	width: 210px;
	margin: 60px 0 0 0;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
}

#column { padding: 20px 20px 20px 20px;}


/* Footer ======================================== */


#footer
{
	clear: both;
	padding: 100px 0 30px 10px;
	margin: 0;
}
#footer p {
	padding:5px;
	margin:0;
	font-size: 11px;	
}

/*#bottom {
	background-image : url(img/bottombg.jpg); 
}
*/

	
#comments {
	border-top: 1px dotted #cccccc;
	padding-top: 5px;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
.pcomments	{
	color: #999999
	margin-bottom: 10px;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: 3px;
}

	

	
/* stragglers ======================================== */	

img
{
	border: 0;
}

img a {
	border: 0;
	text-decoration: none;
}

	
.strike
{
	text-transform: inherit;
	text-decoration: line-through;
}

.spaceandbg {
	margin: 25px 0 15px 0;
	padding: 1px;
	background: url(img/oldpaperstrip.jpg) no-repeat 0 1px;
	}
/*.spaceandbg
{
	padding: 4px 0 8px 0;
	
	margin: 10px 0 0 0;
}*/
	
#tagc {
	font-family:  Verdana, Helvetica, sans-serif;	
	line-height: 40px; 
}

#tagc a {
	padding: 4px;
}

.emphasis {
	background: #FFFCD4;
}

#prev
{
	float: left;
	margin: 20px 0 20px 0;
	padding: 5px;
}

#next {
	float: right;
	margin: 20px 0 20px 0;
	padding: 5px;
}

.hrule
{
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 3px 0 3px 0;
	padding: 2px 0 2px 0;
}

.hrule2
{
	border-bottom: #CCC;
	border-width: 0 0 1px 0;
	border-style: none none dotted none;
	margin: 20px 0 20px 0;
	padding: 5px 0 5px 0;
}
	
/* Link ======================================== */



a
{
	color: #9E3127;
	text-decoration: none;
}

a:visited
{
	color: #870809;
	text-decoration: none;
}
a:hover
{
	background: #FFFAB1;
	text-decoration: none;
}

a:active
{
	color: #870809;
	font-weight: normal;
	text-decoration: none;
}


/* Headings ======================================== */

h1, h2, h3, h4, h5, h6	{
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	}

h1	{
	font-size: 32px;
	margin-bottom: 10px;

	}
	
h2	{
	font-size: 28px;
	margin-bottom: 10px;

	}

h3	{
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 5px;
    }
    
h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #333333;
	}
	
h3 a:hover {
	color: #9E3127;
	background: #FFFAB1;
	text-decoration: none;
	}

h4	{
	font-size: 16px;
	margin-top: 20px;

	}
	
h5	{
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	margin-top: 10px;
	}

/* Typography	======================================== */
	

p
{
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-bottom: 1.5em;
	font-size: 13px;
	line-height: 21px;
	color: #4f4f4f;
	/*background: url(img/lines.gif) repeat top left;
	
font-size: 11px;
	line-height: 16px;
	color:#333333;*/
}

strong
{
	background: #FFFAB1;
}

code
{
	margin: 0 20px 0 20px;
	padding: 0 0 0 5px;
	border-color: #FFC;
	border-width: 1px;
	border-style: double;
}

.small {font-size:80%;}

/* Lists ======================================== */
/*
li, dt, dd
{
	margin: 5px 0 5px 0;
	padding: 3px 0 3px 0;
}
ol, ul, dl
{
	line-height: 12px;
	list-style-type: none;
	padding: 3px 0 0 3px;
	margin: 5px 0 0 15px;
}
*/

#wrap #rss-list {
	margin-left: 0;
	padding: 0;
	background: none;
	list-style-type: none;
	}
#wrap #rss-list li a {
	
	padding-left: 30px;
	background: url(img/rss.gif) no-repeat 0 50%;
	}

#wrap #rss-list li a:hover {
	background: #FFFAB1 url(img/rss.gif) no-repeat 0 50%;
	
	}

#blogroll	{
	width: 90%;
}

#blogroll ul {
	
	margin-left: 20px;
	padding-left: 2px;
	list-style-type: none;
}

#blogroll li
{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #F3F0DF;
	margin: 5px 0 5px 0;
}

#present	{
	width: 85%;
	margin-top: 15px;
}

#present ul {
	
	margin-left: 15px;
	padding-left: 2px;
	line-height: 16px;
	list-style-type: none;
}

#present li
{
	border-bottom: 1px solid #F3F0DF;
	margin: 10px 0 10px 0;
	padding: 10px 0 10px 0;
}

#present b
{
	font-size: 105%;
	font-weight: bold;
	line-height: 105%;
}


#sidebar ul
{
	line-height: 12px;
	font-size: 11px;
	list-style-type: none;
	padding: 0 0 0 2px;
	margin: 0;
}

#sidebar li {
	margin-top: 4px;
	border-bottom: 1px solid #F3F0DF;
	margin: 5px 0 5px 0;

}

#sidebar ul li a {
	color: #9E3127;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #9E3127;
	background: #FFFAB1;
	
}

#inline-list {
       	margin: 0;
		padding: 0;
		display: inline;
        }

#inline-list p {
        display: inline;
        }

#inline-list ul, #inline-list li {
        display: inline;
        margin-left: 3px;
        padding: 0;
        }
#inline-list-gen ul li:after {
        content: ", ";
        }
                
#inline-list-gen ul li.last:after {
        content: ". ";
        }
/*     

#entries li, dt, dd
{
	margin: 2px 0 2px 15px;
	padding: 1px 0 1px 0;
}

#entries ol, ul, dl
{
	line-height: 14px;
	list-style-type: disc;
	margin: 0;
	padding: 0;
}
*/

/* Forms ======================================== */

input:focus, textarea:focus {
	background: #FFFAB1;
	}
	
#search-form {
	margin: 0 0 25px 0;
	border: 1px solid #F3F0DF;
	padding: 5px;
	}


#search-form p {
	margin: 0 0 10px 0;
	}
#search-form input
{
	vertical-align: middle;
	color: black;
	font-weight: bold;
}



/* MT comments ======================================== */

.comment-content,
.comments-open-content,
.comments-closed
{
   margin: 5px 10px;
}

.comment-footer,
.comments-open-footer,

{
   clear: both;
   margin: 5px 10px 20px 10px;
}

.comments-open label { display: block; }

#comment-author, #comment-email, #comment-url, #comment-text
{
   width: 240px;
}

#comment-bake-cookie
{
   margin-left: 0;
   vertical-align: middle;
}

#comment-post
{
   font-weight: bold;
}
