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

body,
html
{
	margin: 0;
	padding: 0;
	font-family: Verdana, Hevetica, Arial, sans-serif;
	font-size: 11px;
	color: #4D4D4D;
	background-image: url(img/bg.gif);
}

#top
{
	background: #E1E1D2;
	margin: 0 0 0 50px;
	width: 920px;
}

#wrap
{
	background:#ffffff;
	margin: 0 0 0 50px;
	width: 920px;
}


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

#header
{
	background: transparent url(masthead.gif) no-repeat 0 0;
	color: #E1E1D2;
	height: 90px;
	margin: 10px 0 10px 0;
}

#header h1 {
	padding:5px;
	margin:0;
}

#stripe
{
	background: #DDF0F4;
	height: 25px;
	margin: 0 0 15px 0;
}

.alt {
	display: none;
	}
	

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

#main
{
	float: left;
	width: 500px;
	margin: 0;
	background: #ffffff;
	text-align: left;
}

#main #entries { padding: 50px 15px 0 15px; }

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

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

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

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


#navigation
{
	float: left;
	background: #ffffff;
	width: 200px;
	margin: 0;
}

#column { margin: 60px 0 20px 10px; }

#flash
{
	margin: 0 0 30px 0;
}

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


#sidebar
{
	background: #ffffff;
	float: right;
	width: 200px;
	margin: 0;
}

#pad { margin: 60px 0 20px 10px; }

#sidebar p
{
	font-size: 11px;
}



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


#footer
{
	clear: both;
	padding: 100px 0 30px 10px;

}
#footer p { font-size: 11px; }



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

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

h1
{
	font-size: 32px;
}
	
h2
{
	font-size: 28px;
}

h3
{
	font-size: 24px;
	line-height: 26px;
	
}

h3 a:link, h3 a:visited {
	text-decoration: none;
	color: #333333;
	}
	
h3 a:hover {
	color: #FE7739;
	text-decoration: none;
	}
h4
{
	font-size: 16px;
}

#sidebar h4
{
	font-size: 14px;
	color: #666;
}

#navigation h4
{
	font-size: 14px;
	color: #666;
	margin: 0 0 0 20px;
}	

h5
{
	font-size: 14px;
	line-height: 16px;
	letter-spacing: -1px;
}


/* Link ======================================== */

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

a:visited
{
	color: #919292;
	text-decoration: none;
}

a:hover
{
	background: #DDF0F4;
	text-decoration: none;
}

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


	
	
/* Type & Lists & Images =================================== */

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

.small { font-size: 95%; }

strong
{
	background: #DDF0F4;
}

b
{
	font-weight: bold;
}

blockquote
{
	margin: 0 0 0 20px;
	border-left: #E6E6E6;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	padding: 0 0 0 10px;
}

img 
{ 	
	border: 0; 
}

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

.emphasis { background: #F8FFF1; }

address
{
	font-style: normal;
	margin: 5px 0 0 0;
}

.bigdate
{
	color: #DDF0F4;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 5px 0;
	padding: 0;
	font-family: Hevetica, Arial, Verdana, sans-serif;
}

.tags
{
	color: #333;
	font-size: 10px;
}

a.taglink 
{
	color: #333;
	text-decoration: underline;
}

.ctr {
margin: 0 0 12px 0;
}

li, dt, dd { margin: 5px 0 5px 0; }
	
ol, ul, dl
{
	padding: 0;
	list-style-type: none;
	margin: 0;
}   


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


/* Form fields ======================================== */

#contactform dl {
	margin: 0;
	padding: 0;
	font-size: 105%;
	}
	
#contactform dt {
	color: #333333;
	font-weight: normal !important;
	}
	
#contactform dt em, #contactform .note em {
	color: #c00;
	font-weight: bold;
	font-style: normal;
	}
	
#contactform #realname, #contactform #email, #contactform #url {
	width: 250px;
	border: 1px solid #e6e6e6;
	margin: 0;
	padding: 0;
	font-size: 130%;
	font-weight: bold;
	color: #2E2E2E;
	}
	
#contactform textarea {
	width: 400px;
	height: 180px;
	font-family: inherit;
	font-size: 130%;
	font-weight: bold;
	color: #2E2E2E;
	border: 1px solid #e6e6e6;
	}
	
#contactform
{
	margin: 0 0 40px 0;
	
}
input:focus, textarea:focus 
{
	font-weight: bold;
	background: #DDF0F4;
}
	
#search-form 
{
	margin: 0 0 25px 0;
	border: 1px solid #CCCCCC;
	padding: 5px;
}
	
#search-form p 
{
	font-weight: bold;
	margin: 0 0 10px 0;
}

#search-form input 
{
	vertical-align: middle;
}


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

