/*  
Theme Name: HoneyPiggy Spring
Theme URI: 
Description: 
Version: 
Author: 
Author URI: 
*/

html { 
	padding: 0;
	margin: 0;
}

body { 
	padding: 0; 
	margin: 0; 
	background: url(images/bg.gif) repeat-x #C0DE26;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:2em;
	color:#414141;

}

a {
	text-decoration:none;
	color:#007d00;
}

a:hover, a:active{
	text-decoration:underline;
	color:#007d00;
}

a img {
	border:none;
}

#container{
	margin:0 auto;
	width:727px;
}

#content {
	float:left;
	margin:0;
	background:white;
	width:468px;
	padding:0 33px 0px 34px;
	font-size:1.4em;
}

#header {
	margin:0;
	padding:20px 0 5px 0;
	background: url(images/green-big-dot.gif) repeat-x bottom;
	width:468px;
}

#header h1 {
	margin:0;
	padding:0;
	text-indent: -9999px;
	background: url(images/logo.gif) no-repeat;
	height:40px;
	width:468px;
}

#header #desc {
	padding:10px 0 0 0;
	color:#ff9700;
}

.entry{
	width:468px;
	margin:0px;
	padding:20px 0 3px 0;
	background:url(images/green-small-dot.gif) repeat-x bottom;
}

.entry h1 {
	margin: 0;
	padding: 0;
	font-family:Georgia, serif;
	font-size:1.3em;
}

.entry h1 a {
	color:#01b6bf;
}

.entry .meta{
	padding: 10px 0 4px 0;
}

.entry .comment-num {
	background:url(images/comment.gif) no-repeat;
}

.entry .date {
	background:url(images/date.gif) no-repeat;
}

.entry .view {
	background:url(images/view.gif) no-repeat;
}

.entry  .view,.entry  .date,.entry  .comment-num{
	padding: 0 40px 0 20px;
}

#entrynavigation {
	overflow: auto;
	height:1%;
	width:468px;
	clear:both;
}

#entrynavigation .previous {
	float:left;
}

#entrynavigation .next {
	float:right;
}

#pagenavi {
	padding:30px 0;
	float:right;
	
}

#pagenavi span,#pagenavi a{
  display:block;
  float:left;
  margin:0 4px;
}

#pagenavi .on {
	background:URL(images/paged.gif) no-repeat;
	text-align:center;
	width:20px;
	height:20px;
	margin:0 4px;
	color:#ffffff;
	font-weight:bold;
}

#sidebar{
	margin:120px 0 0 0;
	padding:0 0 36px 0;
	float:right;
	width:192px;
	background:URL(images/sidebar-bottom.gif) bottom no-repeat #aaf4ff;
}

#sidebar ul,#sidebar h2{
	width:166px;
	margin:6px 12px;
}

#sidebar .clear {
	height:3px;
	background:URL(images/blue-dot.gif) bottom repeat-x;
	width:166px;
	padding:0;
	margin:0 10px 0 10px;
}

#sidebar h2 {
	text-indent: -9999px;
}

#sidebar .categories {
	background: url(images/categories.gif) no-repeat;
	height:24px;
}

#sidebar .archives {
	background: url(images/archives.gif) no-repeat;
	height:18px;
}

#sidebar ul {
	padding:0;
	list-style-type:none;	
	font-size:1.2em;
}

#comments {
	background:url(images/comment.gif) no-repeat;
	padding:0 0 0 24px;
}

.comment {
	margin:20px 0;
	padding:0;
}
.comment .comment-info {
	background: url(images/comment-top.gif) no-repeat;
	height:24px;
	padding:22px 15px;
}

.comment-info .gravatar {
	width:28px;
	height:28px;
	float:left;
	padding:0 10px 0 0;
}

.comment-info .counter {
	float:right;
	font-size:28px;
	color:#ffffff;
}

.comment-info .author  a{
	color:#027f00;
}

.comment .comment-content {
	background: url(images/comment-bottom.gif) bottom no-repeat;
	padding:1px 20px 10px 20px;
}

.comment .comment-detail {
	background: url(images/comment-filter.gif) repeat-y;
}

#respond{
	font-size:1.6em;
	padding:10px 0;
	background:url(images/green-small-dot.gif) repeat-x bottom;	
}

.form {
	width:468px;
	background:url(images/form-bottom.gif) bottom no-repeat #bdfe3e;
	padding:0 0 9x 0;
	margin:0 0 30px 0;
}

.form-top {
	background:url(images/form-top.gif) no-repeat;	
	height:9px;
	width:468px;
	padding:0;
	margin:0;
}

.form-detail {
	padding:0 15px;
	margin:0;
	width:438px;
}

.form  .required {
	color:red;
}

.form p {
	padding:0 0 8px 0;
	margin:0;
	font-size:12px;
	color:#787878;
	width:438px;
	width:438px;
}

form {
	padding:0;
	margin:0;
}

.submit-comment {
	width: 179px; 
	height: 29px;
}

.post-image-list {
	margin:10px 0 50px 0;
	padding:0;
	list-style-type:none;
	width:468px;
	height:180px;
}

.post-image-list li {
	float:left;
	margin:0 8px 16px 8px;
	width:140px;
	height:105px;
	overflow:hidden;
}