/* Elements */
* 
{
	margin:0;
	padding:0;
}
body {
	margin: 0;
	padding: 0;
	background:#fef7ea;
	font-family: Verdana,Tahoma, Arial, Serif;	
	line-height: 1.5em;
	font-size: 10px; /* IE5 Win */
  	voice-family: "\"}\""; 
  	voice-family: inherit;
  	font-size: 10px; /* easy scaling */
  	font-size: 0.76em;
	color: #333;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family:Georgia, Tahoma, Verdana, Arial, Serif;
	font-weight:normal;
	color: #333;	
}

p, blockquote, ul, ol {
	margin-top: 0;
	padding-top: 0;
	margin-bottom:0.5em;	
}
p 
{
	line-height:1.8em;
}


a:link, a:visited {
	color: #579;
	text-decoration:none;
	/*border-bottom:#c96 1px dotted;*/
}
a:hover,a:active 
{
	color:#680e10;
	text-decoration:none;
	
}
img.left 
{
	float:left;
	margin:0 1em 1em 0;
}
img.right 
{
	float:right;
	margin:20 20 1em 1em;
}
a img 
{
	border:0;
	padding-bottom:2px;
	}
blockquote 
{
	margin:1em;
	padding:0 2em;
	background:url(img/quote.gif) no-repeat left top;
	color:#888;
}
fieldset 
{
	border:none;
}

dl {
	margin:1em 0px;
}
dt 
{
	font-weight:bold;
}
dd 
{
	margin:0.5em 1em;
	padding:0;
}

/* Header */
#header 
{
	height:171px;
	width:804px;
	margin:0px auto;
	z-index:0px;


}
#header h1{
	padding: 10px 0 0 10px;
	font-size: 1.8em;
	font-variant:small-caps;
}
#header h2 {
	padding:  10px 0 0 10px;
	font-size: 1em;
	font-family:Tahoma, Verdana, Arial, Serif;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu 
{
	text-align:center;
	padding:0;
	height:20px;
	line-height:20px;
	background:#99847d;
	width:798px;
	margin:0 auto;
	border-bottom:#ef4823 2px solid;

	
}

#menu ul {
	margin: 0 auto;

	padding:0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a 
{
	padding:2px 2px;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 1em;
	border:0;
	color:#eee;	
}
#menu a:hover, 
#menu a:active,
#menu li.current_page_item a:link,
#menu li.current_page_item a:visited,
#menu li.current_page_item a:hover,
#menu li.current_page_item a:active
{
	background:#76594f;
	color:#fff;
	border:0;
}
/* Main */

#main {
	width: 796px;
	margin: 0 auto;
	background:#fff;
	border-left:#e4d3b6 1px double;
  border-right:#e4d3b6 1px double;

}

#main h2 {
	padding: 0px;
	font-size: 1.6em;		
	line-height:1.2em;
	border-bottom:#680e10 1px solid;
	text-align:right;
	font-variant:small-caps;
}

#main h3 {
	padding: 4px;
	font-size: 1.4em;		
	line-height:1.2em;
	border-bottom:#ddd 1px solid;
}
#main h2 a 
{
	border:0;
}
#content ul {
	margin: 0.5em 0;
	padding: 0 0 0 2em;
	list-style-type:none;
}
#content ul li 
{
	padding:5px 0;
	list-style-image:url(img/arrows.gif);
	line-height:1.8em;
}
#content ol 
{
	margin:0;
	padding:0 0 0 3em;	
}
#content ol li 
{
    margin:0;
    padding:3px;
    line-height:1.8em;
}
#content .post 
{
	margin-bottom:3em;
}
#content .entry 
{
    clear:both;
	padding: 10px 5px;
}
.post .date {
	float: right;
	margin:5px 0 0 5px;
	padding:0 0px;
	text-align:center;
	font-size: 0.8em;
	font-weight:bold;
	background:url(img/bgstripes.gif) repeat;
	color:#468;
	font-family: "Lucida Sans", "Trebuchet MS", Verdana, Arial, Serif;
}
.post .date span 
{
	display:block;
}
.post .date .day 
{
	font-size:1.6em;
	color:#345;
}
.post .meta {
	margin-bottom: 10px;
	padding-left: 0px;
	font-size: 0.9em;
	color:#999;
}
.post .comments 
{
    font-size:0.9em;
    border-bottom:#ccc 1px dotted;
    color:#999;
    padding-left:10px;
    background:url(img/comments.gif) no-repeat left;
}
.post .comments a 
{
	border-bottom:0px;
}
#main .feed 
{
	list-style-image:none;
	background:url(img/icon_feed.gif) no-repeat left 3px;
	padding:3px 17px; 
}
#content .trackback 
{
	background:url(img/trackback.gif) no-repeat left 6px;
	padding:3px 12px; 
}
ul.authorposts
{
	margin:0;
	padding:0 2em;
}
ul.authorposts li
{
	margin:0;
	padding:5px;	
}
ul.authorposts li em 
{
	float:right;
	font-style:normal;
}
/* Content */

#content {
	float: right;
	width: 540px;
	padding:42px;	
	text-align: justify;
}
/* Column Two */

#sidebar {
	float: left;
	width: 163px;		
	padding: 1px;	
	font-size:0.9em;
	margin:3px;	
}

#sidebar 
{
	border-right:#ccc 1px dotted;
}
#sidebar ul 
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
}
#sidebar li
{
	margin:0;
	padding:0;
	list-style:none;
	background:none;
	text-align:center;
}
#sidebar h2
{
	padding: 10px 0 0 0;
	font-variant:small-caps;
}
#sidebar p, #sidebar form
{
	padding:8px;
	margin:0;
}
#sidebar ul ul
{
	margin:10px 0 0 20px;
	padding:0;
}
#sidebar ul ul ul
{
	margin:0px 0 0 10px;
	padding:0;
}
#sidebar li li 
{
	list-style-image:url(img/bullet.gif);
	margin:5px 0;
	padding:0;
	text-align:center;
	
}

#sidebar a 
{
	padding:8px 16px;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 1em;
	color:#680e10;
  border:0;	
}

#sidebar a:hover,a:active 
{
	text-decoration:underline;

}
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:79px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
/* Footer */

#footer {
  text-align: center;
	margin: 0px auto 0;
	padding:0 0px;
	width:798px;
	height: 20px;
	background:#99847d;
	border-top:#ef4823 2px solid;
	
}

#footer p {
	margin: 0;
	padding: 1px;
	font-size: 0.9em;
	color: #ffffff;	
}
#footer p span 
{
	float:right;
}
#footer a:link, #footer a:visited {
	color: #fff;
	border:0;
}
#footer a:hover, #footer a:active{
	color: #999;
	text-decoration:none;
	border:0;
}

#footer p strong{
	color: #fff;
	text-decoration:none;
	border:0;
}
#header, #content, #sidebar, #footer, .widget 
{
	overflow:hidden;
}

#overlay {
     visibility: hidden;
     position: absolute;
     left: 0px;
     top: 0px;
     width:100%;
     height:100%;
     text-align:center;
     z-index: 1000;

}
#overlay div {
     margin: 100px auto;
     background-color: #fff;
     border:1px solid #000;
     padding:15px;
     text-align:center;
}

#overlay div a{
	text-decoration:none;
	}

