/*
Theme Name: The New England School of Homeopathy (NESH)
Theme URI: http://www.nesh.com
Description: Theme developed  by <a href="http://www.positronicdesign.com">Positronic Design</a>
Version: 2.0
Author: Positronic Design
Author URI: http://www.positronicdesign.com
This wordpress theme was developed by Positronic Design, the SEO Company.
Portfolio URL : http://www.positronicdesign.com
*/

@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	padding:0;
	background:url(images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
}
div, h1, h2, h3, h4, p, ul, li, form {
	margin:0;
	padding:0;
}
.clr {
	clear:both;
	overflow:hidden;
	height:0;
}
a, img {
	border:none;
	outline:none;
}
a {
	color:#42305d;
	text-decoration:underline;
}
a:link {
	color:#42305d;
	text-decoration:underline;
}
a:visited {
	color:#42305d;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
/*wrapper*/
.wrapper{
	width:1000px;
	padding:10px 0;
	margin:0 auto;
}
/*header*/
.header{
	border:1px solid #000;
	background-color:#412d5d;
}
h1.logo{
	float:left;
	margin:5px 0 0 5px;
}
h1.logo a{
	background:url(images/logo.jpg) no-repeat;
	width:230px;
	height:165px;
	display:block;
	text-indent:-10000px;
}
.hRight{
	width:740px;
	float:right;
	margin:16px 15px 0 0;
}
.rBottomBox{
	height:30px;
	margin-top:18px;
}
.rBottomBox img{
	float:left;
	margin:0 0 0 15px;
}
.addthis{
	width:160px;
	float:left;
	height:25px;
	margin:0 15px 0 20px;
	color:#fff;
}
/*fromARea*/
.formArea{
	background-color:#7fa08c;
	padding:13px 65px 9px;
	border-top:1px solid #000;
}
.newsLetter{
	width:570px;
	float:left;
}
.newsLetter label{
	float:left;
	font-size:16px;
	color:#fff;
	margin:3px 12px 0 0;
}
input.textInput{
	background:url(images/textInput.gif) no-repeat;
	width:178px;
	height:17px;
	padding:4px 5px 3px;
	float:left;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	text-align:center;
	border:none;
	outline:none;
	font-style:italic;
}
input.signUp{
	background:url(images/signUp.gif) no-repeat;
	width:91px;
	height:24px;
	float:left;
	outline:none;
	border:none;
	margin-left:5px;
	cursor:pointer;
}
.search{
	float:right;
	width:250px;
	background:url(images/dott.gif) top left no-repeat;
	margin-right:10px;
	background-position:0 8px;
	padding-left:25px;
}

input.goButton{
	background:url(images/gobutotn.gif) no-repeat;
	width:51px;
	height:24px;
	float:left;
	outline:none;
	border:none;
	cursor:pointer;
	margin-left:5px;
}
/*content*/
.content{
	background-color:#fff;
	padding:15px;
}
/*sidebar*/
.sideBar{
  background-color: #ECEAEE;
    float: left;
    margin-left: -5px;
    padding: 12px 8px 5px;
    width: 200px;
}
.sideBar a{
	color:#42305d;
	text-decoration:none;
}
.sideBar strong{
	font-size:15px;
	display:block;
	color:#42305d;
	margin-top:5px;
}
.sideBar ul{
	list-style:none;
	padding-right:30px;
}
.sideBar ul li{
	font-size:12px;
	font-weight:bold;
	margin-top:10px
}
a.fbButton{
	background:url(images/fbButton.gif) no-repeat;
	width:113px;
	height:34px;
	display:block;
	text-indent:-10000px;
	margin:0 auto;
	margin-top:15px; 
}
/*contenRight*/
.contentRight{
	width:720px;
	float:right;
	padding-right:30px;
	padding-top:13px;
}
img.leftImg{
	float:left;
	border:1px solid #000;
	margin-right:23px;
}
.contentRight h2{
	font-size:24px;
	color:#36254e;
	text-transform:capitalize;
}
.contentRight p{
	font-size:14px;
	color:#000;
	line-height:1.4em;
	padding:10px 0;
}
/*footer*/
.footer{
	background:#412d5d;
	border:1px solid #000;
	padding:15px;
	text-align:center;
}
.footer ul{
	height:30px;
	text-align:center;
}
.footer ul li{
	display:inline;
	background:url(images/flIne.jpg) top right no-repeat;
	font-size:11px;
	color:#fff;
	text-transform:capitalize;
	background-position:100% 2px;
	padding:0 5px 0 0;
	margin-right:1px;
}
.footer ul li a{
	color:#fff;
	text-decoration:none;
}
.footer ul li a:hover{
	text-decoration:underline;
}
.footer strong{
	font-size:18px;
	color:#fff;
	margin-top:15px;
	display:block;
}
.footer small{
	font-size:16px;
	color:#fff;
	display:block;
	margin-top:5px;
}
.footer p{
	font-size:11px;
	font-family:Verdana, Geneva, sans-serif;
	color:#999999;
	padding-top:10px;
}
.footer a {
	color: white;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
/*images align*/
.alignleft {
	float:left;
}
.alignright {
	text-align:right;
	float:right;
	display:block;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	display:block;
	float:right;
	margin: 0 0 2px 7px;
}
img.alignleft {
	display:block;
	float:left;
	margin: 0 7px 2px 0;
}
.aligncenter, div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#sitemap ul li ul {margin-left:10px}
#sitemap ul li ul li {margin-left:15px;}
#nejh {float:right;font-size:11px;width:220px}
#nejh ul {padding-bottom:10px;padding-left:20px}
#nejh ul li {padding-bottom: 5px;}
