/*
 * emm_paginate - WordPress Pagination Function
 * Version: 1.0
 *
 * Copyright (c) 2009 Eric Martin http://www.ericmmartin.com/
 * Link: http://www.ericmmartin.com/pagination-function-for-wordpress
 *
 */

/*page nave*/

#pagenavwrapper {
	padding: 5px!important;
	color:#fff;
	background: #282828;
	margin: 10px 10px 10px 15px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #888888!important;

}
.emm-paginate {}
.emm-paginate a {
	background:#202020;
	border:1px solid #888888!important;
	color:#fff!important;
	font-weight: bold;
	margin-right:4px;
	padding:3px 6px;
	text-align:center;
	text-decoration:none;
}
.emm-paginate a:hover, .emm-paginate a:active {
	background:#fff; color:#000!important;
	border: 1px solid #888888!important;
	font-weight: bold;
}
.emm-paginate .emm-title {
	font-size: 16px;
	padding: 2px;
	margin-right:4px;
	margin-top: 2px!important;
}
.emm-paginate .emm-gap {
	font-size: 18px;
	color:#fff;
	margin-right:4px;
}
.emm-paginate .emm-current {
	color:#000;
	background:#fff;
	font-weight: bold;
	border:1px solid #888888;
	margin-right:4px; padding:3px 6px;
}
.emm-paginate .emm-page {}
.emm-paginate .emm-prev, .emm-paginate .emm-next {}

/* page nave ends*/

/* side bar*/

#boxholder{
padding: 0 3px 0 3px;
background: #ededed;
}

#scroller-header {
	background: #ededed;
	width:263px;
	padding:0;
	margin: 0;
	font-weight:700;
}
#scroller-header ul {
	list-style: none;
	margin-bottom: 0px!important;
	padding: 0 0 0 3px!important;
}
#scroller-header ul li{
	height: 20px;
	display: inline;
}
#scroller-header ul li a {
	padding: 3px 5px 2px 5px;
	background: #500000!important;
	text-decoration:none; 
	color:#fff;
}

#scroller-header ul li a:hover {
	background: #ccc!important;
	text-decoration:none; 
	color:#336699;
}

#scroller-header ul li a.selected {
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom: 2px solid #fff;
	border-left: 1px solid #ccc;
	color:#000 !important;
	background: #fff!important;
	padding: 3px 5px 2px 5px;
	cursor: text;
}

#scroller-body {
	background: #fff;
	width:261px;
	padding-top: 10px;
	padding-bottom:20px;
	border: 1px solid #ccc;
	margin-top: 0px!important;
}

#mask {
	width:250px;
	overflow:hidden;
	margin:0 auto;
}

#panel {

}

#panel div {
float:left;

}
.cmask {
	text-align: center;
	width: 0px;
	height: 0px;
	overflow: hidden;
}

/* Extra styling for each panel*/

#panel ul {
list-style:none;
margin:0 0px;
padding:0;
}

#panel ul li {
	font-size: 11px;
	padding:5px;
	color:#000;
	line-height: 16px;
	border-bottom:1px solid #ccc;
}
#panel ul li a, #panel ul li a:visited {
	font-size: 12px!important;
	color: #480000;
	text-decoration: none;
	
}
#panel ul li a:hover {
	color: #336699;
	text-decoration: none;
}
#panel ul li:last-child {   
    border-bottom:none;   
}
#panel-1 {
}

#panel-2 {
}

#panel-3 {
}
.comment-authorR {
	font-size: 12px!important;
	text-transform: capitalize!important;
	font-weight: bold!important;
	display: inline!important;
}

/* side bar ends */

/* comments */

#commentwrapper {
	width: 654px;
	margin: 0px 20px 0px 20px;

}
#commentwrapper a, #commentwrapper a:hover{
	text-decoration: none;
	border-bottom: none!important;
}

#comments-div{
	position:relative;
	line-height:24px;
	height:60px;
	margin:0 10px 10px 0;
	border-bottom:3px solid #e2e2e2;
}

h2#comments{
	width: 95%;
	display: block;
	float:left;
	line-height:24px;
	padding: 0px;
	font-size:13px;
	color:#003366;
}

span#comments-addcomment{
	font-size: 16px;
	display: block;
	float:left;
	margin: -10px 0 0 0;
}
/* comments list style */

ol.commentlist li{
	position:relative;
	list-style:none;
	height:1%;
	margin: 10px 10px 10px 10px;
}
ol.commentlist li.depth-1{
	border:1px solid #ddd;
	padding-bottom:10px;
	background: #ff0000;
	margin-left: -30px;
}
ol.commentlist li.thread-even{
	background:#fdfdfd;
}
ol.commentlist li.thread-odd{
	background:#f2f2f2;
}
ol.commentlist li div em.approved{
	background: #980000;
	margin: 15px 0 0 10px;
	padding: 2px;
	border: 1px dotted #fff;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	position: absolute;
}
ol.commentlist li div.comment-author{
	margin:5px 0 0 0;
	padding:0;
	line-height:25px;
	height:25px;
	display:block;
	text-transform: capitalize;
}
.avatar{
	margin:-20px 0 0 -56px;
	position:absolute;
}
ol.commentlist li div.vcard img.avatar{
	position:absolute;
	left:60px;
	top:25px;
	width:32px;
	height:32px;
	background:#fff;
	padding:2px;
	border:1px solid #ddd;
}
ol.commentlist li div.vcard cite.fn{
	margin-left:50px;
	font-style:normal;
	font-size: 16px;
	font-weight:bold;
}
ol.commentlist li div.vcard cite.fn a.url{
	color:#047;
	font-style:normal;
	font-size: 16px;
	font-weight:bold;
}
ol.commentlist li div.vcard cite.fn a.url:hover{
	color:#aaa;
}
ol.commentlist li span.comment-meta{
	font-size: 14px;
}
ol.commentlist li span.comment-meta a{
	color:#aaa;
	font-size: 14px;
	font-weight: bold;
}
ol.commentlist li span.comment-meta a:hover{
	color:#555;
}
ol.commentlist li div.comment-text{
	color: #404040;
	font-size: 13px;
	text-align: justify;
	overflow:hidden;
	padding:10px 0 15px 10px;
}
ol.commentlist li div.comment-text p{
	padding-bottom: 10px;
}
ol.commentlist li p,ol.commentlist li blockquote{
	margin:0 15px 0 0;
	line-height:20px;
}
ol.commentlist li blockquote{
	padding:5px;
	border:1px dashed #ccc;
	color:#999;
	background:#e5e5e5;
}
ol.commentlist li blockquote p{
	margin-left:0;
}
ol.commentlist li code{
	margin-bottom:10px;
	padding:2px;
	background:#777;
	color:#ddd;
}
ol.commentlist li div.reply{
	float: right;
	background: #480000;
	font-family: Georgia, Serif;
	font-size: 14px;
	font-style:italic;
	margin-top: -20px;
	margin-right: 10px;
	margin-bottom: 10px;

}
ol.commentlist li div.reply a{
	display:block;
	color:#fff!important;
	padding: 0 4px 2px 4px;
	text-align:center;

}
ol.commentlist li div.reply a:hover{
	background: #680000;
	display:block;
	color:#FF6600!important;
	padding: 0 4px 2px 4px;
	text-align:center;

}
ol.commentlist li ul.children li{
	margin: 10px 0 0 -20px;
	border-top: 1px solid #ddd;
	color:#777;
}
ol.commentlist li ul.children li.depth-2{
	overflow:hidden;
	margin: 0px 0 0 -20px;
}
ol.commentlist li ul.children li div.comment-author{
	margin:0;
}
ol.commentlist li ul.children li div.vcard img.avatar{
	top: 20px;
	left: 56px;
	width:24px;
	height:24px;
	border-top:none;
}
ol.commentlist li ul.children li div.vcard cite.fn{
	margin-left:35px;
}
ol.commentlist li ul.children li div.comment-text{
	padding: 10px 0 15px 10px;
}
ol.commentlist li ul.children li div.comment-text p {
	padding-bottom: 10px;
}
ol.commentlist li ul.children li div.reply{
	top:3px;
}

.navigation{
	border-top:3px solid #e5e5e5;
	line-height:24px;
	height:24px;
	margin:0;
	text-align:right;
}
.navigation a{
	color:#38659d;
}
.navigation a:hover{
	color:#aaa;
}
.navigation span{
	display:inline;
	padding:0 10px;
	background:#e5e5e5;
}

/* respond */
#respond{
	margin:0 0 20px 0;
	padding:20px 0 0 50px;
}

#respond h2{
	color:#999;
	text-shadow:1px 1px 1px #e5e5e5;
	margin:0 55px 10px 0;
	padding:3px 0;
	border-bottom:1px solid #e5e5e5;
}
#respond .cancel-comment-reply {
	font-size: 14px;
}
#respond .cancel-comment-reply a{
	font-size: 14px;
	color:#920017;
}

#respond .cancel-comment-reply a:hover{
	color:#FF4E00;
}
#commentform{
	margin:0 55px 0 0;
	padding: 5px 0 5px 14px;
	outline: none;
	background: #CCC;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
}

#commentform textarea{
	padding:5px;
	border:1px solid #ddd;
	outline:none;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

/* #commentform input{} */
#comment{
	width:510px;
	height:250px;
	outline: none;
	padding-top: 0px;
	margin-top: 0px;
	background:#fff;
	font-size: 14px;
	color: #000;
}
.author,.email,.url{
	font-size: 13px;
	height:18px;
	width: 240px;
	padding:3px;
	outline: none;
}
.labels {
	padding-left: 5px;
	display: inline;
	font-size: 14px;
	color: #000;
}
#submit{
	background:#e5e5e5;
	font-weight:bold;
	color:#333;
	height:25px;
	padding:2px 5px;
	border:1px solid #aaa;
}
#submit:hover{
	background:#fff;
	cursor: pointer;
	border:1px solid #aaa;
	outline: none;
}

/* trackbacks-pingbacks */
.trackbacks-pingbacks{
	margin-top:10px;
}
.trackbacks-pingbacks h3{
	font-size:12px;
	line-height:20px;
	height:20px;
	margin:0 0 10px;
	border-bottom:1px solid #e5e5e5;
	padding:3px 10px;
}
.trackbacks-pingbacks ul{
	margin:5px 20px 15px;
	list-style-type:circle;
}
.trackbacks-pingbacks ul li {
	margin-bottom:4px;
	color:#aaa;
	font-size: 11px;
}
.trackbacks-pingbacks ul li a{
	margin-bottom:4px;
	color:#480000;
	font-size: 11px;
}
/***Comment preview***/

#jquery-comment-wrap {
	width: 514px;
}
#jquery-comment-preview {
	width: 510px;
	height: 23px;
	position: relative;
	background: #EEE;
	padding: 5px;
	border: solid #D6D3D3;
	border-width: 1px 1px 0;
	-moz-border-radius: 6px 6px 0 0;
	-webkit-border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-khtml-border-top-right-radius: 6px;
	-khtml-border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
#comment_preview {
	width: 520px;
	border: 1px solid #D6D3D3;
	padding: 0px;
}
ol#comment-preview {
	margin: 0;
	padding: 7px 12px;
	list-style: none;
	background: #FFF;
	color: #404040;
	font-size: 13px;
	padding-bottom: 10px;
	text-align: justify;
}
.cpreview {
	text-transform: capitalize;
	font-size: 14px;
}
.cpreviewauthor {
	font-size: 16px;
	font-weight: bold;
	text-transform: capitalize;
}
#comment-preview .avatar {
	float: right;
	border: 1px solid #EEE;
	padding: 2px;
	background: #FFF;
}

#textarea_clone {
	height: 0;
	overflow: hidden;
}

#preview-tab {
	float: right;
	height: 21px;
	padding: 0 6px;
	font: 12px/20px Verdana, Arial, sans-serif;
	background: #F6F5F5;
	border: 1px solid #C3C3C3;
	cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* HTML editor
-----------------------------------------------------------------------------*/
#html-editor a {
	float: left;
	overflow: visible;
	min-width: 12px;
	height: 21px;
	margin-right: 3px;
	padding: 0 6px;
	background: #F6F5F5;
	border: 1px solid #C3C3C3;
	color: #464646;
	font: 12px/20px Verdana, Arial, sans-serif;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
	outline: none;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
a#ed_strong {font-weight: bold}
a#ed_em {font-style: italic}
a#ed_a {
	color: #00F;
	text-decoration: underline;
}
a:hover#ed_a {
	color: #00F!important;
	text-decoration: underline;
}
a#ed_underline{
	text-decoration: underline;
}
a:hover#ed_underline {
	text-decoration: underline;
}
#html-editor a:hover,
#preview-tab:hover {
	border-color: #AAA;
	background: #DDD;
	color: #464646;
}
#html-editor a:active,
#preview-tab:active {
	position: relative;
	top: 1px;
	left: 1px;
}
#html-editor a b {display: none}


a#jcpSmiles {
	float: left;
	position: relative;
	padding: 0 1px;
}
a#jcpSmiles:active {
	top: 0;
	left: 0;
}
#jcpSmiles span {
	display: none;
	position: absolute;
	bottom: -1px;
	left: -1px;
	z-index: 1000;
	width: 105px;
	background: #F6F5F5;
	border: 1px solid #C3C3C3;
}
#jcpSmiles:hover span {
	display: block;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px
}
#jcpSmiles img {
	float: left;
	padding: 3px;
}

/*comments end*/
