/* -----------------------------------------------
IR Event Community local stylesheet.
Author:   Paul Oxborrow
Version:  8 May 2013
PLEASE SAVE THIS FILE LOCALLY!
----------------------------------------------- */

/* Header */

#fdfp #header { height: 149px; }

#fdfp #logo {
	display: none; }

#fdfp #pagetitle,
#fdfp #header h1,
#fdfp #header h1 a {
    width: 980px;
    height: 149px;
    padding: 0; 
    margin: 0; 
    display: block; }
        
#fdfp #header h1 a {       
	text-indent: -9999px;
	background: #fff url(../assets/md5images/8db07f8bf7a5cc35b99e2b70484d9340.png) top left no-repeat; }

/* Navigation */

#fdfp #navigation { height: 36px; }

#fdfp #navigation #tabs,
#fdfp #navigation #tabs ul,
#fdfp #navigation #tabs ul li { 
	margin: 0;
	padding: 0;
	height: 36px; }

#fdfp #navigation #tabs a { 
	height: 36px;
	line-height: 36px;
	font-size: 12px;
	font-weight: normal;
	background-color: #670099;
	padding: 0 11px;
	color: #fff;
	margin: 0;
	border: 0;
	float: left; }

#fdfp #navigation #tabs a:hover,
#fdfp #navigation #tabs a:active,
#fdfp #navigation #tabs a:focus {
	text-decoration: underline; }
	
/* Sidebar */

#fdfp #sidebar a:link,
#fdfp #sidebar a:visited {
	color: #5c008a;
	text-decoration: none; }

#fdfp #sidebar a:hover,
#fdfp #sidebar a:active,
#fdfp #sidebar a:focus {
	color: #000;
	text-decoration: underline; }
	
#fdfp #sidebar h2 {
	border: 0;
	font-size: 15px;
	color: #000;
	background-color: transparent; }

#fdfp #sidebar form label { color: #000; }

#fdfp #sidebar p.advanced a { 
	text-decoration: none; }

#fdfp #sidebar p.advanced a:hover,
#fdfp #sidebar p.advanced a:active,
#fdfp #sidebar p.advanced a:focus {
	text-decoration: underline; }

#fdfp #sidebar p.advanced + div { display: none; }	

/* Main Content */

#fdfp #main.text h2#series-title {
	text-align: left;
	margin-left: 0; }

#fdfp #main.text h2#series-title a {
	font-size: 21px;
	text-decoration: none; }
	
#fdfp #main.text h2#series-title a:hover,
#fdfp #main.text h2#series-title a:active,
#fdfp #main.text h2#series-title a:focus {
	text-decoration: underline;
	color: #000; }
	
	
#fdfp #main.text a:link,
#fdfp #main.text a:visited {
	text-decoration: underline; }
	
#fdfp #main.text a:hover,
#fdfp #main.text a:active,
#fdfp #main.text a:focus {
	color: #000;
	text-decoration: underline; }
	
#fdfp #main.text .doc a:link,
#fdfp #main.text .doc a:visited {
	text-decoration: none; }

#fdfp #main.text .doc a:hover,
#fdfp #main.text .doc a:active,
#fdfp #main.text .doc a:focus {
	text-decoration: underline; }

/* Footer */

#fdfp #footer {
	height: 82px;
	background-color: #670099;  }

#fdfp #footer p {
	color: #fff;
   }
	
#fdfp #footer p a {
	color: #fff;
    font-size: 12px; }
    	
#fdfp #footer p a:link,
#fdfp #footer p a:visited {
	text-decoration: none; }
    	
#fdfp #footer p a:active,
#fdfp #footer p a:hover,
#fdfp #footer p a:focus {
	text-decoration: underline; }
		
/* 05-14-2013 Sarah Nguyen- removed author corner */	
		
#fdfp #sidebar h2 + ul + h2 + ul + h2 { display:none; }

#fdfp #sidebar h2 + ul + h2 + ul + h2 + ul { display:none; }
	
/* hiding author corner on new sidebars lb 03162017 */
#fdfp #sidebar h2.hiddenheading {
	display:none;
}
#fdfp #sidebar ul#side-author {
	display:none;
}