body {
	background: url(images/bodybg.jpg) #fff;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	font-family: "Lucida Grande",Helvetica,Arial,Verdana,sans-serif;
  line-height:1.5;
	font-size: 14px;
	line-height: 1.5em;
	color: #666666;
	text-align: justify;
	z-index: 0;
}

#container {
	width: 950px;
	margin: 0 auto;
	background: url(images/logo.png) transparent no-repeat;
}

#header {
	height: 110px;
	padding: 40px 50px 0 50px;
	background: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	position: relative;
}


#header a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}

#header a:hover {
	color: #333333;
}

#header #search {
	position: absolute;
	top: 40px;
	right: 50px;
	height: 20px;
}

#header #s {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #fff;
	width: 205px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	padding: 2px;
}

#mini_nav {
  position: absolute;
  top: 5px;
  right: 0px;
  float: right;
  color: #fff;
  font-size: 10px;
}

#mini_nav a{
  color: #fff;
  font-size: 10px;
  font-family: arial, sans;
  font-weight: normal;
}

#mini_nav a:hover{
  color: #999;
}

#navbar {
  position: relative;
  top: 76px;
  left: 180px;
	margin: 0 0 20px 0;
	height: 40px;
}

#navbar ul {
	margin: 0 0 0 10px;
	padding: 0;
	border-left: 1px solid #cccccc;
}

#navbar li {
	display: block;
	float: left;
}

#navbar a {
	display: block;
	float: left;
	height: 30px;
	padding: 0 11px 0 12px;
	font-family: Verdana,Helvetica,sans-serif;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
	color: #999;
	text-decoration: none;
	line-height: 30px;
}

#navbar a:hover, #navbar .current_page_item a {
	color: #fff;
	background: url(images/current_arrow.gif) no-repeat;
	background-position: center bottom ;
}

#navbar ul li ul {
	z-index: 100;
	margin: 0;
	border: 1px solid #cccccc;
	width: 200px;
	clear: both;
	position: absolute;
	top: 30px;
	left: -999px;
}

#navbar ul li:hover ul, #navbar ul li.sfhover ul {
	left: auto;
}

#navbar ul li ul li {
	width: 200px;
}

#navbar ul li.current_page_item ul li a, #navbar ul li ul li.current_page_item a {
	background: url(images/subnav1bg.png);
  color: #555;
}

#navbar ul li ul li a {
	background: url(images/subnav1bg.png);
	padding: 0 0 0 10px;
	float: none;
	color: #555;
}

#navbar ul li ul li a:hover {
	background: none #cccccc;
	color: #555;
}

#posts {
	width: 640px;
	min-height: 350px;
	padding: 0 20px 0 20px;
	margin: 10px 0 10px 0;
}

#content{
  float: left;
  margin: 10px 0 10px 0;
  width: 680px;
  min-height: 350px;
}

.commentbubble a {
	float: left;
	background: url(images/commentbubble.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.commentbubble a:hover {
	float: left;
	background: url(images/commentbubblehover.gif);
	background-repeat: no-repeat;
	background-position: 0 -1px;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 10px;
	margin: 0 5px 0 0;
}

.date {
	font-size: 12px;
	color: #999999;
	line-height: 1.5em;
}

.post {
	margin: 0 0 50px 0;
	
}

.tags {
	font-size: 10px;
	line-height: 1.5em;
	color: #999999;
}

.entry {
	margin: 20px 0 0 0;
}

.entry div {
  font-size: 12px;
}

.entry p {
	margin: 0 0 20px 0;
}

.entry hr {
	height: 1px;
	border: none;
	background: #cccccc;
}

.post h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 5px 0;
	border-bottom: 1px solid #cccccc;
}

.post h3 {
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
}

.post a, .navigation a {
	color: #0195c5;
	text-decoration: none;
}

.post a:hover, .navigation a:hover {
	color: #333333;
}

.post a img {
	border: none;
}

.post blockquote {
	background: url(images/blockquotebg.gif) no-repeat left top;
	color: #777777;
	font-style: italic;
	padding: 10px 5px 5px 36px;
}

.postmetadata {
	font-size: 10px;
	line-height: 1.5em;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.alignnone {
	margin: 0;
}

.wp-caption.alignleft {
	float: left;
	margin: 5px 20px 20px 0px;
}

.wp-caption.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.wp-caption.aligncenter {
	display: block;
	margin: 0 auto 20px auto;
}

.wp-caption.alignnone {
	margin: 20px 0;
}

.post .wp-caption {
	border: 1px solid #cccccc;
	background: #ebebeb;
	text-align: center;
	padding: 10px 5px 0 5px;
}

.post .wp-caption-text {
	margin: 0;
	font-size: 12px;
}

#commentform #author, #commentform #email, #commentform #url, #commentform #comment {
	background: #ffffff;
	border: 1px solid #cccccc;
	color: #666666;
	margin: 0 0 10px 0;
	padding: 5px;
}

.commentlist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.commentlist li {
	background: #ebebeb;
	padding: 20px 20px 0 20px;
	border: 1px solid #cccccc;
	margin: 0 0 20px 0;
}

.commentlist p {
	clear: both;
	margin: 0 0 20px 0;
}

.avatarcontainer {
	float: left;
	margin: 0 5px 10px 0;
}

.avatar {
	border: 1px solid #cccccc;
}

.sidebar {
  margin-top: 10px;
	margin-left: 690px;
	width: 260px;
	font-size: 11px;
}

.sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.sidebar ul li{
	margin: 0 0 10px 0;
	padding: 0;
	border: 1px solid #ccc;
}

.sidebar h2 {
	margin: 0 0 5px 0;
	padding: 0 5px 0 0;
	text-align: right;
	line-height: 22px;
	text-transform: uppercase;
	font-family: Arial, sans;
	font-weight: normal;
	font-size: 11px;
	color: #666666;
	width: 253px;
	background: url(images/block_header.gif) bottom right transparent no-repeat;
}

.sidebar a {
	display: block;
	color: #0195c5;
	text-decoration: none;
	font-size: 12px;
	padding: 0 10px 0 10px;
}

.sidebar a:hover {
	color: #333333;
	background: #ebebeb;
}

.sidebar ul li ul li {
	_height: 20px; /*IE 6 Hack, the sidebar links won't display properly without this*/
	border: none;
  margin-bottom: 0;
}

.sidebar ul li ul li ul li a {
	font-size: 12px;
	padding: 0 10px 0 0px;
	
}

.sidebar ul li ul li ul{
  list-style-type: disc;
}

.sidebar ul li ul li ul li{
  margin-left: 45px;
}

.sidebar_bottom {
  width: 665px;
  padding-left: 15px;
  border-top: 3px dotted #ccc;
}

.sidebar_bottom ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	
}

.sidebar_bottom ul li{
	margin: 0 10px 10px 0;
	padding: 0;
	width: 320px;
	display: block;
	float: left;
}

.sidebar_bottom h3 {
  font-family: Georgia, arial, sans;
  font-size: 24px;
  font-weight: normal;
  color: #333;
}

#footer {
  padding-bottom: 25px;
  padding-top: 0;
	clear: both;
	height: 57px;
	background: url(images/footerbg.gif);
	background-repeat: no-repeat;
}

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

#footer a {
	text-decoration: none;
}

#footer a:hover {
	color: #aaa;
}

.footer_links {
  float: right;
  position: relative;
  right: 25px;
  color: #fff;
  font-size: 12px;
}

.footer_links li{
  list-style: none;
  display: block;
  float: left;
}

.footer_links li a {
  
  color: #fff;
  text-decoration: none
}

#wp-calendar {
	width: 210px;
	background: #ebebeb;
	border: 1px solid #cccccc;
	margin: 0;
	font-size: 12px;
	text-align: center;
}

#wp-calendar caption {
	text-align: left;
}

#wp-calendar #today {
	background: #cccccc;
}

#wp-calendar a {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
	padding: 0;
}

#wp-calendar a:hover {
	background: #cccccc;
}

#copyright{
  text-align: center;
}

#searchform div {
  padding: 2px 0 7px 15px;
}

#news_title a{
  text-decoration: none;
  color: #0195c5;
  font-weight: bold;
  font-size: 14px
}

#news_title a:hover{
  color: #333;
}

#news_date{
  font-style: italic;
  font-size: 10px;
}

#news_excerpt{
  margin: 3px 20px 0 20px;
  font-size: 12px;
}

#read_more a{
  margin: 0;
  padding: 0;
  text-decoration: none;
  font-size: 12px;
  color: #0195c5;
  float: right;
}

#read_more a:hover{
  color: #333;
}

.news_item, .wnews_item{
  border-bottom: 2px dotted #999;
  margin-bottom: 5px;
}

#wnews_title a{
  text-decoration: none;
  color: #0195c5;
  font-weight: bold;
  font-size: 11px
}

#wnews_title a:hover{
  color: #333;
}

#wnews_excerpt{
  line-height: 12px;
  margin: 0 15px;
  font-size: 10px;
}

#wread_more{
  text-decoration: none;
  font-size: 10px;
  color: #0195c5;
  float: right;
}

#wread_more:hover{
  color: #333;
}

.wnews_item{
  border-bottom: 2px dotted #999;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.clear{
  clear: both;
}

#archive_link a{
  text-decoration: none;
  font-size: 14px;
  color: #333;
  float: right;
  background-color: #ccc;
  border: 1px solid #333;
  margin-bottom: 10px;
  padding: 1px 3px;
}

#archive_link a:hover{
  position: relative;
  left: 1px;
  top: 1px;
}

#home_text{
  margin: 0 10px 10px 10px;
}

#home_text h3{
  line-height: 14px;
  font-size: 12px;
  margin: 5px 0;
}

#home_text p{
  margin: 0 10px;
  font-size: 11px;
  line-height: 12px;
}

#snh {
  margin: -10px 0 10px 0;
  padding-bottom: 10px;
  line-height: 12px;
  border-bottom: 3px dotted #ccc;
  text-align: center;
}

.xoxo {
  list-style: none; 
}

.brlink {
  border-bottom: 3px dotted #ccc;
}

.brlink a {
  margin-left: -10px;
}

#cvv {
	float: right;
}
