/* CSS Document */

/******************************************************************************************

	Site:		FPS
	Section:	Magenta

	Author:		Maze
	
	
	
	Media type:		All

	1 - Typography
	2 - Navigation
	3 - Features


******************************************************************************************/



/***********************************************************************
	1 - TYPOGRAPHY
************************************************************************/

body.c-magenta p.lead-para {
	color: #624C9B;
	font-weight: bold;
	font-size: 120%;
}

body.c-magenta p.purpleTxt { color: #624C9B; }

body.c-magenta a { color: #624C9B; }

body.c-magenta #left-column p.sub-nav-head {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #624C9B;
	padding-bottom: 4px;
	color:#000000;
	font-weight: bold;
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;

}

body.c-magenta #content h2.feature_head {
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #624C9B;
	padding-bottom: 4px;
	color:#000000;
	font-weight: bold;
	font-size: 120%;
	font-family:Georgia, "Times New Roman", Times, serif;
}


/***********************************************************************
	2 - NAVIGATION
************************************************************************/


body.c-magenta #sub-nav a:hover {
	color: #624C9B;
	background-color: #CCCCCC;

}


body.c-magenta #sub-nav a.on {
	background-color: #624C9B;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;

}


body.c-magenta #nav-container a.on {
	background-color: #624C9B;
	color: #FFFFFF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #624C9B;
}


/***********************************************************************
	3 - FEATURES
************************************************************************/


#mini-feature {
	float: left;
	width: 200px;
	margin-top: 30px;
	
}

#mini-feature img {
	margin-bottom: 2px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
	padding: 0px;
	float: none;

}

#mini-feature p a {
	float:right;
	margin-bottom:3px;

}

#mini-feature h3 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:0.60em;

}

#mini-feature h3 a {
	color: #FFFFFF;
	font-size: 160%;
	text-decoration: none;
	font-weight: bold;
	margin: 0px;
	display: block;
	padding-top: 12px;
	padding-right: 8px;
	padding-bottom: 12px;
	padding-left: 8px;
}

#mini-feature h3 a:hover {
	text-decoration: none;

}

#mini-feature.one {
	margin-right: 7px;

}

#mini-feature.two {
	margin-right: 7px;

}

#mini-feature.three {


}

#mini-feature.one h3 a {
	background-color: #624C9B;
	border: 1px solid #624C9B;

}

#mini-feature.one h3 a:hover {
	background-color: #FFFFFF;
	color: #624C9B;

}

#mini-feature.two h3 a {
	background-color: #242425;
	border: 1px solid #242425;

}

#mini-feature.two h3 a:hover {
	background-color: #FFFFFF;
	color: #242425;

}

#mini-feature.three h3 a {
	background-color: #C7CCCD;
	border: 1px solid #C7CCCD;
	color: #242425;

}

#mini-feature.three h3 a:hover {
	background-color: #FFFFFF;
	color: #242425;

}

#mini-feature-links {
	margin-top:15px;

}

#mini-feature-links a {
	width: 200px;
	display: block;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding-bottom: 5px;
	text-align: right;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#mini-feature-links a.one {
	margin-right: 7px;

}

#mini-feature-links a.two {
	margin-right: 7px;

}

#mini-feature-links a.three {

}

/*********** TEXT FEATURES ****************/


#feature-col-left {
	float:left;
	width: 300px;
	
}

#feature-col-right {
	float:right;
	width: 300px;
	
}

#text-feature ul {
	margin:0px;
	padding:0px;
	margin-top:25px;
	
}

#text-feature li {
	list-style:none;
	margin-left:0px;
	float:none;
	
}

#text-feature {
	margin-top: 30px;
	
}

#text-feature h4 {
	margin: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	font-size:1.1em;
	color:#333333;
	padding-bottom:8px;
	border-bottom: 8px solid #624C9B;

}

#text-feature p a {
	margin-bottom:3px;

}
#audio_featured { padding:15px; border:#CCCCCC 1px solid; margin:0 0 25px 0; }
#audio_featured img { float:left; margin:0 15px 15px 0; padding:0px; }
#content #audio_featured .text { float:left; width:240px; }
#audio_featured .text h2 { color:624C9B; font-size:180%; margin:0px; padding:0px; }
#audio_featured .text p.date { font-weight:bold; margin:0px; padding:0px; }
#audio_featured .audio_bar { background-color:#ECECEC; }
#audio_featured .audio_bar object { float:left; margin:0 35px 0 0; }
#audio_featured .audio_bar p { float:left; margin:4px 0 0 0; color:624C9B; font-weight:bold; }

/*** tables *******/

table thead tr {
	background-image:url(../../images/framework/tables/magenta-bg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
	color:#FFFFFF;
}
body.c-magenta #content table.news_table a { text-decoration:underline; }
body.c-magenta #content table.news_table a:hover { text-decoration:none; }

