/*
Theme Name: SBS Template
Theme URI:http://www.positivesignals.com
Description:Custom Theme for Side by Side Counseling
Version:1.0
Author: Jay
Author URI:http://positivesignals.com
*/

body {
font-family:Arial, serif;
font-size:13px;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:1.7em;
background:  #474747;
}

a {
text-decoration:none;
color:#41294e;
font-weight:600;
}

a:hover {
color:#ddbce5;
}

hr{
margin-top:0px;
border:0;
border-top:1px solid #ccc;
width:100%;
color:#c1acbe;
clear:both;
}

#wrapper {
width:922px;
margin:0px auto;
}

#header {
background-image: url('images/hdrbg.png');
background-position: top left repeat;
width: 922px;
height: 202px;
margin: 0;
padding:0;
}

#logo {
float:left;
width: 172px;
height: 190px;
margin: 8px 2px 0 38px;
}

#logo a {
font-size:60px;
text-decoration:none;
border-bottom:none;
letter-spacing:-4px;
}

#logo a:hover {
background-color: none;
}

#logo h2 {
font-size : 18px;
font-weight : 200;
padding : 12px 4px 0 0;
letter-spacing : -1px;
}

#flash-area {
width: 400px;
height: 100px;
margin: 20px 40px 0 5px;
padding:0;
float: right;
}


#personal-pic {
float: left;
width: 189px;
height: 272px;
margin: 12px 0 0 25px;
background-color: #7B5F5E;

}

.name {
display: inline;
float: left;
color: #c1acbe;
font-family: Georgia;
font-style: none;
font-size: 16px;
width: 100%;
}

.name p {
padding: 0 1px 5px 8px;
}

.number {
display: inline;
float: left;
color: #c1acbe;
font-family: Georgia;
font-size: 20px;
width: 100%;
}

.number p { 
padding: 0px 4px 10px 8px;
}

.services { 
display: inline;
float: left;
color: #aec3a6;
font-family: Georgia;
font-style: none;
font-size: 12px;
width: 100%;
}

.services p {
padding: 0 4px 15px 8px;
}

.services li {
list-style:none;


}

.address {
display: inline;
float: left;
color:  #c1acbe;
font-family: Georgia;
font-style: italic;
font-size: 12px;
width: 100%;

}

#blurb {
font-family:Georgia;
width: 62%;
display: inline;
height: 25px;
float:right;
text-align: right;
font-size: 18px;
color: #fff;
font-style: italic;
margin: 8px 40px 0 10px;
}

#blurb:hover {
color:none;
}



#nav {
width:100%;
background-color: #FAF3EA;
float: right;
border-top:2px solid #c1acbe;
border-bottom: 2px solid #c1acbe;
text-transform: uppercase;  
margin:0;
padding:0;  
}

#nav UL {	
float: right;  
margin: 0;
padding:0;   
}

#nav UL LI {
list-style-type:none;  
}

#nav UL LI A {
color:#798673;
display: block;
line-height:21px;
font-size:12px;
font-weight: normal;
margin: 0;
padding: 0 17px;   
}

#nav UL LI A:hover, #menu UL LI.current_page_item {
	background-color: #CCCCCC;
}

#nav UL LI A:active {
color:#CCC; 	
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** THEMATIC SKIN ***/
.sf-menu {
    border-right:1px solid #ccc;
	float:left;
}
.sf-menu a {
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#666;
}
.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#aec3a6;
}
.sf-menu ul {
    border-left:1px solid #b23120;
    border-bottom:1px solid #b23120;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:23px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #FF4B33;
}

/*End Dropdown*/


#content {

background-position: top left;
background-color: #F9F1CD;
width:680px;
float:right;
border-left: 2px solid #c1acbe;
padding: 0 8px 30px 0;
min-height: 850px;
color: #474747;
}
.post {
padding:0 0 0 30px;
}

.post a {
color: #474747;
}

.post a:hover{
color: #aec3a6;
}
.post p {
margin:14px 0 14px 0;
}
.post em{
font-style:italic;
}
.post h2 {
font-family:Georgia;
font-size:20px;
margin:25px 0 10px 0;
font-weight:normal;
}
.post h1, .post h1 a{
font-family:Georgia;
font-size:28px;
margin:30px 0 10px 0;
font-weight:normal;
line-height:32px;
}
.post h3, .post h4 {
font-family:Georgia;
font-size:18px;
margin:15px 0 10px 0;
font-weight:normal;
}
.post h4 {
font-size:18px;
}
.post h1:hover, .post h2:hover, .post h3:hover, .post h4:hover {
color:none;
}
.post .indent {
padding-left:10px;
}
.post .indent p {
padding-left:10px;
}
.post small {
font-size:11px;
}
.post small a {
font-weight:normal;
}
.post .alignright {
float:right;
margin-left:10px;
}
.post .alignleft {
float:left;
margin-right:10px;
}
.post .aligncenter {
margin:0 auto;
display:block;
}
.post abbr {
font-weight:normal;
}
.post ul{
list-style:circle;
margin:0 0 0 25px;
}
.post ol{
list-style:decimal;
margin:0 0 0 30px;
}
.post .wp-caption {
background:#F9F1CD;
border:1px solid #ccc;
margin:10px;
text-align:center;
padding:5px 0 0;
}
.post .wp-caption-text {
margin:0;
}
.post .wp-caption a, .post .wp-caption a:hover {
border-bottom:0;
}
.post blockquote {
color:#777;
border-left:5px solid #ccc;
margin:15px 30px 0 10px;
padding-left:20px;
}
.post pre {
font-family:courier;
font-size:12px;
letter-spacing:-1px;
margin:14px 0 14px 0;
}
.post .message ul {
margin:12px 0 0;
}
.post .message {
display:none;
background:#0F67A1;
margin-top:10px;
padding:20px;
color:#fff;
}
#comments h3, #comments h4{
font-family:Georgia;
font-size:24px;
margin:35px 0 5px;
font-weight:normal;
}
#comments h4{
font-size:28px;
}
#comments cite{
font-family:Georgia;
font-size:18px;
font-weight:normal;
border-bottom:1px dotted #ccc;
}
#comments em {
font-style:italic;
text-align:right;
}
#comments ol.commentlist li {
margin-top:20px;
border:1px dotted #ccc;
border-right:0;
padding:10px 5px 20px 10px;
min-height:110px;
}
#comments p {
margin:10px 0 0 10px;
width:auto;
}
#comments span {
display:block;
color:#eee;
font-family:Georgia;
font-size:120px;
font-weight:normal;
float:right;
padding-top:25px;
}
#comments ul.formlist {
margin:20px auto;
width:375px;
}
#comments ul.formlist li {
display:block;
margin:10px 0 0;
}
#comments ul.formlist p{
margin:10px 0 0;
text-align:center;
}
#comments input {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments textarea {
font-family:Georgia;
width:370px;
font-size:18px;
font-weight:normal;
}
#comments li.submitbutton input {
text-align:center;
background:#fff;
border:1px solid #aaa;
color:#000;
font-family:Georgia;
font-weight:normal;
font-size:20px;
width:374px;
}
#comments .center {
text-align:center;
}


#sidebar {
width:220px;
float: left;
margin: 0px 0 2px 0;
padding: 310px 10px 0 0;
background-color:transparent;
}


#sidebar h3 {
padding:5px 5 5px 5;
font-size:18px;
color: #474747;
background-color:#b7bbc3;
}
#sidebar .block ul {
border-bottom:1px solid #aec3a6;
}
#sidebar .block ul .children{
border:0;
padding: 0 0 0 8px;
}
#sidebar .block li {
border-top:1px solid #aec3a6;
}
#sidebar .block li a {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
font-size:13px;
font-weight:normal;
padding:2px 0 2px 15px;
display:block;
border-bottom:none;
color: #F9F1CD;
}
#sidebar .block li a:hover {
background:#CECDD2 url(images/bullet_white.gif) no-repeat scroll 6px 52%;
color: #474747;
}
#sidebar .widget_search label {
display:block;
padding:25px 0 3px 0;
font-size:18px;
border-bottom:1px solid #ccc;
margin:0 0 5px;
}
#sidebar .widget_recent_comments li {
background:transparent url(images/bullet_black.gif) no-repeat scroll 6px 52%;
padding:2px 0 2px 15px;
}
#sidebar .widget_recent_comments li a,#sidebar .widget_recent_comments li a:hover{
background:none;
border-bottom:1px solid #000;
text-decoration:none;
color:#000;
font-weight:600;
}
#sidebar .widget_recent_comments li a:hover {
color:#e12000;
border-bottom:1px dashed #e12000;
background-color:#f7f7f7;
}
#sidebar .widget_tag_cloud h3 {
margin:0 0 8px;
border-bottom:1px solid #ccc;
}
#sidebar .widget_text h3 , #sidebar .calendar h3{
border-bottom:1px solid #ccc;
}
#sidebar .calendar h3{
display:none;
}
#sidebar #wp-calendar {
width:95%;
text-align:center;
}
#sidebar #wp-calendar caption, #sidebar #wp-calendar td, #sidebar #wp-calendar th{
text-align:center;
}
#sidebar #wp-calendar caption {
font-size:18px;
padding:25px 0 3px 0;
}
#sidebar #wp-calendar th {
font-weight: bold; 
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
#sidebar #wp-calendar tfoot td{
border-top:1px solid #ccc;
border-bottom:1px solid #ccc;
}
#footer {

background-position: bottom center no-repeat;
width:922px;
height: 20px;
float:left;
border-top:4px solid #E8CE93;
text-align:center;
color: #E8CE93;
}

#footer a {
color:#E8CE93
}
