/* custom */
@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	background: url(images/headerbg.jpg) repeat-x top center;
	font-family: Trebuchet MS, Arial;
	}
	
* {
	margin: 0;
	padding 0;
	}
	
#header {
	height: 145px;
	width: 930px;
	background: url(images/header.jpg);
	margin: 0 auto;
	}
	
#header a {
	width: 544px;
	height: 60px;
	display: block;
	position: relative;
	top: 50px;
	left: 275px;
	}
	
#header a span {
	display: none;
	}
	
#menuholder {
	width: 930px;
	height: 39px;
	background: url(images/menu.jpg);
	margin: 0 auto;
	padding-top: 5px;
	}
	
#menu {
	width: 880px;
	margin: 0 auto;
	padding-left: 30px;
	}
	
#menuspacer {
	height: 5px;
	}
	
#menu li {
	display: inline;
	margin: 0 26px 0 4px;
	}
	
#menu li a {
	text-decoration: none;
	color: #fff;
	}
	
.dropshadow {   
    z-index:10; 
	position: relative;
	font-size: 20px;
	white-space: nowrap;
	}
	
#container {
	width: 900px;
	margin: 0 auto;
	}
	
#left_ad {
	width: 160px;
	float: left;
	margin-top: 5px;
	}
	
#left_ad img, #right_col img {
	border: none;
	}
	
#main_col {
	width: 100%;
	float: left;
	margin-left: 10px;
	}
	
#post_block {
	font-family: Arial, Verdana;
	margin-bottom: 30px;
	}
	
#post_block p {
	font-size: 14px;
	margin-bottom: 10px;
	color: #404040
	}	
	
#post_block img {
	margin: 0 10px 10px 0;
	}
	
.post_title {
	color: #6cbafc;
	font-size: 20px;
	}
	
.post_meta {
	color: #a6d422;
	font-size: 12px;
	margin: 5px 0;
	}
	
#right_col {
	width: 160px;
	float: left;
	margin-left: 2px;
	}
	
#nav_top {
	width: 160px;
	height: 8px;
	background: url(images/menu_top.gif) no-repeat;
	}
	
* html #nav_top {
	margin-bottom: -15px;
	}
	
.hover_menu { 
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 160px;
	background: #b6e03e url(images/menu_bottom.gif) bottom center no-repeat;	
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 5px;
	}
	
.hover_menu li a {
	color: #fff;
	display: block;
	width: 145px;
	margin: 0 auto;
	height: 22px;
	margin-bottom: 5px;
	text-decoration: none;
	background: url(images/menu_link.gif);
	font-family: Trebuchet MS;
	font-weight: bold;
	padding-left: 5px;
	}
	
.hover_menu li a:hover {
	background: url(images/menu_hover.gif);
	color: #7b9a21;
	}
	
.bookmarks { 
	list-style-type: none;
	margin: 0;
	padding: 0 0 20px;
	height: 40px;
	}
	
.bookmarks li {
	display: inline;
	float: left;
	margin: 0 20px 0 5px;
	}
	
.bookmarks li a span {
	display: none;
	}
	
li.email a {
	width: 80px;
	height: 39px;
	background: url(images/email.jpg);
	display: block;
	}
	
li.stumble a {
	width: 110px;
	height: 39px;
	background: url(images/stumble.jpg);
	display: block;
	}
	
li.digg a {
	width: 67px;
	height: 39px;
	background: url(images/digg.jpg);
	display: block;
	}
	
li.reddit a {
	width: 78px;
	height: 39px;
	background: url(images/reddit.jpg);
	display: block;
	}
	
li.delicious a {
	width: 82px;
	height: 39px;
	background: url(images/delicious.jpg);
	display: block;
	}
	
#footer {
	width: 100%;
	height: 60px;
	background: url(images/footer.jpg) repeat-x top center;
	margin: 15px 0 0 0;
	color: #5c7713;
	font-size: 12px;
	font-family: Arial, Verdana;
	}
	
#footer p {
	text-align: center;
	margin: 5px 0;
	}
	
.footernav {
	list-style-type: none;
	margin: 0;
	padding: 5px 0 0 0;
	text-align: center;
	}
	
.footernav li {
	display: inline;
	margin: 0 5px;
	padding: 0 0 0 10px;
	background: url(images/pipe.gif) bottom left no-repeat;
	}
	
.footernav li.first {
	background: none;
	}
	
.footernav li a {
	color: #5c7713;
	text-decoration: none;
	}
	
	
.clear { clear: both; }

.float_left { float: left; }

#gallery {
  height:320px;
  display:none;
}
#slideshow {
  display:none;
}
.gcap {
  font-size:xx-small;
  margin:3px; padding:0;
}
.scap {
  font-size:xx-small;
  margin:3px; padding:0;
}
.gcon { /* gallery image/caption container */
  width:114px;
  height:120px;
  margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
  float:left;
}
.scon { /* slideshow image/caption container */
  width:480px;
  margin:10px;
  background:#CFD4E6;
  border:1px solid #BF8660;
}
#gallery img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#slideshow img {
  margin:6px 6px 3px 6px;
  background:#CFD4E6;
}
#navigation {
/*  text-align:center; */
}
#prev, #next, #back, #auto, #time {
  color:#BF8660;
  cursor:pointer;
  font-weight:bold;
  margin-right:20px;
}
.clearAll {
  clear:both;
  margin:0; padding:0;
}

#post_block>div { clear: both; padding-bottom: 2em; width:535px;}