/*  phpBB3 Style Sheet extensions.css
    --------------------------------------------------------------
	Style name:		scimitarweb
	Based on style:		prosilver (the default phpBB 3.1.x style)
	Original author:	Tom Beddard ( http://www.subblue.com/ )
	Modified by:		Ian Rushin for RSSOC 2017
				Specifically for extension tweaks
    --------------------------------------------------------------
*/

/* ScimitarWeb Header Extension */

body {padding-top: 0;}
#wrap {max-width: none; padding-top: 12px;}
.headerbar {margin: 0; padding: 0; padding-left:5px; padding-right:5px;
}


.sm-menu {
font-size: 12px;
font-weight: bold;
}
/* end of ScimitarWeb Header Extension */


/* Top Five Extension - remove display of newest users and most active users */

dd.topics.tf-most-active {display: none;}
dd.topics.tf-active-header {display: none;}
dd.lastpost.tf-newest {display: none;}

#top_five .meta {display: inline;}

/* end of Top Five */



/* Advertisement Management extension - make ad images responsive */

.phpbb-ads-center a img {max-width:100%; height:auto;}

/* end of Advertisement Management */



/*SITEMAKER*/
/* hide sub menus and show on hover */

ul.sm-list ul.sm-list {display: none;
        
}
ul.sm-list li:hover ul.sm-list {
display: block; 
background-color: #cadceb;
z-index: 1000;
position: fixed; 
 
}

/*end of SITEMAKER*/