/***************************************************
				      ENTRIES
***************************************************/
#inner_content {
	width:650px;
	float: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 0px;
	position: relative;
}
.entry {
	width:100%;
	display: block;
	padding-top: 0px;
	padding-bottom: 35px;
	padding-left: 0px;
	margin: 0px;
	float: left;
	position: relative;
}
.entry .comment-number {
	text-transform: uppercase;
	line-height: 0.9em;
	font-size: 16px;
	display: block;
	padding-top: 5px;
	float: left;
	width: 100%;
}
.entry .comment-number a {
	padding-top: 5px;
	float: left;
	color: #999999;
}
.entry .comment-number a:hover	{
	text-decoration:none;
	color: #34342e;
}
.entry .entry_content {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	width: 100%;
	float: left;
	margin: 0px;
}
a.read-more {
	font-weight: bold;
	display: inline;
}
.entry img {
	padding: 4px;
	border: 1px solid #E0E0E0;
	background-color: #FFFFFF;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}	
.entry h1	{
	font-size:24px;
	margin: 0px;
	width: 565px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.entry h1 a {
	line-height: 30px;
	font-size: 28px;
	color: #34342e;
}
.entry h1 a:hover	{
	text-decoration:none;
}
/***************************************************
			DATE
***************************************************/
.entry .date { 
	position: absolute; 
	right: 0; 
	top: 0; 
	padding: 10px; 
	width: 60px; 
	height: 50px; 
	text-align: right;  
	color: #ffffff;
	text-shadow:1px 1px 0 #000;	
	-moz-border-radius: 2px;
	-webkit-border-radius:2px;
    border-radius:2px;		 
}
.entry .date em { 
	font-size: 12px; 
	display: block;  
}
.entry .date strong { 
	font-size: 18px; 
}
/***************************************************
				  COMMENT BAR
***************************************************/
.postmetainfo {
	color: #000;
	width: 100%;
	float: left;
	padding-top: 4px;
}
span.categorylist {
	color:#9b9b8a;
	display: block;
}
/***************************************************
					PAGINATION 
***************************************************/
.wp-pagenavi {
	width:100%;
	position:relative;
	height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	margin: 0px;
	float: left;
}
.wp-pagenavi a, .wp-pagenavi a:link {
	text-decoration: none;
	color: #666666;
	font-weight:bold;
	display: inline;
	margin: 0px;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
	text-shadow:1px 1px 0 #fff;	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
    border-radius:3px;
	background-color: #F8F8F8;
}
.wp-pagenavi a:hover { color: #333333; background-color: #E8E8E8;}
.wp-pagenavi span.current {
	font-weight: bold;
	color: #fff;
	padding-top: 7px;
	padding-right: 11px;
	padding-bottom: 7px;
	padding-left: 11px;
	text-shadow:1px 1px 0 #000;	
	-moz-border-radius: 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/***************************************************
				  COMMENT FORM
***************************************************/
#commentform {
	margin:0px;
	padding: 20px;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 		
	float: left;
	position: relative;
	width: 610px;
	background-color: #EAEAEA;
}
#commentform .holder {
	padding-top: 15px;
}
#commentform div {
	float: left;
	width: 300px;
	position: relative;
	margin: 0px;
	padding: 0px;
}
#commentform div label {
	display: block;
	font-size: 0.9em;
	padding-left: 2px;
}
#commentform div label.error {
	color: #F00000;
	position: absolute;
	right: 29px;
	text-align: right;
	font-size: 0.9em;
	top: 0px;
}
#commentform input, textarea {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#999999;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 		
	width:260px;
	margin-top: 0;
	margin-right: 0;
	margin-left: 2px;
	padding-top: 11px;
	padding-right: 5px;
	padding-bottom: 11px;
	padding-left: 5px;
	background-color: #FFFFFF;
	margin-bottom: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}	
#commentform textarea {
	height:145px;
	width: 288px;
	margin: 0px;
}
#commentform input:focus, textarea:focus {
	background-color: #CACACA;
	color: #333333;
}
#commentform .submit {
	color:#fff;
	text-shadow:0 1px 0 #000;
	-moz-border-radius:3px; 
	-webkit-border-radius:3px; 
	cursor:pointer;
	float: right;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100px;
	margin-top: 15px;
}
#commentform .submit:hover {
}
#commentform .submit:focus {
	color:#fff;
	text-shadow:0 1px 0 #000;
}
#commentform em {
	font-style:italic; 
	color:#999999; 
	font-size:0.9em; 
}	
/***************************************************
				     POST COMMENTS
***************************************************/
#comment_holder {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 45px;
	margin-left: 0px;
	padding: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E5E6E1;
}
.commentlist {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #E0E0E0;
	text-align: justify;
}
.commentlist li {
	list-style: none;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
	margin: 0px;
}
.commentlist li ul li {
	display: block;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 7px;
	margin: 0px;
	padding-left: 80px;
}
.children {
	padding: 0px;
}
.children li {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.commentmetadata {
	margin: 0;
	display: block;
	color: #999999;
	font-size: 11px;
}
.commentlist li .avatar {
	float: left;
	border: 1px solid #eee;
	padding: 3px;
	background: #fff;
	margin-right: 15px;
}
.commentlist p {
	padding: 0px;
	margin: 0px;
}
.commentlist li .comment-author {
}
/***************************************************
				     TAGS
***************************************************/
.tags {
	float: left;
	padding-bottom: 25px;
}
.tags li{
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.tags a{
	display: inline-block;
	color: #666666;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.tags a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.tag1 {
	background-color: #DDDDDD;
}
.tag2 {
	background-color: #D4D4D4;
}
.tag3 {
	background-color: #CECECE;
}
.tag4 {
	background-color: #C4C4C4;
}
.tag5 {
	background-color: #B9B9B9;
}
