body{
	background: url(../images/black-bg.jpg);
}

.bodyWrap{
	background: url(../images/dark-header.jpg) no-repeat top center;
}

/*Custom Sizing*/
@media only screen and (max-width: 767px)
{
    .whyteAvenue
    {
        background: url(../images/whyte-logo-white-sm.png) no-repeat!important;
    }
    .oldStrath{
	    background: url(../images/osba-logo-white-sm.png) no-repeat!important;
}

}

h1{
	color:#f9ba10;
}

h2{
	color:#f9ba10;
}

h3, h4
{
    color: #ccc;
}

p, ul li{
	font-size:16px;
	color:#fff;
}


h2 a
{
    color: #fff;
    text-shadow:1px 1px 1px #000;
}
a
{
   color:#f9ba10;
}
.panel a
{
    color: #3c05b5;
}
.panel p
{
    color: #333;
}

.panel h2, .panel h3, .panle h4
{
    color: #333;
}

ul.pagination li a{
	color:#fff;
}

.whyteAvenue{
	background: url(../images/whyte-logo-white.png) no-repeat;
}

.oldStrath{
	background: url(../images/osba-logo-white.png) no-repeat;
}

.content
{ 
    background: url(../images/black-bg.png) repeat-x;
    background-size:30% 100%;
}

/*
fieldset
{
    background: #000;
}
*/




/*---NAV STYLES---*/

.head{
	/*background: url(../images/black-bg.png) repeat;*/
}

.navrow
{
    background: url(../images/black-bg.png) repeat;
}

.nav-bar li a{
	color:#fff;
}

.nav-bar li a:hover
{
    color: #f9ba10;
}

.nav-bar>li.active a{
	color:#f9ba10;
}

ul.breadcrumbs li a{
	color:#fff;
}

/*---BREAD CRUMBS---*/

ul.breadcrumbs li a{
	color:#fff;
}

ul.breadcrumbs li.unavailable a{
	color:#efd70d;
}

/*---HOME PAGE BLOG---*/

.blogHead{
	color:#f9ba10;
}

.readPost{
	color:#ea4022;
}

.comments{
	color:#fff;
}

.posted{
	color:#fff;
}

.sideBlogNav a{
	color:#fff; 
}

.sideBlogNav ul li a:hover{
	color: #efefef; 
}

.archive li span{
	color:#fcb316;
}

blockquote, blockquote p{
	color:#fff;
}

/*---FEATURED SECTION---*/

.featured h3{
	color:#f9ba10;
}


.featured p{
	color:#fff;
}

/*---FOOTER SECTION---*/

.footer ul li{
	color:#fff;
}

.footer ul li a{
	color:#fff;
}

.footer h4{
	color:#fff;
}

/*---PROFILE STYLES---*/

.profile h1{
	color:#f9ba10;
}

.profile #logo
{
    background-color: #f2f2f2;
    padding: 7px;
}

[class*="foundicon-"] {
  color: white;
}

.directory
{
    color: #fff;
}
.datebox {
    background-color: rgba(124, 124, 124, 0.2);
    border: 1px solid #b2b2b2;
    zoom: 1;
    padding: 5px 10px;
}

    .datebox p {
        color: #ffffff !important;
        z-index: 1000000;
        margin-bottom: 8px;
    }

.events_container {
	background:none;
}

.event_title
{
    color: #fff;
}

.contactList li
{
    color: #333;
}

.form-label-left
{
    color: #fff!important;
}

.panel .nav-bar li a{
	color:#6d56a0;
}


.rnav-link {
	display: none;
	float: right;
	text-decoration: none;
	padding: 19px 10px;
}
.rnav { 
	max-width: 1024px;
	-webkit-transition: all 0.3s ease-out;  
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out; 
}
.rnav ul { 
	padding: 0px;
	margin: 0px;
	list-style: none;
	position: relative;
	z-index:9999;
	display: inline-table;
    width:100%;
}
.rnav > li > ul.sub-menu {
	min-width: 10em;
	padding: 4px 0;
	background-color: #efefef;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.rnav ul:after {
	content: ""; clear: both; display: block;
}
.rnav ul li {
	padding: 0px;
}
.rnav > ul > li { 
	display: inline-block;
}
.rnav ul li a { 
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: .9em;
}
.rnav ul li > a { 
	/*height:58px;*/
	padding: 15px 0px;
    padding-right:80px;
    padding-left:0px;
	font-family: "proxima-nova-alt-condensed",sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size:20px!important;
}

    .rnav ul li > a:hover, .rnav ul ul li > a:hover {
        color: #efd70d;
    }


    .rnav ul ul li > a
    {
        padding-left: 10px;
    }

.rnav ul ul { 
	display: none; 
	position: absolute; 
	top:100%;
	min-width: 160px;
	background-color: #efefef;
	border: 1px solid #CCC;
	border: 1px solid rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.rnav ul li:hover > ul {
	display: block;
}
.rnav ul ul > li {
	position: relative;
}
.rnav ul ul > li a {
	height: auto;
	background: url(../images/black-bg.png);
	-webkit-transition: background-color 0.2s ease-out;  
	-moz-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out; 
}
.rnav ul ul > li a:hover {
	background-color: #ccc;
	background-color: rgba(231, 231,231, 0.9);
	color: #333;
}
.rnav ul ul ul {
	position: absolute; 
	left: 100%; 
	top:0;
}


@media screen and (max-width: 768px) {
    
    a.rnav-link {
		display: block;
		color: #333;
		background-color: #efefef;
		background-color: rgba(239, 239,239, 1);
		font-weight:bold;
	}
	.rnav {
		clear: both;
		min-width: inherit;
		float: none;
	}
	.rnav, .rnav > ul ul {
		overflow: hidden;
		max-height: 0;
		background: url(../images/black-bg.png);
	}
	.rnav > li > ul.sub-menu {
	padding: 0px;
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	}
	.rnav.active, .rnav > ul ul.active {
		max-height: 55em;
	}
	.rnav ul {
		display: inline;
	}
	.rnav > ul {
		border-top: 1px solid #808080;
	}
	.rnav li, .rnav > ul > li {
		display: block;
	}
	.rnav li a {
		color: #000;
		display: block;
		border-bottom: 1px solid #808080;
		position: relative;
	}
	.rnav li.has-submenu > a:after {
		content: '+';
		position: absolute;
		top: 0;
		right: 0;
		display: block;
		font-size: 1.5em;
        padding-right:10px;
	}
	.rnav li.has-submenu > a.active:after {
		content: "-";
	}
	.rnav ul ul > li a {
		background-color: #efefef;
	}
	.rnav ul ul, .rnav ul ul ul {
		display: inherit;
		position: relative;
		left: auto; top:auto;
		box-shadow: none; 
		border:none;
	}

        .rnav ul li > a
        {
            padding:5px 0px;
            padding-left:10px;
        }
}

/* home changes */


.gowhite {
    color: #fff;
}

.grey-brick {
    background: url(../images/purple-bg.jpg);
    padding:30px 0px;
}

ul.disc li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 5px 0 -15px;
    color: #fff;
    list-style-type: none;
}

    ul.disc li a {
        color: #fff;
    }

     ul.disc li a:hover {
        color: #6d56a0;
    }

     h2 a {
    text-shadow: none;
}

.tabs dd.active, .tabs li.active {
    border-top: 0px;
    border-bottom: 3px solid #f9ba10;
}

.galleryView .searchLogo h2 a {
    color: #6d56a0;
}

label, .editor-label label {
    color: #fff!important;
}

.sideBlog {
    color: #333;
}