h2 a {
	text-decoration:none;
	color:#222;
}

h3 {
	margin-bottom:0;
	color:#f47320;
}

h3 a {
	text-decoration:none;	
}

h2 a:hover,
h3 a:hover {
	text-decoration:underline;
}

div.entry_head h3 {
	font-size:1.8em;
}

#feedburner_signup {
	visibility: hidden;	
	border: 6px solid #ddd;
	position: absolute;
	z-index: 1000;
	background-color: #fff;
	padding: 11px 22px;
	width: 240px;
	text-align: left !important;
	margin-left: -75px;
}
	
#entry_list {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top:1px dashed #AAAAAA;		
}


#entry_list li {
	border-bottom: 1px dashed #AAAAAA;
	/*font-size: 12px;*/
	padding: 25px 0;
}


p.thumb {
	float: left;
	margin: 6px 12px 0 0;
	overflow: hidden;
	height: 75px;
	width: 100px;
}

p.datestamp {
	font-size: 11px;
	color: #666;
	font-style: italic;
	margin: 0 0 1.7em;
	
}

p.summary {
	margin: 0;
	/*height: 88px;
	overflow: hidden;
	position: relative;*/
}

p.summary .link-more {
	padding-right:10px;
}

div.entry_body {
	padding-bottom: 1.7em;
}

#add_comment {
	margin: 22px 0;
	border-top: 1px dashed #AAAAAA;
	padding-top: 22px;
	font-size: 11px;
}

#add_comment h3 a {
	line-height: 48px;
}

#add_comment h3 a {
	color: #000 !important;
}

#comments {
	font-size: 12px;
	background-color:#eee;
	padding:20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom:20px;
}

#comments h4 {
	font-size:1.5em;
	margin-bottom:15px;
}

#comments div {
	border-bottom:1px dashed #bbb;
	padding-top:20px;
}

#comments div:last-child {
	border-bottom:none;
}

#comments p {
}

.comment_footer {
	font-size: 11px;
	font-style: italic;
	color: #666;
	margin: -11px 0 22px;			
}

#add_comment textarea {
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;	
	font-size: 13.5px;
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
	padding: .225em;
}
		
/* page nav */

#pager div {
	text-align:right;
	padding-top:22px;
}

#pager p,
#pager ul,
#pager li {
	margin: 0;
	display: inline;
	font-size: .9em; 
}

#pager li {
	height: 22px;
	width: 22px;
	line-height: 22px;
}

#pager a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	display: inline;
	background-color: #ca7021;
	border: 1px solid #ce990b;
	padding: .15em .5em;
}

#pager a:hover {
	background-color: #ce990b;
}




#slideshow {
	
}

#subscribe_div {
	float: right;
	font-size: 11px;
	text-align: right;
	margin-top: -70px;
	width: 200px;
}

#subscribe_div p {
	margin: 0;
}

#link_rss p {
	
}

#link_close {
	width: 12px;
	height: 12px;
	background: url("/images/link-close.png") no-repeat left top;
	float: right;
	margin: -2px -11px 0 0 !important;
}

#link_close a {
	display: block;
	text-indent: -4000px;
}


