/* Universal Reset */
* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

/* XHTML  Elements */

body{
	font: 76%/160% Arial, Helvetica, sans-serif;
	background: #fff;
	text-align: center;
	color: #666;
}

ul, p, dl, table, blockquote{
	margin: 0 0 1em 0;
}
ul, li{
	margin-left: 1em;
	list-style-image: url(../images/i_bullet.png);
}
a{
	color: #666;
	text-decoration: underline;
	font-weight: 600;
}
a:hover{
	color: #ccc;
}
img{
	border: none;
}
blockquote{
	margin: 0 0 0 2em;
	color: #6e6259; 
}
fieldset{
	border: 0;
}
h2, h3, h4{
	font-family: "trebuchet ms", arial, helvetica, sans-serif;
}
h3{
	font-size: 180%;
	color: #c06;
	line-height: 100%;
	margin-top: 10px;
}
h4{
	font-size: 110%;
	line-height: 130%;
	color: #9c0;
}
dt{
	font-weight: 600;
}


/* Layout */
#wrap{
	width: 745px;
	text-align: left;
	margin: 30px auto 30px auto;
}

/* Header */
#header{
	height: 84px;
	width: 175px;
	float: left;
}
#header h1{
	background: url(../images/i_logo.png) top left no-repeat;
	height: 84px;
	width: 175px;
	text-indent: -999999px;
	margin: 0;
	overflow: hidden;
}

/* Primary navigation */
#primarynav ul{
	/*width: 570px;
	width: 46.95em;
	float: left;*/
	display: block;
	height: 84px;
	clear: right;
	margin: 0;
	background: url(../images/i_nav-bg.png) bottom right no-repeat;
	font-family: "trebuchet ms", arial, sans-serif;
}
#primarynav li{
	display: block;
	background: url(../images/i_nav-door2.png) right top no-repeat;
	height: 79px;
	float: left;
	margin: 5px 3px 0 0;	
}
#primarynav a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 25px 10px 35px 10px;
	background:  url(../images/i_nav-door1.png) left top no-repeat;	
	font-weight: 400;
}
* html #primarynav a{
	padding: 0px 10px 0px 10px;
	line-height: 74px;
}
#primarynav a:hover{
	color: #fff700;
}
#primarynav li.first a{
	background:  url(../images/i_nav-door1a.png) left top no-repeat;		
}
#primarynav a span{
	background: url(../images/i_minitab.png) center 25px no-repeat;
	display: block;
	color: #fff700;
	height: 79px;
}
* html #primarynav a span{
	background: url(../images/i_minitab.png) center 50px no-repeat;
	height: auto;
}

/* Sub-header sectional banner */
#subheader h2{
	display: block;
	width: 100%;
	clear: both;
	height: 210px;
	text-indent: -999999px;
	overflow: hidden;
}
.home #subheader h2{
	background: url(../images/i_banner-home.jpg) top left no-repeat;
}
.parents #subheader h2{
	background: url(../images/i_banner-parents.jpg) top left no-repeat;
}
.practitioners #subheader h2{
	background: url(../images/i_banner-practitioners.jpg) top left no-repeat;
}
.blog #subheader h2{
	background: url(../images/i_banner-blog.jpg) top left no-repeat;
}
.news #subheader h2{
	background: url(../images/i_banner-news.jpg) top left no-repeat;
}
.local #subheader h2{
	background: url(../images/i_banner-local.jpg) top left no-repeat;
}
.community #subheader h2{
	background: url(../images/i_banner-community.jpg) top left no-repeat;
}

#content{
	position: relative;
	width: 745px;
	display: block;
	float: left;
}

/* Main Content */
#maincontent{
	width: 362px;
	margin-left: 192px;
	position: relative;
	top: -45px;
}
#maincontent p.first{
	font-size: 120%;
}
#maincontent h4{
	border-bottom: 0px dotted #ccc;
	margin-bottom: 10px;
}
.column1, .column2{
	width: 45%;
	float: left;
	margin: 0 2% 0 0;
}
.column2{
	margin: 0 0 0 2%;
}

.blog #maincontent h4.sub{
	border-bottom: 0;
	margin-bottom: 0;
}

/* Secondary Content */
#secondarycontent{
	width: 185px;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
}

#secondarycontent .recent {
       font-size: 99%;
       background: url(../images/i_sidebar-shadow.png) #c06 repeat-y right 50%;
       padding-bottom: 0px;
}
*html #secondarycontent .recent{
       margin-top: -20px;
	   padding-top: 20px;
}
#secondarycontent .recent div {
       min-height: 3em;
       background: url(../images/i_sidebar-bottom.png) no-repeat left bottom;
       padding-top: 5px;
	   padding-bottom: 10px;
}


/* Secondary Navigation */
#secondarycontent .recent ul{
	margin: 10px 20px 20px 10px;
	padding-bottom: 5px;
}
#secondarycontent .recent li{
	border-bottom: 1px solid #a40052;
	list-style: url(../images/i_bullet2.png);
	line-height: 100%;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
#secondarycontent .recent li a{
	color: #fff;
}
#secondarycontent .recent li a:hover{
	color: #fff700;
}
/* Second level of Secondary Navigation */
#secondarycontent .recent ul li.active{
	list-style: url(../images/i_bullet2b.png);
}
#secondarycontent .recent ul ul{
	margin: 10px;
}
#secondarycontent .recent ul ul li{
	border: none;
	margin-bottom: 0;
}

/* Other elements in the secondary content bar */
#secondarycontent p, #secondarycontent ul, #secondarycontent h3, #secondarycontent h4{
	margin: 0 20px 0 10px;
	font-size: 95%;
}
#secondarycontent h3{
	font-size: 120%;
	color: #ff0;
	margin-top: 5px;
}
#secondarycontent h4{
	font-size: 110%;
	color: #ff0;
	margin-top: 10px;
	line-height: 1.3em;
}
#secondarycontent a{
	color: #ff0;
	text-decoration: none;	
}
#secondarycontent .date{
	font-weight: 600;
}

#secondarycontent .feature{
	margin-right: 10px;
	margin-top: -25px;
}
#secondarycontent .feature h3{
	margin-right: 10px;
	margin-top: 0;
}

/* styling for tt_news sidebar of news section */
.news #secondarycontent .news-latest-container {
	font-size: 95%;
	margin-top: -5px;
	width: 176px !important;
	padding-bottom: 20px;
	background: #CC0066 url(../images/i_sidebar-bottom.png) no-repeat left bottom !important;
}

.news #secondarycontent .news-latest-container h3 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.news #secondarycontent .news-latest-container .news-latest-date, 
.news #secondarycontent .news-latest-container .news-latest-gotoarchive,
.news #secondarycontent .news-latest-container img {
	padding-left: 10px;
}

.news #secondarycontent .news-latest-container .news-latest-morelink {
	margin-top: -15px;
	padding-left: 10px;
	padding-bottom: 5px;
}

/* Tertiary Content */
#tertiarycontent{
	width: 175px;
	position: absolute;
	top: -40px;
	left: 570px;
}
#tertiarycontent h3{
	color: #6cc;
	font-size: 120%;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#tertiarycontent h4{
	color: #c06;
	font-size: 120%;
	font-weight: 600;
}
.blog #tertiarycontent h4{
	color: #9c0;
}

/* Footer */
#footer{
	margin: 0 195px;
	border-top: 1px solid #ccc;
	color: #999;
	font-size: 95%;
	padding: 10px 0;
	width: 355px;
}
/* Forms */
input.submitimg{
	margin-top: 3px;
	margin-bottom: -3px;
}
/* Signup form */
form#signup{
	position: absolute;
	top: -320px;
	right: 0;
	text-align: right;
	
}

/* Blog Search form */
form#frmBlogSearch{
	margin-bottom: 10px;
}
form#frmBlogSearch input#txtSearch{
	width: 100px;
}

/* Comments Form */
#commentsform h4, #commentsform form{
	padding: 0 10px;
	border: 0;
	margin: 0;
}

#commentsform label{
	font-weight: 600;
}
#commentsform input#txtURL, #commentsform input#txtEmail, #commentsform input#txtName, #commentsform textarea{
	width: 90%;
}
#commentsform textarea{
	height: 200px;
}
#commentsform label{display: block;}

/* Feature boxes */
.feature{
	margin-bottom: 10px;
}
.feature a{
	text-transform: uppercase;
	color: #fff;
}
.feature p, .feature ul, .feature h2, .feature h3, .feature h4, .feature img{
	padding-left: 10px;
	margin-right: 10px;
}
.feature.type1{
	background: #9c0;
}
.feature.type1 p{
	margin: 0 20px 0 10px;
	font-size: 95%;
}	
}
.feature.type1 p a{
	color: #ff0;
	text-decoration: none;	
}
.feature.type2{
	background: #fff700;
}
.feature.type2 a{
	color: #666;
}
.feature.type3{
	background: #c06;
	color: #fff;
}
.feature.type4{
	background: #6cc;
	color: #fff;
}

/* Miscellaneous */
dl.recent dt{
	text-align: right;
	font-weight: 400;
}
dl.recent dt a{
	display: block;
	text-align: left;
	font-weight: 600;	
}
dl.recent dd{
	margin-bottom: 10px;
}

.fr{
	float: right;
	margin-left: 10px;
}
.fl{
	float: left;
	margin-right: 10px;
}
.boxout{
	width: 175px;
	display: block;
}
.caption, .meta{
	font-size: 90%;
}
.caption strong{
	color: #c06;
}
.date{
	color: #ccc;
}
.pullquote{
	width: 175px;
}
.pullquote blockquote{
	padding: 10px;
	margin: 0;
	font-size: 120%;
	line-height: 150%;
	color: #9c0;
	font-family: 'trebuchet ms', arial, helvetica, sans-serif;
}
.comment{
	font-style: italic;
	margin-bottom: 30px;
}
.break{
	width: 100%;
	clear: both;
	display: block;
}

/* Specific Text Replacement */
h3.youthmusic{
	display: block;
	text-indent: -999999px;
	overflow: none;
	background: url(../images/t_youthmusic.png) top left no-repeat;
	height: 50px !important;
	line-height: 50px !important;
}

.news h3 a, .blog h3 a{
	color: #CC0066;
	text-decoration: none;
}

/* sIFR */

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*.sIFR-hasFlash #maincontent h3 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 24px;
	height: 40px;
}

.sIFR-hasFlash #tertiarycontent h3 {
	visibility: hidden;
	letter-spacing: -2px;
	font-size: 21px;
	height: 25px;
	margin: 30px 0 0 0;
}*/
.sIFR-hasFlash #tertiarycontent .feature h3 {
	height: 30px;
	margin: 0 10px 0 0;
	display: block;
	width: 145px;
}

.sIFR-hasFlash #tertiarycontent .feature h4 {
	height: 16px;
	margin: 0 10px 0 0;
 	width: 145px;
	line-height: 16px;
}

/* Nifty Corners */
.rtop,.artop{display:block}
.rtop *,.artop *{display:block;height:1px;overflow:hidden;font-size:1px}
.artop *{border-style: solid;border-width:0 1px}
.r1,.rl1,.re1,.rel1{margin-left:5px}
.r1,.rr1,.re1,.rer1{margin-right:5px}
.r2,.rl2,.re2,.rel2,.ra1,.ral1{margin-left:3px}
.r2,.rr2,.re2,.rer2,.ra1,.rar1{margin-right:3px}
.r3,.rl3,.re3,.rel3,.ra2,.ral2,.rs1,.rsl1,.res1,.resl1{margin-left:2px}
.r3,.rr3,.re3,.rer3,.ra2,.rar2,.rs1,.rsr1,.res1,.resr1{margin-right:2px}
.r4,.rl4,.rs2,.rsl2,.re4,.rel4,.ra3,.ral3,.ras1,.rasl1,.res2,.resl2{margin-left:1px}
.r4,.rr4,.rs2,.rsr2,.re4,.rer4,.ra3,.rar3,.ras1,.rasr1,.res2,.resr2{margin-right:1px}
.rx1,.rxl1{border-left-width:5px}
.rx1,.rxr1{border-right-width:5px}
.rx2,.rxl2{border-left-width:3px}
.rx2,.rxr2{border-right-width:3px}
.re2,.rel2,.ra1,.ral1,.rx3,.rxl3,.rxs1,.rxsl1{border-left-width:2px}
.re2,.rer2,.ra1,.rar1,.rx3,.rxr3,.rxs1,.rxsr1{border-right-width:2px}
.rxl1,.rxl2,.rxl3,.rxl4,.rxsl1,.rxsl2,.ral1,.ral2,.ral3,.ral4,.rasl1,.rasl2{border-right-width:0}
.rxr1,.rxr2,.rxr3,.rxr4,.rxsr1,.rxsr2,.rar1,.rar2,.rar3,.rar4,.rasr1,.rasr2{border-left-width:0}
.r4,.rl4,.rr4,.re4,.rel4,.rer4,.ra4,.rar4,.ral4,.rx4,.rxl4,.rxr4{height:2px}
.rer1,.rel1,.re1,.res1,.resl1,.resr1{border-width:1px 0 0;height:0px !important;height /**/:1px}

div.news-list-date{
	margin: 10px 0;
}

#addNews {
	background: #CC0066;
	width: 176px;
	padding-bottom: 10px;
}

#addNews a {
	margin-left: 10px;
}

div#footer {
        clear: both;
}

span.news-list-morelink {
	display:block;
	margin-top: 15px;
}
