/*
Company:	Chris Gelder Hypnotherapy
File:		main.css - This contains all the main styles for the website.

All the styles are separted into the following groups:
Global Browser Reset - they make sure that all browsers start with the same default settings
HTML, Body - for the html and body tags
Layout - any style that defines how the site is laid out (position and size of objects)
Nav - navigation bar
Headings - headings like h1, h2, etc
Text Styles - Styles for text
Lists - unordered and ordered lists
Forms - html forms
Links - links
Misc - anything that doesn't fit elsewhere
*/

/* @group Global Browser Reset */
* {

padding:0;

margin:0;

}


h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 20px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */

body {
	text-align: center;
	font-size: 1em;
	font-family: Verdana, sans-serif;
	/* background: #F7F7F7 url(images/img01.jpg) repeat left top; */

}
/* @end */

/* @group Layout */


#wrapper {
	margin: 0px;
	padding: 0px;	
	background: url(images/img02.jpg) repeat-x left top;  	

	/* background: url(images/dandelion-crop1.jpg) repeat-x left top; */
}

/* Header */

#header {
	width: 1000px;
	height: 200px;
	margin: 0px auto;
	padding: 0px;
		background: #F7F7F7 url(images/img02.jpg) repeat left top; 

	/* background: url(images/img03.jpg) no-repeat left bottom; */
	
}





div#outer-wrapper {
	/*background: url(../images/body-bkg-3.png) repeat-y top center;
	background-position:center; */
	
	/*background: url(../images/body-bkg-2.png) repeat-y top center;
	background-position:center;*/
	
	/* ADDED FRAME TO LAYOUT*/

}

div#inner-wrapper {	
	/* background: url(../images/header-bkg-5.JPG) repeat-x; */	
		
	/*background: url(../images/outer_background.jpg) no-repeat;
	background-position:center;
	background-position:top; */
	
	

}

div#content-wrapper {	
	width: 1000px;
	
	margin-top: 180px; /* content distance from top*/

	
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	
		background-color: #d7d7d7; /* COLOUR ADDED TO HIGHLIGHT THE BLOCK SIZE */

}



div#logo img {
	margin-top: 9px;
	margin-left: 20px;
}
div#sidebar {
	float: left;
	width: 200px;
	display: inline;
}
div#content {

margin-top: -180px; /* distance above content for text */

	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 40px; /* was 15*/
	padding: 0px 0;
	
}
div.content-left {
	padding: 2px;
	width: 218px;
	background-color: #d7d7d7;
	float: left;
	display: inline;
}

/* this is NEW AS A TRIAL TO LEARN */
div.content-new{
	padding: 1px;
	width: 218px;
	background-color: #d7d7d7;
	margin-left: 15px;
	margin-bottom: 15px;
	float: right;	
	display: inline;
}


div.content-left img {
	border: 1px solid #fff;
	
}
div.content-left p {
	background-color: #dc3409;
	margin: 4px 0 0 0 !important;
	color: #fff;
	text-align: center;
	font-family: "Times New Roman", serif;
	padding: 2px;
	font-size: 1.3em;
	border: 1px solid #fff;
}
div.content-left p span {
	font-size: 0.8em;
}
div.content-right {
	float: left;
	margin-left: 20px;
	width: 484px;
	font-size: 1.2em;
	color: #978f7c;	
	display: inline;
}
div.content-full {	
	font-size: 1.1em;	/* was 1.2 */
	color: #464646;
	clear: both;
	/*margin-top: 20px;*/
	padding-top: 10px;  /* was 15*/
	/*display: inline;*/

			
}
p.end-story-links {
	border-bottom: 1px solid #9781b7;
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	font-size: .8em;
}
div#footer {
	clear: both;
	color: #797069;
	font-size: .8em;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 5px;
}

/* alternative to add false footer*/

div.base_text {
	clear: both;
	color: #797069;
	font-size: .8em;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 5px;
}


img.content-img {
	float: left;
	/* margin: 0px 10px 10px 10px;	*/	
	border: 1px solid #ccc;
	margin: 0px 0px 0px 0px; /* this moves teh picture but not the border*/
	
}


/* @end */


/* @group Nav */
ul#nav {
	margin: 80px 0 20px 0;
	height: 40px;	
	line-height: 85px;
	font-size: 2.2em;	
	/*font-family: "Times New Roman", serif;*/
	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0 20px 0 0;
	
}
ul#nav li a:link, ul#nav li a:visited {
	color: #7d7257;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #3f3e3a;		
}



/*menu descritor*/



ul.side-nav {
		
	margin: 10px 5px 0px 17px; /* the 3rd in controls the space around the shaded boxes 4th was 17*/	
	border-top: 1px solid #e9e7e7;	
	font-size: .7em;	
	color: #978f7c;	
	
	/*overflow: hidden;*/

	text-transform: uppercase; /* can be removed if upper case not wanted on all menu items*/
	line-height: 10px;
				
	}

	/* stuff for shaded text*/
	
	ul.side-nav-solid {		
		margin: 0px 5px 0px 17px;
		border-top: 1px solid #e9e7e7;						
		font-size: .7em;
		font-weight: 500;	/* between 100 and 900, 400 = normal weight*/		
		color: #3d7699;  /* 978f7c;*/
		padding: 5px 0;	
		text-transform: uppercase;
		height: 10px;  /*   this and one below were at 29 originally 10*/
		line-height: 18px;	/* was 39 18*/	
		/*background:  5px 50% #f6f5f0;	*/	
		color: #3d7699; /* 2d73b9 the text colour for the highlighted tab*/
		

	}
	
	/*ul.side-nav-solid-border {  REMOVED NOT NEEDED*/		
		/*margin: 0px 5px 0px 17px;*/ 	/*margin: 15px 0px 10px 17px;*/		
		/*border-top: 1px solid #e9e7e7;*/		
		/*font-size: .7em;		*/
		/*color: #978f7c;	*/		
		/*text-transform: uppercase;	*/	
		/*height: 30px;*/
		/*line-height: 35px;*/
		/*overflow: hidden;*/
		/*background:  5px 50% #f6f5f0;*/				
		/*color: #f6f5f0; /* the text colour for the highlighted tab*/	
	/*}  */



ul.side-nav li {	
	
	/*border-top: 1px solid #e9e7e7;*/
	
	margin: 0px;
	list-style-type: none;
	padding: 1px 0 ;
			
	/*height: 25px; /*  /* 25   20  this and one below were added and were set at 40. they control the height of each cell*/
	/*line-height: 20px;*/		
	/*background:  5px 50% #efefef; */  /*colour of the cell*/
	
	
	/*margin: 0;
	list-style-type: none;
	padding: 1px 0;*/

	
}


ul.side-nav li a {
		
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0px;
	padding: 10px 0 10px 20px;
	background: url(../images/side-nav-bullet.gif) no-repeat 5px 50%;
	
}

ul.side-nav li a:link, ul.side-nav li a:visited {		
	
	color: #978f7c;
	text-decoration: none;

}

ul.side-nav li a:hover {
	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;	

	color: #2d73b9;	
	/*color: #898989;    cac6ba */   /* the colour of the text as you hover inside nav*/	
	}
		
	
ul.side-nav li a:hover-fix {

	background: url(../images/side-nav-bullet-light.gif) no-repeat 5px 50% #f6f5f0;
	color: #cac6ba;	
}



ul.address-list li {

margin: 0;
list-style-type: none /* no bullets for a list*/

}


ul#footer-nav {
	/*font-family: "Times New Roman", serif;*/
	font-size: .8em;
	/*text-transform: uppercase;*/
	margin: 0 0 1px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 10;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */


/*h1 { 	
		
	margin: 40px 0 20px 0;
	font-size: 1.1em;	
	color: #3d7699;	
	font-weight: lighter;
	margin-bottom: 8px;
	overflow: hidden;
}*/

/*h1 {
	
	font-weight: lighter;
	font-size: 1.1em;	
	color: #3d7699
	}
*/


h1 {	
	padding: 0px 0px 0px 72px;
	margin: 0px 0px 8px 0px;
	font: normal 25px Century Gothic, verdana;
	font-weight: lighter;
	letter-spacing:0.05em;
	color: white;
	 }

h2 {
	/*margin: 0 0 0 0;
	font-family: "Times New Roman", serif;*/
	font-weight: lighter;
	font-size: 1.1em;
	/*color: #2D53D9;*/
	color: #3d7699
	}

/* h3.dateline {
	font-size: .8em;
	font-weight: lighter;
	color: #dc3409;
	margin: 0 0 10px 10px;
} */

h3 { 	
	padding: 50px 0px 0px 70px;	
	margin: 0px 0px 0px 0px;
	font: normal 25px Century Gothic, verdana;
	font-size: 45.0pt;
	color: white;		
	overflow: hidden;
	letter-spacing:0.05em;
} 



/*  h4 {
	font-size: 1.0em;
	font-weight: lighter;
	/*text-transform: uppercase;
	
	margin-bottom: 10px;*/
	/*font-family: "Times New Roman", serif;*/
	color: #2D53D9;	
}

*/

h4 {
	padding: 0px 0px 0px 72px;
	margin: 0px 0px 8px 0px;
	font: normal 19px verdana;
	font-weight: lighter;
	letter-spacing:0.05em;
	color: white;
	
	 }


h5 {
	margin: 40px 0 20px 0;
	font-size: 1.6em;
	/*color: #a1a09b;*/
	color: white;	
	font-weight: lighter;
	margin-bottom: 8px;
	
	/*font-family: "HelvCondensed", serif;*/
	overflow: hidden;
	letter-spacing:0.1em;

 } /* main header */
 
 
h6 {
	/*font-family: "HelvCondensed", serif;*/
	font-size: 0.95em;
	font-weight: lighter;
	/*color: #dc3409;*/
	/*color: #978f7c;*/
	color: white;
	margin: 0 0 10px 0px;
	letter-spacing:0.05em;

	 }
/* @end */

/* @group Text Styles */

div#content-inner {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
	
}
div#content-inner p {
	/*margin: 2px 0 20px 10px;*/
	margin: 2px 0px 20px 1px; /* this moves text left, right, up or down*/
}
p.intro:first-letter {
	font-size: 1.2em;
	letter-spacing: -1px;
}
p.copyright {
	font-size: .8em;
	/*font-family: "Times New Roman", serif;*/
	color: #797069;
	/*text-transform: uppercase;*/
	margin: 5px 0;
}


/* @end */


/* @group Links - link visited hover active */
div#content-inner a:link, div#content-inner a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: 1px dotted #8b7f73;
}
div#content-inner a:hover {
	color: #706153;
	border-bottom: 1px dotted #706153;
}

p.end-story-links a:link, p.end-story-links a:visited {
	color: #8b7f73;
	text-decoration: none;
	border-bottom: none !important;
}

p.copyright a:link, p.copyright a:visited {
	color: #797069;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}


/* @end */

/* @group Misc */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* @end */
