/*  
Theme Name: Arjuna X
Theme URI: http://www.srssolutions.com/en/downloads/arjuna_wordpress_theme
Description: Arjuna stands for elegance, accessibility, and attention to detail. We have put a great deal in optimizing its ins and outs. Translation ready, SEO focused, IE6-8, Firefox, Chrome, Safari and Opera compatibility, support for threaded comments, four widget bars, flexible sidebar, and more. It can be customized via the admin panel.
Author: SRS Solutions
Author URI: http://www.srssolutions.com
Version: 1.2.3
Tags: white, silver, light, three-columns, two-columns, fixed-width, right-sidebar, left-sidebar, theme-options, translation-ready, threaded-comments, black


This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/


/**
 * Normalize
 */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight:normal;
}
ol, ul {
	list-style: none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
caption, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr {
	border:0;
}

/**
 * WordPress Static
 */

.alignleft {
	float:left;
	text-align:left;
	margin-right:10px;
}
.alignright {
	float:right;
	text-align:right;
	margin-left:10px;
}
.aligncenter {
	margin: 10px auto;
	text-align: center;
	display: block;
}

.wp-caption {
  text-align:center;
  padding:7px 2px 2px;
}
.wp-caption p.wp-caption-text {
  font-size:12px;
  line-height:17px;
  padding:2px 4px 5px;
  margin:0;
  color:#555;
	font-style:italic;
}
blockquote,
pre {
	background:url(./images/blockquote.png) 3px 3px no-repeat;
	padding:4px 12px 0 40px;
	margin:5px 0;
	word-wrap:break-word;
	overflow:hidden;
	font-style:italic;
}
.more-link,
.more-link:visited,
.more-link:hover {
	font-size:11px;
	color:#999;
	text-decoration:none;
}

/**
 * Main design
 */

body {
	background:#ffffff url(./images/bg-page.jpg) repeat-x center top;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:13px;
	line-height:normal;
	color: #535353;
}
body.home {
	background:#ffffff url(./images/bg-home.jpg) repeat-x center top;
}

/* Links */
a, a:visited {
	text-decoration:none;
	color:#5c7a99;
}
a:hover {
	text-decoration:underline;
}

/* Standard buttons */
a.btn,
a.btn:hover {
	display:-moz-inline-stack;
	display:inline-block;
	height:18px;
	background:url(./images/icons.png) no-repeat 0 -220px;
	color:#5c7a99;
	text-decoration:none;
	margin:0 0 0 10px;
}
.btn span {
	display:block;
	height:18px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -60px;
	line-height:18px;
	font-size:11px;
	padding:0 15px 0 8px;
}
a.btn:hover span {
	background-position:100% -80px;
}

/* Miscellaneous */
.clear {
	display:block;
	clear:both;
}


a#skipToPosts {
	position:absolute;
	top:0;
	left:-999em;
}

.pageContainer {
	text-align:left;
	width:980px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
}

#header {
	position:relative;
	z-index:950;
	margin:0;
	height:116px;
}
#header.home {
	height:269px;
}

#header #logo {
	float: left;
	height: 81px;
	width: 250px;
	border: 0;
}

#header .smallnav {
	float:right;
	color:#ffffff;
	font-size:13px;
	padding-right:230px;
	line-height:22px;
	padding-top: 3px;
	text-align: right;
}
#header .smallnav a {
	color:#ffffff;
}
#header .smallnav span {
	padding: 0 5px;
	color: #c8dea2;
}

#header #navigation {
	clear: both;
	display: block;
	height: 30px;
}
#header #navigation a {
	float: left;
	height: 30px;
	line-height: 28px;
	padding: 0 7px 0 16px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	background:url(./images/nav-left.png) no-repeat left center;
}
#header #navigation span {
	float: left;
	height: 30px;
	width: 9px;
	margin-right: 10px;
	background:url(./images/nav-right.png) no-repeat right center;
}

#header #head_quote {
	clear: both;
	display: block;
	height: 158px;
}
#header #head_quote p {
	padding: 22px 280px 0 0;
	color: #fff;
	font-size: 23px;
	line-height: 33px;
}
/* Content Wrapper */
.contentWrapper {
	min-height:350px;
	padding:15px;
}

.headerMenu1 {
	z-index:960;
	position:relative;
	min-height:25px;
	background:url(./images/headerMenu1.png) no-repeat 0 bottom;
}
.headerMenu1 ul {
	float:right;
	margin:0 20px;
}
.headerMenu1L ul {
	float:left;
}
.headerMenu1 ul li {
	float:left;
	height:24px;
	position:relative;
	z-index:1;
}
.headerMenu1 li a,
.headerMenu1 li a:visited {
	display:block;
	height:24px;
	line-height:24px;
	color:#a6a6a6;
	font-size:11px;
	text-decoration:none;
	padding:0 8px;
}
.headerMenu1 li a:hover {
	color:#bfbfbf;
	text-decoration:none;
}
.headerMenu1 ul ul {
	position:absolute;
	top:24px;
	right:0;
	display:none;
	background-color:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
}
.headerMenu1L ul ul {
	right:auto;
	left:0;
}
.headerMenu1 li li {
	float:none;
	width:180px;
	height:auto;
}
.headerMenu1 li li a,
.headerMenu1 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#333;
}
.headerMenu1 li li a:hover {
	background:#cacccc;
	padding:0 8px;
	color:#333;
}
.headerMenu1 li:hover ul,
.headerMenu1 li.jHover ul {
	display:block;
}
.headerMenu1 ul ul ul,
.headerMenu1 li:hover ul ul,
.headerMenu1 li.jHover ul ul {
	display:none;
	top:3px;
	right:175px;
}
.headerMenu1L ul ul ul,
.headerMenu1L li:hover ul ul,
.headerMenu1L li.jHover ul ul {
	right:auto;
	left:175px;
}
.headerMenu1 li li:hover ul,
.headerMenu1 li li.jHover ul {
	display:block;
}

.headerMenu2 {
	position:relative;
	z-index:950;
	background:url(./images/headerMenu2.png) no-repeat 0 0;
}
.headerMenu2 ul {
	margin:0 20px;
	height:26px;
}
.headerMenu2DS ul {
	padding-left:2px;
	background:url(./images/headerMenu2.png) no-repeat -958px -120px;
}
.headerMenu2 li {
	float:left;
	height:26px;
	position:relative;
	z-index:1;
}
.headerMenu2DS li {
	background:url(./images/headerMenu2.png) no-repeat right -120px;
	padding-right:2px;
}
.headerMenu2 li a,
.headerMenu2 li a:visited {
	display:block;
	line-height:26px;
	height:26px;
	color:#fff;
	font-size:12px;
	text-decoration:none;
	padding:0 8px;
}
.headerMenu2 li a:hover {
	background:url(./images/headerMenu2.png) no-repeat -25px -60px;
	color:#ddd;
	text-decoration:none;
}
.headerMenu2 ul ul {
	position:absolute;
	top:25px;
	left:0;
	display:none;
	background:#dbdddd;
	border:1px solid #000;
	margin:0;
	z-index:1;
	height:auto;
	padding:0;
}
.headerMenu2 li li {
	float:none;
	width:180px;
	height:auto;
	background:none;
	padding-right:0;
}
.headerMenu2 li li a,
.headerMenu2 li li a:visited {
	height:auto;
	line-height:20px;
	padding:0 8px;
	width:164px;
	position:relative;
	color:#333;
}
.headerMenu2 li li a:hover {
	background:#cacccc;
	color:#333;
}
.headerMenu2 li:hover ul,
.headerMenu2 li.jHover ul {
	display:block;
}
.headerMenu2 ul ul ul,
.headerMenu2 li:hover ul ul,
.headerMenu2 li.jHover ul ul {
	top:3px;
	display:none;
	left:175px;
}
.headerMenu2 li li:hover ul,
.headerMenu2 li li.jHover ul {
	display:block;
}

.headerMenu2 li a.homeIcon,
.headerMenu2 li a.homeIcon:visited {
	background:url(./images/headerMenu2.png) no-repeat 0 -120px;
	padding-left:26px;
}
.headerMenu2 li a.homeIcon:hover {
	background:url(./images/headerMenu2.png) no-repeat 0 -60px;
}

h3.contentHeader {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	border-bottom:1px solid #8c8c8c;
	padding-bottom:4px;
	text-align:center;
	margin:10px 0 40px;
}
h3.contentHeader em {
	font-style:normal;
	font-weight:bold;
}

.postHeader {
	
}
.postTitle {
	background:url(./images/heading.png) no-repeat 0 0;
	font-weight:bold;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	padding-left:15px;
	margin-right:15px;
}
.postTitle span {
	display:block;
	background:url(./images/heading.png) no-repeat right 0;
	padding:8px 15px 7px;
	margin-right:-15px;
}
.postTitle a,
.postTitle a:visited,
.postTitle a:hover {
	text-decoration:none;
	color:#000;
}
.postHeader .bottom {
	background:url(./images/heading.png) no-repeat 0 -60px;
	padding-left:15px;
	margin-right:15px;
}
.postHeader .bottom div {
	background:url(./images/heading.png) no-repeat right -60px;
	padding:0 15px;
	margin-right:-15px;
	height:22px;
	position:relative;
}
.postDate {
	display:block;
	float:left;
	font-size:11px;
	color:#555;
	line-height:22px;
	background:url(./images/heading.png) no-repeat 0 -86px;
	padding-left:20px;
}
.postAuthor {
	display:block;
	float:left;
	font-size:11px;
	color:#555;
	line-height:22px;
	background:url(./images/heading.png) no-repeat -200px -86px;
	padding-left:15px;
	margin-left:15px;
}
.postAuthor a {
	color:#555;
}

.postCommentLabel {
	display:block;
	height:16px;
	position:absolute;
	right:20px;
	top:3px;
	background:url(./images/icons.png) no-repeat 0 0;
}
.postCommentLabel span {
	display:block;
	height:16px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -20px;
	line-height:16px;
	font-size:11px;
	padding:0 15px 0 8px;
	color:#555;
}
a.postCommentLabel span {
	color:#5c7a99;
}
a.postCommentLabel:hover span {
	background-position:100% -40px;
}
a.postCommentLabel:hover {
	text-decoration:none;
}

/* Post Thumbnail */
.post_thumbnail {
	float: left;
	padding: 5px 10px 2px 0;
}

.postContent {
	color:#555;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:20px;
	margin:20px 0;
	overflow:hidden;
}
.postContent p {
	margin:0 0 15px;
}
.postContent table {
	border-collapse:collapse;
	margin:5px 0 10px;
}
.postContent th, 
.postContent td {
	border:1px solid #aaa;
	padding:3px 10px;
	text-align:left;
	vertical-align:top;
}
.postContent th {
	background:#e5e5e5;
}
.postContent em {
	font-style:italic;
}
.postContent strong {
	font-weight:bold;
}
.postContent ul li {
	list-style:disc;
	margin-left:15px;
}
.postContent ol li {
	list-style:decimal;
	margin-left:25px;
}
.postContent h1 {
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h2 {
	font-size:15px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h3 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}
.postContent h4 {
	font-size:13px;
	font-weight:bold;
	margin-bottom:10px;
}

.postFooter {
	background:url(./images/postFooter.png) no-repeat 0 0;
	margin:0 40px 20px 0;
	padding-left:40px;
	position:relative;
	min-height:33px;
}
.postFooter .r {
	height:33px;
	background:url(./images/postFooter.png) no-repeat 100% 0;
	width:40px;
	position:absolute;
	right:-40px;
	top:0;
}
.postFooter .left {
	margin-left:-20px;
	margin-right:130px;
	overflow:hidden;
	padding-top:8px;
}
.postCategories {
	background:url(./images/icons.png) no-repeat 0px -99px;
	padding-left:25px;
	font-size:11px;
	margin-right:20px;
	float:left;
}
.postTags {
	background:url(./images/icons.png) no-repeat 0px -150px;
	padding-left:25px;
	font-size:11px;
	float:left;
}
.postTags i {
	color:#777;
}

.postEdit,
a.postEdit:hover {
	position:absolute;
	top:8px;
	right:-20px;
	height:18px;
	background:url(./images/icons.png) no-repeat 0 -340px;
	color:#5c7a99;
	text-decoration:none;
}
a.postEdit:hover {
	text-decoration:none;
}
.postEdit span {
	display:block;
	height:18px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -60px;
	line-height:18px;
	font-size:11px;
	padding:0 15px 0 8px;
}
.postEdit:hover span {
	background-position:100% -80px;
}

.postReadMore,
a.postReadMore:hover {
	position:absolute;
	top:8px;
	right:-20px;
	height:18px;
	background:url(./images/icons.png) no-repeat 0 -220px;
	color:#5c7a99;
	text-decoration:none;
}
a.postReadMore:hover {
	text-decoration:none;
}
.postReadMore span {
	display:block;
	height:18px;
	margin-left:21px;
	background:url(./images/icons.png) no-repeat 100% -60px;
	line-height:18px;
	font-size:11px;
	padding:0 15px 0 8px;
}
.postReadMore:hover span {
	background-position:100% -80px;
}

/**
 * Comments
 */

.noComments {
	margin:0 0 40px;
}

.postComments {
	margin-top:30px;
}
.commentHeader {
	height:30px;
	background:url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom:20px;
	overflow:hidden;
}
.commentHeader h4 {
	float:left;
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:30px;
	margin:0 20px 0 15px;
}
a.btnTrackback,
a.btnTrackback:hover {
	background-position:0 -260px;
	margin-top:5px;
}
a.btnReply,
a.btnReply:hover {
	background-position:0 -240px;
	margin-top:5px;
}

li.comment {
	overflow:hidden;
	margin-bottom:20px;
}
li.comment li {
	margin:2px 0 0;
}
.comment .avatar {
	border:1px solid #a6a6a6;
	background-color:#d9d9d9;
	padding:1px;
	float:left;
	margin-top:8px;
}
.comment .message {
	margin-left:50px;
}
.comment .message .t {
	height:40px;
	background:url(./images/comment.png) no-repeat 0 0;
	margin-right:10px;
}
.comment .message .t div {
	height:40px;
	width:10px;
	background:url(./images/comment.png) no-repeat -990px 0;
	float:right;
	margin-right:-10px;
}
.comment .message .i {
	border:1px solid #bfbfbf;
	border-width:0 1px;
	background-color:#f2f2f2;
	margin:0 0 0 17px;
	padding:1px 0;
}
.comment .message .i .i2 {
	margin:-37px 15px 0;
	position:relative;
	padding-top:14px;
}
	.comment .message .i span {
		font-size:11px;
	}
	.comment .message .i .title {
		display:block;
		position:absolute;
		top:0;
		left:5px;
	}
	.comment .message .i .links {
		display:block;
		position:absolute;
		top:0;
		right:5px;
	}
.comment .message .b {
	height:11px;
	background:url(./images/comment.png) no-repeat 0 -40px;
	margin-right:10px;
}
.comment .message .b div {
	height:11px;
	width:10px;
	background:url(./images/comment.png) no-repeat -990px -40px;
	float:right;
	margin-right:-10px;
}
.comment .message p,
.comment .message ul {
	margin-top:10px;
	font-size:12px;
	line-height:150%;
}

.commentList ul.children {
	margin:0 0 0 20px;
	clear:both;
}


.commentListAlt .thread-odd .avatar,
.commentListRight .comment .avatar {
	float:right;
}
.commentListAlt .thread-odd .message,
.commentListRight .comment .message {
	margin:0 50px 0 0;
}
.commentListAlt .thread-odd .message .t,
.commentListRight .comment .message .t {
	margin:0 0 0 10px;
	background-position:right -60px;
}
.commentListAlt .thread-odd .message .t div,
.commentListRight .comment .message .t div {
	background-position:0 -60px;
	float:left;
	margin:0 0 0 -10px;
}
.commentListAlt .thread-odd .message .i,
.commentListRight .comment .message .i {
	margin:0 17px 0 0;
}
.commentListAlt .thread-odd .message .b,
.commentListRight .comment .message .b {
	background-position:right -100px;
	margin:0 0 0 10px;
}
.commentListAlt .thread-odd .message .b div,
.commentListRight .comment .message .b div {
	background-position:0 -100px;
	float:left;
	margin:0 0 0 -10px;
}

.commentListAlt .thread-odd ul.children,
.commentListRight .comment ul.children {
	margin:0 20px 0 0;
}

/* Comment pagination */
.commentNavigation {
	height:24px;
	background:url(./images/pagination.png) no-repeat 0 -30px;
	margin:30px 10px 0 0;
}
.commentNavigation div {
	height:24px;
	background:url(./images/pagination.png) no-repeat right -30px;
	margin:0 -10px 0 10px;
	padding:0 20px 0 10px;
}
.commentNavigation span,
.commentNavigation a
{
	display:block;
	float:left;
	height:18px;
	border:1px solid #9a9a9a;
	margin:1px;
	color:#5c7a99;
	font-size:11px;
	line-height:18px;
	padding:1px 7px;
	background:#fff url(./images/pagination.png) no-repeat -15px -99px;
}
.commentNavigation a:hover {
	background-position:-15px -124px;
	text-decoration:none;
}
.commentNavigation .title {
	display:block;
	float:left;
	color:#808080;
	height:22px;
	line-height:22px;
	padding:0 15px 0 25px;
	font-size:11px;
	border:none;
	background:url(./images/pagination.png) no-repeat 0 -61px;
}
.commentNavigation .gap {
	color:#808080;
	height:22px;
	line-height:22px;
	font-size:11px;
	padding:0 8px;
	border:none;
	background:none;
}
.commentNavigation .current {
	float:left;
	margin:-2px 1px -2px 0;
	height:24px;
	line-height:24px;
	background:#fff url(./images/pagination.png) no-repeat 0 -149px;
	padding:1px 9px;
	font-weight:bold;
	color:#808080;
}

.commentNavigation .newer,
.commentNavigation .older {
	display:block;
	background:none;
	padding:0;
	border:0;
	margin:0;
}
.commentNavigation .newer a {
	background:#fff url(./images/pagination.png) no-repeat 0 -99px;
	padding-left:20px;
}
.commentNavigation .newer a:hover {
	background-position:0 -124px;
}
.commentNavigation .older {
	float:right;
}
.commentNavigation .older a {
	background:#fff url(./images/pagination.png) no-repeat right -99px;
	padding-right:20px;
}
.commentNavigation .older a:hover {
	background-position:right -124px;
}


.commentReply {
	padding-top:20px;
}
.replyHeader {
	overflow:hidden;
	height:30px;
	background:url(./images/icons.png) repeat-x 0 -172px;
	margin-bottom:20px;
}
.replyHeader h4 {
	font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
	line-height:30px;
	margin:0 20px 0 15px;
	float:left;
}
.cancelReply {
	display:inline;
}
a.btnCancel,
a.btnCancel:hover {
	margin-top:5px;
	background-position:0 -320px;
}
.commentReply .replyLoggedIn {
	color:#666;
	font-family:Verdana, Geneva, sans-serif;
	margin:0 10px 10px;
	font-size:11px;
	line-height:18px;
}
.commentReply .replyRow {
	margin-bottom:2px;
}
.commentReply .inputText {
	background:#f2f2f2 url(./images/inputText.png) no-repeat 0 0;
	border:1px solid #999;
	padding:3px 8px;
	font-size:13px;
	width:184px;
	font-family:Verdana, Geneva, sans-serif;
}
.commentReply textarea {
	font-family:Verdana, Geneva, sans-serif;
	background:#f2f2f2 url(./images/inputText.png) no-repeat 0 0;
	border:1px solid #999;
	padding:3px 8px;
	font-size:13px;
	width:98%;
	height:120px;
}
.commentReply .inputIA {
	color:#999;
	font-style:italic;
}
.commentReplyActive {
	padding:20px;
	margin:20px 0;
	border:1px dashed #999;
}
.commentReplyActive .replyHeader {
	margin:0 -19px 20px;
}

.replySubmitArea {
	overflow:hidden;
	margin-top:10px;
}
.inputBtn {
	float:right;
	background:url(./images/button.png) no-repeat 0 0;
	border:0;
	height:23px;
	width:160px;
	margin-right:20px;
	padding:0;
	position:relative;
	overflow:visible;
	cursor:pointer;
	text-align:center;
	line-height:20px;
	color:#b3b3b3;
}
.inputBtn::-moz-focus-inner {
	padding:0;
	border:0;
}

a.btnSubscribe,
a.btnSubscribe:hover {
	background-position:0 -280px;
}
a.btnLogout,
a.btnLogout:hover {
	background-position:0 -300px;
}

.pagination {
	height:24px;
	background:url(./images/pagination.png) no-repeat 0 -30px;
	margin:30px 10px 0 0;
}
.paginationTop {
	margin:0 10px 30px 0;
	background-position:0 0;
}
.pagination div {
	height:24px;
	background:url(./images/pagination.png) no-repeat right -30px;
	margin:0 -10px 0 10px;
	padding:0 20px 0 10px;
}
.paginationTop div {
	background-position:right 0;
}
.pagination .info {
	display:block;
	float:left;
	color:#808080;
	height:22px;
	line-height:22px;
	padding:0 15px 0 25px;
	font-size:11px;
	background:url(./images/pagination.png) no-repeat 0 -61px;
}

.pagination li {
	float:left;
	margin:1px 1px 1px 0;
}
.pagination li.current {
	float:left;
	margin:-2px 1px -2px 0;
	height:26px;
}
.pagination li.prev {
	margin-right:10px;
}
.pagination li.prev a span {
	background:url(./images/pagination.png) no-repeat 0 -100px;
	padding:0 7px 0 20px;
}
.pagination li.prev a:hover span {
	background-position:0 -125px;
}
.pagination li.next {
	margin-left:10px;
}
.pagination li.next a span {
	background:url(./images/pagination.png) no-repeat right -100px;
	padding:0 20px 0 7px;
}
.pagination li.next a:hover span {
	background-position:right -125px;
}
.pagination li.gap span {
	line-height:22px;
	display:block;
	float:left;
	padding:0 5px;
	color:#808080;
}
.pagination a {
	display:block;
	float:left;
	height:20px;
	border:1px solid #9a9a9a;
	background:#fff;
}
.pagination a span {
	display:block;
	margin:1px;
	height:18px;
	color:#5c7a99;
	font-size:11px;
	line-height:18px;
	padding:0 7px;
	background:url(./images/pagination.png) no-repeat -15px -100px;
}
.pagination a:hover {
	text-decoration:none;
	border-color:#808080;
}
.pagination a:hover span {
	background-position:-15px -125px;
}
.pagination li.current a {
	height:26px;
}
.pagination li.current a span {
	height:24px;
	line-height:24px;
	background:url(./images/pagination.png) no-repeat 0 -150px;
	padding:0 9px;
	font-weight:bold;
}
.pagination li.current a:hover span {
	background-position:0 -150px;
}

.pagination .newer {
	display:block;
	margin-top:1px;
}
.pagination .newer span {
	background:url(./images/pagination.png) no-repeat 0 -100px;
	padding-left:20px;
}
.pagination a.newer:hover span {
	background-position:0 -125px;
}
.pagination .older {
	display:block;
	float:right;
	margin-top:1px;
}
.pagination .older span {
	background:url(./images/pagination.png) no-repeat right -100px;
	padding-right:20px;
}
.pagination a.older:hover span {
	background-position:right -125px;
}

/* Footer */
.sponsors {
	display:block;
	height:132px;
	background:url(./images/green-clean-featured-on.jpg) no-repeat left bottom;
}

.footer {
	display: block;
	margin:10px auto 0;
	background:#d4e6b7;
	position:relative;
}
.footer .footer_inner {
	width: 960px;
	height:100px;
	margin: 0 auto;
}
.footer .footer_inner .fi_links {
	float: left;
	font-size: 14px;
}
.footer .footer_inner .fi_links a {
	padding: 0 15px 0 0;
	color: #676767;
	font-weight: bold;
	line-height: 50px;
	text-transform: uppercase;
}
.footer .footer_inner .copyright {
	clear: both;
	font-size: 12px;
	color: #676767;
	padding-bottom:10px;
}
.footer .footer_inner .designed{
	clear: both;
	font-size: 12px;
	color: #676767;
	padding-bottom:10px;
}
.footer .footer_inner .designed a {
	color: #676767;
}
.footer .footer_inner .designed a:hover {
	text-decoration:underline;
}


/**
 * Layout Setups
 */

/* Standard setup: Right sidebar, normal width */
.contentArea {
	float:left;
	width:620px;
	padding-bottom: 16px;
}
.contentArea h1.page_title {
	font-size: 24px;
	margin-bottom: 10px;
}
.contentArea h2.page_title {
	font-size: 20px;
	margin-bottom: 10px;
	color: #89B82A;
}
.contentArea .post_date {
	color: #89B82A;
}
.contentArea .page_intro p {
	font-size: 15px;
	line-height: 130%;
}
.contentArea .page_intro p.home_links {
	text-align: center;
	padding: 25px 0;
	font-size: 16px;
	color: #e47600;
	font-family: Arial, Helvetica, sans-serif;
}
.contentArea .page_intro p.home_links span {
	padding: 0 15px;
}
.contentArea .page_intro p.home_links a {
	color: #e47600;
	font-weight: bold;
}

.sidebars {
	width:307px;
	float:right;
}

.sidebars h2.sidebar_title {
	font-size: 24px;
	margin-bottom: 10px;
}

.sidebarLeft {
	width:125px;
	float:left;
}
.sidebarRight {
	width:125px;
	float:right;
}
.sidebarFull {
	clear:both;
}
.sidebarIcons {
	overflow:hidden;
}
.sidebarIcons a {
	float:left;
}

/* Sidebar Blog Module */
.sidebars #module_blog {
	display: block;
	padding: 5px 10px 0 10px;
	background:url(./images/module-blog-top.jpg) no-repeat left top;
}
.sidebars #module_blog .mb_title_left {
	float: left;
	font-size: 16px;
	line-height: 35px;
}
.sidebars #module_blog .mb_title_right {
	float: right;
	line-height: 35px;
}
.sidebars #module_blog .mb_title_right span {
	padding: 0 5px;
}
.sidebars #module_blog .mb_title_right a {
	color: #e57b01;
	font-size: 14px;
}
.sidebars #module_blog .blog_entry {
	clear: both;
	margin-top: 10px;
}
.sidebars #module_blog .blog_entry a.mb_be_title {
	display: block;
	color: #e57b01;
}
.sidebars #module_blog .older_posts {
	clear: both;
	font-size: 14px;
	padding-top: 15px;
	font-weight: bold;
}
.sidebars #module_blog .older_posts a {
	color: #89b82a;
}
.sidebars #mb_bottom {
	background:url(./images/module-blog-bottom.jpg) no-repeat left top;
	height: 15px;
	display: block;
	clear: both;
	margin-bottom: 20px;
}

/* Upcoming Events Module */
.sidebars #upcoming_events {
	background-color: #fff0d1;
	border: 1px solid #eebb84;
	padding: 10px;
	margin-bottom: 20px;
}
.sidebars #upcoming_events .ue_title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
}
.sidebars #upcoming_events ul {
	list-style-type: disc;
	list-style-position: outside;
	margin: 0 0 0 15px;
}
.sidebars #upcoming_events ul li {
	background: none;
	padding: 0 0 8px 0;
	font-size: 12px;
	line-height: 130%;
}
.sidebars #upcoming_events ul li a {
	color: #89b82a;
}
.sidebars #upcoming_events ul li p {
	display: inline;
}

/* Newsletter Module */
#newsletter_signup {
	display: block;
	background:url(./images/module-newsletter.jpg) no-repeat left top;
	padding: 10px;
	height: 113px;
	margin-bottom: 20px;
}
#newsletter_signup .ns_title {
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 14px;
}
#newsletter_signup strong {
	font-weight: bold;
}
#newsletter_signup form {
	margin: 10px 0 5px 0;
}
#newsletter_signup form #email {
	padding: 2px;
	background-color: #ffffff;
	border: 2px solid #9e9e9e;
	color: #575757;
	width: 160px;
}
#newsletter_signup form #submit {
	background:url(./images/btn-ns-submit.jpg) no-repeat left top;
	width: 86px;
	height: 24px;
	border: 0;
	cursor: pointer;
}
#newsletter_signup .ns_privacy {
	font-size: 11px;
}
#newsletter_signup .ns_privacy a {
	color: #e57b01;
}

/* Sidebar Sponsors Module */
.sidebars #side_sponsors {
	display: block;
	background:url(./images/sidebar-sponsors.jpg) no-repeat left top;
	height: 140px;
	margin-bottom: 20px;
}

/* No sidebar */
.NS .contentArea {
	float:none;
	width:920px;
}

/* Right sidebar, large width (RSLW) */
.RSLW .contentArea {
	float:left;
	width:570px;
}
.RSLW .sidebars {
	width:350px;
	float:right;
}
.RSLW .sidebarLeft,
.RSLW .sidebarRight {
	width:150px;
}

/* Right sidebar, small width (RSSW) */
.RSSW .contentArea {
	float:left;
	width:670px;
}
.RSSW .sidebars {
	width:250px;
	float:right;
}
.RSSW .sidebarLeft,
.RSSW .sidebarRight {
	width:100px;
}

/* Left sidebar, normal width (LSNW) */
.LSNW .contentArea {
	float:right;
	width:620px;
}
.LSNW .sidebars {
	width:300px;
	float:left;
}

/* Left sidebar, large width (LSLW) */
.LSLW .contentArea {
	float:right;
	width:570px;
}
.LSLW .sidebars {
	width:350px;
	float:left;
}
.LSLW .sidebarLeft,
.LSLW .sidebarRight {
	width:150px;
}

/* Left sidebar, small width (LSSW) */
.LSSW .contentArea {
	float:right;
	width:670px;
}
.LSSW .sidebars {
	width:250px;
	float:left;
}
.LSSW .sidebarLeft,
.LSSW .sidebarRight {
	width:100px;
}


/* No sidebar */
.contentAreaFull {
	float:none !important;
	width:auto !important;
}


/* Sidebar */
.sidebars .t {
	height:170px;
	background:url(./images/sidebars.png) no-repeat 0 0;
	margin-right:15px;
}
.sidebars .t div {
	height:170px;
	width:15px;
	background:url(./images/sidebars.png) no-repeat -485px 0;
	float:right;
	margin-right:-15px;
}
.sidebars .i {
	background:url(./images/sidebars.png) repeat-y -500px 0;
	margin-right:15px;
}
.sidebars .i .i2 {
	background:url(./images/sidebars.png) repeat-y right 0;
	margin:0 -15px 0 15px;
	padding:1px 0;
}
.sidebars .i .c {
	margin:-155px 15px 0 0;
	position:relative;
}	
	.sidebars h4 {
		border:1px solid #ccc;
		border-width:1px 0;
		background-color:#fbfbfb;
		margin:10px -14px;
	}
	.sidebars h4 span {
		display:block;
		margin:1px 0;
		background-color:#ebebeb;
		font-family:Verdana, Geneva, sans-serif;
		font-size:16px;
		padding:6px 15px;
	}
	.sidebars ul {
	}
	.sidebars li {
		background:url(./images/sidebars.png) no-repeat 0 -225px;
		padding:0 0 0 20px;
		margin-bottom:1px;
		line-height:18px;
		font-size:12px;
		font-family:Verdana, Geneva, sans-serif;
	}
	.sidebars a.rssBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#662700;
		background:url(./images/sidebars.png) no-repeat 0 -190px;
	}
	.sidebars a.twitterBtn {
		display:block;
		height:26px;
		padding:0 10px 0 32px;
		line-height:26px;
		font-size:12px;
		font-weight:bold;
		color:#056;
		background:url(./images/sidebars.png) no-repeat -250px -190px;
	}
.sidebars .b {
	height:15px;
	background:url(./images/sidebars.png) no-repeat 0 -170px;
	margin-right:15px;
}
.sidebars .b div {
	height:15px;
	width:15px;
	background:url(./images/sidebars.png) no-repeat -485px -170px;
	float:right;
	margin-right:-15px;
}


#wp-calendar {
	width:99%;
	border-collapse:separate;
	border-spacing:1px;
}
#wp-calendar caption {
	font-weight:bold;
	font-size:12px;
	text-align:left;
	padding-bottom:5px;
}
#wp-calendar th, 
#wp-calendar td {
	text-align:center;
}
#wp-calendar th {
	background:#f2f2f2 url(./images/calendar.gif) repeat-x 0 -50px;
	border:1px solid #999;
	line-height:16px;
	font-size:12px;
	color:#666;
}
#wp-calendar tbody td {
}
#wp-calendar td a,
#wp-calendar td a:visited {
	display:block;
	background:#fff url(./images/calendar.gif) repeat-x 0 1px;
	border:1px solid #bfbfbf;
	line-height:16px;
	font-size:12px;
	color:#666;
}
#wp-calendar tbody td a:hover {
	border-color:#999;
	text-decoration:none;
}
#wp-calendar #today {
	font-weight:bold;
}
#wp-calendar tbody td.pad {
	border:0 none;
}
#wp-calendar td#prev a,
#wp-calendar td#prev a:visited {
	padding-top:5px;
	text-align:left;
	background:none;
	border:none;
	color:#5c7a99;
}
#wp-calendar td#next a,
#wp-calendar td#next a:visited {
	text-align:right;
	padding-top:5px;
	background:none;
	border:none;
	color:#5c7a99;
}

/* Post Information (On category view) */
.post_info {
	
}
.post_info .pi_date {
	display: block;
	color: #89B82A;
	text-transform: uppercase;
}
.post_info .pi_title {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
}
.post_info .pi_title a {
	color: #575757;
	text-decoration: underline;
	font-weight: bold;
}
.read_more a {
	color: #e57b01;
	font-weight: bold;
}
.post_sep {
	display: block;
	clear: both;
	height: 15px;
	background: url(./images/post-sep.jpg) no-repeat left top;
}

/* Module - Large Events Box */
.module_events_large {
	display: block;
	background-color: #fff0d1;
	border: 1px solid #f4b97f;
	padding: 10px 15px;
	margin-bottom: 20px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.module_events_large .mel_title {
	display: block;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
}
.module_events_large ul {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 15px;
	font-size: 13px;
}
.module_events_large ul li {
	padding-bottom: 7px;
}
.module_events_large ul li a {
	color: #68872a;
}
.module_events_large ul li p {
	display: inline;
}

.sidebars .side_post {
	display: block;
	margin-bottom: 15px;
	padding-bottom: 15px;
	background: url(./images/sidepost_bottom.jpg) no-repeat center bottom;
}
.sidebars .side_post .sp_img {
	display: block;
	margin-bottom: 5px;
}
.sidebars .side_post .sp_date {
	display: block;
	color: #e57b01;
}
.sidebars .side_post .sp_title {
	display: block;
	margin-bottom: 8px;
}
.sidebars .side_post .sp_title a {
	font-size: 14px;
	color: #676767;
	font-weight: bold;
	text-decoration: underline;
}
.sidebars .side_post .sp_desc p.read_more {
	padding-top: 5px;
}

form.page_form {
	display: block;
	margin: 10px 0;
}
form.page_form p {
	display: block;
	clear: both;
}
form.page_form p.form_error {
	display: block;
	clear: both;
	border: 1px solid #ee8484;
	background-color: #ffd1d1;
	color: #6f0000;
	padding: 5px;
	margin-bottom: 10px;
}
form.page_form p.form_success {
	display: block;
	clear: both;
	border: 1px solid #b0d96e;
	background-color: #e8ffc3;
	color: #436d00;
	padding: 5px;
	margin-bottom: 10px;
}

form.page_form label {
	float: left;
	width: 95px;
	padding: 4px 0;
}
form.page_form label span,
form.page_form p span.frm_req {
	color: #ff0000;
	font-weight: bold;
	padding-left: 3px;
}
form.page_form input.text {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	background-color: #fff0d1;
	border: 1px solid #eebb84;
	padding: 4px;
	color: #473828;
}
form.page_form textarea {
	float: left;
	width: 280px;
	margin-bottom: 10px;
	background-color: #fff0d1;
	border: 1px solid #eebb84;
	padding: 4px;
	color: #473828;
}
form.page_form input.submit {
	float: left;
	margin-bottom: 10px;
	background-color: #fff0d1;
	border: 1px solid #eebb84;
	padding: 4px;
	color: #473828;
}

/* Search in Sidebar */
.sidebars #frm_search {
	margin: 15px 0;
}
.sidebars #frm_search label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
.sidebars #frm_search #s {
	margin: 0 0 5px 0;
	width: 225px;
	padding: 3px;
	border: 2px solid #555555;
}
.sidebars #frm_search #t {
	padding: 2px;
	border: 2px solid #555555;
	background-color: #89B82A;
	color: #ffffff;
	font-weight: bold;
}

.video-bg{
	padding:6px;
	background: url(./images/video-bg.jpg) no-repeat center;
}

.squeeze-bg{
	width:330px;
	height:375px;
	background: url(./images/SqueezeBox5.jpg) no-repeat center;
	float:right;
	margin-left:20px;
	
}

body.squeeze {
	background:#ffffff url(http://ezs3e43ce667e899590730001c6f1532db40.s3.amazonaws.com/SiteImages/bg-squeeze.jpg) repeat-x center top;}
	
.testimonial {
width:620px;
float:left;
margin:0px 0 30px 0;
float:left;
}
.left-quote {
float:left;
background:url(./images/quote-left.jpg) no-repeat top;
width:68px;
height:77px;
}
.testi-text {
float:left;
text-align:left;
width:470px;
padding-right:65px;
font-family: Courier, monospace;
background:url(./images/quote-right.jpg) no-repeat right bottom;
line-height:1.1em;

}
.testi-pic {
float:left;
width:77px;
height:104px;
margin-left:70px;
display:inline;
}
.testi-name {
float:left;
padding:30px 0 0 15px;
}

.squeeze-b {
	background: url(http://ezs3e43ce667e899590730001c6f1532db40.s3.amazonaws.com/SiteImages/OptInBv1.jpg) no-repeat;
	width:430px;
	height:102px;
	position:relative;
	right:0;
	padding:50px 0 0 520px;
}

/* Free Recipe Signup - Sidebar */
#freerecipe_signup {
	display: block;
	background:url(http://ezs3e43ce667e899590730001c6f1532db40.s3.amazonaws.com/SiteImages/free-recipe-sidebar.jpg) no-repeat;
	height: 349px;
	width:307px;
	margin-bottom: 20px;
}

/* Green Clean Starter Kit - Sales Page */

#starter-kit {width:100%}

#inbox {background-color:#E6F5DE; padding:10px 50px; border: 1px solid #000; font-family: Tahoma, Geneva, sans-serif; font-size:18px; line-height:1.4em; text-align:center; color:#000; margin:0 auto;}

h1.headline1 {color: #990000;
    font-family: Arial;
    font-size: 44px;
    font-style: italic;
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;}
	
h3.posthead  {
    color: #275800;
    font-family: Arial;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.2;
    margin-bottom: 25px;
    text-align: center;}
	
#starter-kit p	{font-family: font-family: Arial,Helvetica,sans-serif; font-size:16px; color:#3B3232; line-height:1.5em; margin:15px 0;}

.testimonial-box {background-color:#F1FAED; padding:10px; font-size:20px; line-height:1.3em; font-family:Lucida Grande, Helvetica,sans-serif; float:right; width:247px; margin-left:10px; font-style:italic; border:4px inset #6C3; height:352px;}

#starter-kit ul li {
	font-family: font-family: Arial,Helvetica,sans-serif; 
	font-size:16px; 
	color:#3B3232; 
	line-height:1.5em; 
	margin:15px 0;
    background: url(./images/bullet-leave.jpg) no-repeat scroll left top transparent;
    list-style: none outside none;
    margin: 15px 0 15px 50px;
    min-height: 75px;
    padding: 0 0 5px 75px;
	width:700px;
}

h2.subhead {
    font-size: 24px;
	color: #3B3232;
    font-weight: bold;
    line-height: 1.3;
    margin: 15px 0;
    text-align: center;
	font-family: font-family: Arial,Helvetica,sans-serif;}
	
#video	{width:660px; height:370px; background-color:#000; padding-top:10px; float:left;}

body.sales	{	

	background-attachment: fixed;
	background-color: #000000;
	background-image: url(http://www.greencleaningcoach.com/wp-content/themes/arjuna-x/images/bg-sales.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}


