/*
Theme Name: Relationship Suite
Theme URI: 
Description: 
Author: Joanna Weinman
Author URI: 
version: 
Tags: 
*/



@charset "utf-8";
/* CSS Document */

/* -------------------------------------------------------------- 
  
   reset.css
   * Resets default browser CSS.
   
-------------------------------------------------------------- */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html {
	min-height: 100%;
	padding-bottom: 1px;
}
body {
	line-height: 1.5;
}
/* Tables still need 'cellspacing="0"' in the markup. */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
table, td, th {
	vertical-align: middle;
}
/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Remove annoying border on linked images. */
a img, img, a{
	border: none;
	outline: none;
}
/* UNIVERSAL CLASSES */

.clear {
	clear: both;
	display: block;
}
.left {
	float: left;
}
.right {
	float: right;
}
.no-show {
	display: none;
}
.txt_inline{
	display: inline;
}
.txt_highlight{
	color: #db5520;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
small {
}
a {
	color: #db5520;
	text-decoration: none;
}

a:hover {
	color: #db5520;
	text-decoration: underline;
}
a:visited {
}

h1{
	font-size: 27px;
	line-height: 28px;
	color: #db5520;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	font-size: 27px;
	line-height: 28px;
	color: #231f20;
	font-style: italic;
	font-weight: normal;
	margin-bottom: 10px;
}

h3{
	margin: 20px 0px 10px 0px;
	font-size: 	21px;
	font-weight: bold;
	line-height: 23px;
}

.box_dark-grey h3{
	color: #ffffff;
}

h4 {
	display: inline;
	padding: 8px 12px;
	font-size: 	19px;
	font-weight: bold;
	color: #f1f1ed;
	background-color: #db5520;
}
h5{
	font-size: 17px;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
}
p{
	clear: both;
	margin: 12px 0px;
	padding: 0px 0px;
	line-height: 20px;
	font-size: 14px;
}
p big{
	font-size: 17px;
	line-height: 22px;
	margin: 14px 0px;
}

ul{
	margin: 15px 0px 0px 0px;
	list-style: disc;
}

ul li{
	margin: 5px 0px 5px 20px;
}

/* BEGIN FORMATTING */

body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #231f20;
	background-color: #564c4d;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat;
	height:100%;
}

/* CONTAINERS */

#wrapper {
	width: 974px;
	margin: 0px auto;
}
#header {
	background-image: url('images/header_bg.png');
	background-repeat: no-repeat;
	height: 217px;
	display: block;
	background-position: 190px 0px;
	position: relative;
}
#logo {
	width: 455px;
	height: 135px;
	margin: 0;
	padding: 24px 0px 0px 208px;
	float: left;
}

.box_overlay-shadow{
	margin: 0px 24px;
	background-image: url('images/page_bg_grey.gif');
	background-position: 0px 0px;
	background-repeat: repeat-x;
}

.box_overlay-shadow_header{
	background-position: 0px 115px;
}

#nav{
	width: 820px;
	float: left;
	margin: 28px 0px 0px 0px;
	padding-left: 75px;
}

#box_icons{
	width: 21px;
	float: right;
	position: absolute;
	top: 128px;
	right: 20px;
}

#box_icons img{
	margin: 0px 0px 6px 0px;
}

#main{
	padding: 25px 25px 25px 25px;
	background-color: #ffffff;
}

/* HOME */

#home{
	
}

#home .box_main{
	width: 615px;
	float: left;
}

#home .box_main p{
	font-size: 17px;
	margin: 18px 0px 10px 0px;
	line-height: 22px;
}

#home .box_signup{
	width: 290px;
	float: right;
	background-color: #cdcbbc;
}

#home .box_signup .content{
	padding: 15px;
}

.wpcf7-form-control-wrap input, textarea, .input_field input, select{
	padding: 2px;
	border: none;
	background-color: #ffffff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	width: 260px;
}

.btn_submit{
	border: none;
	padding: 0;
	margin: 0;
	background-color: #db5520;
	font-family: "Times New Roman", Times, serif;
	font-size: 13px;
	color: #d2d1c4;
	padding: 4px;
}

#home .box_triple{
	background-image: url('images/page_bg_grey.gif');
	background-repeat: repeat;
	padding: 17px 0px;
	margin-top: 20px;
}

#home .box_triple .box_img{
	width: 285px;
	padding: 0px 0px 0px 17px;
	margin: 0;
	float: left;
}

#home .box_triple .box_img p{
	margin: 5px 3px 0px 3px;
	padding: 5px;
	background-color: #cdcbbc;
	text-transform: uppercase;
	text-align: center;
}

#home .box_triple .box_img p a{
	color: #231f20;
}

#home .box_triple .box_img p a:hover{
	color: #db5520;
}

/* ABOUT RACHEL */

#about-rachel .box_light-grey{
	padding: 15px;
	background-color: #cdcbbc;
}

#about-rachel .box_full, #about-rachel .box_half{
	background-image: url('images/page_bg_grey.gif');
	background-repeat: repeat;
	padding: 20px 17px;
	color: #ffffff;
}

#about-rachel p{
	font-size: 15px;
	line-height: 22px;
}

#about-rachel .box_half{
	width: 416px;
	vertical-align: top;
}

#about-rachel blockquote{
	margin-top: 10px;
	padding: 20px 17px 20px 55px;
	background-color: #cdcbbc;
	background-image: url('images/img_quotes_open.png');
	background-repeat: no-repeat;
	background-position: 20px 15px;
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
}


/* THERAPY / COACHING */

#therapy-coaching{
	background-color: #443a3b;
	display: block;
	width: 924px;
}

#therapy-coaching .box_header{
	background-position: 10px 13px;
	background-repeat: no-repeat;
	display: block;
	vertical-align: middle;
}

#therapy-coaching .box_header_therapy-suite{
	background-image: url('images/img_therapy-suite.png');
}

#therapy-coaching .box_header_ask-rachel{
	background-image: url('images/img_ask-rachel.png');
}

#therapy-coaching .box_header_singles-suite{
	background-image: url('images/img_singles-suite.png');
}

#therapy-coaching .box_header_couple-suite{
	background-image: url('images/img_couple-suite.png');
}

.box_header_couple-suite h1, .box_header_couple-suite h2{
	font-size: 26px;
}

#therapy-coaching .box_header .content{
	float: right;
	padding: 6px 10px;
	width: 600px;
	height: 253px;
	background-color: #cdcbbc;
	display: block;
	vertical-align: middle;
}

#therapy-coaching .box_header .content h2{
	color: #231f20;
}

#therapy-coaching .box_header h1, #therapy-coaching .box_header h2{
	display: inline;
}

#therapy-coaching .content{
	padding: 15px;
	color: #ffffff;
}

#therapy-coaching .content h2{
	color: #ffffff;
}

#therapy-coaching .content h3{
	margin-bottom: 5px;
}

#therapy-coaching .post, #therapy-coaching .entry{
	margin: 0;
	padding: 0;
}

#therapy-coaching_footer{
	margin: 0px 0px -10px 0px;
	padding: 10px 0px 0px 0px;
}

#therapy-coaching .content #therapy-coaching_footer{
	margin-bottom: 0;
}

#therapy-coaching  .box_white{
	padding-top: 10px;
	background-color: #ffffff;
}
#therapy-coaching img{
	margin: 10px 0px;
}

#therapy-coaching #therapy-coaching_footer h3{
	color: #ffffff;
}

#therapy-coaching #therapy-coaching_footer .box_white h3{
	color: #231f20;
}

#therapy-coaching p, #therapy-coaching .content p{
	font-size: 17px;
	line-height: 22px;
	margin: 14px 0px;
}

#therapy-coaching_footer h3 big{
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-transform: uppercase;
}

#therapy-coaching .box_keys{
	
}

#therapy-coaching .box_keys h3, #therapy-coaching h3{
	color: #db5520;
}

#therapy-coaching .box_keys p{
	font-size: 16px;
	text-transform: uppercase;
}

#therapy-coaching .box_keys p em{
	font-size: 21px;
	text-transform: none;
}

#therapy-coaching .box_keys p big{
	font-size: 30px;
	font-weight: normal;
	line-height: 30px;
}

#therapy-coaching .keys_left{
	padding-right: 20px;
	vertical-align: middle;
}

#therapy-coaching .keys_left{
	color: #fffff;
}

#therapy-coaching .keys_right{
	background-image: url('images/img_border_dots.gif');
	background-repeat: no-repeat;
	background-position: 0px 50%;
	padding: 0px 0px 0px 30px;
	vertical-align: middle;
	width: 200px;
}

#therapy-coaching .keys_right p{
	font-size: 27px;
	line-height: 28px;
	color: #db5520;
	font-style: italic;
	font-weight: normal;
	text-transform: none;
}

.btn_styled{
	margin: 20px 0px;
	display: inline-block;
	padding: 12px 10px;
	background-image: url('images/page_bg.gif');
	background-repeat: repeat-x;
	text-transform: uppercase;
}

.btn_styled span{
	text-align: center;
	background-color: #ffffff;
	padding: 10px;
	display: block;
	color: #231f20;
}

/* RESOURCES */

#resources .box_header h1, #resources .box_header h2{
	display: inline;
}

#resources .content{
	margin-top: 20px;
	padding: 20px;
	background-color: #cdcbbc;
}

#resources .content p{
	margin-bottom: -10px;
	margin-top: 20px;
	text-transform: uppercase;
}

/* CONTACT */

#contact{
	
}

#contact .box_header p{
	font-size: 16px;
	margin: 0;
}

#contact .box_header p big{
	font-size: 22px;
	font-weight: normal;
	line-height: 25px;
}

#contact .box_header p .txt_highlight{
	font-size: 27px;
	line-height: 30px;
}

#contact .content{
	margin-top: 20px;
	padding: 20px;
	background-color: #cdcbbc;
}

#contact .content .box_left{
	width: 320px;
	float: left;
}

#contact .content .box_right{
	width: 520px;
	float: right;
}
	
#contact .wpcf7-form-control-wrap input, textarea, select{
	width: 315px;
}

.btn_large, .btn_large:hover{
	background-color: #db5520;
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
	color: #d2d1c4;
	padding: 12px 0px;
	text-align: center;
	width: 180px;
	display: inline-block;
}

/* QUIZ */

#quiz .content{
	margin-top: 20px;
	padding: 20px;
	background-color: #cdcbbc;
}

#quiz .input_field input{
	width: 40px;
}

/* FOOTER */

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

#footer p{
	color: #ffffff;
	font-size: 11px;
	font-style: italic;
	text-align: center;
	margin: 0;
	padding: 0;
}

#footer p a{
	color: #ffffff;
	text-decoration: none;
	font-weight: normal;
}


/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}
.alignright {
	float: right;
}
.alignleft {
	float: left
}
.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	/* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.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;
}

/* NAV */

#suckerfishnav{
	width:100%;
}
#suckerfishnav, #suckerfishnav ul {
	float:left;
	list-style:none;
	line-height:30px;
	padding:0;
	margin:0;
	width:100%;
}
#suckerfishnav a{
	display:block;
	background-image: url('images/nav_bg_right.png');
	background-repeat: no-repeat;
	background-position: right 0px;
	padding: 0px 10px 0px 0px;
}
#suckerfishnav li {
	float:left;
	padding: 0px 0px 0px 10px;
	background-image: url('images/nav_bg_left.png');
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px 4px;
}
#suckerfishnav ul{
	position:absolute;
	left:-999em;
	height:auto;
	width:170px;
	font-weight:normal;
	margin:0;
	line-height:1;
	border:0;
}
#suckerfish ul ul{
	margin: 0;
	padding: 0;
	background-color: #db5520;
}
#suckerfishnav li li {
	background: none;
	background-color: #db5520;
	margin: 0;
	padding: 0;
	display: block;	
	width: 170px;
}
#suckerfishnav li li a {	
	border-top: 1px solid #fff;
	display: block;
	margin: 0px 7px;
	padding: 7px 0px;
	display: block;
	color: #443a3c;	
	background: none;
	font-weight: normal;
	position:relative !important;
}
#suckerfishnav li ul ul {
	margin:-21px 0 0 150px;
}
#suckerfishnav li li:hover, #suckerfishnav li li:hover a{
	color: #ffffff;
	text-decoration: none;
}
#suckerfishnav li ul li:hover a, #suckerfishnav li ul li li:hover a, #suckerfishnav li ul li li li:hover a, #suckerfishnav li ul li li li:hover a {
	
}
#suckerfishnav li:hover a, #suckerfishnav li.sfhover a, #suckerfishnav li.nav_selected a{
	background-position: right -30px;
	cursor: pointer;
}
#suckerfishnav li:hover, #suckerfishnav li.sfhover, #suckerfishnav li.nav_selected{
	background-position: 0px -30px;
	cursor: pointer;
	color: #ffffff;
	text-decoration: none;
}

#suckerfishnav li:hover li a, #suckerfishnav li li:hover li a, #suckerfishnav li li li:hover li a, #suckerfishnav li li li li:hover li a {
	
}
#suckerfishnav li:hover ul ul, #suckerfishnav li:hover ul ul ul, #suckerfishnav li:hover ul ul ul ul, #suckerfishnav li.sfhover ul ul, #suckerfishnav li.sfhover ul ul ul, #suckerfishnav li.sfhover ul ul ul ul {
	left:-999em;
}
#suckerfishnav li:hover ul, #suckerfishnav li li:hover ul, #suckerfishnav li li li:hover ul, #suckerfishnav li li li li:hover ul, #suckerfishnav li.sfhover ul, #suckerfishnav li li.sfhover ul, #suckerfishnav li li li.sfhover ul, #suckerfishnav li li li li.sfhover ul {
	left: auto;
	margin-left: -8px;
}

.nav_welcome{
	background-image: url('images/nav_welcome.png');
	background-repeat: no-repeat;
	width: 95px;
	height: 30px;
	display: block;
}

.nav_about-rachel{
	background-image: url('images/nav_about-rachel.png');
	background-repeat: no-repeat;
	width: 146px;
	height: 30px;
	display: block;
}

.nav_therapy{
	background-image: url('images/nav_therapy.png');
	background-repeat: no-repeat;
	width: 91px;
	height: 30px;
	display: block;
}

.nav_coaching{
	background-image: url('images/nav_coaching.png');
	background-repeat: no-repeat;
	width: 98px;
	height: 30px;
	display: block;
}

.nav_resources{
	background-image: url('images/nav_resources.png');
	background-repeat: no-repeat;
	width: 111px;
	height: 30px;
	display: block;
}

.nav_contact{
	background-image: url('images/nav_contact.png');
	background-repeat: no-repeat;
	width: 87px;
	height: 30px;
	display: block;
}

.nav_blog{
	background-image: url('images/nav_blog.png');
	background-repeat: no-repeat;
	width: 53px;
	height: 30px;
	display: block;
}