﻿/* Horizontal CSS for folio theme: reporter - dove grey */

/* NAVIGATION AREA */

/* full width container */
#TS_navContainer	{
	background-color:#e0dbd0;
	text-align:center;
	padding:0;
	margin:0;
	border:none;
	border-bottom:8px #FFFFFF solid;
}

/* style of actual navigation area */
.TS_navArea	{
	background-color:#e0dbd0;
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding:0px 0px 8px 0px;
	text-align:center;
}
/* style that applies to all menu items */
.TS_navText	{
	color:#000000;
	margin:0;
	padding:0;
	list-style-type:none;
	font-family: "lemonde-journal", sans-serif;
	font-size:.9em;
}
/* remove default list styling */
.TS_navText LI	{
	vertical-align:top;
	line-height:1em;
	padding:0px;
	margin:8px 10px 8px 8px;
}

/* style for selected nav item */
.TS_navSelected	{
	color:#7d7870;
	font-style:italic;
}
/* style for the selected link Text */
.TS_navSelectedLink	{
	color:#7d7870;
	text-decoration:none;
	font-weight:normal;
}
.TS_navSelectedLink:hover	{
	color:#7d7870;
	text-decoration:none;
}

/* style for the non selected nav item */
.TS_navNonSelectedLink	{
	color:#000000;
	text-decoration:none;
}
/* style for the non selected link Text */
.TS_navNonSelectedLink:hover	{
	text-decoration:none;
	color:#7d7870; /* change this to the primary color */
}


/* TITLE */

/* full width container */
#TS_titleContainer	{
	background-color:#e0dbd0;
	text-align:center;
	padding:0;
	margin:0;
	border:none;
	border-top:1px #d5cbb8 solid;
	border-bottom:4px #FFFFFF solid;
}
/* style of actual title area */
.TS_titleArea	{
	background-color:#e0dbd0;
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	padding:40px 0px 40px 0px;
	text-align:center;
}
/* style for the title text itself */
.TS_titleText	{
	color:#000000;
	font-size:2.5em;
	font-family: "lemonde-journal", sans-serif;
	font-weight:normal;
}

/* BODY CONTENT AND OPTIONAL LEFT SUBNAV */

/* full width container */
#TS_bodyContainer	{
	text-align:center;
	padding-bottom:20px;
	margin:0px;
	border:none;
	border-top:3px #e0dbd0 solid;
	background-color:#FFFFFF;
}
/* style of actual body area */
.TS_bodyAreaContainer {
	width:800px;
	margin-left:auto;
	margin-right:auto;	
	text-align:left;
	padding:20px 0px 0px 0px;
}
.TS_bodyArea	{
}

.TS_leftbar {
    display:none;
}
/* sub nav that appears when there are more than 2 levels */
.TS_bodySubNavContainer	{
	margin:0px;
	padding:0px 20px 0px 0px;
	border:none !important;
	width:180px;
}
.TS_bodySubNav	{
	background-color:transparent;
	border-bottom:none;
	margin:0px;
	padding:0px;
	background-image:url(subnavBkgrnd.png);
	background-repeat:no-repeat;
	background-color:#e0dbd0;
}
.TS_bodySubNavText	{
	margin:0px;
	padding:0px;
	font-family:Verdana, Sans-Serif;
}
.TS_bodySubNavText LI	{
	list-style-type:none;
	margin:0px;
}
/* style for the selected and non selected subnav link Text */
.TS_navSelectedSubLink, .TS_navNonSelectedSubLink	{
	text-decoration:none;
	font-weight:bold;
	font-size:.85em;
	display:block;
	padding:10px 10px 8px 10px;
}
.TS_navSelectedSubLink	{
	color:#7d7870;
}
.TS_navSelectedSubLink:hover, .TS_navNonSelectedSubLink:hover	{
	color:#7d7870;
}

/* 3rd-5th levels */
.TS_bodySubNavText LI .TS_bodySubNavText	{
	padding-top:4px;
	padding-bottom:2px;

}
.TS_bodySubNavText LI .TS_bodySubNavText LI	{
	border-top:none;
	padding:3px 0px 0px 10px;
	margin:0px 0px 0px 0px;
	list-style-image:none;
	font-size:1em !important;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navNonSelectedSubLink, .TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink {
	padding:0px 0px 6px 10px;
	margin:0px;
	font-weight:normal;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink {
	color:#7d7870; /* change this to the primary color */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navSelectedSubLink:hover {
	color:#7d7870; /* change this to the primary color */
}
.TS_bodySubNavText LI .TS_bodySubNavText LI	.TS_navNonSelectedSubLink:hover {
	color:#7d7870; /* change this to the primary color */
	background-image:url(bullet.png);
	background-repeat:no-repeat;
	background-position:0px 4px;
}

/* content area */

.TS_bodyContent {
	padding:0px 20px 20px 0px;
	width:600px;
	background-color:#FFFFFF;
}

/* 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:30px;
	padding-bottom:10px;
	border-bottom:1px #e0dbd0 solid;

}
/* style for the breadcrumb text itself */
.TS_breadcrumbText	{
	color:#9b9b9b;
}
/* style for the breadcrumb text itself */
.TS_breadcrumbText A	{
	color:#9b9b9b;
	text-decoration:none;
}
.TS_breadcrumbText A:hover	{
	text-decoration:underline;
}


/* 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:#000000;
	font-size:1.8em;
	font-family: "lemonde-journal", sans-serif;
	font-weight:normal;
}
/* page description*/
.TS_subheaderText {
	font-family: Arial,sans-serif;
	text-transform:uppercase;
	font-size:.9em;
	color:#7d7870;
	font-weight:normal;
}

/* content section header */
.TS_contentSectionHeaderContainer	{
	border:none;
}
.TS_contentSectionHeader	{
	margin:0px 0px 4px 0px;
	padding:0;
	font-family: "lemonde-journal", sans-serif;
	font-size:1.5em;
	font-weight:normal;
	color:#000000; /* 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;
	margin-bottom:10px;
	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;
}


