﻿/* Vertical CSS for folio theme: label- hot pink */

/* full width container */
#TS_titleContainer	{
	background-color:#dbd7c3;
	text-align:center;
	padding:0;
	margin:0;
	border:none !important;
}
/* style of actual title area */
.TS_titleArea	{
	background-color:#f8f8f1;
	width:880px;
	margin-left:auto;
	margin-right:auto;	
	padding:20px 0px 40px 0px;
	text-align:left;
}
/* style for the title text container */
.shortTitle {
	width: 230px;
}
/* style for the title text itself */
.TS_titleText	{
	color:#FFFFFF;
	font-size:3.0em;
	letter-spacing:2px;
	font-family: "kaffeesatz", sans-serif;
	text-transform:uppercase;
	font-weight:300;
	background-color:#ff007b; /* change this to the primary color */
	display:inline;
	padding-left:10px;
	padding-right:10px;
}
/* placeholder for photo */
.TS_titlePhoto	{
}


/* BODY CONTENT AND LEFT NAV */

/* full width container */
#TS_bodyContainer {
	text-align:center;
	background-color:#dbd7c3;
	padding:0;
	margin:0;
	border:none;
}
/* spacer for legacy themes */
.TS_bodyTopBorder {
	display:none;
}
/* style of actual body area */
.TS_bodyAreaContainer {
	background-color:#f8f8f1;
	width:820px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	padding:0px 30px 0px 30px;
}
.TS_bodyArea {
	text-align:left;
	border:none;
}

/* remaining-width content area */
.TS_bodyContent {
	padding:0px 0px 20px 30px;
}
/* constrain actual text width */
.TS_bodyContentContainer {
}


/* NAVIGATION AREA */

/* left nav container */
.TS_navAreaContainer {
	width:180px;
	background-color:#f8f8f1;
}
/* style of actual navigation area */
.TS_navArea	{
	text-align:left;
    /* margin-left:auto; /* new theme centering */ 
	/* margin-right:auto; /* new theme centering */
	background-color:#f8f8f1;
}
/* style that applies to all menu items */
.TS_navText	{
	margin:0;
	padding:0;
	font-family:Arial, Sans-Serif;
}
/* remove default list styling */
.TS_navText li {
	padding:0px;
	margin:0px;
	border:none;
}


/* style for selected nav item */
.TS_navSelected	{
}
/* style for the selected link Text */
.TS_navSelectedLink	{
	color:#FFFFFF;
	display:block;
	padding:8px 10px 6px 10px;
	font-size:130%;
	font-weight:300;
	letter-spacing:1px;
	line-height:1em;
	font-family: "kaffeesatz", sans-serif;
	text-transform:uppercase;
	border-top:1px #FFFFFF solid;
	background-color:#ff007b; /* change this to the primary color */

}
.TS_navSelectedLink:hover	{
    text-decoration:none;
	color:#FFFFFF;
}

/* style for non-selected nav item */
.TS_navNonSelected {
}
/* style for the non selected link Text */
.TS_navNonSelectedLink {
	color:#323230;
	display:block;
	padding:8px 10px 6px 10px;
	font-size:130%;
	font-weight:300;
	letter-spacing:1px;
	line-height:1em;
	font-family: "kaffeesatz", sans-serif;
	text-transform:uppercase;
	border-top:1px #FFFFFF solid;
	background-color:#e9eadb;
}
.TS_navNonSelectedLink:hover {
	text-decoration:none;
	color:#ff007b; /* change this to the primary color */
}

/* sub nav that appears when there are more than 2 levels */
.TS_subNavText {
	margin:0px 0px 4px 0px;
	padding:4px 0px 0px 10px;
	list-style-image:none;
	font-family: Arial,sans-serif;
	background-color:#f8f8f1;
}
.TS_subNavText LI {
	list-style-type:none;
	border-bottom:none !important;
	font-size:.9em;
	font-weight:bold;
	padding:2px 10px 2px 0px;
}

/* 2nd level text */
.TS_subNavText LI .TS_navNonSelectedSubLink	{
	font-weight:bold;
	padding:5px 0px 5px 0px;
}
.TS_subNavText LI .TS_navNonSelectedSubLink:hover	{
	text-decoration:none;
	color:#ff007b; /* change this to the primary color */
}
.TS_subNavText LI .TS_navSelectedSubLink	{
	font-weight:bold;
	padding:5px 0px 5px 0px;
	color:#ff007b;
    text-decoration:none;
}
.TS_subNavText LI .TS_navNonSelectedSubLink:hover	{
	text-decoration:none;
}

/* 3rd-5th level text */
.TS_subNavText LI LI .TS_navNonSelectedSubLink	{
	font-weight:normal;
	font-size:.9em;
	padding:3px 0px 3px 8px;
}
.TS_subNavText LI LI .TS_navNonSelectedSubLink:hover	{
	text-decoration:none;
	color:#ff007b; /* change this to the primary color */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.TS_subNavText LI LI .TS_navSelectedSubLink	{
	font-weight:normal;
	color:#ff007b;
    text-decoration:none;
	font-size:.9em;
	padding:3px 0px 3px 8px;
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 6px;
}
.TS_subNavText LI LI .TS_navNonSelectedSubLink:hover	{
	text-decoration:none;
}

/* BREADCRUMB AREA */

/* full width container */
#TS_breadcrumbContainer	{
	text-align:center;
}
/* style of actual breadcrumb area */
.TS_breadcrumbArea	{
	text-align:left;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText	{
	color:#9b9b9b;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText A	{
	color:#9b9b9b;
	text-decoration:none;
}


/* PAGE TITLE AREA */

/* full width container */
#TS_headerContainer	{
	text-align:center;
}
/* style of actual header area */
.TS_headerArea	{
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:20px;
	text-align:left;
}
/* style for the header text itself */
.TS_headerText	{
	margin:0;
	padding:0;
	color:#636052;
	font-size:1.8em;
	font-family: "kaffeesatz", sans-serif;
	font-weight:300;
}
/* page description*/
.TS_subheaderText {
	font-family: Arial,sans-serif;
	font-size:.9em;
	color:#636052;
	font-weight:normal;
}

/* content section header */
.TS_contentSectionHeaderContainer	{
	border:none;
}
.TS_contentSectionHeader	{
	margin:0px 0px 4px 0px;
	padding:0;
	font-family: Arial,sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#ff007b; /* change this to the primary color */
}

/* CONTENT TYPES */
.TS_directions	{
}
.TS_directionsItem	{
	margin-bottom:6px;
}
.TS_standards	{
	border-top: 1px #636052 solid;
	border-bottom: 1px #636052 solid;
	padding:6px 0px 6px 0px;
}
.TS_attachments	{
	border:none;
	background-color:transparent;
}

/* author information */
#TS_createdBy	{
	margin-top:30px;
	font-size:.65em;
	padding-top:6px;
	border:none;
}


/* FOOTER */

/* full width container */
#TS_footerContainer	{
	text-align:center;
	height:46px;
}
/* style of actual footer area */
.TS_footerArea	{
	width:830px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	padding:0px 10px 0px 10px;
}


