@charset "UTF-8";
/* CSS Document */

body {
background:#FFF;
padding:0;
margin:0;
font-family: Helvetica, Arial, sans-serif;
font-size:.85em;
}

a:link {
	text-decoration:none;
	color:#570000;
}
a:visited {
	text-decoration:none;
	color:#666666;
	}
a:hover {text-decoration:underline; color:#570000;}


h1 {
	font-weight:bold;
	font-size:1.3em;
	text-align:right;
	line-height:1.4em;
}

h2 {
color:black;
font-size:1.05em;
margin:0;
margin-top:1em;
}

#container {
	margin-left:auto;
	margin-right:auto;
	width:800px;
}
#header {
	float:left;
	border-bottom:1px solid #989898;
	width:100%;
	position:relative;
	background:url(images/header1.jpg) top center no-repeat;
	height:300px;
	overflow:visible;
}

#header1 {
	background:url(images/header1.jpg) top left no-repeat;
	background-position:20px 0;
	height:300px;
}

.circle_left, .circle_right, .circle_topleft, .circle_topright {
 	background:url(images/circle.png) top left no-repeat;
	width:8px; 
	height:8px;
	display:block;
	position:absolute;
}
.circle_left {left:-8px;bottom:-4px;}
.circle_right {right:-8px;bottom:-4px;}
.circle_topleft {left:-8px;top:-4px;}
.circle_topright {right:-8px;top:-4px;}

.hr {
position:relative;
height:2em;
border-bottom:1px solid #989898;
display:block;
}
/* MENU */

#menu {
}

#menu a{
	width:105px;
	height:58px;
	position:absolute;
	display:block;
}
#menu a:hover, .location {
	background-position:-107px;
}
#button_Home {
	top:35px;
	right:89px;
	background:url(images/menu/home.jpg) top left no-repeat;
}
#button_About {
	top:99px;
	right:64px;
	background:url(images/menu/about.jpg) top left no-repeat;
}
#button_Excerpt {
	top:165px;
	right:30px;
	background:url(images/menu/excerpt.jpg) top left no-repeat;
}
#button_Buy {
	top:233px;
	right:33px;
	background:url(images/menu/buy.jpg) top left no-repeat;
}



#content {
	float:left;
	clear:left;
	width:800px;
	position:relative;
}
#content p {
	color:#570000;
	line-height:1.2em;
	font-size:1.1em;
}
#content a {
	color: #0000CC;	
}

.excerptintro {
	font-size:1.6em;
	}

.h1box {
	width:150px;
	height:80px;
	float:left;
	clear:left;
	margin-right:10px;
	margin-top:50px;
}
.h2box {
	float:left;
	clear:left;
	margin-right:10px;
}
#snippet {
	position:absolute;
	top:30px;
	right:0px;
	text-align:right;
	color:#D2232A;
	width:200px;
	height:150px;
	font-size:.9em;
	margin-top:20px;
	z-index:500;
}
#snippet a {text-decoration:none; color:#D2232A;}

#snippet a:hover {text-decoration:none; color:#FF6666}

#excerptnav {
	color:#000000;
	padding-right:100px;
}

#excerptnav2 {
	color:#000000;
	width:100%;
	text-align:center;
}

.home_text {
	padding-top:150px;
	clear:both;
	width:350px;
	text-align:left;
}	
.bg_Home { 
	background:url(images/bghome.jpg) center top no-repeat;
	background-position:155px 0;
}
.bg_About {
	background:url(images/bgwoman.jpg) center top no-repeat;
	background-position:195px 0;
}
.bg_Contact {
	background:url(images/bglightning.jpg) no-repeat;
	background-position:155px 0;
}
.bg_Excerpt {
	background:url(images/bgexcerpt.jpg) no-repeat;
	background-position:155px 0;
}
.bg_Buy {
	background:url(images/bgman.jpg) no-repeat;
	background-position:195px 0;
}


#footer {
	float:left;
	border-top:1px solid #989898;
	clear:both;
	width:100%;
	text-align:center;
	margin-bottom:40px;
	position:relative;
}

#footer a {
	margin-right:30px;
}

#footer a:visited {color:#570000;}

.entry {
margin-top:1em;
width:480px;
}
.entry_page {
margin-top:6em;
width:550px;
}

#post_body {
background:url(images/post_bg.gif) top left no-repeat;
background-position:center;
display:block;
position:relative;
float:left;
width:800px;
padding-bottom:3em;
padding-top:3em;
}

#page_body {
display:block;
position:relative;
}

.post {
margin-top:1em;
border:#889395 solid 1px;
width:480px;
padding:40px 30px;
padding-top:20px;
background-color:#EFF0F4;
}

#sidebar {margin-top:1em; float:right; width:225px;}
#sidebar ul {
padding:0;
}

#sidebar ul li {
width:170px;
padding-left:30px;
padding-right:20px;
padding-bottom:15px;
padding-top:15px;
margin-bottom:20px;
border-top:#6B6C6D 2px solid;
border-bottom:#6B6C6D 2px solid;
border-left:2px #C2CBCC solid;
border-right:2px #C2CBCC solid;
list-style:none;
background:white;
position:relative;
font-size:.95em;
overflow:visible;
}
#sidebar ul li ul li, #sidebar ul li ul {
list-style:none;
margin:0;
padding:0;
border:none;
float:none;
background:none;
}
#sidebar ul li h2 {
margin-top:0;
margin-left:-10px;
}

.linkcat {
margin-left:0px;
padding:0;
}

.navigation {
clear:both;
float:right;
}

.widgettitle { margin-bottom: 8px;}

#comment {
width:400px;	
}