body{
	background: url(../images/main-bg.jpg);
}

/*Custom Sizing*/
@media only screen and (max-width: 767px)
{
    .whyteAvenue
    {
        background: url(../images/whyte-logo-sm.png) no-repeat!important;
    }
    .oldStrath{
	    background: url(../images/osba-logo-sm.png) no-repeat!important;
}

}

.bodyWrap{
	background: url(../images/cake-bg.jpg) no-repeat top center;
}

h1{
	color:#4d4d4d;
}

h2, h3{
	color:#4d4d4d;
}

p, ul li{
	font-size:16px;
	color:#4d4d4d;
}

.whyteAvenue{
	background: url(../images/whyte-logo.png) no-repeat;
}

.oldStrath{
	background: url(../images/osba-logo.png) no-repeat;
}

ul.pagination li a{
	color:#4d4d4d;
}

.content
{
    background:url(../images/trans-bg.png) repeat;
}

fieldset
{
  /*  background: #fff; */
}

    fieldset legend
    {
        background: none;
    }

/*---NAV STYLES---*/

.head{
	background:none;
}

.nav-bar li a{
	color:#333;
}

.nav-bar>li.active a{
	color:#ee3524;
}

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:#2b2b2b;
}

.readPost{
	color:#ea4022;
}

.comments{
	color:#2b2b2b;
}

.posted{
	color: #4D4D4D;
}

.sideBlogNav a{
	color:#4D4D4D;
}

.sideBlogNav ul li a:hover{
	color: #222; 
}

.archive li span{
}

/*---FEATURED SECTION---*/

.featured h3, .featured h3 a{
	color:#ffe980;
}


.featured p{
	color:#4d4d4d;
}
s
.featured a{
	color:#ffe980;
}

/*---FOOTER SECTION---*/

.footer ul li{
	color:#4d4d4d;
}

.footer ul li a{
	color:#4d4d4d;
}

.footer h4{
	color:#4d4d4d
}

/*---PROFILE STYLES---*/

.profile h1{
	color:#36214C;
}

[class*="foundicon-"] {
  color: #36214C;
}

.directory a
{
    color: #4d4d4d;
}

.navrow
{
    background:url(../images/trans-bg.png) repeat;
}
.datebox {
    background:url(../images/trans-bg.png) repeat;
    border: 1px solid #897699;
    zoom: 1;
    padding: 5px 10px;
}

    .datebox p {
        color: #4d4d4d !important;
        z-index: 1000000;
        margin-bottom: 8px;
    }

.events_container {
	background-color:rgba(255,255,255,0.7);
}

.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: #333;
	font-size: 1em;
}
.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 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-color: #efefef;
	-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 li a:hover {
        color: #ea4022;
    }

.rnav ul ul > li a:hover {
	background-color: #ccc;
	background-color: rgba(231, 231,231, 0.9);
	color: #ea4022;
}
.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/white-bg.jpg);
	}
	.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*/

.homeblog p {
    color: #fff!important;
}

.homeblog .blogHead a{
    color: #ffe980!important;
}

.homeblog .comments {
    color: #fff!important;
}

.featured h3, .featured h3 a {
    color: #ea4022;
}

.directory-big a {
    color: #4d4d4d;
}



ul.disc li:before {
    font-family: 'FontAwesome';
    content: "\f0da";
    margin: 0 5px 0 -15px;
    color: #4d4d4d;
    list-style-type: none;
}

    ul.disc li a {
        color: #4d4d4d;
    }

     ul.disc li a:hover {
        color: #f9ba10;
    }

.directory a:hover {
    color: #f9ba10;
}




















