@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	text-align: center;
	font: .95em Verdana, Geneva, sans-serif;
	}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

p {
	margin: 20px auto 10px;
	text-decoration: none;
	text-align: left;
	width: 80%;
	color: #333;
	font-size: 1em;
}

 /*headings*/
 
h1, h2, h3, h4, h5, h6 {
	font-family:Tahoma, Geneva, sans-serif;
	color: #3E6CB2;
	text-align: left;
	text-decoration: none;
}

h1 {
	font-size: 2.4em;
	font-weight: bold;
	margin: 30px 0px 10px 30px;
	padding: 0px;
	letter-spacing: 1px;
	}

h2 {
	margin: 30px 0px 20px 30px;
	padding: 0px;
	letter-spacing: 1px;
	color: #D67520;
	font: bolder 1.8em Garamond, sans-serif;
	}
	
h3 {
	font-size: 140%;
	padding: 0px;
	line-height: 1.3em;
	display: block;
	text-align: center;
	margin-top: 2px;
	margin-bottom: 10px;
	}

h4 {
	font-size:110%;
	margin: 0px;
	padding: 6px 0px;
	line-height: 1.2em;
	}

h5 {
	margin: 0px;
	padding: 3px 0px;
	text-align: center;
	display: block;
	color: #D67520;
	font: normal 120%/1.2em Verdana, Geneva, sans-serif;
	}

h6 {
	font-size: 90%;
	margin: 10px;
	padding: 0px;
	line-height: 1.2px;
	}

 /*floats*/
 
.fltR { 
	float: right;
	margin-left: 8px;
	}
	
.fltL { 
	float: left;
	margin-right: 8px;
	}
	
.clearfloat { 
	clear:both;
	}
	
 /*image*/
 
img {
	margin: 0px;
	padding: 0px;
	text-decoration:none;
	border-radius:10px;
	height: auto;
	max-width: 100%;
	}
	
.img_Cl {
	border:none;
	display: block;
	margin: 20px auto;
	}
	
	.img_C, .img_Ccl {
	padding: 0px;
	margin: 10px auto;
	display: block;
	}
	
	.img_L, .img_Lcl {
	padding: 0px;
	float: left;
	margin: 20px 30px 20px 10%;
	}
	
	.img_R, .img_Rcl {
	padding: 0px;
	float: right;
	margin: 20px 10% 20px 30px;
	}
	
.img_Cl, .img_Lcl, .img_Rcl {
	text-decoration:none;
	border-style: none;
	}
	
img a:link, img a:hover, img a:visited {
	text-decoration: none;
	border:none;
}

 /*links*/

.links {
	color: #3E6CB2;
	text-decoration: none;
	border-bottom: 1px dotted #3E6CB2;
}
	
 /*colors*/
 
 .red {
	color: #C00 !important;
}
 
.white {
	color: #55A0FF;
	}
	
.grey {
	color: #1D4196;
	}
	
.black {
		color:#000000;
	}
	
.beige {
	color: #F8C04A;
}

	
/*speech and quotes*/
	
.quote {
	color: #D67520;
	width: 60%;
	margin: 25px auto 20px;
	padding: 5px 10px;
	display: block;
	text-align: center;
	font: italic bold 120%/1.3em "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #FBF0E6;
	border: 1px solid #F6A03B;
	clear: both;
}

 /*header*/
 
header {
	height: 250px;
	width: 100%;
	margin: 0px 0px 20px;
	padding: 0px;
	clear: both;
	background: #FFF url(../images/header_lines.png) repeat-x left bottom;
	} 
	
.header_img  {
	padding-left: 10%;
	width: 30%;
	max-width:295px;
	min-width: 180px;
	float: left;
	padding-top: 10px;
	border-radius: 0;
}

header h1 {
	margin: 0;
	float: right;
	padding: 10px 10% 10px 10px;
	font-size: 1.5em;
}

#socialmedia {
	height: 48px;
	width: 140px;
	float: right;
	margin: 90px 10% 0px 0px;
	padding: 0px;
	clear: right;
	}
	
#socialmedia img  {
	margin: 0px 15px 0px 5px;
	height: 48px;
	width: 48px;
	border-style: none;
	display: block;
	float: left;
}

/* website main*/

#container {
	width: 100%;
	max-width: 1180px;
	margin: 0;
	padding: 0px;
	text-align: left;
	float: left;
	height: auto;
	} 
	
/*sidebar left*/
 
#sidebarL {
	float: left;
	width: 20%;
	min-width:180px;
	max-width: 380px;
	position: relative;
	margin-bottom: 30px;
	}
		
/*sidenav*/
 
#sidenav ul{
	padding: 0px;
	float: right;
	display: block;
	margin: 10px 20px 0px 0px;	
}

#sidenav ul li  {
	height: 60px;
	list-style: none;
	display: block;
	font: bold 112%/2em "Gill Sans MT", sans-serif;
	width: 90%;
	min-width: 180px;
	max-width:580px;
	float: right;
	margin: 10px 0px;
	text-align: right;
	padding: 0px;
	background: url(../images/nav_lines.png) repeat-x bottom;
	}
	
#sidenav ul li a{
	color:#3E6CB2;
	text-decoration: none;
	text-align: right;
	}
	
#sidenav li a:hover {
	text-decoration: none;
	color:#F6A03B;
	background: url(../images/orange_arrow.gif) no-repeat right center;
	display: block;
	margin: 0px;
	padding: 0px 30px 0px 0px;
}

.active {
	color:#006EB8;
	background: url(../images/blue_arrow.gif) no-repeat right center;
	display: block;
	margin: 0px;
	padding: 0px 40px 0px 0px;
}

#sidebarL img {
	clear: both;
	padding: 0px;
	float: right;
	display: block;
	width: 140px;
	margin: 20px 30px 20px 0px;
}

/*main*/
 
#main {
	width: 78%;
	float: left;
	padding: 0px;
	border-radius: 25px;
	box-shadow: 10px 10px 5px #888888;
	display: block;
	margin: 20px 0 40px 1%;
	border-top: 3px solid #3E6CB2;
	border-left: 3px solid #3E6CB2;
	}
	
	#main ul {
	background: #EDF0F7;
	padding: 10px;
	width: 65%;
	margin: 0 auto;
	border-radius: 10px;
	color: #2E4972;
	clear: both;
}
	
#main ul li {
	width: 90%;
	margin: 40px auto 20px;
}

#main ul ul li {
	margin-top: 10px;
	margin-bottom: 0px;
}

#main ul p  {
	color: #2E4972;
}

  /*slideshow*/
  
#ss_div {
	padding-top:56.25%;
	position:relative;
	margin: 0px 20px 30px;
	display: block;
	float: none;
}

#ss {
	position:absolute;
	right: 0;
	bottom: 0;
	background-size:cover;
	width: 100%;
	display: block;
	left: 0px;
	top: 0px;
}
	
/*sidebar right*/
  
#sidebarR {
	float:right;
	width: 18%;
	min-width:160px;
	padding: 0px;
	position: relative;
	margin: 0px;
}

#logo_box {
	margin: 30px auto;
	clear: both;
	display: block;
	width: 100%;
	padding: 2%;
}

#logo_box img {
	margin-right: 4%;
	margin-left: 10%;
	width: 17%;
}

/*contact form*/

#contact_form  {
	width: 70%;
	padding: 20px 0px;
	border: 2px solid #3E6CB2;
	border-radius: 25px;
	background: url(../images/hypnotherapy_dorset_bg.gif) no-repeat 300px top;
	margin: 20px auto 30px;
	height: auto;
}

#contact_form p {
	text-align: center;
	margin: 20px auto 0px;
	padding: 0px;
	color: #3E6CB2;
	font-size: .9em;
	line-height: 1.2em;
	width: 65%;
	display: block;
	float: none;
}

.reduce {
	font-size: 1em;
}

#contact_form label {
	padding: 0px 10px 0px 0px;
	margin: 0px;
	width: 45%;
	height: 25px;
	text-align: right;
	text-decoration: none;
	font-size: 110%;
	line-height: 1.2em;
	color: #3E6CB2;
	float: left;
}

#contact_form input {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 4px;
	width: 45%;
	height: 25px;
	text-align: left;
	color: #333333;
	border: 1px solid #3E6CB2;
	font-size: 100%;
}

#message {
	background:#FFFFFF;
	height: 130px;
	width: 70%;
	display: block;
	color: #333333;
	border: 1px solid #3E6CB2;
	padding: 5px;
	margin: 0px auto;
	font: 100% Arial, Helvetica, sans-serif;
}

#contact_form input.submit, #contact_form input.reset {
	width: 30%;
	height: 30px;
	background: #D67520;
	text-align: center;
	border-top:2px solid #CCC;
	border-right: 2px solid #999;
	border-bottom: 3px solid #999;
	border-left: 1px solid #999;
	border-radius: 10px;
	vertical-align: middle;
	margin: 0px 20px;
	padding: 0px;
	font: bold 100% "Copperplate Gothic Light", sans-serif;
	display: inline-block;
	color: #FFFFFF;
}

#contact_form input.submit:hover, #contact_form input.reset:hover {
	background: #F1C7A0;
	color: #94591F;
}

#contact_form input[type=checkbox] {
	height: 25px;
	width: 25px;
	margin: 0px 0px 0px 5%;
	display: block;
	clear: right;
}

/*footer*/
	 
	footer {
	width:100%;
	padding: 0;
	color: #E6BB5C;
	height: 160px;
	margin: 0px;
	background: #3E6CB2 url(../images/hypnotherapy_dorset_logo_ftr.png) no-repeat 99% 45px;
	float: left;
	border-top: 5px solid #D67520;
} 

 /*footer nav*/
 
#footer_nav {
	width: 60%;
	height: 30px;
	margin: 20px auto 0px;
	padding: 0px;
}

#footer_nav a, .footer_nav a:visited {
	margin: 0px;
	padding: 0px 5px;
	text-align: center;
	text-decoration: none;
	color: #E29E4D;
	font: 100% Verdana, Geneva, sans-serif;
}

#footer_nav a:hover{
	color:#FFFFFF;
	text-decoration: none;
}

#footer_credits {
	margin: 20px auto 0px;
	padding: 0px;
	width: 55%;
	color: #FFF;
	font-family: Verdana, Geneva, sans-serif;
}

.footer_text {
	margin: 0px auto;
	text-align: left;
	font-size: 80%;
	color: #FFF;
	display: block;
}

.footer_text a, .footer_text a:hover, .footer_text a:visited {
	color: #FFF;
	padding: 0px;
	margin: 0px;
	text-decoration: none;
	text-align: right;
	float: right;
	}
		
	
@media (max-width: 768px) {
	
#main {
		float:left;
		width: 98%;
		margin: 0 auto 30px auto;
	}
	
#sidebarL {
		float:none;
		width:90%; 
		margin: 0 auto 0 auto;
	}	
	
#aside {
	display:none;
} 
    
#contact_form { 
width:98%;
height:auto;
margin: 0;
padding:0;
}

#contact_form p, #contact_form p label, #contact_form p input {
	width:90%;
	margin-bottom:10px;
	display:block;
	clear:both;
	text-align:left;
}

#message {
	width:90%;
	height:30px;
}

#contact_form input.submit, #contact_form input.reset {
	width: 70%;
	float: none;
	display: block;
	margin: 0px auto 5px auto;
	}

h1 {font-size: 1.4em;
	font-weight: bold;
	line-height: 1.2em;
	margin:5px;
	}

h2 {
	font-size: 1.1em;
	line-height: 1.1em;
	margin:5px;
	}
	
h3 {
	font-size: 1em;
	}

h4 {
	font-size:1em;
	line-height: 1em;
	}
	
	h5 {
		font-size: .9em;
	}
	
#logo_box {
		display:none;
	}

footer {
	background-image:none;
}

#footer_nav {
	display:none;
}

.footer_text, .footer_text a {
	width: 90%;
	float:left;
	clear:both;
	line-height:1.2em;
	margin-bottom: 2em;
}

}
