h1#category {
	background: #fff url("/images/site/headbg.png") top left repeat-x;
	font: bold 30px/30px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin-bottom: 12px;
	padding: 6px;
	}

.paginate {
	text-align: center;
	font: 12px/15px "Trebuchet MS", "Tahoma", sans-serif;
	}

.date_box {
	background: #fff  url(/images/site/headbg.png) repeat-x scroll left top;
	height: 30px;
	min-height: 30px;
	padding-bottom: 6px;
	}

.date_box span.month, .date_box span.year {
	width: 205px;
	padding-top: 4px;
	font: italic 14px "Georgia", "Times", serif;
	color: #666;
	display: block;
	}

.date_box span.day {
	font: bold 21px/21px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #fff;
	margin-top: -8px;
	padding-top: 8px;
	display: block;
	float: left;
	width: 38px;
	height: 30px;
	background: transparent url(http://www.dead-frog.com/images/site/dayblot2.gif) center left no-repeat;
	text-align: center;
	}

.date_box span.month {
	float: left;
	text-align: right;
	padding-right: 4px;
	}

.date_box span.year {
	text-align: left;
	float: left;
	padding-left: 4px;
	}

.date_bottom {
	border-bottom: 1px solid #333;
	margin-bottom: 15px;
	margin-top: -1px;
	}

.divider {
	width: 200px;
	border-bottom: 1px dotted #090;
	margin: 0 auto;
	clear: both;
	}

.entry {
	padding: 0 18px;
	color: #333;
	background: #fff;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.entry h1 {
	color: #333;
	font: bold 24px/27px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0 0 21px;
	}

.entry h2 {
	color: #333;
	font: bold 24px/27px "Lucida Grande", Lucida, Verdana, sans-serif;
	text-align: center;
	margin: 0 0 21px;
	}

.entry h2 a {
	color: #333;
	}

.entry p {
	text-align: left;
	padding: 0 12px 18px;
	}

.entry p.newsitem span {
	font: bold 13px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.entry p.newsitem {
	padding: 9px 12px 9px;
}

.entry p img {
	margin-left: -12px;
	}

.entry p img.floatimgright {
	margin-right: -18px;
	float: right;
	margin-left: 6px;
	margin-bottom: 6px;
	}

.entry ul {
	padding: 5px 0 10px 24px;
	}

.entry li {
	padding-bottom: 6px;
	}

.entry ol {
	padding: 5px 0 10px 24px;
	}

.entry blockquote {
	margin: 10px 20px 10px 30px;
	padding: 2px 5px 0 10px;
	border-left: 1px dotted #090;
	}

.entry p.category {
	display: block;
	padding: 12px 0 12px;
	color: #333;
	font: normal 11px 'Trebuchet MS', serif;
	text-align: center;
	}

.entry p.category a {
	font-weight: bold;
	}

p.extended {
	text-align: right;
	font: bold 14px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.posted {
	color: #888;
	border-top: 1px dotted #090;
	text-align: center;
	margin: 6px 0 0;
	padding: 3px 12px 18px;
	font: italic 10px/16px 'Trebuchet MS', serif;
	}

.posted a {
	font: bold 11px/16px 'Trebuchet MS', serif;
	}

.sideunit {
	font: normal 12px/15px 'Trebuchet MS', serif;
	}

.sideunit label {
	width: 90px;
	font: bold 14px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	float: left;
	text-align: right;
	margin-right: 5px;
	margin-bottom: 10px;
	display: block
	}

.sideunit select {
	font: 11px/12px "Trebuchet MS", "Tahoma", sans-serif;
	width: 200px;
	margin-bottom: 10px;
	float: left;
	}

.sideunit img {
	border: 0;
	padding: 1px;
	}

.sideunit li {
	list-style-type: none;
	padding: 2px 0 2px 15px
	}

.sideunit h3 {
	font: bold 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	border-bottom: 1px dotted #090;
	margin: 6px 0 4px 15px;
	padding-bottom: 2px;
	}

/* Comments */
.comment {
	min-height: 60px;
	}

.comment_text {
	margin-left: 65px;
	font: 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	}

.comment_text p {
	margin-bottom: 12px;
	}

.commentor {
	color: #666;
	border-bottom: 1px dotted #090;
	margin-bottom: 6px;
	padding: 12px 0 3px;
	font: normal 11px/13px "Lucida Grande", Lucida, Verdana, sans-serif;
	}
	
/* Make a Comment */

#make_comment_info {
	width: 194px;
	float: left;
margin-left: 6px;
	}

#make_comment_info label {
	display: block;
	}

#make_comment_info input {
	width: 190px;
	border: 1px solid #c0c0c0;
	padding: 2px;
	margin-bottom: 9px;
	background: #c0c0c0;
	font: 13px "Helvetica", "Arial", sans-serif;
	}

#make_comment_info p {
text-align: left;
padding-bottom: 0;
	font: 11px/13px 'Trebuchet MS', 'Tacoma', sans-serif;
}

#make_comment_info input#check {
width: auto;
}

#make_comment_text {
width: 228px;
float: right;
margin-right: 6px;
}

#make_comment_text textarea {
width: 220px;
height: 220px;
border: 1px solid #c0c0c0;
padding: 4px;
background: #c0c0c0;
font: 13px/16px "Helvetica", "Arial", sans-serif;
}

.make_comment input#submit {
width: 60px;
height: 24px;
color: #fff;
background: #900;
margin-left: 15px;
display: block;
padding: 2px;
margin-top: 8px;
float: left;
border: 0;
}

.make_comment  input#preview {
width: 60px;
height: 24px;
color: #fff;
background: #900;
margin-left: 12px;
display: block;
padding: 2px;
margin-top: 8px;
float: left;
border: 0;
}

.make_comment input#submit:hover, .make_comment input#preview:hover {
background: #696969;
}

#comment_captcha {
width: 200px;
float: left;
margin-right: 6px;
margin-bottom: 6px;
}

.make_comment p {
clear: both;
}


/* Prev and Next */


.prev {
	width: 209px;
	float: left;
	padding: 6px 10px 6px 6px;
	text-align: right;
	height: 70px;
	background: #fff;
	margin: 12px 7px 12px 0;
	}

.next {
	width: 209px;
	float: left;
	padding:  6px  6px  6px 10px;
	height: 70px;
	background: #fff;
	margin: 12px 0 12px;
	}

/*showtime styles*/

#showtime {
	float: right;
	clear: right;
	margin-left: 10px;
	margin-bottom: 5px;
	width: 150px;
	padding: 3px 0;
	border-top: 1px dotted #080;
	border-bottom: 1px dotted #080;
	}

.show {
	font: 11px/13px 'Trebuchet MS', 'Tacoma', sans-serif;
	text-align: center;
	}

.show p {
	text-align: center;
	margin: 0;
	}

.show h1 {
	text-align: center;
	font: bold 12px/13px 'Trebuchet MS', 'Tacoma', sans-serif;
	text-transform: uppercase;
	background: #900;
	color: #fff;
	padding: 1px;
	margin: 0 0 3px;
	}

.show h2 {
	text-align: center;
	width: 20px;
	font: bold 11px/13px 'Trebuchet MS', 'Tacoma', sans-serif;
	margin: 0;
	float: left;
	text-transform: uppercase;
	}

.show h3 {
	text-align: left;
	margin: 0 0 5px 30px;
	font: 11px/13px 'Trebuchet MS', 'Tacoma', sans-serif;
	text-transform: none;
	}

.photo {
border: 3px solid #000;
background: #000;
color: #fff;
	font: 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
text-align: center;
}