/*-----------------------------------------------------------------------------
Hypnosis-will-help Style Sheet (Copyright Dr Tom Tait, 2006)

Version:   1.0
Author:    Glyn Thomas
email:     glyn.thomas@mac.com
website:   http://www.personaltechnology.co.uk
-----------------------------------------------------------------------------*/

/* >General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
  padding: 0;
}

/* Class for clearing floats */
.clear {
  clear: both;
}


/* Remove border around linked images */
img {
  border: 0;
}

.imgborder {
  border: 1px solid #000;
}




/* >Typography and layout
-----------------------------------------------------------------------------*/

body {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  line-height: 1.2em;
  background: #333;
}

#wrapper {
  width: 90%;
  margin: 0 auto;
  min-width: 600px;
  max-width: 1200px;
  background: #fff;
}

#logo {
  background: #3874bb url(../img/title_bg.gif) repeat-x top left;
  border-bottom: 1px solid #999;
}

#title {
  clear: both;
  padding: 0;
  color: #59634C;
  background: #fff url(../img/title-gradient.gif) repeat-x top left;
}
	
#content {
  float: right;
  width: 70%; 
  font-size: 70%;
}

#sidebar {
  float: left;
  width: 30%;
  font-size: 70%;
}

#footer {
    clear: both;
	background: #828377;
}

/* >Gutters 
-----------------------------------------------------------------------------*/

#content .gutter {
    padding: 25px;
}

#sidebar .gutter {
    padding: 25px;
}

/* >Headings
-----------------------------------------------------------------------------*/

h1 {
  padding: 25px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size: 140%;
  font-weight: normal;
  color: #eee;
}

h2 {
  font-size: 90%;
  color: #693;
  margin-bottom: 10px;
}

h3 {
  padding-bottom: 2px;
  font-family: "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
  font-size: 120%;
  font-weight: normal;
  color: #7B9905;
  border-bottom: 1px solid #eaeaea;
}

#logo h1 {
  background: url(../img/a.jpg) no-repeat center right;
}

#title h1 {
  padding: 15px 0 0 25px;
  font-size: 100%;
  color: #30496C;
}


#title h2 {
  padding: 0;
  margin: 0 0 0 25px;
  font-size: 70%;
  color: #BA3B3E;
}

/* >Links
-----------------------------------------------------------------------------*/

a:link, a:visited {
  color: #39c;
  text-decoration: none;
  border-bottom: dotted 1px #039;
}

a:hover {
  color:#003399;
  text-decoration: underline;
  border-bottom: none;
}

/* >Branding (banner or logo area)
-----------------------------------------------------------------------------*/




/* >Main Nav
-----------------------------------------------------------------------------*/

#tabbedmenulist {
  width: 100%;
  float: left;
  display: inline;
  padding: 10px 0 0 0;
  list-style: none;
  background: #FBD3B3 url(../img/nav_bg.gif) repeat-x bottom left;
}

#tabbedmenulist li {
  float: left;
  margin: 0;
  padding: 0;
  font-size: 60%;
}

#tabbedmenulist a {
  float: left;
  display: block;
  margin: 0 1px 0 0;
  padding: 4px 8px;
  color: #333;
  text-decoration: none;
  border: 1px solid #9b8748;
  border-bottom: none;
  background: #f9e9a9 url(../img/off_bg.gif) repeat-x top left;  
}

#tabbedmenulist li#nav-home a {
  margin-left: 25px;
  display: inline;
} 
	
#tabbedmenulist a:hover, body#home #nav-home a, body#about #nav-about a, body#contact #nav-contact a,
body#whatishypnosis #nav-whatishypnosis a, body#treatments #nav-treatments a, body#lifeplanning #nav-lifeplanning a, body#clients #nav-clients a
 {
  color: #1C4A8C;
  padding-bottom: 5px;
  background: #CFDFBB url(../img/on_bg.gif) repeat-x top left;
}



/* >Sub Nav
-----------------------------------------------------------------------------*/




/* >Main Content
-----------------------------------------------------------------------------*/

#content p {
  margin-bottom: 10px;
}

#content ul {
  margin-bottom: 10px;
  list-style-position: inside;
}

#content li {
  margin-bottom: 10px;
  padding : 0 20px;
}

/* >Feature - runs across the whole content area 
-----------------------------------------------------------------------------*/

dl.feature {
  margin: 15px 50px 0 0;
  padding: 10px 0;
  border-top: 1px dotted #ccc;
  border-bottom: 1px dotted #ccc;
  margin-bottom: 10px;
}

* html dl.feature {
  height: 1%;
} /* IE workaround - see DC p 259 */

dl.feature:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

dl.feature dt img {
  float: left;
  margin: 0;
  padding: 0;
}

dl.feature dt {
  font-size: 110%;
  margin: 0;
  color: #693;
}

dl.feature dd {
  margin-left: 220px;
  font-size: 90%;
  line-height: 1.5em;
  color: #666;
}

dd strong {
  font-weight: normal;
  color: #693;
}

/* >Secondary Content (sidebar)
-----------------------------------------------------------------------------*/

blockquote {
  font-size: 100%;
  color: #627081;
  font-style: italic;
}

.cite {
  font-size: 100%;
  color: #000;
  font-style: italic;
  text-align: right;
  margin-bottom: 20px;
}

#sidebar p {
  margin-bottom: 10px;
  color: #627081;
  font-style: italic;
}

#sidebar image {
  margin-top: 5px;
}

#sidebar h2 {
  font-size: 100%;
}

/* >Footer
-----------------------------------------------------------------------------*/

#footer {
  clear: both;
  margin: 0;
  padding: 0;
  font-size: 60%;
  color: #666;
  background: #000000;
}

* html #footer {height: 1%;} /* IE workaround - see DC p258 */

#footer ul {
  margin: 0;
  padding: 10px 0 10px 25px;
}

#footer ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer a {
  color: #888;
  border-bottom-color: #333;
  text-decoration: none;
}
#footer a:hover {
  color: #ccc;
}

/* >Forms
-----------------------------------------------------------------------------*/

/* Removes fieldset borders, even on Opera 7 */
fieldset {
  border: 1px solid transparent;
}

form p {
  clear: left;
  margin : 0;
  padding: 0;
  padding-top: 10px;
}

form p label {
  float: left;
  width: 30%;
  padding-left: 10px;
}

.txt {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
}

.btn {
  margin: 10px;
  font-size: 100%;
  padding: 5px;
}

.prompt {
  padding-left: 10px;
  font-size: 85%;
  color: #3366CC;
}

.select {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  padding: 0px;
}

.dropdown {
  padding: 2px 4px;
}

.mandatory {
  font: 100% Verdana, Arial, Helvetica, sans-serif;
  background-color:#D1E7ED;
}

/* >Tables
-----------------------------------------------------------------------------*/

table { 
  border-collapse: collapse;
  border: 1px solid #666;
}

td {
  width: 16%;
  height: 40px;
  text-align: left;
  line-height: 1.2em;
  vertical-align: top;
  padding: 4px;
  font-weight: normal;
  font-size: 92%;
  border: 1px groove #c8c6c7;
}

.alt1 {
  background-color: #FBD3B3;
}

.alt2 {
  background-color: #f9e9a9;
}