html {
	height: 101%;
	margin: 0;
	padding: 0;
}


body {
	text-align: center;
	font-family: arial;
	color: #999999;
	size: 2;
	background-color: #FFFFFF;
}

p {
	margin: 5px 0px;
}

body:link {
	color: #6699FF;
}

body:visited: {
	color: #6699FF;
}

div.comments_hidden {
	display: none;
	overflow-y: scroll;
	border-top:
}

div.comments_visible_scroll {
	display: block;
	height: 235px;	
	border-top: 1px dotted #999999;		
	overflow-y: scroll;	
	overflow-x: hidden;
	width: 910px;	
}

div.comments_visible_noscroll {
	display: block;
	border-top: 1px dotted #999999;		
	overflow-x: hidden;
	width: 910px;
}

div.new_comments_scroll {
	height: 260px;
	border-top: 1px dotted #999999;
	display: block;
	overflow-y: scroll;
	margin-top: 10px;
	overflow-x: hidden;
}

div.new_comments_noscroll {
	border-top: 1px dotted #999999;
	display: block;
	margin-top: 10px;
	overflow-x: hidden;	
}


div.nav_area {
	position: relative;
	z-index: 1000;
	padding-top: 20px;
	margin-bottom: 0px;
	width: 910px;	
}

div.entries {
	margin-top: 65px;
}

.ac_results {
	background-color: white;
	border: 1px solid #999999;
	border-top: 0;
	text-align: left;
	font-family: arial;
	font-size: 13px;
}
.ac_results ul {
	margin: 0px;
	padding: 0px;
}
.ac_results li {
	color: #666;
	list-style-type: none;
	padding: 3px 1px;
}


.results_message {
	text-align: left;
	font-size: 14px;
	font-family: Orator Std, Arial;
	color: #666;
	margin-bottom: 30px;
}
.results_message strong {
	font-weight: bold;
}


div.nav_area {
	padding-top: 20px;
	margin-bottom: 0px;
}

img.page_nav {
	padding-left: 5px;
	padding-right: 5px;
}

div.entry {
	width: 100%;
	margin-top: 50px;
}

div.addedit_entry {
	width: 100%;
	margin-top: 10;
}

.entry_date {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #dd753e;
	font-family: Orator Std, Arial;
}
.entry_date span {
	color: #999999;
}



div.entry_content {
	width: 100%;
}

div.entry_content a:link {
	color: #6699FF;	
}
div.entry_content a:visited {
	color: #6699FF;
}
div.entry_content a:active {
	color: #6699FF;	
}
div.entry_content a:hover {
	color: #dd753e;
}

div.entry_actions {
	width: 100%;
	margin-top: 10px;
	cursor:pointer;cursor:hand;
}

img.nav_button {
	cursor:pointer;cursor:hand;
}

a:link {
	font-size: 12;
	font-family: Arial;
}

a:link img {
	border: none;
}
a:visited img {
	border: none;
}
a:hover img {
	border: none;
}
a:active img {
	border: none;
}

a:visited{
	font-size: 12;
	font-family: Arial;
}

a:hover {
	color: #dd753e; 
	font-size: 12;
	font-family: Arial;
}

.sb {

	width: 910px;
	margin: 0 auto;
}

input.entry_title {
	width: 300px;
}
textarea.entry_content {
	width: 500px;
	height: 500px;
}
	
.comment_name {
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	white-space: nowrap;
	width: 0;
	padding-left: 5px;
	font-family: arial;
	color: #999999;	
}

.comment_website:link, .comment_website:visited, .comment_website:active{
	font-weight: bold;
	font-size: 13px;
	vertical-align: top;
	white-space: nowrap;
	width: 0;
	font-family: arial;
	color: #999999;
	
}

.comment_name span {
	white-space: nowrap;
	color: #999999;	
}	

.comment_email a:link {
	font-size: 13px;
	font-weight: normal;
	vertical-align: top;
	white-space: nowrap;	
	text-decoration: none;
	padding-left: 10px;
	width: 0;
}

.comment_website a:link {
	font-weight: normal;
	font-size: 13px;
	vertical-align: top;
	text-decoration: none;
	white-space: nowrap;	
	padding-left: 10px;
}

.comment_date a:link {
	font-weight: normal;
	text-decoration: none;
}

.comment_date {
	font-style: italic;
	font-size: 13px;
	width: 100;
	font-family: arial;
	white-space: nowrap;	
	vertical-align: top;	
	color: #999999;	
}
.comment_date span {
	white-space: nowrap;
	color: #999999;	
}

.comment_content {
	font-family: arial;
	font-size: 12px;
	padding-left: 10px;
	text-align: left;
	width: 100%;	
	color: #999999;
}

.comment_delete {
	vertical-align: top;
	width: 16;
	padding: 0 0 0 0;
}

.comment_acknowledge {
	vertical-align: top;
	width: 16;
	padding: 0 0 0 0;
}

table.comment {
	width: 100%;
	list-style-type: none;
	border-bottom: thin dotted #999999;
	border-left: thin dotted #999999;	
	border-right: thin dotted #999999;	
	margin: 0 0 0 0;
	padding: 5 5 5 5;	
}
		
div.add_comment_caption {
	width: 100%;
	font-size: 13px;
	font-style: italic;
	color: #999999;
	font-family: arial;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.add_comment_input {
	width: 250px;
	font-family: arial;
	font-size: 13px;
	margin-left: 15px
}

span.add_comment_title {
	font-size: 18px;
	color: #999999;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
	margin-left: 15px;
	border-bottom: thin dashed #999999;
}

div.addedit_entry_buttons {
	margin-left: 15px;
}


div.addedit_entry_caption {
	width: 100%;
	font-size: 13px;
	font-style: italic;
	color: #999999;
	font-family: arial;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-top: 15px;
}

.addedit_entry_input {
	width: 400px;
	font-family: arial;
	font-size: 13px;
	margin-left: 15px
}

.addedit_entry_text {
	width: 800px;
	font-family: arial;
	font-size: 13px;
	margin-left: 15px	
}

span.addedit_entry_title {
	font-size: 18px;
	color: #999999;
	font-family: arial;
	font-weight: bold;
	font-style: italic;
	padding-top: 15px;
	margin-left: 15px;
	border-bottom: thin dashed #999999;
}

div.addedit_entry_buttons {
	margin-left: 15px;
}

table.nav_links tr td {
	padding: 0 0 0 0;
	margin: 0 0 0 0 ;
	
}
table.nav_links tr td a {
	font-size: 12;
	font-weight: normal;
	text-decoration: none;
}

a.action_link img {
	border-style: none;
}

a.action_link img:link {
	border-style: none;
}

a.action_link img:visited {
	border-style: none;
}

a.action_link img:active {
	border-style: none;
}

a.action_link img:hover {
	border-style: none;
}



/*
body:hover {
	color: #dd753e;
}
*/

.email_link:link {
	color: #6699FF;
}

.header {
	color: #FFFFFF;
	font-size: 1px;
}

.copy {
	color: #a0a0a0;
	font-family: Orator Std, Arial;
	font-size: 12px;
}

.year {
	color: #a0a0a0;
	font-size: 14px;
}

.archive_link:link {
	color: #6699FF;
}
.archive_link:visited {
	color: #6699FF;
}
.archive_link:active {
	color: #6699FF;	
}
.archive_link:hover {
	color: #dd753e;
}

/* Navigation */
.nav_wrapper {
	width: 100%;
	position: relative;
}
.nav, .nav ul { 
	position: absolute;
	right: 0px;
	list-style: none;
	margin: 0;
	padding: 0;
}



.nav .categories_menu, .nav .categories_menu ul, .nav .categories_menu ul a {
	width: 175px;
	text-align: left;
}
.nav .categories_menu {
	position: relative;
	left: 30px;
}
.nav .categories_menu a {
	padding: 0 10px;
}


.nav .search_button {
	width: 70px;
}
.nav .go_button {
	width: 20px;
}
#nav-one, #nav-one li {
	height: 25px;
}

#nav-one a.menu_item {
	height: 25px;
}



 
.nav {

  z-index: 100;
}


.nav li {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;


}
.nav li a, .nav li a:link, .nav li a:active, .nav li a:visited {
  display: block;
  text-decoration: none;
}
.nav_wrapper {
	margin-top: 10px;
}
 

 
.nav ul {
  background: #fff;
  list-style: none;
  margin: 0;
  width: 100px;
  position: absolute;
  top: -999em;
  left: -1px;
}

.nav .open {
	top: 25px;
}

.nav ul li {
  border: 0;
  float: none;
}
.nav ul a {
  border-bottom: 0;
  padding-right: 20px;
  width: 80px;
  white-space: nowrap;
}

.nav input {
	position: relative;
	top: -5px;
	margin-right: 3px;
	margin-left: 3px;
}
.empty_year {
	font-size: 12px;
}


.archive_link {
	font-size: 12px;
}

.visitor_map_title, .archives_title {
	font-family: Orator Std, Arial;
	font-size: 16px;
	color: #dd753e;
}

a.menu_item {
	color: #999;
}
.categories_menu a {
	color: #999;
}
.nav a:link, .nav a:visited {
	font-family: Orator Std, Arial;
	font-size: 16px;
}
#nav-one li:hover a:hover {
	color: #dd753e;
}
.nav a:hover {
	color: #dd753e;
}
a.menu_item:hover {
	color: #dd753e;
}
.ac_results li:hover {
	color: #dd753e;
}


