/*
Theme Name: Moore Counseling Center
Theme URI: http://www.setsailmedia.com/
Description: Custom website design for Moore Counseling Center, designed and developed by Patrick Moore, Set Sail Media, LLC 2012 October
Author: Set Sail Media
Version: 1.0
*/


body {
	font: 11pt 'OpenSansRegular', Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	font-weight: normal;
	padding: 0;
	margin: 0;
	text-align: center;
	background: #fff;
	color: #111;
}

a {
	color: #FF9400;
	text-decoration: none;
}

a:hover {
	color: #3AB89F;
	text-decoration: none;
}

p {
	margin: 1.0em 0 1.2em 0;
}

form {
	padding: 0;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.4em;
	margin: 1.0em 0;
}

h1 {
	color: #9e0016;
	font-weight: normal;
	font-family: 'OpenSansSemiBold';
	font-size: 1.7em;
}

h2 {
	color: #9e0016;
	font-weight: normal;
	font-family: 'OpenSansBold';
}

h3 {
	color: #7e091a;
	font-weight: normal;
	font-family: 'OpenSansBold';
}

h4 {
}

.inner {
	margin: 0px auto;
	text-align: left;
	width: 950px;
}

/* Header */
#header {
	background: #3ab89f;
}

#header .inner {
	height: 170px;
}

#header h1 {
	margin: 20px 0 0 0;
	padding: 0;
	float: left;
}

#header h1 a {
	font-size: 0;
	line-height: 0;
	text-align: left;
	text-indent: -9999px;
	display: block;
	width: 432px;
	height: 124px;
	background: url(img/moore_counseling_center_logo_transparent.gif) top left no-repeat;
}

#header h2 {
	float: right;
	width: 45%;
	text-align: center;
	color: #fff;
	text-shadow: 1px 1px 4px #2b7a6a;
	margin: 50px 0 0 0;
	padding: 0;
	font-size: 2.5em;
	font-weight: normal;
	font-family: 'OpenSansSemiBold';
	line-height: 1.1em;
}

#header span {
	display: block;
	text-align: center;
	font-size: 50%;
	color: #EDFCF9;
}

/* Menu */
#menu {
	height: 58px;
	line-height: 58px;
	background: url(img/menu.gif) top left repeat-x;
}

#menu .inner {
	text-align: center;
}

#menu a {
	color: #faf4f0;
	text-transform: uppercase;
	font-family: 'OpensansSemiBold';
	font-size: 1.2em;
	text-shadow: 1px 1px 1pt #e27d06;
}

#menu li.current-menu-item a {
	color: #fff;
	font-family: 'OpenSansBold';
}

#menu a:hover,
#menu .on a {
	color: #fff;
}

/* DROPDOWN */

#menu ul,
#menu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display: inline;
}

#menu ul ul {
	display: none;
}

#menu ul > li {
	margin: 0 15px;
	padding: 0 2px;
}

#undermenu {
	box-shadow: 1px 1px 3px #555;
	position: absolute;
	z-index: 9995 !important;
	background: #fff;
	padding: 0;
	border: 1px solid #FF9400;
	border-top: none;
	border-radius: 9px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow: hidden;
	text-align: left;
	font-weight: bold;
}

#undermenu ul,
#undermenu li {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#undermenu li {
	border-bottom: 1px solid #ddd;
}

#undermenu li.last,
#undermenu li.last a {
	border: none;
}

#undermenu a {
	padding: 4px 6px;
	display: block;
	text-decoration: none;
	color: #FF9400;
}

#undermenu a:hover {
	background: #FF9400;
	color: #fff;
	text-shadow: 1px 1px 0px #e27d06;
}

/* Feature Spinner */
#feature {
	background: #d9e1df;
	cursor: default;
	position: relative;
}

#featureimages,
#featureimages .feature {
	height: 420px;
}

#featureimages {
	width: 100%;
	overflow: hidden;
}

#featurestrip {
	width: 10000px;
}


#featurenav {
	height: 33px;
	background: url(img/bg_feature_nav.jpg) top left repeat-x;
}

#featurenav .inner {
	height: 33px;
	background: url(img/feature_nav.jpg) top center no-repeat;
}

#featurenavwrap {
	overflow: auto;
	position: relative;
	top: -3px;
}

#featurenav a {
	display: block;
	text-align: left;
	width: 23px;
	height: 31px;
	background: url(img/dots.gif) bottom left no-repeat;
	text-align: -9999px;
	font-size: 0;
	line-height: 0;
	float: left;
	margin: 0 2px 0 2px;
	cursor: default;
}

#featurenav a.on {
	background-position: top left;
}

#goleft,
#goright {
	position: absolute;
	z-index: 9999 !important;
	display: block;
	width: 46px;
	height: 79px;
	background: transparent url(img/arrows.png) top left no-repeat;
	top: 170px;
	font-size: 0;
	text-align: left;
	line-height: 0;
	text-indent: -9999px;
}

#goleft {
	left: 20px;
}

#goright {
	right: 20px;
	background-position: top right;
}

#goleft:hover {
	background-position: bottom left;
}

#goright:hover {
	background-position: bottom right;
}

/* Feature */

#featureimages .feature {
	float: left;
	width: 1280px;
	position: relative;
}

.feature.active {
	box-shadow: 0px 0px 5px #222;
}

.feature .inner {
	position: relative;
	height: 420px;
}

.featuresingle {
	width: 950px;
	height: 390px;
	background: #ddd center no-repeat;

	position: relative;
	margin: 0 0 1.0em 0;
}

.featuresingle1 {
	width: 950px;
	height: 390px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1 !important;
}

.feature .caption,
.featuresingle .caption {
	position: absolute;
	bottom: 13px;
	right: 20px;
	width: 520px;
	text-align: left;
	color: #fff;
	font-size: 1.0em;
	text-shadow: 1px 1px 3px #000;
	z-index: 9 !important;
}

.featuresingle .caption {
	bottom: 25px;
}

.feature .caption h2,
.featuresingle .caption h2 {
	text-transform: uppercase;
	margin: 0 0 0.15em 0;
	padding: 0;
	font: 3.25em 'OpenSansBold', Arial, Helvetica, sans-serif;
	line-height: 1.0em;
	font-weight: normal;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	letter-spacing: -2pt;
}

.feature .caption p,
.featuresingle .caption p {
	margin: 0 0 0 10px;
	font-family: 'Droid Serif', serif;
	font-style: italic;
	color: #e5f7fc;
	line-height: 1.4em;
}

.feature .caption a,
.featuresingle .caption a {
	display: block;
	background: url(img/cta_button_left.png) top left no-repeat;
	float: left;
	line-height: 33px;
	height: 33px;
	margin: 16px 0 0 20px;
}

.feature .caption a span,
.featuresingle .caption a span {
	display: block;
	background: url(img/cta_button_right.png) top right no-repeat;
	padding: 0 15px 0 3px;
	height: 33px;
	line-height: 30px;
	margin-left: 36px;
	font-family: 'OpenSansBold';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #a05706;
}

.feature .caption a:hover,
.featuresingle .caption a:hover {
	background-position: bottom left;
}

.feature .caption a:hover span,
.featuresingle .caption a:hover span {
	background-position: bottom right;
}


/* CONTENT */

#content {
	background: #fff url(img/bg_content.gif) bottom left repeat-x;
	padding: 1.5em 0 2.0em 0;
}

#content h1 {
	margin: 0 0 0.25em 0;
}

/* FOOTER */
#footer {
	background: #fff url(img/bg_footer.gif) bottom left repeat-x;
	padding: 3.0em 0 0 0; /* bottom padding @ #fcolumns */
	font-size: 0.9em;
	color: #757f84;
}

#footerstrip {
	height: 40px;
	line-height: 40px;
}

#footerstrip a {
	font-size: 0.8em;
	line-height: 1.0em;
	color: #fbeded;
	text-decoration: none;
	border-right: 1px solid #6ed1be;
	margin: 0 10px 0 0;
	padding: 0 10px 0 0;
	text-shadow: 1px 1px 0px #2f7d6e;
}

#footerstrip a.last {
	border: none;
}

#footerstrip a:hover {
	color: #fff;
	text-shadow: 1px 1px 0px #25584e;
}

#footerstrip span {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 0.8em;
	color: #fbeded;
	text-decoration: none;
	margin: 0;
	padding: 0;
	text-shadow: 1px 1px 0px #2f7d6e;
}

#fcolumns {
	list-style-type: none;
	margin: 0;
	padding: 0 0 2.0em 0;
	overflow: auto;
}

#fcolumns > li {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 20%;
}

#fcolumns li ul,
#fcolumns li ul li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#fcolumns li ul li img {
	margin: 1.0em 0 0 0;
}

#footer li a {
	color: #f78600;
	position: relative;
}

#footer li a:hover {
	color: #ffa61a;
}

#footer h3 {
	text-transform: uppercase;
	font-weight: normal;
	font: 1.0em 'OpenSansSemiBold', Arial, Helvetica, sans-serif;
	margin: 0 0 0.5em 0;
}

#footer h3.padded {
	margin: 0 0 1.5em 0;
}

#footer h3,
#footer h3 a {
	color: #cc1300;
}

#footer li h3 a:hover {
	color: #eb1e09;
}


/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

td .alignnone {
	margin: 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}


hr {
	clear: both;
	border: none;
	background: #fff;
	border-bottom: 1px solid #ccc;
}


/* BLOG */


div.clear_class {
	clear: both;
	clear: all;
}

div.post {
	border-bottom: 2px solid #D9E1DF;
	padding: 20px 0 10px 0;
	/* background: #fff; */
}

.post p {
	margin: 0 0 1.5em 0;
}

.post.oddpost {
	/* background: #F2F6F5; */
}

.blog_title {
	border-bottom: 1px dotted #D9D3EA;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
}

.blog_title h2 {
	padding: 0;
	margin: 0;
	/* font-family: Rockwell; */
	font-weight: normal;
	/* font-size: 170%; */
	line-height: 120%;
}

.blog_dateline,
.post .blog_dateline {
	color: #524806;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 36px;
	height: 36px;
}

.blog_title h2 a {
	text-decoration: none;
	color: #9e0016;
}

.blog_title a.blog_comments {
	padding: 2px 0 2px 34px;
	color: #524806;
	text-decoration: none;
	background: url(img/icon_comments.gif) 14px 1px no-repeat;
}

.blog_title a.blog_comments:hover {
	color: #1d1900;
}

.blog_footer {
	clear: both;
	border-top: 1px dotted #D9D3EA;
	padding: 5px 0 0 0;
	margin: 15px 0 0 0;
}

.blog_byline,
.post .blog_byline {
	color: #524806;
	margin: 0;
	padding: 0;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 80%;
	line-height: 36px;
	height: 36px;
}


div.slide {
	cursor: pointer;
}

.oupbacktop {
	text-decoration: none;
	color: #666;
	float: right;
	margin: 5px 0 0 0;
	font-size: 80%;
	line-height: 100%;
}

.nav-previous {
	float: left;
	font-weight: bold;
	margin: 10px 0 0 10px;
}
.nav-next {
	float: right;
	font-weight: bold;
	margin: 10px 10px 0 0;
}

/* Child Excerpt Boxes */

#childbox {
	background: #dff6f1;
	border: 1px solid #bfe8e0;
	width: 948px;
}

#childbox_nav {
	float: left;
	width: 229px;
}

.childbox_nav {
	float: left;
	background: url(img/box_child.gif) top left no-repeat;
	width: 200px;
	padding: 6px 23px 6px 6px;
	height: 99px;
	text-align: center;
	display: table;
	text-transform: uppercase;
}

.childbox_nav a {
	color: #fff;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	font-size: 1.2em;
	line-height: 1.2em;
	text-shadow: 1px 1px 3px #076654;
}

.childbox_nav.on {
	background-position: bottom left;
}

#childbox_explain {
	float: right;
	width: 680px;
	padding: 15px 20px 15px 0;
}

.childbox_explain {
	display: none;
	color: #4c5755;
}

.childbox_explain h2 {
	color: #006b56;
	font-weight: normal;
}

#childbox_explain a.button {
	display: block;
	background: url(img/cta_button_left.png) top left no-repeat;
	float: left;
	line-height: 33px;
	height: 33px;
	margin: 1.0em 0 0 0;
}

#childbox_explain a.button span {
	display: block;
	background: url(img/cta_button_right.png) top right no-repeat;
	padding: 0 15px 0 3px;
	height: 33px;
	line-height: 30px;
	margin-left: 36px;
	font-family: 'OpenSansBold';
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 1px #a05706;
}

#childbox_explain a.button:hover {
	background-position: bottom left;
}

#childbox_explain a.button:hover span {
	background-position: bottom right;
}

td.right * {
	margin-left: 30px;
	margin-right: 10px;
}
td.left * {
	margin-right: 30px;
	margin-left: 30px;
}

td {
	padding-bottom: 2.0em;
} 

.nopad td {
	padding: auto;
	margin: auto;
}

.nopad td * {
	margin: auto;
}