/*   
Theme Name: eastwesthomeopathy.com
Theme URI: http://www.eastwesthomeopathy.com
Description: custom theme for eastwesthomeopathy.com
Author: Nile Sprague
Author URI: http://www.nilestyle.com
Version: 1.0
.
.
*/

body {
	background: #b4cf9d;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align:center;
	margin-bottom:0;
	padding-bottom:0;
	font-size: 12pt;
	
}

#wrap {
	width: 900px;
	margin: 0 auto;
	position: relative;
	margin-bottom:0;
	padding-bottom:0;
	text-align:left;
}

#wrap2 {
	background: url('/images/medicine-vials.jpg') top left no-repeat;
}
#navigation {
	position: absolute;
	right: 8px;
	top: 5px;
	height: 17px;
}


#navigation ul {
	margin: 0px;
	padding: 0px;
	}

#navigation li {
	display: inline;
	float: left;
	font-size: 75%;
	padding-bottom: 1px;
	padding-top: 3px;
	font-weight: bold;
	padding-left: 15px;
}

li.page_item a {
	color: #666;
	text-decoration: none;
}

li.current_page_item a {
	color: #ff0000;
	text-decoration: none;
}

#titlewrap {
	text-align: center;
	position: relative;
	top: 35px;
}

#title {
	font-size: 36px;
}

#subtitle {
	margin-top: 5px;
	font-size: 18px;
	font-style: italic;
}

#titlerow {
	height: 120px;
	background: url('/images/palms-title.jpg') top right no-repeat;
}

#maincontentwrap {
	background: url('/images/background-gradient.jpg') top left repeat;
	position: relative;
}

#maincontent {
	background: url('/images/palms.jpg') top right repeat-y;
	padding: 15px 50px 0 50px;
	padding-top: 15px;
}

#maincontent td {
	padding: 10px 10px 10px 0px;
}


#bodytitle {
	
}

.gray-box {
	text-align: center; 
	border: 1px solid gray; 
	padding: 15px; 
	margin: 15px 0;
	margin-bottom: 25px;
}

.redbox {
	text-align: left; 
	border: 2px solid #c00; 
	padding: 15px; 
	margin: 15px 0;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	opacity:0.6;
	filter:alpha(opacity=60);
	background: #ffc;
	padding-bottom: 0;

}

#bodytitle h1 {
	font-size: 190%;
}

#bodytitle h1, h2, h3{
	margin: 5px;

}

#bodytitle h3 {
	margin-top: 18px;
}

#contactinfo {
	border: 1px solid #666;
	padding: 25px;
	margin: 15px 0;
	width: 550px;
	white-space: nowrap;
	position: relative;
}

#footer {
	text-align: center;
	font-size: 75%;
	padding: 12px;
	margin: 15px;
	clear: both;
}

#footer li.page_item a, #footer li.page_item a:visited {
	text-align: center;
}

#footer li.current_page_item a, #footer li.current_page_item a:visited {
	text-align: center;
}

#footer ul {
	margin: 0px auto;
	padding: 0px;
	text-align: center;
	padding-bottom: 12px;
	}

#footer li {
	display: inline;
	padding-bottom: 1px;
	padding-top: 3px;
	font-weight: bold;
	padding: 0 7px;
}

#sitecredit {
	margin-top: 5px;
	padding-top: 5px;
	clear: both;
	border-top: 1px solid gray;
	font-size: 90%;
}

#comments_form {
	
}

h1, h2, h3 {
	font-family: Helvetica, sans-serif;
	font-weight: normal;
}

h2 {
	font-size: 125%;
}

h3 {
	font-size: 110%;
}

p {
	margin-top: 0;
}


td.seminarlisting {
	padding-left: 45px;
}

.imageborder {
	border: 2px solid #666;
}

.table {
	padding-bottom: 0px;
}

.box {
	padding: 25px;
	border: 2px solid #999;
	margin-bottom: 25px;
}

/* below is default wp styling */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {

   text-align: center;

   padding-top: 4px;
   margin: 10px;

}

.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;
}

.comments_author {
	font-size: 75%;
}