/* Display Block  ======================================== */


body {
	background: #FEFBE9;
	background-image : url(img/tile.jpg); 
    background-attachment : scroll; 
	font-family:  Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color:#404040;
	margin: 0;
	padding: 0;
	text-align: center;
}

#container {
	margin: 10px 0 0 20px;
	padding: 0;
	text-align: left;
	width: 800px;
}

#content {
	float: left;
	margin-top: 45px;
	margin-bottom: 40px;
	padding: 0;
	width: 520px;
}

#entries {
	margin-left: 60px;
	margin-bottom: 50px;
	padding: 0;
}

#container #indent {
	margin-left: 60px;
	padding: 0;
}

#container #pages	{
	padding: 0;
	margin: 40px 0 0 70px;
}

#contentmed {
	float: left;
	margin-top: 45px;
	margin-bottom: 40px;
	margin-right: 100px;
	padding: 0;
	width: 700px;
}

#contentwide {
	float: left;
	margin-top: 45px;
	margin-bottom: 40px;
	padding: 0;
	width: 760px;

}

#sidebar
{
	float: right;
	background-image: url(img/tile-sidebar.jpg);
	margin-top: 45px;
	width: 200px;
	padding: 15px 15px 15px 15px;
}

#bottom {
	float: left;
	background-image : url(img/bottombg.jpg); 
	margin-top: 45px;
	margin-bottom: 40px;
	padding: 0;
	width: 800px;
	height: 300px;
}

#top {
	background: transparent url(img/masthead.jpg) no-repeat 0 0; 
	margin: 0;
	padding: 0;
	width: 800px;
	height: 115px;
}

#top a:hover {
	border: 0;
	background: transparent;
}

#footer {
	margin-left: 90px;
	/*border-top: 1px dotted #D5D3C4;*/
	text-align: left;
	width: 760px;
	float:left;
	padding-top: 10px;
	padding-bottom: 10px;

}
/* posted bar ======================================== */

a.clink {
	margin: 0 0 0 2px;
	padding: 0 0 0 30px;
	background: url(img/comment-icon.gif) no-repeat 0 0;
	}
	
a.plink {
	margin: 0 0 0 2px;
	padding: 0 0 0 20px;
	background: url(img/link-icon.gif) no-repeat 0 0;
	}
	
.tlink {
	margin: 0 0 0 2px;
	padding: 0 0 0 20px;
	background: url(img/tag-icon.gif) no-repeat 0 0;
	}
	
a.plink:hover{
	color: #9E3127;
	background: url(img/link-icon.gif) no-repeat 0 0;
	}
	
a.clink:hover {
	color: #9E3127;
	background: #000000;
	background: url(img/comment-icon.gif) no-repeat 0 0;
	}
	
a.tlink:hover {
	color: #9E3127;
	background: #000000;
	background: url(img/tag-icon.gif) no-repeat 0 0;
	}
	
#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;
}

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

#tags a:hover {
	color: #9E3127;
	text-decoration: none;
	}
	
#tags{
	color: #333;
	padding-top: 3px;
	margin: 0;
	border-top: 1px dotted #cccccc;
	}
	

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

img {
	border: 0;
}

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

#flickr img {
	padding: 2px;
	}
	
#flickr a {
	text-decoration: none;
	background: #fafafa;
	}
	
.strike
{
	text-transform: inherit;
	text-decoration: line-through;
}
.makelake{
	text-align: center;
	padding: 100px 50px 0 30px;
	}

.spaceandbg {
	margin: 25px 0 15px 0;
	padding: 1px;
	border-bottom: 1px solid #D5D3C4;
	background: #F3F0DF;
	}
	
#tagc {
	font-family:  Verdana, Helvetica, sans-serif;	
	line-height: 40px; 
}

#tagc a {
	padding: 4px;
}

.emphasis {
	background: #FFFCD4;
}

.prev {
	float:left;
	margin: 40px 0 50px 0;
	padding: 5px;
}

.next {
	float:right;
	margin: 40px 0 50px 0;
	padding: 5px;
}

.hrule
{
	border-bottom: #D5D3C4;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 0 1px 0;
}

	
/* link ======================================== */


#entries a:hover {
	text-decoration: underline;
}

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

}

#container #sidebar a:hover {
	background: #FFFAB1;
}

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;
}


/* nav block ======================================== */

#head
{
	margin: 10px auto 10px auto;
	padding: .5em 0;
	/*background-image: url(img/datebg.jpg);
	border-top: 1px dotted #D5D3C4;
	border-bottom: 1px dotted #D5D3C4;*/
	background: #FFFDF0;
	text-align: left;
	width: 730px;
	float: left;
}
#head span {
	text-align: left;
}
#head h1 {
	margin-left: 10px;
	padding: 0;
	display: inline;
}

#head ul {
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 11px;
	
}

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

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

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

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

#head a:visited {
	color: #333333;
	
}

#head h1 {
	font-size: 12px;
	font-weight: normal;
}


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

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

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

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

	}

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

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

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

/* typography	======================================== */
	

#sidebar p
{
	margin-left: 10px;
	font-size: 11px;
	line-height: 16px;
	color:#333333;
}

p
{
	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;
}

/* lists ======================================== */

li, dt, dd { 
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 3px;
	padding-bottom: 3px; 

}
ol, ul, dl {
	margin-top: 5px;
	padding-top: 3px;
	margin-left: 15px;
	padding-left: 3px;
	line-height: 12px;
	list-style-type: none;
}

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

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

#blogroll	{
	width: 80%;
	margin-top: 20px;
}

#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: 15px;
	list-style-type: none;
}

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

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


#sidebar ul {
	
	margin-top: 0px;
	padding-top: 0px;
	margin-left: 25px;/*2px;*/
	padding-left: 2px;
	line-height: 12px;
	font-size: 11px;
	list-style-type: none;
	/*list-style-image: url(img/bullet.gif);*/
}

#sidebar ul li {
	margin-top: 4px;

}

#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;
}
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;
	}

.date
{
	color: #555555;
	font-size: 18px;
	background: url(img/datebg.jpg);
}

/*.date
{
	background: url(img/datebg.jpg) no-repeat 0 0;
	font-size: 9px;
	line-height: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	float: left;
	text-align: center;
	padding: 2px 0 5px 1px;
	width: 35px;
	height: 55px;
	color: #333333;
	margin: 0px 0 10px 0;
}

.date:first-line {
	color: #000000;
	font-size: 18px;
	line-height: 24px;
}*/


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

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

}

/* MT */
.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;
}
