@import url(reset.css);


/*---------------------------------------------------------------------------------*/
/*** GENERAL STYLING ***/

/*body * { border:1px solid red; }*/

body {
	color: #442C08;
	background-color: #CEC8BF;
	background: url(../img/skintexture.jpg);
	font-family : 'Cantarell', Verdana, Arial, Helvetica, sans-serif;
	font-size : 68%;
	width: 822px;
	margin: auto;
	text-align: left;

}

#wrap {
	margin: 45px 0;
	padding: 30px 30px 30px 0;
	width: 792px;
	background: #fff;
	border: 4px solid #442C08;
}

/*a { text-decoration: none; }*/
/**/
/*a:hover { background-color: #EAE8DE;*/
/*	text-decoration: underline; }*/

a:hover, a:focus, a:active {
    text-decoration: underline;
    }
 
a {
    text-decoration: none;
    color: #002894;
}

image { border: none; }

p, li, dt, dd, blockquote {
	font-size: 1.3em;
	line-height: 1.4em;
}


li li {
	font-size: 1.0em;
	line-height: 1.3em;
}

dt { font-weight: bold; }
dd { margin-bottom: 8px; }
address { font-style: normal; }


/*---------------------------------------------------------------------------------*/
/*** NAVBAR ESSENTIAL STYLING ***/

.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:			5em; /* 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:			2em; /* 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:			5em; /* 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:			5em; /* match ul width */
	top:			0;
}


/*---------------------------------------------------------------------------------*/
/*** NAVBAR SITE SPECIFIC STYLING  ***/

.sf-menu { /*menu bar*/
	float: left;
	margin: 3em 0 5em 260px;
	/*background-color: transparent;*/
	padding: 0;
	white-space: nowrap;
}
	
.sf-menu a { /*button links*/
	padding: .2em .4em;
	background-color: #A6A5A1;
	border: 1px solid #442C08;
	color: white; 
	position: relative;
/*	background: -moz-linear-gradient(top,#FD481D,#AD7566);*/
/*        background: -webkit-gradient(linear, left top, left bottom, from(#FD481D), to(#AD7566));*/
/*	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#FD481D, endColorstr=#AD7566)";*/

	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#676767')";
	-moz-box-shadow: .4em .4em .6em #676767;
	-webkit-box-shadow: .4em .4em .6em #676767;
	box-shadow: .6em .6em .6em #676767;
}


.sf-menu li, .sf-menu li li, .sf-menu li li li {
	position: relative;
	background: white;
}

.sf-menu li {
    margin: 0 .5em .2em 0; /*space between buttons*/
}

.sf-menu li li { /*dropdown menus*/
	color: #292929;
	text-decoration: none;
        background: #fff;
        /*background: -moz-linear-gradient(top,#AABBD7,#8E8E8D);*/
        /*background: -webkit-gradient(linear, left top, left bottom, from(#AABBD7), to(#8E8E8D));*/
        /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AABBD7, endColorstr=#8E8E8D);*/
        /*In IE8 with gradient, doesn't show active color and text cleartype is turned off*/
        /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AABBD7, endColorstr=#8E8E8D)"; */
}

.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:hover, /*hovered tab*/
.sf-menu a:focus {
	position: relative;
	color: #442C08;
	background-color: #F2F2F2;
	/*border: 1px solid #292929;*/
	outline: 0;
	text-decoration: none;
    /*Gradient Effect"*/
/*        background: -moz-linear-gradient(top,#F2F2F2,#404040);
        background: -webkit-gradient(linear, left top, left bottom, from(#F2F2F2), to(#404040));
        position: relative;
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2F2, endColorstr=#404040)"; */ 
}

.sf-menu a:active, /*active tab*/
	body#home #m_home a,
	body#sheavly #sm_sheavly a,
	body#creekmore #sm_creekmore a,
	body#friend #sm_friend a,
	body#johannesen #sm_johannesen a,
	body#lyons #sm_lyons a,
	body#porter #sm_porter a,
	body#rosenfeld #sm_rosenfeld a,
	body#toth #sm_toth a,
	body#weinstein #sm_weinstein a,
	body#therapist #sm_therapist a,
	body#anxiety #sm_anxiety a,
	body#depression #sm_depression a,
	body#child #sm_child a,
	body#couples #sm_couples a,
	body#jung #sm_jung a,
	body#psychoanalysis #sm_psychoanalysis a,
	body#contact #m_contact a,
	body#faqs #m_faqs a
													
{
    color: #442C08;
    cursor: default;
    /*border: 1px solid #292929;*/
    background: #fff;
    font-weight: bold;
    text-decoration: none;

    /*Gradient Effect"*/
/*        background: -moz-linear-gradient(top,#fff,#B6DEF1);
        background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#B6DEF1));
        -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#F2F2F2, endColorstr=#B6DEF1)";  */
}

/*** navigation arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../img/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	/*-moz-border-radius-bottomleft: 17px;*/
	/*-moz-border-radius-topright: 17px;*/
	/*-webkit-border-top-right-radius: 17px;*/
	/*-webkit-border-bottom-left-radius: 17px;*/
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*---------------------------------------------------------------------------------*/
/*** MASTHEAD STYLING ***/

#masthead { 
	color: #494949;
	font-family: "Cardo", Georgia, "Times New Roman",Times,serif;
	font-weight: bold;
	line-height: 1.3em;
	}

#masthead h1 {
	position: relative;
	font-family: Garamond, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 2em;
	letter-spacing: 1px;
	text-align: right;
	font-variant: small-caps;
	background: #C7B5A1;
	width: 792px;
	margin: 2em 0 0 0;
	padding: .85em 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#676767')";
		-moz-box-shadow: .3em .3em .4em #676767;
		-webkit-box-shadow: .3em .3em .4em #676767;
		box-shadow: .3em .3em .4em #676767; }

#masthead h2 {
	font-size: 1.5em;
	margin: 1em .4em .2em 0;
	text-align: right;
	}
	
#masthead p {
	font-size: 1.3em;
	text-align: right;
	margin: 0 .4em 1em 0;
	}

#masthead img {	
	position: absolute;
	top:-62px;
	left:40px;
	}

/*---------------------------------------------------------------------------------*/
/*** TITLE STYLING ***/

.title {
	margin: 0;
}

.title h1 {
	color: #494949;
	float: right;
	width: 532px;
	font-family: "Cardo", "Georgia", "Times New Roman",Times,serif;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 1.3em;
	text-align: left;
	margin: 0 0 1em 0;
}

/*---------------------------------------------------------------------------------*/
/*** MAIN STYLING ***/

.main { 
	margin: 0 0 30px 0;
	width: 532px;
	float:right;
	}

.mainwide { 
	margin: 0 0 30px 0;
	width: 762px;
	float:right;
	}
	
	
.main h2 { 
	color: #494949;
	font-size: 1.5em;
	line-height: 1.2em;
	margin: 0 0 .4em 0;
	padding: 0 0 .1em 0;
	border-bottom: 1px solid #494949;
	}

.main h2 img, .main h2 object {
	float: left;
	margin: 0 20px 20px 0;
	}

.main h3 {
	font-size: 1.3em;
	padding: 0 0 .1em 0;
	}

.main p, .mainwide p { padding: 0 0 1em 0; }

.main ul {
	list-style-image : url("../img/bulletsquare.gif"); 
	margin: 0 1em 1em 1.7em;
	padding: 0 5px 0 0;
	}

.main ul ul {
	margin-top: 0; margin-bottom: 0;
	list-style-image: url("../img/bulletdash.gif");
	margin-top: 0;
	margin-bottom: 0; }

.main blockquote {
	/*background: #CEC8BF;*/
	text-align: center;
	font-size: 1.2em;
	line-height: 1.3em;
	margin: 0 2.8em 1em 2.8em;
}

.charts p { text-align: center; }

#charts .title h1 {
	width: 762px;
	text-align: center;
}
/*.main li 	{ margin-bottom: 2px; }*/


/*---------------------------------------------------------------------------------*/
/*** SIDEBAR STYLING ***/

.sidebar {
	clear: both;
	float: left;
	margin: 0 0 30px 30px;
	width: 200px;
	color: #292929;
}

.sidebar-text {
	background-color: #A6A5A1;
	color: white;
	padding: 1.5em;
	margin: 0 0 30px 0;
	font-size: 1em;
	/*Shadow Effect*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#676767');*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#676767')";
	-moz-box-shadow: .6em .6em .8em #676767;
	-webkit-box-shadow: .6em .6em .8em #676767;
	box-shadow: .6em .6em .8em #676767;
	}


.sidebar p, .sidebar li, .sidebar blockquote {
	position: relative;
	font-size: 1.3em;
	line-height: 1.5em;
}

.sidebar ul {
	list-style-type: disc;
	padding: 0 0 .2em 0;
	margin: 0px; }
	
	
.sidebar li {
	text-align: left;
	margin: 0 0 0 2em;
}

.sidebar p {
	font-weight: bold;
	text-align: center;
}

.sidebar blockquote {
	text-align: center;
	padding: .5em;} 

.sidebar img, .charts img {
	margin: 0 0 30px 0;
	/*Shadow Effect*/
	/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#676767');*/
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#676767')";
	-moz-box-shadow: .6em .6em .8em #676767;
	-webkit-box-shadow: .6em .6em .8em #676767;
	box-shadow: .6em .6em .8em #676767;
}


/*---------------------------------------------------------------------------------*/
/*** IRSJA STYLING ***/

#irsja .sidebar li a {color: #fff; text-decoration: underline;}

#irsja .sidebar li a:hover {
	color: #002894;
	}

#irsja #masthead, #charts #masthead {display: none; }

#irsja #nav, #charts #nav {display: none; }

#irsja .footer, #charts .footer {display: none; }

/*---------------------------------------------------------------------------------*/
/*** FOOTER STYLING ***/
.footer { 
	text-align: center;
	background-color: #C7B5A1;
	/*border-left: solid 1px white;*/
	clear: both;
	color: #494949;
	margin: 0 0 0 30px;
	padding: 1.6em;
	/*Shadow Effect*/
		/*filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color='#676767');*/
		-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=8, Direction=135, Color='#676767')";
		-moz-box-shadow: .6em .6em .8em #676767;
		-webkit-box-shadow: .6em .6em .8em #676767;
		box-shadow: .6em .6em .8em #676767;     
	}
	
.footer h6 {
	position: relative;
	font-family: Garamond, Georgia, "Times New Roman", Times, sans-serif;
	font-size: 1.6em;
	font-weight: normal;
	font-variant: small-caps;
}
	
.footer p {
	position: relative;
	padding: 0;
	font-size: .9em;
	line-height: 1.3em;
	}
	
/*---------------------------------------------------------------------------------*/
/*** FLOATS STYLING ***/
.clearcolumns { clear: both; }
.left {float: left; text-align: left;}
.right {float: right; text-align: right;}

.main .left {margin: 0 15px 10px 0; }
	
.main .right { margin: 0 15px 10px; }

