/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

	Kubrick v1.5
	 http://binarybonsai.com/kubrick/

	This theme was designed and built by Michael Heilemann,
	whose blog you will find at http://binarybonsai.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/



/* Begin Typography & Colors */
* {
	outline:none;
	margin:0px;
	padding:0px;
}
body {
	background: url(images/body-bg.gif) repeat-x top #4d4a1f;
	margin:0px;
	padding:0px;
	text-align:center;
	font-size:14px;
	color:#333231;
	font-family:Trebuchet MS;
}
#page {
	width:960px;
	margin:0px auto;
	text-align:left;
}
.widecolumn .entry p {
	font-size: 1.05em;
}
.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
}
.widecolumn {
	line-height: 1.6em;
}
.narrowcolumn .postmetadata {
	text-align: center;
}
.thread-alt {
	background-color: #f8f8f8;
}
.thread-even {
	background-color: white;
}
.depth-1 {
	border: 1px solid #ddd;
}
.even, .alt {
	border-left: 1px solid #ddd;
}
small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}
h1, h2, h3 {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-weight: bold;
}
h1 {
	font-size: 4em;
	text-align: center;
}
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}
h2 {
	font-size: 1.6em;
}
h2.pagetitle {
	font-size: 1.6em;
}
#sidebar h2 {
	font-family: 'Lucida Grande', Verdana, Sans-Serif;
	font-size: 1.2em;
}
h3 {
	font-size: 1.3em;
}
h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
}
h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #333;
}
h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
}
.entry p a:visited {
	color: #b85b5a;
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 10px;
}
.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}
.commentlist li {
	font-weight: bold;
}
.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}
.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}
#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentmetadata {
	font-weight: normal;
}
small, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}
code {
	font: 1.1em 'Courier New', Courier, Fixed;
}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
}
a, h2 a:hover, h3 a:hover {
	color: #06c;
	text-decoration: none;
}
a:hover {
	color: #147;
	text-decoration: underline;
}
#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}
#wp-calendar a {
	text-decoration: none;
}
#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}
#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Begin Structure */




#header {
	width:960px;
	height:278px;
	float:left;
	background:url(images/top-banner.jpg) no-repeat top;
}
.narrowcolumn {
	float: left;
	padding: 0 0 20px 45px;
	margin: 0px 0 0;
	width: 450px;
}
.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 150px;
	width: 450px;
}
.post {
	margin: 0 0 0px;
	text-align: justify;
}
.post hr {
	display: block;
}
.widecolumn .post {
	margin: 0;
}
.narrowcolumn .postmetadata {
	padding-top: 5px;
}
.widecolumn .postmetadata {
	margin: 30px 0;
}
.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}
.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}
.postmetadata {
	clear: both;
}
.clear {
	clear: both;
}
#footer {
	width:958px;
	margin:1px 1px 1px 2px;
	background:url(images/footer-bg.jpg) repeat-x;
	height:79px;
	float:left;
}
#footer ul {
	list-style:none;
	padding:12px 10px 0px 10px;
}
#footer ul li {
	color:#fff;
	font-size:13px;
	float:left;
	background:url(images/footer-divider.jpg) no-repeat right 5px;
	margin-right:7px;
	padding-bottom:4px;
}
#footer ul li a {
	color:#fff;
	text-decoration:none;
	padding:0px 17px 0px 0px;
}
#footer ul li a:hover {
	color:#000;
}
#footer ul li.copyright {
	color:#b1a930;
	display:inline;
	padding-left:15px;
	background:none;
	margin:0px 0px;
}
#footer ul li.copyright a {
	color:#b1a930;
	padding:0px 0px;
	margin:0px 0px;
}
#footer ul li.copyright a:hover {
	color:#fff;
}
#footer ul li.nobg {
	background:none;
	margin-right:0px;
}
#footer ul li.nobg a {
	padding-right:5px;
}
/* End Structure */



/*	Begin Headers */
/*h1 {
	padding-top: 70px;
	margin: 0;
	}

h2 {
	margin: 30px 0 0;
	}

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}



h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}*/
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}
/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
}
html>body .entry li {
	margin: 7px 0 8px 10px;
}
.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}
.entry ol li {
	margin: 0;
	padding: 0;
}
.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}
/*#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}*/
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}
/*#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}*/

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
}
select {
	width: 130px;
}
#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}
#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}
.commentlist {
	padding: 0;
	text-align: justify;
}
.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;
}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}
.commentlist p {
	margin: 10px 5px 10px 0;
}
.children {
	padding: 0;
}
#commentform p {
	margin: 5px 0;
}
.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}
.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */


#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;
}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}
acronym, abbr {
	border-bottom: 1px dashed #999;
}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}
blockquote cite {
	margin: 5px 0 0;
	display: block;
}
.center {
	text-align: center;
}
.hidden {
	display: none;
}
.screen-reader-text {
	position: absolute;
	left: -1000em;
}
hr {
	display: none;
}
a img {
	border: none;
}
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	/*margin-bottom: 60px;*/
}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */

/* Css add by pravin*/
#topcontainer {
	width:960px;
	float:left;
	height:215px;
}
#logocontainer {
	padding:70px 218px 0px 29px;
	width:528px;
	height:59px;
	overflow:hidden;
	float:left;
}
#logocontainer a {
	display:block;
	text-indent:-10000px;
	width:528px;
	height:59px
}
#top-right {
	width:170px;
	float:right;
	padding:15px 10px 0px 0px;
	color:#fff;
}
#newsletter-container span {
	font-size:18px;
}
#newsletter-container {
	width:170px;
	float:left;
	height:132px;
}
#newsletter-container p {
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
	line-height:18px;
	padding-bottom:3px;
}
#newsletter-container input {
	padding:2px 5px;
	margin-bottom:3px;
	border:solid 1px #9c6d31;
	height:16px;
	background:#f3ecd9;
	color:#9d8150;
	font-size:12px;
	width:158px;
}
/*#newsletter-container .wpsb_form_btn {
	background:url(images/subscribe.jpg) no-repeat;
	width:72px;
	height:23px;
	float:right;
	cursor:pointer;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	font-weight:normal;
	padding-bottom:3px;
	margin-top:4px;
}*/
#contactpanel {
	width:130px;
	float:right;
	padding-left:40px;
}
#contactpanel ul {
	list-style:none;
}
#contactpanel ul li {
	padding-bottom:4px;
	border-bottom:solid 1px #935e24;
	color:#000;
	text-align:right;
	margin-right:5px;
}
#contactpanel ul li a {
	color:#000;
}
#contactpanel ul li img {
	vertical-align:middle;
	padding-right:5px;
}
#top-nav-container {
	width:960px;
	float:left;
	height:33px;
}
#top-nav-container ul {
	list-style:none;
}
#top-nav-container ul li {
	background:url(images/top-nav-divider.jpg) no-repeat right top;
	float:left;
	height:33px;
}
#top-nav-container ul li a {
	color:#fff;
	line-height:33px;
	padding:0px 23px;
	text-decoration:none;
}
#top-nav-container ul li a:hover {
	color:#000;
}
#top-nav-container ul li.page-item-16 {
	background:none;
}
#mid-container {
	width:960px;
	float:left;
	background:url(images/mid-bg.jpg) repeat-y;
}
#mid-panel {
	width:928px;
	float:left;
	background:url(images/mid-top.jpg) no-repeat top;
	padding:0px 16px;
}
#mid-base {
	width:960px;
	float:left;
	background:url(images/mid-base.jpg) no-repeat bottom;
	height:55px;
}
.clr {
	clear:both;
}
#content {
	width:644px;
	float:left;
	overflow:hidden;
}
#sidebar {
	float:right;
	overflow:hidden;
	width: 252px;
}
#sidebar ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#sidebar ul li {
	clear:both;
	padding-bottom:20px;
}
.toptext {
	width:644px;
	float:left;
	color:#88440c;
	font-weight:normal;
	text-align:center;
	font-size:29px;
	background:url(images/home-top-base.gif) no-repeat bottom;
	padding-bottom:30px;
}
.toptext span {
	color:#4d4a1f;
	font-family:impact;
	font-weight:bold;
	font-size:35px;
}
.toptext p {
	padding-bottom:5px;
	clear:both;
}
#post-37 h2 {
	display:none;
}
#from-tab {
	width:644px;
	float:left;
}
#from-tab ul {
	list-style:none;
	margin:0px;
	padding:0px;
}
#from-tab ul li {
	background:url(images/home-text-bg.gif) no-repeat top left;
	padding:10px 70px 0px 95px;
	color:#423f15;
	font-size:17px;
	text-transform:uppercase;
	margin-bottom:20px;
	height:52px;
	overflow:hidden;
	text-align:left;
}
#home-content h3 {
	color:#88440c;
	font-size:20px;
	text-align:center;
	line-height:28px;
	font-weight:normal;
	padding-bottom:20px;
}
#home-content h4 {
	color:#423f15;
	font-size:23px;
	text-align:center;
	line-height:28px;
	font-weight:normal;
	text-align:left;
	padding-bottom:10px;
}
#home-content p {
	padding-bottom:20px;
	line-height:20px;
}
#home-content a {
	color:#88440c;
	text-transform:uppercase;
}
#home-content {
	padding:0px 0px 0px 10px;
}
#ww123-3 .testimonials_manager_widget {
	width:232px;
	background:url(images/testimonials.gif) no-repeat top;
	height:auto;
	float:left;
	padding:5px 10px 10px 10px;
}
#ww123-3 .testimonials_manager_widget img {
	float:left;
	border:solid 1px #999894;
	margin:0px 6px 6px 0px;
}
#ww123-3 h2.widgettitle {
	width:246px;
	background:url(images/testimonials-heading.gif) no-repeat;
	height:32px;
	float:left;
	color:#fff;
	font-size:17px;
	font-weight:normal;
	padding:3px 0px 0px 6px;
}
#ww123-3 .testimonials_manager_comment {
	background:url(images/comment.gif) no-repeat;
	float:left;
	width:232px;
	height:69px;
	text-align:right;
	color:#231000;
	font-weight:bold;
	padding:10px;
	margin-bottom:15px;
}
#ww123-3 .testimonials_manager_comment span {
	color:#fff;
	text-transform:uppercase;
}
#content h2 {
	color:#88440C;
	font-size:19px;
	font-weight:bold;
	padding-bottom:5px;
}
.pagination {
	background:none;
}
#post-25 .testimonial {
	background:none;
	border:0px;
}
#post-25 .pagination {
	background:none;
}
#ll {
	display:none;
}
h4 {
	color:#423f15;
	font-size:23px;
	font-weight:normal;
}
#content .post h2 {
	display:none;
}
.entry h3 {
	color:#88440c;
	font-size:29px;
	font-weight:normal;
	padding-bottom:20px;
	padding-left:8px;
}
#content .entry p {
	line-height:21px;
	padding-bottom:20px;
}
.clickmore {
	width:624px;
	float:left;
	clear:both;
	padding:0px 10px;
}
#post-25 .testimonials-img {
	width:636px;
	float:left;
	clear:both;
	padding-bottom:17px;
	padding-left:8px;
}
#post-25 .testimonials-img img {
	border:solid 1px #cdcdcd;
	padding:1px;
}
#post-25 .testimonial {
	width:636px;
	float:left;
	border-bottom:solid 1px #b6b5a8;
	text-align:left;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 8px;
}
#post-25 .testimonial p {
	padding-bottom:15px;
}
#post-25 .testimonial strong {
	font-size:14px;
	color:#423f15;
	font-style:italic;
	font-weight:normal;
}
#post-25 .testimonial br {
	/*display:none;*/
}
#post-25 .pagination{ margin-bottom:8px; float:left;}
#post-25 .pagination .disabled, #post-25 .pagination .prev{ background:#e6e5e1; color:#423f15}

#spirit-school {
	width:636px;
	float:left;
	padding-left:8px;
}
#spirit-school img {
	border:solid 1px #cdcdcd;
	padding:1px;
	margin:0px 10px 10px 0px;
	float:left;
}
#spirit-school h4 {
	padding-bottom:15px;
	clear:both;
}
.workshop {
	color:#88440c;
	font-size:16px;
	clear:both;
	width:644px;
}
#spirit-school ul {
	list-style:none;
	padding:0px 0px 15px 0px;
	margin:0px;
}
#spirit-school ul li {
	background:url(images/brown-arrow.gif) no-repeat left 6px;
	padding-left:12px;
	padding-bottom:8px;
	color:#88440c;
	font-size:16px;
}
.clickdtl {
	width:684px;
	float:left;
	text-align:center;
	padding:0px 0px 15px 152px;
}
html > body .entry ul {
	text-indent:0px;
}
#lifecoach {
	width:636px;
	float:left;
	padding-left:8px;
}
#lifecoach ul {
	list-style:none;
	padding:0px 0px 15px 0px;
	margin:0px;
}
#lifecoach ul li {
	background:url(images/brown-arrow.gif) no-repeat left 6px;
	padding-left:12px;
	padding-bottom:8px;
	color:#88440c;
	font-size:16px;
}
#lifecoach h4 {
	color:#423f15;
	font-size:23px;
	font-weight:normal;
	padding-bottom:15px;
	clear:both;
}
#lifecoach .border {
	width:636px;
	float:left;
	border-bottom:solid 1px #b6b5a8;
	margin-bottom:15px;
}
.textbroun {
	color:#88440c;
	font-size:16px;
}
#lifecoach p {
	padding-bottom:20px;
}
.testimonials-img {
	width:636px;
	float:left;
	clear:both;
	padding-bottom:17px;
}
.testimonials-img img {
	border:solid 1px #cdcdcd;
	padding:1px;
	background:#fff;
}
#lifecoach span {
	color:#88440c;
	text-transform:uppercase;
}
#intuitive-readings {
	width:636px;
	float:left;
	padding-left:8px;
}
#intuitive-readings p {
	padding-bottom:20px;
}
#intuitive-readings h4 {
	padding-bottom:15px;
	clear:both;
}
#intuitive-readings ul {
	list-style:none;
	padding:0px 0px 10px 0px;
	margin:0px;
}
#intuitive-readings ul li {
	background:url(images/brown-arrow.gif) no-repeat left 6px;
	padding-left:12px;
	padding-bottom:8px;
	color:#88440c;
	font-size:16px;
}
.artical-container {
	width:636px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-bottom:12px;
	border-bottom:solid 1px #b9b9b9
}
#content .entry .artical-container p {
	padding-bottom:11px;
}
.artical-container .readmore {
	color:#423f15;
	font-size:14px;
	padding-bottom:0px;
}
.artical-container .readmore a {
	color:#423f15;
}
.artical-container .readmore a:hover {
	color:#000;
}
.intuitive {
	width:636px;
	float:left;
	line-height:21px;
	margin-bottom:15px;
	padding-left:8px;
}
.intuitive .lft {
	width:228px;
	float:left;
}
.intuitive .lft img {
	border:solid 1px #c4c3b7;
	background:#fff;
	padding:1px;
}
.intuitive .rgh {
	float:right;
	width:395px;
}
.maxwork {
	width:636px;
	text-align:center;
	padding:20px 0px 15px 8px;
	float:left;
}
.workbox {
	width:636px;
	float:left;
	border-bottom:solid 1px #b6b5a8;
	line-height:21px;
	margin-bottom:15px;
	padding-bottom:10px
}
.workbox .lft {
	width:190px;
	float:left;
	padding-left:10px;
}
.workbox .rgh {
	float:right;
	width:436px;
}
.com {
	clear:both;
	color:#88440c;
	font-size:16px;
	padding-left:8px;
}
.com img {
	vertical-align:middle;
	padding-left:10px;
}
#post-22 h4 {
	padding-left:8px;
}
#top-right .widget {
	color:#ae0505;
	font-size:11px;
	font-weight:bold;
}
#top-right .widget p {
	margin:0px;
	padding:0px;
}
#authorarticles {
	width:300px;
	margin:0px auto;
	clear:both;
}
#ww123-3 .testimonials_manager_comment span {
	font-size:12px;
}
#home-content p span {
	color:#423f15;
	font-size:21px;
}
#home-content p span a {
	color:#423f15;
}
#home-content p span a:hover {
	text-decoration:underline
}
/*Form customization*/

/*#intuitive-readings #af-form-1043756952{ width:543px; height:181px; margin:0px auto; background:url(images/form1.gif) no-repeat; padding:32px 0px;}
#intuitive-readings #af-form-1043756952 #af-header-1043756952{ background:none;}

#intuitive-readings #af-form-1043756952 div.bodyText{ margin:0px; padding:0px;}
#intuitive-readings #af-form-1043756952 div.bodyText p{ margin:0px; padding:0px;}
#intuitive-readings #af-form-1043756952 div.bodyText h2{ margin:0px; padding:0px;}
#intuitive-readings #af-form-1043756952 div.af-body { background:none;}
#intuitive-readings #af-form-1043756952 div.af-header{ margin:0px; padding:0px;}

#intuitive-readings #af-form-1043756952 .af-body label.previewLabel {
color:#fff; float:left; font-family:Arial,sans-serif; font-size:12px; font-style:normal; font-weight:normal; text-align:left; text-decoration:none; width:100px; border:1px solid #FFFFFF}

#intuitive-readings #af-form-1043756952 .af-body input.text, #af-form-1043756952 .af-body textarea {
background-color:#FFFFFF; border:1px solid #CCCCCC; color:#000000; font-family:inherit; font-size:inherit; font-style:normal; font-weight:normal; text-decoration:none; width:100px; float: left; }*/
#hometestimonials {
	width:252px;
	float:left;
}
#hometestimonials #testimonialsheading {
	background:url(images/testimonials-heading.gif) no-repeat top;
	width:244px;
	height:31px;
	float:left;
	padding:4px 0px 0px 8px;
	font-size:17px;
	color:#fff;
}
#hometestimonials #testimonialscontent {
	background:url(images/testimonials.gif) repeat-y top;
	width:228px;
	float:left;
	padding:10px 12px;
	font-size:14px;
	color:#171717;
	line-height:18px;
}
#hometestimonials #testimonialscontent img {
	float:left;
	border:solid 1px #999894;
	margin:0px 5px 5px 0px;
}
#hometestimonials #testimonialsbase {
	background:url(images/comment.gif) no-repeat top;
	float:left;
	font-size:14px;
	height:80px;
	padding:5px 13px 30px 12px;
	text-align:right;
	width:229px;
}
#hometestimonials #testimonialsbase .name {
	color:#000;
	clear:both;
}
#hometestimonials #testimonialsbase .dtl {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}


#sidebar ul h4{background:url(images/testimonials-heading.gif) no-repeat top;
	width:244px;
	height:31px;
	float:left;
	padding:4px 0px 0px 8px;
	font-size:17px;
	color:#fff;}
#sidebar ul .testimonials_manager_widget{background:url(images/testimonials.gif) repeat-y top;
	width:228px;
	float:left;
	padding:5px 12px 10px 12px;
	font-size:14px;
	color:#171717;
	line-height:18px; clear:both;
}
#sidebar ul .testimonials_manager_widget img {
	float:left;
	border:solid 1px #999894;
	margin:0px 5px 5px 0px;
}


#sidebar ul .testimonials_manager_comment {
	background:url(images/comment.gif) no-repeat top;
	float:left;
	font-size:14px;
	height:80px;
	padding:5px 13px 30px 12px;
	text-align:right;
	width:229px;
}
#sidebar ul .testimonials_manager_comment strong {
	color:#000;
	clear:both;
}
#sidebar ul .testimonials_manager_comment span {
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	font-size:13px;
}

#top-right #newsletter-container #af-form-1344763652{ background:none;
border:0px;}

#top-right #newsletter-container #af-form-1344763652 #af-header-1344763652{ color:#fff; font-size:13px; text-transform:uppercase;}
#top-right #newsletter-container #af-form-1344763652 #af-header-1344763652 p{ float:left;}

/* Top newsletter css*/
#newsletter-container ul{ list-style:none; clear:both;}
#newsletter-container ul li{ padding-bottom:4px;}
#newsletter-container .submit{ width:72px;  border:0px; background:url(images/subscribe.jpg) no-repeat top; cursor:pointer; color:#fff; height:23px; padding:0px 0px 3px 0px; margin:0px; border:0px; float:right;}


#post-25 div.pagination a:hover, #post-25 div.meneame a:active{background:none;
background-image:none;
border:1px solid #e4e4e4;
color:#0066d5;}


/*blog page css*/
.postcontainer{ width:644px; float:left; margin-bottom:15px; clear:both; position:relative;}
.postheading{ width:644px; float:left; padding-bottom:15px; background:url(images/post-heading-top.jpg) no-repeat top;}
.postheading-innert{width:644px; float:left; background:url(images/post-heading-base.jpg) no-repeat bottom;}
.postheading-innert .heading{ width:570px; float:left; padding-top:12px; padding-left:16px;}
.postheading-innert .heading h2, .postheading-innert .heading h3{ color:#423f15; font-size:20px; font-weight:normal;}


.postheading-innert .postdate{ width:23px; height:44px; background:url(images/date-bg.gif) no-repeat left top; float:right; color:#fff; font-size:10px; padding:0px 10px 4px 15px}

.postheading-innert .postdate .larg{ font-size:14px; text-transform:uppercase; font-weight:bold;}


.postcontent{ width:628px; float:left; color:#333231; font-size:14px; padding-left:16px;}
.postcontent p{ padding-bottom:20px;}

.postbase{ width:591px; float:left; background:url(images/post-base.gif) no-repeat left top; color:#1a1a1a; font-size:13px; padding:18px 29px 0px 24px; height:44px;}
.postbase a{color:#1a1a1a;}
.postbase a:hover{ color:#000;}
.postbase .readmore{ width:90px; float:left;}
.postbase .postconnent{ width:450px; float:right; text-align:right;}

#mid-container #mid-panel #sidebar ul#blogrghcontainer h4{ width:252px; background:url(images/archives-bg.gif) no-repeat left top; height:37px; float:left; padding:10px 0px 0px 0px; text-align:center; font-size:17px; color:#fff; margin-bottom:8px;}
#mid-container #mid-panel #sidebar ul#blogrghcontainer li{ border-bottom:solid 1px #926f5a; background:url(images/blog-arrow.gif) no-repeat left 7px; margin:0px 8px 5px 8px; padding:0px 0px 7px 15px;}
#mid-container #mid-panel #sidebar ul#blogrghcontainer li a{ color:#1a1a1a;}
#mid-container #mid-panel #sidebar ul#blogrghcontainer li a:hover{ color:#753a08; text-decoration:none;}


#content .post .heading h2
	{
	display:block;
	}

#respond, .commentlist, #comments
	{
	clear:both;
	margin-left:25px;
	}




