body { 
	background: #fdf8e5 url(i/back.jpg) repeat;
	font: .85em/1.5em Helvetica, Arial, san-serif;
	color: #333;
	margin: 0 50px; padding: 0;
}

img a {
	border: none;
	}
	
img {
	border: none;
	}	
/* header */
#header {
	background: url(i/m_head.jpg) no-repeat top center;
	width: 1000px; height: 400px;
	margin: 0 auto;
	}

/* header text */
h1#blog_title {
display: none;
	}
h1#blog_title a, h1#blog_title a:visited {
	color: #333;
	text-decoration: none;
	}

h1#blog_title a:hover, h1#blog_title a:active {
	color: #a2000b;
	text-decoration: underline;
	}
	
h2#blog_moto {
	display: none;
	}		

ul#nav {
	list-style: none;
	display: inline;
	margin: 325px 5px 30px 0;
	padding: 0;
	float: right;
	}
	
ul#nav li {
	list-style: none;
	display: inline;
	padding: 1px 5px 1px 0!important; padding: 1px 3px 1px 0;
	margin: 0 0 0 3px!important; margin: 0 0 0 6px;
	border-right: 1px solid #a2000b;
	font-size: .9em;
	font-weight: bold;
	}	
	
li#contact {
	border-right: none!important;
	}		
	
ul#nav li a, ul#nav li a:visited {
	color: #a2000b;
	text-decoration: none;
	}
	
ul#nav li a:hover, ul#nav li a:active {
	color: #b94048;
	text-decoration: underline;
	}
		
/* content area */
#content {
	width: 950px;
	padding: 0;
	margin: 0 auto;
	background: url(i/m_right.gif) no-repeat bottom right;
	}

#posts {
	width: 650px;
	background: #fdf8e5;
	float: left;
	padding: 20px; width: 610px!important;
	}
	
#posts img {
	padding: 10px 0;
	}
	
#posts p {
	margin: 10px 0;}	

#posts a {
	color: #a2000b;
	font-weight: bold;
	text-decoration: none;
	}
	
#posts a:hover, #posts a:active {
	color: #b94048;
	text-decoration: underline;
}				
	
/* post settings */
h1#post_header {
	font-size: 2em;
	margin: 0; padding: 0;
	line-height: 2.2em;
	color: #333;
	}

h1#post_header a, h1#post_header a:visited {
	color: #333;
	text-decoration: none;
	}
	
h1#post_header a:hover, h1#post_header a:active {
	color: #a2000b;
	text-decoration: underline;
	}
	
h2#post_date {
	margin: 0; padding: 0;
	font-weight: normal;
	font-size: .9em;
	line-height: 1.2em;
	}

div.pagetitle {
	font-size: 1.25em;
	font-weight: bold;
	color: #a2000b;
	}

/* sidebar */
#sidebar {
	width: 200px;
	float: left;
	margin-left: 50px; 
	padding: 0 0 20px 0; margin: 0 0 20px 50px;
	background: url(i/side.gif);
	}

#sidebar li h2 {
	list-style: none!important;
	font-size: 1em;
	margin: 0; padding: 0;
	}
	
#sidebar h3 {
	width: 196px; height: 50px;
	text-indent: -9999px;
	margin: 0; padding: 0;
	}
	
h3#about {
	background: url(i/b_about.gif) no-repeat top center;
	}

h3#cat {
	background: url(i/b_cat.gif) no-repeat top center;
	}

h3#link {
	background: url(i/b_links.gif) no-repeat top center;
	}

#sidebar p {
	padding: 0 20px;
	margin: 10px 0;
	font-size: .9em; line-height: 1.4em;
	}
	
#sidebar ul {
	margin: 10px 30px;
	padding: 0;
	list-style: square;
	}
	
#sidebar li {
	list-style: square;
	padding: 1px 0;
	font-size: .9em;
	}
	
#sidebar a, #sidebar a:visited {
	color: #333;
	text-decoration: none;
	}
	
#sidebar a:hover, #sidebar a:active {
	color: #a2000b;
	text-decoration: underline;
	}				

div#text {
	clear: both;
	}
	
div#text a {
	display: block;
	float: left;
	width: 120px; height: 40px;
	margin: 10px;
	padding: 10px 0;
	height: 20px!important;
	font-size: 11px;
	font-weight: bold;
	color: #a2000b;
	background: #f1e9cf;
	text-align: center;
 }	
		
/* footer */
	
#footer {
	font-size: .8em;
	color: #666;
	clear: both;
	margin-top: 100px;
	}

#footer a, #footer a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #666;
	}
	
#footer a:hover, #footer a:active {
	text-decoration: underline;
	color: #333;
	}	