/*
Theme Name: JJO
Description: Child theme for BuddyPress.
Version: 1.0
Author: Jennifer Sisson
Author URI: http://awesometopic.com
Template: bp-default
Tags: buddypress, two-column, orange
*/


/* Inherit the default theme styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/default.css );

/* Inherit the default theme adminbar styles */
@import url( ../../plugins/buddypress/bp-themes/bp-default/_inc/css/adminbar.css );


body{
	background: none;
}
a {
	color:#f15c31;
}

p {	line-height: 14px;

}

h1 { font-size: 25px; 
	 margin-bottom: 15px; }
	 

h2 { font-size: 20px; 
	 margin-bottom: 5px;
	 margin-top: 15px;
	  }
	 
	 h3 { font-size: 15px;
	 	 margin-top: 15px;
	 margin-bottom: 1px; }
	 
h4 { font-size: 16px; 
	 margin-bottom: 10px; }

div#container{
	border-right: none;
	border-bottom: 1px solid #f15c31;
}
div#content .padder { padding: 30px; }


#wp-admin-bar ul li.signin ul{
	padding: 10px;
	color: #FFF;
}

#wp-admin-bar ul li.signin ul li, #wp-admin-bar ul li.signin ul li:hover, #wp-admin-bar ul li.signin ul form, #wp-admin-bar ul li.signin ul form:hover, #wp-admin-bar ul li.signin ul form:focus{
	background: #333;
}


#header{
	background-image: none !important;
	height: 116px;
	padding-top: 36px;
	margin-bottom: 0;
		border-bottom:1px solid #f15c31;
}
#header h1 {
	top: 42px;
	left:-46px;
	margin-left: 25px;
	width: 158px;
	line-height: normal;
	float: left;
}

#header h1 a{
	background: url(images/Narativ-logo.jpg) no-repeat;
	width: 158px;
	height: 101px;
	display: block;
	overflow: hidden;
	text-indent: -999px;
	line-height: 0;
}

#header #search-bar{
	width: 25%;
}

#header #search-bar .padder{
	padding-right: 10px!important;
}

#header #search-bar .padder	ul{
	float: right;
}
#header #search-bar .padder ul li{
	float: left;
	margin-left: 10px;
}

/* HEADER LOG-IN */
#headLogin{
	color: #f15c31;
	width: 120px;
	float: right;
	clear: both;
	margin-top: 12px;
}

#headLogin input{
	width: 150px!important;
}

#headLogin #sidebar-me{
	text-align: left;
}

#headLogin img.avatar {
	border:2px solid #EEEEEE;
	float:left;
	margin: 0 8px 6px 0;
}


/* CONTENT */

div.post img {margin-right: 50px; }

div.post img.alignleft {
display:inline;
margin:0 25px 2px 0;
padding: 0!important;
}

.vvqbox{
	margin: 0 auto 10px auto!important;
}

div#content .padder {
	-moz-border-radius-bottomleft:6px;
	-moz-border-radius-topleft:6px;
	border-right:1px solid #E4E4E4;
	margin-right:315px;
}


.registerForThis{
	float: right;
	width: 100px;
	margin: 8px 0 0 0;
}

.registerForThis .button{
	padding: 8px!important;
	background: #f15c31;
	color: #FFF;
}

.registerForThis .button:hover{
	color: #DDD;
}



/* SIDEBAR */

.profile{
	border-top: 1px solid #DDD;
}

.ec3_list{
	margin-left: 0!important;
	letter-spacing: auto;
}

.e_date{
	color: #888;
	font-size: 11px;
	margin-top: 5px;
}

#sidebar{
	margin-left: -316px!important;
	width: 314px!important;
}

table.ec3_schedule{
float: none!important;
margin-top: 18px!important;
margin-bottom: 20px!important;
}

table.ec3_schedule td{
	text-align: left;
	color: #f15c31!important;
	padding: 4px!important;
}

.ec3_start{
	width: 75px;
}

.ec3_to{
	width: 25px;
}

table.ec3_schedule .alt{
	font-size: 16px;
	font-weight: bold;
}

/* SIDEBAR ME */

#footer{
	text-align: center;
	text-shadow: none;
}
	#footer ul{
		padding-right: 3%;
		margin: 0 auto;
		width: 90%;
	}
	#footer ul li{
		display: inline;
		padding-right: 20px;
	}
	#footer ul.social li{
		float: left;
		margin-right: 10px;
	}


.sf-menu a{
	font-family: Helvetica, arial, myriad pro, sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

ul.sf-menu li ul li a{
	text-transform: none;
	font-size: 13px;
}

.sf-menu{
	width: 967px;
	position:relative;
	top:67px;
	left: 140px;
	width:1013px;
	}
	
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	width: 170px;
}
.sf-menu ul li {
	width:			100%;
}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
/**/
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu a {
	/*border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;*/
	padding:9px 13px;
	text-decoration:none;
}
.sf-menu .current_page_item a,
.sf-menu .current_page_ancestor a,
.sf-menu .current_page_parent a {
    border-bottom-color:#fff;
}
.sf-menu li.current_page_item a, .sf-menu li.current_page_item li a:hover, .sf-menu li.current_page_parent a, .sf-menu li.current_page_parent li a:hover, .sf-menu li.current_page_parent ul li.current_page_item a{
	color: #f15c31;
}
.sf-menu li.current_page_parent ul a{
	color: #999999;
}

.sf-menu a, .sf-menu a:visited, .sf-menu li.current_page_item li a  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#999999;
}

.sf-menu li {
	background:		#fff;
}
.sf-menu li li {
	background:		#fff;
}
.sf-menu li li li {
	background:		#9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
    background:     #fafafa;
	outline:		0;
    border-bottom-color:#ccc;
}
.sf-menu ul {
    border-right:1px solid #ccc;
    border-bottom:1px solid #ccc;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	top:32px; /* overriding essential styles */
}
.sf-menu ul ul {
    margin-top:0;
}
.sf-menu ul a {
    background:#fafafa;
	border-bottom:none;
}
.sf-menu ul a:hover {
    color: #f15c31;
}


/* CALENDAR */

.dhx_cal_navline{
	background-color: #f15c31;
}

.dhx_cal_header, .dhx_scale_bar, .dhx_cal_tab.active{
	background-color: #BBB!important;
	background-image: none!important;
}

.dhx_cal_tab.active{
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	}


#wp-calendar table {
	height: 420px;
	border-top: 1px solid #DDD!important;	
	border-bottom: 1px solid #DDD!important;
	margin-bottom: 12px;	
}

#wp-calendar table.nav{ height: 20px; }
#wp-calendar table.nav td {border: none!important; padding: 0!important; text-align:center; width: 30px;}
#wp-calendar table.nav tr{border: none!important;}

#wp-calendar table td {
	text-align: left!important;
	vertical-align: top!important;
	padding: 8px 8px 8px 9px!important;
	border-top: 1px solid #DDD!important;
	border-left: 1px solid #DDD!important;
	width: 14.2%
}

#wp-calendar table thead{
	border-left: 1px solid #DDD!important;
}

#wp-calendar table tr{
	border-right: 1px solid #DDD!important;	
}

.ec3_popup{
	top: 163px!important;
}

#ec3_popup tbody table{
	background: #f15c31;
	color: #FFF;
	border: 1px solid #CCC!important;	
	width: 270px!important;
}

#wp-calendar table td:hover, #wp-calendar table #today {
	border:1px solid #CDCDCD!important;
	padding:0;
	background-color: #FAFAFA;
}

#wp-calendar table .pad:hover{
	background-color: #FFF!important;
	border-color: #DDD!important;
}

#ec3_next,#ec3_prev{
	color: #333;
}

#wp-calendar table tr.alt{
	background-color: #FFF!important;
}

#wp-calendar table.nav tr.alt{
	background-color: #FFF!important;
}

#wp-calendar table.nav td#prev{width:680px; text-align:right!important; padding-right: 20px!important;}
#wp-calendar table.nav td#next{width:26px; text-align:left!important;}

#wp-calendar table.nav{
	border: none!important;
}

#wp-calendar table.nav tr td:hover{
	background-color: inherit!important;
	border: none!important;
}

#wp-calendar table.nav td:hover {border: none!important;}
#wp-calendar table.nav td#next:hover a, #wp-calendar table.nav td#prev:hover a{ color: #f15c31; }

#wp-calendar table caption{
	font-weight: bold;
	font-size: 18px;
	padding: 0 0 12px 0;
	text-align: left!important;
}

#wp-calendar table td.ec3_postday, #wp-calendar table td.ec3_eventday{ 
	background: url('images/calendar_icon.png') no-repeat!important; }

#wp-calendar table td.ec3_postday:hover, #wp-calendar table td.ec3_eventday:hover{ 
	background: url('images/calendar_icon_2.png') no-repeat!important; }

#wp-calendar table td.ec3_eventday:hover a{color: #FFF!important;}

#wp-calendar table td.ec3_eventday a{
	color: #f15c31!important;
}

#wp-calendar table td a{
	padding: 6px;
}

#sidebar .ec3_events li{
	margin: 20px 0 0 0;
	line-height: 13px
}

/* TRAINER BLOG STYLES */

.Trainers #header h1 a{
	background: url(images/Narativ-Trainers-logo.jpg) no-repeat; 
	width: 290px;
}

li.bp-social{
	padding: 0px!important;
	float: right!important;
}

#wp-admin-bar li.bp-social:hover{
}

 li.bp-social a{
 	padding: 4px 2px!important;
 }
 
 .contactTop{
 	float: right;
 }
 .contactTop li{
 	background-image: none!important;
 	padding-right: 0!important;
 }

/* NEW CONTACT FORM */
 
.wpcf7-form img{
	margin: 0!important;
	vertical-align: middle;
}
 
div.wpcf7-validation-errors, div.wpcf7-mail-sent-ng  {
	border:2px solid #f15c31!important;
}

