/*
Theme Name: Rain Drops Theme
Theme URI: http://raindropsacupuncture.com/
Description: The theme for the Rain Drops Acupuncture blog
Version: 1.0
Author: Paul Sheldrake
Author URI: http://livingblueprint.com/
*/



/* ------------------------------------------------------  TAGs ----------------------------------------- */

body {
	background-color: #FFF;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
	color: #737b7c;
}




/* ------------------------------------------------------  IDs ----------------------------------------- */


#wrapper {
	margin-left: auto;
    margin-right: auto;
    width: 908px;
    padding: 0px;
    margin-top: 0px;
}

#header {
	width: 908px;
    height: 225px;
    background: url( img/header-bg-01.jpg) no-repeat;
    float: left;
}
#logo-float-fix {
	float: left;
}
#logo {
	margin-left: 28px;
    margin-top: 15px;
    float: none;
}
#logo-text {
	text-indent: -10000px;
    float: none;
}
#menu-hompage {
	width: 908px;
    height: 235px;
    background: url( img/content-bg.png);
    float: left;
}
#menu-pg2 {
	width:  908px;
    height: 60px;
    background: url( img/content-bg.png);
    float: left;
}
#menu-float-fix {
	float:left;
}
#menu {
	height: 35px;
    width: 857px;
    float: none;
	margin-left: 27px;
    padding-top: 16px;
    padding-left: 7px;
    background: url( img/menu-rounded.gif) no-repeat;
    background-position: 0px 17px;
    
}
#boxes {
	height: 165px;
    margin-left: 13px;
}
#boxes img {
	border: none;
}
#page-title {
	margin-left: 245px;
    
}
#page-title h1 {
	font-size: 35px;
    font-family: "Trebuchet MS", "Helvetica", sans-serif;
    color: #087AA5;
    font-weight: normal;
    float: left;
    width: 600px;
    margin-top: 10px;
}
#content {
	width: 908px;
	float: left;
    background: url(img/content-bg.png) repeat-y;
    font-family: "Arial", "Helvetica", sans-serif;
    font-size: 13px;  
}
#left-side-float-fix {
    float: left;
}
#left-treatment-list {
	margin-left: 0px;
	padding: 0px;
	list-style-type: none;
}
#content-left a {
	color: #00889C;
}
#content-left a:hover {
	color: #00889C;
	text-decoration: none;
}
#left-treatment-list li ul {
	margin-left: 16px;
	padding: 0px;
	list-style-type: none;
}
#left-treatment-list li ul li {
	margin-bottom: 5px;
}
#left-treatment-list h4 {
	background: url(img/right-van-acu-title.png) no-repeat;
	width: 199px;
	height: 50px;
	text-indent: -100000px;
	margin-bottom: 5px;
}
#left-contact p {
	margin-left: 16px;
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 11px;
}
#left-contact h4 {
	background:url(img/right-contact-title.png) no-repeat;
	width: 165px;
	height: 29px;
	text-indent: -100000px;
	margin-bottom: 4px;
	
}
#content-left {
	width: 195px;
    float: none;
    height: 400px;
    margin-left: 28px;
    /*background-color: #0099CC;*/
}
#breadcrumbs {
	margin-top: 12px;
}
#breadcrumbs ul {   /* first level list  */
	margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    list-style-type: none;
    color: #25737D;
}
#breadcrumbs ul li {   /* main location */
	margin-left: 0px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none;
}
#breadcrumbs ul li ul li {   /* page title */
	margin-left: 20px;
    padding-left: 0px;
    list-style-type: circle;    
    font-size: 12px;
}
#breadcrumbs a { 
	color: #25737D;
    text-decoration: none;
}
#breadcrumbs a:hover { 
	color: #25737D;
    text-decoration: underline;
}
#content-right {
	width: 590px;
    float: left;
    margin-left: 25px;
    /*border-left: solid 1px #333333;
    border-right: solid 1px #333333;*/
}
/* -------  main content text formatting ---------------------- */

#content-right h1 {
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #50AEBB;
    font-size: 30px;
	font-weight: bold;
    text-transform: capitalize;
}
#content-right h2, h3 {
	margin-left: 0px;
    margin-right: 0px;
    margin-top: 8px;
    margin-bottom: 8px;
    color: #50AEBB;
    font-size: 18px;
	font-weight: bold;
    text-transform: capitalize;
}
#content-right p {
    margin-top: 10px;
    margin-bottom: 10px;
    color: #737b7c;
    font-size: 13px;
	line-height: 1.5;
	text-align: justify;
}
#content-right p em {
	font-style: italic;
}
#content-right p.larger-text {
	font-weight: bold;
	font-size: 14px;
}
#content-right ul {
	list-style-image: url( img/small-drop.png);
}
#content-right ul.plain-list  {
	margin-left: 0px;
	padding: 0px;
	list-style-image: none;
	list-style-type: none;
	margin-top: 5px;
}
#content-right ul.plain-list li {
	margin-bottom: 5px;
	font-size: 11px;
}
#content-right a {
	color: #737B7C;
    text-decoration: underline;
}
#content-right a:hover {
    text-decoration: none;
}
/*#content-right img {
    padding: 5px;
    background-color: #CCCCCC;
    border: solid 1px #666666;
    margin: 5px;
}*/
#content-right img.simple-img {
	background-color:#6BBAC4;
    padding:0px; 
    border: none;
}
#content-right p.phone, #content-right h1.phone, #content-right h2.phone, #content-right h3.phone {
	color: #990000;
}
#content-right #call_to_action {
	width: 480px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#content-right #call_to_action p {
	font-size: 26px;
	font-weight: bold;
	color: #50aebb;
	margin-left: 20px;
	float: left;
	line-height: 1.3em;
	margin-top: 25px;
}
/* ------- END main content text formatting ---------------------- */
#back2top {
	float: right;
    font-size: 12px;
    margin-right: 15px;
}
#back2top img {
	margin-right: 6px;
    margin-bottom: 0px;
    border: none;
    background-color: #6BBAC4;
    padding: 0px;
}
#footer {
	float: left;    
}
#footer-content {
	width: 908px;
    background: url( img/content-bg.png) repeat-y;
    padding-top: 10px;
}
#footer-round {
	width: 857px;
    margin-left: 28px;
    /*border-top: solid 1px #333333;*/
    background: url( img/footer-rounded-top.png) top no-repeat;
}
#footer-text {
	color: #646464;
    font-size: 10px;
    padding-top: 5px;
    margin-left: 220px;
    font-family: "Arial", "Helvetica", sans-serif;
}
#footer-text a {
	color: #646464;
    text-decoration: none;
}
#footer-text a:hover {
    text-decoration: none;
}
#footer-bottom {
	width: 908px;
    height: 18px;
    background: url( img/footer-bg.png) no-repeat;
}
#map_canvas img  {
	border: none;
    padding: 0px;
    background-color: transparent;
}
#directions img  {
	border: none;
    padding: 0px;
    background-color: transparent;
}
/* ------------------------------------------------------  CLASSes ----------------------------------------- */

.clear {
	clear: both;
}
.box-hp {
	/*float: left;*/
    margin: 10px;
}
.box-hp img {
 	border: none;
}
.email-input {
	margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.email-input input {
	width: 130px;
    height: 13px;
    border: solid 1px #6C6C6C; 
    color: #6C6C6C;
    font-size: 9px;
    padding-left: 4px;
}
.email-submit {
	margin-left: 15px;
    margin-top: 4px;
    margin-bottom: 4px;
}
.email-submit input {
    border: solid 1px #6C6C6C; 
    color: #6C6C6C;
    font-size: 9px;
    padding-left: 3px;
    background-color: #FFF;
}
.menu-pad {
	padding-left: 5px;
}
.error {
	font-size: 10px;
    color: #25737D;
}
.simple-img img {
	background-color:#6BBAC4;
    padding:0px; 
    border: none;
}
.float-left {
	float: left;
}
#content-right .list-header  {
	font-size: 14px;
	font-weight: bold;
	color: #50AEBB;
	margin-bottom: 5px;
}
#content-right .post-title {
	margin-top: 17px;
	margin-bottom: 3px;
}
#content-right .post-title a {
	color:#50AEBB;
	text-decoration: none;
}
#content-right .post-title a:hover {
	text-decoration: underline;
}
#content-right a.more-link {
	margin-top: 15px;
	font-weight: bold;
	display: block;
}
#wordpress-list  {
	list-style-type:none;
	margin-left:0;
	padding:0;
}
#wordpress-list #archives-list {
	background: url(img/left-archives.gif) no-repeat;
	width: 64px;
	height: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	text-indent: -1000000px;
}
#wordpress-list #categories-list {
	background: url(img/left-categories.gif) no-repeat;
	width: 76px;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 5px;
	text-indent: -1000000px;
}
#wordpress-list li ul  {
	list-style-type:none;
	margin-left:16px;
	padding:0;
}

/* 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 ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.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
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
	}

#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;
	}

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." */
