/* 

Blissful - CSS File

USE THIS STYLE SHEET FOR INNER PAGE

*/

/* Page Navi*/
.pagenavi {
	display:inline-block;
	border-radius:3px;
	-moz-border-radius:3px;		
	-webkit-border-radius:3px;
	padding:0px 0px;
	cursor:pointer;
	
	background: #21150b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#35251a', endColorstr='#21150b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#35251a), to(#21150b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #35251a,  #21150b); /* for firefox 3.6+ */
	border:solid 1px #35251a;
	color:#fff;
}
.pagenavi a, .pagenavi a:visited{
	padding:5px 10px;
	color:#fff;

}

.pagenavi a:hover{
	padding:5px 10px;
	color:#75a300;
	text-decoration:none;
}
.pagenavi .current {
	padding:5px 10px;
	color:#75a300;

}
.pagenavi span{padding:5px 10px; display:inline-block;}
.pagenavi span a, .pagenavi span a:hover{ padding:0px;}
.pagenavi .page, .pagenavi .postslink, .pagenavi .current{
	display:inline-block;
    position: relative;
    z-index: 10;
    border-right: 1px solid #3b2717;
}
.pagenavi .page:before, .pagenavi .postslink:before, .pagenavi .current:before {
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
	border-right: 1px solid #1a1109;
}


/* BLOG */
.post{
	margin-bottom:25px;
	padding-bottom:30px;
	position:relative;
	border-bottom:1px solid #f2f2f2;
}
.post.single{
	margin-bottom:25px;
	padding-bottom:10px;	
}
.postimg{margin:0 0 15px 0}
.postcontent{padding:0;}

.posttitle, .posttitle a, .posttitle a:visited{font-size:18px; color:#75a300; margin-bottom:5px;}
.posttitle a:hover{text-decoration:none; color:#75a300}

.entry-content{padding:0; }
.entry-content p{margin-bottom:18px;}

.entry-utility {font-size:11px; font-style:italic; margin-bottom:17px; color:#707070;}
.entry-utility a{ color:#2c2c2c;}

.commentlist{
	list-style-type:none;
	padding:0;
	margin:0;
}
.commentlist ol{
	list-style-type:none;
	padding:30px 0 0 90px;
	margin:0;
}

.commentlist li{
	position:relative;
	padding:0 0 30px 0;
}
.commentlist li li{
	position:relative;
	padding:0;
}

.avatar{
	position:absolute;
	top:0;
	left:0;
}
.fn{font-size:12px; font-style:normal;}
.tdate{padding-left:30px;}
.tdate, .reply{ font-size:11px; color:#888; font-style:italic; }

.comment-body{margin:0 0 0 90px; padding:20px; background:#f9f9f5;}
.comment-body p{ margin-bottom:5px; margin-top:10px;}
.comment-body .more{ padding:0px 0px;}
#commentform{margin-bottom:15px;}
#commentform label{display:block}
#commentform .text-input{
	margin-bottom:8px;
	padding:8px 5px;
	vertical-align:middle;
}
#commentform .textarea{
	margin-bottom:20px;
	padding:8px 5px;
	vertical-align:top;
	width:90%
}

/* TS GALLERY */

.ts-gallery-img img{
	max-width: 100%;
	padding:0;
	margin: 0 auto;
	border:1px solid #f2f2f2; padding:2px; background:#fff; border-width:0px 1px 1px 1px; border-bottom:1px solid #c9c9c9!important;
  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
  -webkit-border-radius: 3px; 
  /* Firefox 1-3.6 */
  -moz-border-radius:    3px; 
  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
  border-radius: 3px; 
}
.ts-gallery-clear{clear:both; height:1px !important; line-height:1px !important; float:none!important}
.ts-gallery ul{ list-style-type:none; margin:0 0 20px 0; padding:0;}
.ts-gallery ul li.nomargin{margin-right:0;}

.ts-gallery-text{padding:3px 0px;}
.ts-gallery-text h2{ font-size:12px; color:#75a300;}
.no-gallery-text{display:none;}

.ts-gallery-img{
	overflow:hidden;
}
.ts-gallery-img a.image{
	display:block;
	position:relative;
	overflow:hidden;
}
.ts-gallery-img a .rollover{
	background:url(../images/hover-zoom.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
	display:block;
    position:absolute;
	z-index:10;
	display:none;
	cursor:pointer;
}

.ts-gallery-img a .rollover.gotopost{
	background:url(../images/hover-doc.png);
	background-color:#000;
	background-repeat:no-repeat;
	background-position:center;
}

/*=== TS Gallery 4 Column ===*/
.ts-gallery-col4{list-style-type:none; padding:0; margin:0;}
.ts-gallery-col4 li{
	list-style-type:none; 
	padding:0; 
	margin:0 20px 0 0; 
	width:210px;
	float:left;
}

.ts-gallery-col4 li.nomargin{margin-right:0;}

.ts-gallery-col4 .ts-gallery-img{
	width:210px;
	height:100%;
}

.ts-gallery-col4 .ts-gallery-img a.image{
	width:210px;
	height:100%;
	display:block;
	position:relative;
}
.ts-gallery-col4 .ts-gallery-img a .rollover{
	width:204px;
	height:139px;
	margin:3px;
	
}


/* CONTACT */
form{margin:0; padding:0;}
fieldset{border:0px;}
#contactform{margin:0 auto; position:relative; }
#contactform label{display:block; width:100%; float:left; padding-bottom:5px;}
span.required{ color:#888;}
span.error{color:red;text-align:left; font-size:11px; padding-bottom:15px; display:block;}
#contactform input.text-input{
	margin-bottom:15px;
	vertical-align:middle;
	width:70%;
	float:left;
	font-style:italic;
	padding:8px;
	color:#acacac;
	font-size:11px;
	
}
#contactform textarea{ width:95%; float:left; font-style:italic; color:#acacac; font-size:11px; font-family:Arial, Helvetica, sans-serif} 
#message{ margin-left:0px; font-weight:bold; color:#ff0000}
#message h2	{}
#message p{margin:6px 0px; }
.note{ color:#d45454;}
#contactform .button{
	cursor:pointer;
	margin-top:20px;
	clear:both;
	float:left;
	text-transform:uppercase;
 }
