body
{
    font-family: Raleway, Arial, "Arial Unicode MS" , Helvetica, Sans-Serif;
	font-family: Raleway, Arial, "Arial Unicode MS" , Helvetica, Sans-Serif;    
	font-size: 13px;
    font-weight: normal;
    font-style: normal;
    line-height: 150%;
    color: #555;
    background-color:#382f32;
    margin: 0;
    text-align: justify;
	background-image: url('/Sites/ManStuff/Images/DarkBrownLeather.jpg');
	background-attachment: fixed;
	background-position: right bottom;
	background-size: 100% 100%;		
}

.container 
{
	padding-left:0px;
	padding-right:0px;
}

.container-fluid 
{
    padding-left: 0px;
}
.sitelogo
{
	margin-top:10px;
	margin-left:20px;
	max-height:65px;
}



.AreaBox
{
	border-width:1px;
	margin-top:8px;
	background-color: #fafafa;
	border-radius: 8px;
	border-color:black;
	padding-top:0px;
	box-shadow: 2px 2px 10px black;
}
.AreaBoxHeader
{
	background-image: url("/Sites/ManStuff/Images/WebSite-Header-1.png");
	padding-top:0px;
}
.AreaBoxFooter
{
	font-size:11px;
	padding-top:3px;
	padding-bottom:3px;
	margin-bottom:40px;
}
.AreaBoxFooter .SectionHeader
{
	text-transform:uppercase;
	font-weight:bold;
}
.AreaBoxFooter hr
{
	margin-top:5px;
	margin-bottom:5px;
}
.TopHeader
{
	color: rgb(127, 127, 127); 
	font-family: Arial; 
	font-size: 13px;
}

a 
{
    color: #271d0e;
    text-decoration: none;
}


h1, h2, h3, h4 p
{
    padding: 0;
}

.modulesubtitle {
height:23px;
color:#FFF;
background-color:#EAEAEA;
font-weight:700;
padding:4px 5px 0;
}

.modulecontent {
vertical-align:top;
text-align:left;
padding:4px;
}

.modulefooter {
display:none;
font-size:11px;
text-align:center;
}

.clearpanel {
clear:left;
padding-top:15px;
}

div.sitemap ul,div.sitemap ul li {
list-style:none;
font-size:100%;
}



h2, .Module h2
{
    font-size: 22px;
	font-weight:bold;
}

/* Alternate Module Header
h2, .Module h2
{
    font-family: georgia,serif;
    font-size: 14pt;
    font-weight: bold;
}
*/


h3 {
color:#333;
font-size:16px;
}

hr {
height:1px;
background-color:#D1D7DC;
color:#D1D7DC;
border-width:0;
}

.Settinglabel {
font-weight:700;
font-size:smaller;
}



h1 {
font-size:1.7em;
}



img
{
    border:0;
}

a.ModuleEditLink:hover,a:hover
{
    color: #0033CC;
    text-decoration: underline;
}

a.SelectedPage:link,a.SelectedPage:visited,a.SelectedPage:active {
color:#000;
font-weight:700;
text-decoration:none;
}

legend a.ModuleEditLink,legend a.ModuleEditLink:link,legend a.ModuleEditLink:visited,legend a.ModuleEditLink:hover,legend a.ModuleEditLink:active {
color:#ffc796;
font-size:smaller;
}

a.adminlink:hover, a.adminlink:link, a.adminlink:visited
{
    text-decoration: none;
    color: #1266FF;
    font-weight: bold;
}

a.adminlink:hover,a.ModulePager:link,a.ModulePager:visited,a.ModulePager:hover,a.ModulePager:active,a.selectedcrumb:hover,a.unselectedcrumb:hover {
text-decoration:underline;
}


/* Mobile Sidebar Button - 3 bars and X */
.Sidebar-Button.Standard 
{
    height: 50px;
}
.Sidebar-Button.Standard .icon-bar 
{
    background: Black;
	height:4px;
}
.Sidebar-Button.Standard.X .bar1,
.Sidebar-Button.Standard.X .bar2,
.Sidebar-Button.Standard.X .bar3
{
    background: Black;
	
}
.Sidebar-Button.Standard.X .bar1 {
    top: 10px;
}


.NavButtons  .AtlantisButton
{
	margin-top:10px;
}


#SearchPanel
{
    text-align: right;
}

.SearchTitle
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    font-weight: bold;
}

.SearchURL
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #666666;
    font-style: italic;
}

.SearchDetail,SearchDetail:active
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10pt;
    color: #000000;
}


.ForumList
{
    width:925px;
}

    .NavigationBarTab a
    {
        color:white;
        vertical-align:middle;
    }
    .NavigationBarTab a:hover
    {
        text-decoration:underline;
    }

.RadListBox .rlbItem
{
    padding-top:2px !important;
    padding-bottom:2px !important;
    line-height:1 !important;
}

/* Account Status bar at the top of the page */
.NavigationBarTab {
    background-color: #301f1b;
}


.navbar
{
	/* background-image: url("/Sites/ManStuff/Images/WebSite-Header-1.png"); */
    background-color:#eaf5fb;
    /* min-height: 225px; */
    text-align:left;
    border-radius:8px;
	font-size: 11px;
	color: #222;
	padding-top:0px;
	padding-bottom:0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.navbar-nav
{
	margin-top:8px;
}

.navbar-default .navbar-nav > li > a 
{
    color: black;
	border-color: transparent;
    border-width: 1px;
    border-style: solid;
	border-radius: 8px;
}

.navbar-nav > li > a {
  color: #222;
  font-weight:bold;
}

.navbar-nav > li > a 
{
    padding-bottom: 3px;
}
.nav > li > a:hover, 
.nav > li > a:focus, 
.nav.navbar-nav > li > a:hover 
{
    background-color: #ffc154;
	border-color: #64431a;
}

.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover 
.navbar-default .navbar-nav > .active > a:focus 
{
    color: black !important;
}

.nav a:focus
{
	outline:none;
}
.navbar-default .navbar-nav > .active > a:hover 
{
    background-color: #ffc154;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .active > a 
{
    border-color: #64431a;
    border-width: 1px;
    border-style: solid;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .075);
    box-shadow: inset 0px 3px 9px rgba(0,0,0,0.075);
}

.navbar-right .dropdown-menu {
    left: auto;
	right:auto;
}

.ContentPanel {
    background-color: white;
}
.SettingsPanel 
{
    border-top: solid;
    border-width: 1px;
	border-top-color: #bfa5a1;
}

.RadPanelBar_Default 
{
    background: transparent !important;
}


.RadPanelBar_Default div.rpHeaderTemplate, 
.RadPanelBar_Default a.rpLink
{
	background-color:transparent !important;
}
.rpHeaderTemplate 
{
	border-bottom-color: #bfa5a1 !important;
}


@media screen and (max-width: 768px) {
	body
	{
		padding-top: 60px;
		background-color: white;
		background-image: none;
	}
	.sitelogo
	{
		height:60px;
	}
	.AreaBox
	{
		border-radius: 0px;	
		margin-top:0px;
	}
}
@media screen and (max-width: 991px) {
	.sitelogo
	{
		max-width:450px;
		height:80px;
	}
	.navbar-nav > li > a 
	{
    	margin: 2px 2px;
    	padding-top: 6px;
		padding-bottom:4px;
    	text-align: center;
    	min-width: 20px;
	}
	.navbar .dropdown-menu .icon 
	{
    	font-size: 11px;
	}
	.dropdown-menu > li > a 
	{
    	padding-top: 4px;
		padding-bottom: 4px;
	}
}



@media print
{
    body
    {
        font-size: 10px;
    }

    h2, .Module h2
    {
        font-size: 18px;
    }
}

#MobileSidebarMenu
{
	box-shadow:3px 0px 3px #888888;
}


#MobileSidebarMenu a
{
	color: rgb(255, 255, 255);
	width:100%;
	border-bottom-width:0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	box-shadow: inset 0 -1px rgba(0,0,0,0.1), inset 0 1px rgba(0,0,0,0.1);
	font-size:24px;
}
#MobileSideBarHeader
{
	margin-top:5px;
}

.MobileHeader
{
	height:70px;
	position:fixed;
	top:0px;
	left:0px;
	background-color: white;
	width:100%;
	z-index:3000;
}

.AdminModule h2
{
	font-size: 16px;
	font-family: inherit;
}

/* Top Carousel Slide banner across the top of some pages */
.SlideBanner
{
	margin-top:-10px;
	margin-left:-15px;
	margin-right:-15px
}

.Sidebar-Container.Large span.glyphicons {
    font-size: 28px;
}

.HeaderPanel:hover {
    background-color: #eaeaea;
}

.table-hover > tbody > tr:hover {
    background-color: #eaeaea;
}


.class-videos-page .video {
	padding-bottom: 30px;
}

.class-videos-page .video h3.videotitle {
	margin-top: 5px;
	font-size: 14px;
	height: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

