/*
Theme Name: Diana
Theme URL: http://healingbydiana.com/
Description: Custom Theme for Healing by Diana
Author: Fernando Granja
Author URL: http://csssimple.com
Version 1.0

*/


/* =Reset default browser CSS.
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/* =Layout
-------------------------------------------------------------- */

body {
	margin:0px; padding:0px;
	background-color:#FFFFF;
}
.container {
	width:1000px;
	margin:0 auto;
	position:relative;
	border:1px solid #422666;
}
.purple {
	color:#422666;
}
.quote {	
	color:#422666;	
	font-weight:bold;
	font-style:italic;
}
.purplebold {	
	color:#422666;	
	font-weight:bold;
}
.indent1 {	
	margin: 0 0 0 15px;
}
.indent2 {	
	margin: 0 0 0 170px;
}
.indent3 {	
	margin: 0 0 0 26px;
}
#header {
	padding: 20px 20px 20px 20px;
	height: 195px;
}
#logo {
	width:362px;
	height: 195px;
	float:left;
	background-image:url(images/logo.png);
	background-repeat:no-repeat;
}
#nav {	
	height: 20px;	
	width: 400px;
	float:right;
	margin-right: 40px;
}
ul#menu {
	margin:0px; padding:0 0 0 20px;
	float:right;
}
ul#menu li { 
	display:inline;
	margin-left:12px;
	padding-left:12px;
	border-left:2px solid #A39262
}
ul#menu li:first-child {
	border-left:none;
}
ul#menu li a {
	text-decoration:none;
	color:#422666;
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	padding: 0 0 0 10px;
	
}
ul#menu li a.active, ul#menu li a:hover {
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
}
ul#menu li.current-menu-item a{
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
}
#imageheader {	
	height: 104px;	
	float:right;
	margin: 60px 0 0 0;
	padding: 0 0 0 0;
	
}
#imageheadercontactus {
	height: 104px;	
	float:right;
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	overflow:visible;
	width:300px;
	z-index:-99;
}
#imageheader img {
	margin-left:4px;
}
#imageheadercontactus img {
	float:right;
}
#main {
	height:600px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#mainblog {
	margin:0 0 20px 0;
	padding:0;
	min-height:700px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	overflow:hidden;
}
#mainrs {
	height:700px;
	background-image:url(images/bg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
}
#sidebar {
	float:left;
	width: 170px;
	height: 560px;
	border-right:2px solid #A39262;
	padding: 0 0 0 0;
	margin: 40px 0 0 20px;
	
}
#sidebarblog {
	float:left;
	width: 170px;
	padding: 0 0 0 0;
	margin: 40px 0 0 20px;
	
}
#sidebarrs {
	float:left;
	width: 170px;
	height: 660px;
	border-right:2px solid #A39262;
	padding: 0 0 0 0;
	margin: 40px 0 0 20px;
	
}
ul#sidebarmenu1 {
	margin:0 0 0 0; padding:0 0 0 0;
	float:right;
	width:140px;
}
ul#sidebarmenu1 li { 
	margin-top:8px;
}
ul#sidebarmenu1 li a {
	text-decoration:none;
	color:#422666;
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
	
}
ul#sidebarmenu1 li a.active, ul#sidebarmenu1 li a:hover {
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
}
ul#sidebarmenu1 li.current-menu-item a{
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
}
ul#sidebarmenu2 {
	margin:40px 0 0 0; padding:0 0 0 0;
	float:right;	
	width:140px;
}
ul#sidebarmenu2 li { 
	margin-top:8px;
}
ul#sidebarmenu2 li a {
	text-decoration:none;
	color:#422666;
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	padding: 0 0 0 12px;
	margin: 0 0 0 10px;
	
}
ul#sidebarmenu2 li a.active, ul#sidebarmenu2 li a:hover {
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
}
#sidebarimg1 {
	margin: 47px 0 0 50px;
}
#sidebarimg1rs {
	margin: 147px 0 0 50px;
}
#sidebartesti {
	margin: 110px 0 0 0;
	padding: 0;
}
#sidebartestirs {
	margin: 200px 0 0 0;
	padding: 0;
}
#content {
	margin: 40px 0 0 0px;
	padding: 0 0 0 0;
	float:left;
	height:500px;
	width:650px;
	background-color:#FFF;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}
#contentblog {
	margin: 40px 0 0 0;
	padding: 0 0 0 20px;
	float:left;
	width:650px;
	min-height:670px;
	background-color:#FFF;
	border-left:2px solid #A39262;
}
#contentblog h1 {
	color:#422666;
	font-size:26px;
	padding: 0 0 10px 0;
}
#contentblog a, #contentblog a:hover {
	color:#422666;
}
#contentblog .entry-title {
	color:#422666;
	font-size:1.9em;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
#contentblog .entry-content {
	padding: 0 0 0 0;
	line-height:1.2;
	margin: 10px 0 0 0;
}
#contentblog .entry-meta {
	padding: 0 0 0 0;
	margin: 0 0 0;
	font-size:.875em;
}
#contentblog p{
	color:#000;
	font-size:1em;
	padding: 0 0 0 0;
	line-height:1.2;
}
#contentarea {
	height:500px;
	width:640px;
	position:relative;
	margin: 40px 0 0 10px;
	padding: 0 0 0 0;
	float:left;
	top:-540px;
}
#contentrs {
	margin: 40px 0 0 0px;
	padding: 0 0 0 0;
	float:left;
	height:600px;
	width:650px;
	background-color:#FFF;
	/* for IE */
  	filter:alpha(opacity=60);
  	/* CSS3 standard */
  	opacity:0.6;
}
#contentarears {
	height:600px;
	width:640px;
	position:relative;
	margin: 40px 0 0 10px;
	padding: 0 0 0 0;
	float:left;
	top:-640px;
}
#contentarea h1 {
	color:#422666;
	font-size:26px;
	padding: 0 0 10px 0;
}
#contentarea p{
	color:#000;
	font-size:.875em;
	padding: 0 0 0 0;
	line-height:1.2;
}
#contentarears h1 {
	color:#422666;
	font-size:26px;
	padding: 0 0 10px 0;
}
#contentarears p{
	color:#000;
	font-size:.875em;
	padding: 0 0 0 0;
	line-height:1.2;
}
#flowerbg {
	position:relative;
	top:-1100px;
	right:-656px;
}
#flowerbgreiki {
	position:relative;
	top:-900px;
	right:-656px;
}
#dianabg {
	position:relative;
	top:-778px;
	right:-264px;
}
#quotebg {
	position:relative;
	top:-860px;
	right:-240px;
}
#Testimonials2 {
	position:relative;
	top:-690px;
	right:-590px;
}
#Testimonials3 {
	position:relative;
	top:-650px;
	right:-800px;
}
#Testimonials4 {
	position:relative;
	top:-780px;
	right:-800px;
}
#ContactMeButton {
	margin: 20px 0 0 170px;
	padding: 4px;
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	border:1px solid #422666;
	width: 220px;
	height: 14px;
	
}
#ContactMeButton a{
	text-decoration:none;
	color:#422666;
}
#ContactMeButtonrs {
	margin: 0 auto;
	padding: 4px;
	color:#422666;
	background-image:url(images/navbg.png);
	background-repeat:no-repeat;
	border:1px solid #422666;
	width: 150px;
	height: 14px;
	font-size:.75em;
	
}
#ContactMeButtonrs a{
	text-decoration:none;
	color:#422666;
}
#rssidebar3 {
	width: 190px;
	height: 50px;
	float:right;
	position:relative;
	top:-1180px;
}
#links {
	padding: 0 0 0 0;
	margin: 0 0 0 20px;
}
#links li{
	padding: 0 0 0 0;
	margin: 14px 0 0 0;
}
#links li a {
	text-decoration:none;
	color:#422666;
	font-family:Calibri, Arial, Verdana;
	font-size:16px;
	
}
#links li a:hover {
	color:#422666;
	text-decoration:underline;
}
#nav-below {
	margin: 20px 0 0 0;
}
#nav-below a{
	color:#422666;
}
#nav-below a:hover {
	color:#422666;
}

#contact p,{ font: 1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; }
#contact { margin: 10px 0 0 0; padding: 0 0 0 0;}

/* Form style */

#contact label { display: inline-block; float: left; height: 26px; line-height: 26px; width: 70px; color:#422666; -moz-border-radius:5px; -webkit-border-radius:5px; }
#contact input, textarea, select { width: 280px; margin: 0; padding: 5px; color: #422666; background: #ffffff; border: 1px solid #422666; margin: 5px 0; Arial, sans-serif; -moz-border-radius:5px; -webkit-border-radius:5px; }   
#contact input:focus, textarea:focus, select:focus { border: 1px solid #422666; background-color: #fff; color:#422666; }
#contact input.submit { width: 85px; cursor: pointer; border: 1px solid #000; background:#422666; color:#fff; }
#contact input.submit:hover { background:#422666; }
#contact input[type="submit"][disabled] { background:#888; cursor: default; }
#contact legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius:5px; -webkit-border-radius:5px; margin-bottom:0 !important; margin-bottom:20px; }

#contact span.required{ font-size: 13px; color: #ff0000; } /* Select the colour of the * if the field is required. */

#message { margin: 10px 0; padding: 0; }

.error_message { display: block; line-height: 22px; background: #FBE3E4 url('contactform/assets/error.gif') no-repeat 10px 6px; padding: 3px 10px 3px 35px; color:#8a1f11;border: 1px solid #FBC2C4; -moz-border-radius:5px; -webkit-border-radius:5px; }

ul.error_messages { margin: 0 0 0 15px; padding: 0; }
ul.error_messages li { height: 22px; line-height: 22px; color:#333; }

.loader { padding: 0 10px; }

#contentarea #success_page h1 { background: url('contactform/assets/success.gif') left no-repeat; padding-left:22px; padding-top:10px;}

