/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,

article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body{
	color:#333;
	font:13px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	background:#fff;
	min-width:970px;
}
ol, ul{list-style:none;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{
	content: '';
	content: none;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	vertical-align: top;
	font:13px/20px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
}
td img.alignleft, td img.alignright,  {
	margin: 0!important;}
/* general settings */
img{vertical-align:top;}
input[type=submit]:hover{cursor:pointer;}
input[type=submit]::-moz-focus-inner{
	border:0;
	padding:0;
}
a{
	text-decoration:none;
	color:#59872d;
}
a:hover{color:#ffcf22;}
a:active{background-color:transparent;}
input,
textarea,
select{
	font:13px/18px 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	vertical-align:middle;
	color:#345e1f;
}
strong {font-weight: 900;}
em {font-style: italic;}

hr  {
	border-bottom-color:rgba(255, 255, 255, 0.298039);
  border-bottom-style:solid;
  border-top-color:rgba(0, 0, 0, 0.0980392);
  border-top-style:solid;
  border-width:1px 0;
  height:0;
  margin-bottom: 15px;
}

/*
	Variable Grid System.
	Learn more ~ http://www.spry-soft.com/grids/
	Based on 960 Grid System - http://960.gs/
	Licensed under GPL and MIT.
*/
/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.
  Note: IE6 works fine without this fix.
*/
/* Containers
----------------------------------------------------------------------------------------------------*/
.container_16{
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
/* Grid >> Global
----------------------------------------------------------------------------------------------------*/
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12,
.grid_13,
.grid_14,
.grid_15,
.grid_16{
	display:inline;
	float: left;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.push_1, .pull_1,
.push_2, .pull_2,
.push_3, .pull_3,
.push_4, .pull_4,
.push_5, .pull_5,
.push_6, .pull_6,
.push_7, .pull_7,
.push_8, .pull_8,
.push_9, .pull_9,
.push_10, .pull_10,
.push_11, .pull_11,
.push_12, .pull_12,
.push_13, .pull_13,
.push_14, .pull_14,
.push_15, .pull_15,
.push_16, .pull_16{position:relative;}
/* Grid >> Children (Alpha ~ First, Omega ~ Last)
----------------------------------------------------------------------------------------------------*/
.alpha{margin-left:0;}
.omega{margin-right:0;}
/* Grid >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .grid_1{width:40px;}
.container_16 .grid_2{width:100px;}
.container_16 .grid_3{width:160px;}
.container_16 .grid_4{width:220px;}
.container_16 .grid_5{width:280px;}
.container_16 .grid_6{width:340px;}
.container_16 .grid_7{width:400px;}
.container_16 .grid_8{width:460px;}
.container_16 .grid_9{width:520px;}
.container_16 .grid_10{width:580px;}
.container_16 .grid_11{width:640px;}
.container_16 .grid_12{width:700px;}
.container_16 .grid_13{width:760px;}
.container_16 .grid_14{width:820px;}
.container_16 .grid_15{width:880px;}
.container_16 .grid_16{width:940px;}
/* Prefix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .prefix_1{padding-left:60px;}
.container_16 .prefix_2{padding-left:120px;}
.container_16 .prefix_3{padding-left:180px;}
.container_16 .prefix_4{padding-left:240px;}
.container_16 .prefix_5{padding-left:300px;}
.container_16 .prefix_6{padding-left:360px;}
.container_16 .prefix_7{padding-left:420px;}
.container_16 .prefix_8{padding-left:480px;}
.container_16 .prefix_9{padding-left:540px;}
.container_16 .prefix_10{padding-left:600px;}
.container_16 .prefix_11{padding-left:660px;}
.container_16 .prefix_12{padding-left:720px;}
.container_16 .prefix_13{padding-left:780px;}
.container_16 .prefix_14{padding-left:840px;}
.container_16 .prefix_15{padding-left:900px;}
/* Suffix Extra Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .suffix_1{padding-right:60px;}
.container_16 .suffix_2{padding-right:120px;}
.container_16 .suffix_3{padding-right:180px;}
.container_16 .suffix_4{padding-right:240px;}
.container_16 .suffix_5{padding-right:300px;}
.container_16 .suffix_6{padding-right:360px;}
.container_16 .suffix_7{padding-right:420px;}
.container_16 .suffix_8{padding-right:480px;}
.container_16 .suffix_9{padding-right:540px;}
.container_16 .suffix_10{padding-right:600px;}
.container_16 .suffix_11{padding-right:660px;}
.container_16 .suffix_12{padding-right:720px;}
.container_16 .suffix_13{padding-right:780px;}
.container_16 .suffix_14{padding-right:840px;}
.container_16 .suffix_15{padding-right:900px;}
/* Push Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .push_1{left:60px;}
.container_16 .push_2{left:120px;}
.container_16 .push_3{left:180px;}
.container_16 .push_4{left:240px;}
.container_16 .push_5{left:300px;}
.container_16 .push_6{left:360px;}
.container_16 .push_7{left:420px;}
.container_16 .push_8{left:480px;}
.container_16 .push_9{left:540px;}
.container_16 .push_10{left:600px;}
.container_16 .push_11{left:660px;}
.container_16 .push_12{left:720px;}
.container_16 .push_13{left:780px;}
.container_16 .push_14{left:840px;}
.container_16 .push_15{left:900px;}
/* Pull Space >> 16 Columns
----------------------------------------------------------------------------------------------------*/
.container_16 .pull_1{left:-60px;}
.container_16 .pull_2{left:-120px;}
.container_16 .pull_3{left:-180px;}
.container_16 .pull_4{left:-240px;}
.container_16 .pull_5{left:-300px;}
.container_16 .pull_6{left:-360px;}
.container_16 .pull_7{left:-420px;}
.container_16 .pull_8{left:-480px;}
.container_16 .pull_9{left:-540px;}
.container_16 .pull_10{left:-600px;}
.container_16 .pull_11{left:-660px;}
.container_16 .pull_12{left:-720px;}
.container_16 .pull_13{left:-780px;}
.container_16 .pull_14{left:-840px;}
.container_16 .pull_15{left:-900px;}
/* `Clear Floated Elements
----------------------------------------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear{
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* http://www.yuiblog.com/blog/2010/09/27/clearfix-reloaded-overflowhidden-demystified */
.clearfix:before,
.clearfix:after{
	content: '\0020';
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.clearfix:after{clear:both;}
/*
  The following zoom:1 rule is specifically for IE6 + IE7.
  Move to separate stylesheet if invalid CSS is a problem.
*/
.clearfix{zoom:1;}
#wrapper{
	overflow:hidden;
	width:100%;
	position:relative;
}
/* header */
#header{
	padding:3px 0 0;
	position:relative;
	z-index:5;
}
/* header-area */
.header-area{
	margin:0 -10px;
	position:relative;
}
/* header-holder */
.header-holder{
	height:16px;
	overflow:hidden;
	padding:2px 3px 5px 3px;
	margin:0 0 4px;
	background:url(../images/bg-header-holder.png) repeat-x;
}
/* search-bar */
.search-bar{
	width:162px;
	float:right;
	margin:-1px 0 0;
}
.search-bar input[type=text]{
	background:#fff;
	width:132px;
	margin:0;
	padding:1px 1px 0;
	height:14px;
	border:1px solid #7f9db9;
	float:left;
	color:#000;
	font:11px/14px Arial, Verdana, Helvetica, sans-serif;
}
.search-bar input[type=text]:-moz-placeholder{color:#000;}
.search-bar input[type=text]::-webkit-input-placeholder{color:#000;}
.search-bar input[type=text]::-moz-placeholder{
	color:#000;
	opacity:1;
}
.search-bar input[type=text]:-ms-input-placeholder{color:#000;}
.search-bar .submit{
	border:1px solid #003c74;
	border-radius:3px;
	float:right;
	width:20px;
	height:16px;
	margin:0 0 0 4px;
	background:#f5f5f1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYwZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fff 0%, #f0f0ea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fff), color-stop(100%,#f0f0ea));
	background: -webkit-linear-gradient(top,  #fff 0%,#f0f0ea 100%);
	background: -o-linear-gradient(top,  #fff 0%,#f0f0ea 100%);
	background: -ms-linear-gradient(top,  #fff 0%,#f0f0ea 100%);
	background: linear-gradient(to bottom,  #fff 0%,#f0f0ea 100%);
	box-shadow:0 1px 0 rgba(255, 255, 255, 0.8), -1px -2px 1px rgba(214, 208, 197, 0.8) inset;
	-webkit-box-shadow:0 1px 0 rgba(255, 255, 255, 0.8), -1px -2px 1px rgba(214, 208, 197, 0.8) inset;
}
.search-bar input[type=submit]{
	background:none;
	color:#000;
	width:20px;
	height:16px;
	font-size:10px;
	line-height:16px;
	margin:0;
	padding:0;
	cursor:pointer;
	border:none;
	border-radius:3px;
	float:right;
	overflow:hidden;
}
/* promo */
.header-holder .promo-en, .header-holder .promo-fr{
	overflow:hidden;
	padding:2px 0 1px 21px;
	color:#1e1e1e;
	font:11px/14px Arial, Verdana, Helvetica, sans-serif;
}

.header-holder .promo-en a, .header-holder .promo-fr a {
	color: #000;
}

.header-holder .promo-en a:hover, .header-holder .promo-fr a:hover {
	text-decoration: underline;
}

.header-holder .promo-en {
background:url(../images/icons.png) no-repeat;
}

.header-holder .promo-fr {
background:url(../images/icons-fr.png) no-repeat;
}

/* header-frame */
.header-frame{
	overflow:hidden;
	font-weight:500;
	font-size:12px;
	line-height:16px;
	padding:6px 11px 23px;
	border-top:1px solid #cbce6c;
}
/* utility-nav */
.utility-nav{
	float:left;
	margin:2px 0 0;
	text-transform:uppercase;
}
.utility-nav ul{overflow:hidden;}
.utility-nav li{
	float:left;
	margin:0 20px 0 0;
}
.utility-nav a{color:#59391d;}
.utility-nav a:hover,

.header-nav a:hover,

/* nav-holder */
.nav-holder{float:right;}
/* header-nav */
.header-nav{
	float:left;
	margin:2px 0 0;
}
.header-nav ul{overflow:hidden;}
.header-nav li{
	margin:0 0 0 20px;
	float:left;
}
.header-nav a{color:#59391d;}

/* languages */
#lang_sel_list{
	float:left;
	margin:0 0 0 24px;
	height: auto;
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;

}
#lang_sel_list ul{
	overflow:hidden;
	border-radius:10px;
	background:#59391d;
	height:20px;
}
#lang_sel_list li{float:left;}
#lang_sel_list a{
	color:#fff!important;
	display:block;
	padding:2px 11px 2px 9px;
	line-height: 16px!important;
	background: none!important;
	font-size: inherit!important;
}



#lang_sel_list li a.lang_sel_sel{
	color:#dcaa0c!important;
	background:#fff!important;
	border-radius:10px;
	padding:1px 9px 1px 7px;
	border:1px solid #c7c7c7;
}
#lang_sel_list a:hover{color: #FFCF22;}
/* header-block */
.header-block{
	overflow:hidden;
	padding:0 11px 17px 10px;
	background:url(../images/divider.png) repeat-x 0 100%;
}
/* logo */

.logo-before {
	float:left; 
	margin-right:10px;

}
.logo{
	float:left;
	font-weight:500;
	font-size:15px;
	line-height:18px;
}
.logo a{
	float:left;
	color:#345e1f;
	padding: 0px 0 0 25px;
	min-height:77px;
	font:500 18px/43px Arial, Verdana, Helvetica, sans-serif;
}
.logo a:hover{text-decoration:none;}
.logo a span{
	display:block;
	margin:-12px 0 0 -2px;
	font:300 36px/43px 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
}
/* logo-list */
.logo-list{
	float:right;
	margin:2px 0 0;
}
.logo-list li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 14px;
}
.logo-list li:first-child{margin-top:3px;}
* +html .logo-list li{
	display:inline;
	margin:0 0 0 18px;
}
/* header-section */
.header-section{
	padding:8px 11px 13px 10px;
	overflow:hidden;
	margin:0 0 -4px;
	background:#fff url(../images/divider.png) repeat-x 0 100%;
}
/* search-form */
.search-form{
	float:left;
	border:1px solid #c1b945;
	background:#fdfed8;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	height:26px;
	width:320px;
}
.search-form input[type=text]{
	background:none;
	width:270px;
	margin:0;
	padding:4px 10px;
	border:none;
	height:18px;
	float:left;
}
.header-section .text:-moz-placeholder{color:#345e1f;}
.header-section .text::-webkit-input-placeholder{color:#345e1f;}
.header-section .text::-moz-placeholder{
	color:#345e1f;
	opacity:1;
}
.header-section .text:-ms-input-placeholder{color:#345e1f;}
.search-form input[type=submit]{
	background:url(../images/sprite.png) no-repeat;
	width:16px;
	height:18px;
	margin:4px 7px 0 0;
	padding:0;
	cursor:pointer;
	border:none;
	float:right;
	text-indent:-9999px;
	overflow:hidden;
}
.header-section .holder{float:right;}
/* login-form */
.login-form{float:left;}
.login-form span{
	float:left;
	margin:4px 0 0;
}
.login-form span a{
	text-transform:uppercase;
	font-weight:700;
	color:#59391d;
}

.login-form .logout {
	background:#ffcf22;
	width:60px;
	height:26px;
	margin:0 0 0 10px;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	color:#59391d;
	line-height:26px;
	padding:5px 10px;
	cursor:pointer;
	border:none;
	overflow:hidden;
	text-transform:uppercase;
}

.login-form span a:hover{text-decoration:underline;}
.login-form .form-row{
	float:left;
	padding:0 0 0 8px;
}
.login-form .text{
	border:1px solid #c1b945;
	background:#fdfed8;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	width:121px;
	height:18px;
	margin:0 5px 0 0;
	padding:4px 9px;
	float:left;
}
.login-form .submit{
	border:1px solid #ecbc24;
	float:left;
	width:60px;
	height:26px;
	-webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
	overflow:hidden;
}
.login-form input[type=submit]{
	background:#ffcf22;
	width:60px;
	height:26px;
	margin:0;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	color:#59391d;
	line-height:26px;
	padding:0;
	cursor:pointer;
	border:none;
	float:left;
	overflow:hidden;
	text-transform:uppercase;
}
/*logged-in*/

/*.whosloggedin {
	margin: 5px 0 0;
}*/
.whosloggedin img{
	width: 20px;
	height: 20px;
	margin: 0 3px;

}

.whosloggedin span {
	float: right;
	margin: 0 4px;
}


	

/* social-networks */
.social-networks{
	float:left;
	margin:3px 0 0 20px;
}
.social-networks li{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 11px;
}
* +html .social-networks li{
	display:inline;
	margin:0 0 0 15px;
}
.social-networks li:first-child{margin-left:0;}
.social-networks a{
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/sprite.png) no-repeat -1000px 0;
}
.social-networks .facebook{
	background-position:-19px 0;
	width:10px;
	height:22px;
}
.social-networks .twitter{
	background-position:-33px 0;
	width:22px;
	height:18px;
}
.social-networks .youtube{
	background-position:-58px 0;
	width:22px;
	height:22px;
}
/* main naviagtion */
#nav{
	border-top:4px solid #59872d;
	padding:18px 0 29px;
	width:100%;
}
#nav ul{
	margin:0 -10px;
	padding:0 10px;
	width:940px;
	text-transform:uppercase;
	font:15px/18px 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
}

ul#menu-main-menu-french {
	padding: 0 5px;
}

#nav ul#menu-main-menu-french a {
	padding: 5px 10px 7px;
}

#nav ul#menu-main-menu-french ul li a {
	padding: 0;
}

#nav ul:after{
	content:'';
	display:block;
	clear:both;
}
#nav ul li{
	float:left;
	margin:0 4px 0 0;
	position:relative;
}
#nav ul a{
	color:#59391d;
	display:inline-block;
	position:relative;
	padding:5px 20px 7px;
	height:18px;
}
#nav ul .arrow{
	width:9px;
	height:8px;
	background:url(../images/sprite.png) no-repeat -82px 0;
	position:absolute;
	left:50%;
	margin:0 0 0 -5px;
	bottom:-8px;
	display:none;
}

#nav ul a:hover,
#nav ul > li:hover > a{
	color:#ffcf22;
	text-decoration:none;
}



#nav ul .current-menu-item a, #nav ul .current-page-ancestor a, #nav ul .current_page_parent a{background:#ffcf22; color: #59391d!important; }
#nav ul .current-menu-item li a, #nav ul .current-page-ancestor li a, #nav ul .current_page_parent li a{background:none;}
#nav ul .current-menu-item a:hover {color:#59391d;}
#nav ul .current-page-ancestor li a:hover, #nav ul .current_page_parent li a:hover {color: #FFCF22;}
#nav ul .current-menu-item .arrow, #nav ul .current-page-ancestor .arrow, #nav ul .current_page_parent .arrow{display:block;}
#nav ul .current-menu-item li .arrow, #nav ul .current-page-ancestor li .arrow, #nav ul .current_page_parent li .arrow{display:none;}
/* drop */
#nav ul .drop{
	position:absolute;
	left:0;
	top:30px;
	z-index:15;
	background:url(../images/none.png);
	width:180px;
	padding:8px 0 0;
	overflow:hidden;
	display:none;
}
#nav ul ul{
	padding:0;
	margin-left: 9px !important;/*zero here if indentation looks weird*/
	width:100%;
	background:#fff;
	text-transform:none;
	border-bottom:1px solid #cbce6c;
}

#nav ul li.current-menu-item ul, #nav ul li.current-menu-parent ul {
	margin-left: 0!important;
}

#nav ul li.current-menu-item ul li, #nav ul li.current-menu-parent ul li {
	padding-left: 11px;
}

#nav ul#menu-main-menu-french li.current-menu-item ul li, #nav ul#menu-main-menu-french li.current-menu-parent ul li {
	padding-left: 3px;
}


#nav ul li.current-menu-item ul a:hover, #nav ul li.current-menu-parent ul a:hover {
	color: #FFCF22!important;
}

#nav ul li:hover ul{display:block;}
#nav ul ul li{
	float:none;
	margin:0;
	padding:6px 11px 7px;
	border-top:1px solid #cbce6c;
}
#nav ul ul a{
	display:inline;
	padding:0;
}

/* ---------------------------------------- 
   fix issues with incorrect nav highlights 
   ---------------------------------------- */

/*cancel incorrectly highlighted news page on single events and categories*/
body.single-event #nav ul .current-menu-item a, body.single-event #nav ul .current-page-ancestor a, body.single-event #nav ul .current_page_parent a, body.tax-event-categories #nav ul .current-menu-item a, body.tax-event-categories #nav ul .current-page-ancestor a, body.tax-event-categories #nav ul .current_page_parent a{
	background: none;
}

body.single-event #nav ul .current-menu-item .arrow, body.single-event #nav ul .current-page-ancestor .arrow, body.single-event #nav ul .current_page_parent .arrow, body.tax-event-categories #nav ul .current-menu-item .arrow, body.tax-event-categories #nav ul .current-page-ancestor .arrow, body.tax-event-categories #nav ul .current_page_parent .arrow  {
	display: none;
}

/*correctly highlight events page on single events*/
body.single-event #nav ul .menu-item-1069 a, body.tax-event-categories #nav ul .menu-item-1069 a, body.single-event #nav ul .menu-item-1235 a, body.tax-event-categories #nav ul .menu-item-1235 a {
	background: #FFCF22}

body.single-event #nav ul .menu-item-1069 .arrow, body.tax-event-categories #nav ul .menu-item-1069 .arrow, body.single-event #nav ul .menu-item-1235 .arrow, body.tax-event-categories #nav ul .menu-item-1235 .arrow {
	display: block;
}

/*correct rollovers for items*/
body.single-event #nav ul .menu-item-1069 a:hover, body.tax-event-categories #nav ul .menu-item-1069 a:hover,body.single-event #nav ul .menu-item-1235 a:hover, body.tax-event-categories #nav ul .menu-item-1235 a:hover  {
	color: #59391D;
}

body.single-event #nav ul .current-menu-item a:hover, body.single-event #nav ul .current-page-ancestor a:hover, body.single-event #nav ul .current_page_parent a:hover, body.tax-event-categories #nav ul .current-menu-item a:hover, body.tax-event-categories #nav ul .current-page-ancestor a:hover, body.tax-event-categories #nav ul .current_page_parent a:hover {
	color: #FFCF22!important;
}

body.page-id-900 #nav .menu-item-1235 {
	background: #FFCF22;
}

body.page-id-900 #nav .menu-item-1235 a:hover {
	color: #FFCF22!important;
}

body.page-id-900 #nav .menu-item-1235 .arrow {
	display: block;
}

/*cancel incorrectly highlighted news page on profiles*/
body.bp-user #nav ul .current-menu-item a, body.bp-user #nav ul .current-page-ancestor a, body.bp-user #nav ul .current_page_parent a {
	background: none;
}

body.bp-user #nav ul .current-menu-item .arrow, body.bp-user #nav ul .current_page_parent .arrow {
	display: none;
}

/* main */
#main p {margin-bottom: 17px;}

/*slider - for complete slider styles, go to skins/UNFFFP-slide in slider pro plugin file*/

.unfffp-slider{
	position:relative;
	margin:0 -10px 56px;
	border-width: 2px 2px 1px 2px;
	border-style: solid;
	border-color: #182C0E;
	
}

/* news-block */
.news-block{padding:0 0 70px;}
.news-block .heading{
	padding:0 0 11px 11px;
	margin:0 0 18px;
	background:url(../images/divider.png) repeat-x 0 100%;
}
.news-block h1{
	color:#345e1f;
	margin:0;
	font:700 20px/24px 'Merriweather', 'Times New Roman', Times, serif;
}
.events-block h1{font-size:18px;}
.news-block .holder{
	overflow:hidden;
	padding:0 0 1px 12px;
}
/* news-row */
.news-row{padding:0 0 19px;}
.news-row .title{
	font-size:14px;
	line-height:19px;
	font-weight:700;
	margin:0 0 2px;
	display:block;
}
.news-row .date{
	display:block;
	font-size:12px;
	line-height:16px;
	margin:0 0 2px;
}
.news-row .author{display:block;}
.news-row .author a{color:#333;}
.news-row .author a:hover{text-decoration:underline;}
.news-block .more{
	text-transform:uppercase;
	font-weight:700;
	font-size:14px;
	line-height:17px;
	margin:0 0 0 12px;
}
/* info-section */
.info-section{padding:0 0 20px;}
/* info-holder */
.info-holder{
	margin:0 -10px;
	padding:13px 21px;
	border-top:1px solid #cbce6c;
}
.info-holder.even, .black-studio-tinymce-44, .black-studio-tinymce-7,  .black-studio-tinymce-9, .black-studio-tinymce-46{border-color:#59872d;}
.info-holder h2{
	margin:0 0 12px;
	text-transform:uppercase;
	font:20px/23px 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
}
/* footer */
#footer{
	background:#a9b43c;
	border-top:4px solid #59872d;
}
/* footer-holder */
.footer-holder{
	margin-top:-4px;
	background:#fefed8 url(../images/divider2.png) repeat-x;
}
/* footer-frame */
.footer-frame{
	padding:42px 0 68px;
	overflow:hidden;
	background:url(../images/divider.png) repeat-x 0 100%;
}
.footer-frame .text-block{
	padding:0 16px 0 11px;
	overflow:hidden;
}
.footer-frame .title{
	display:block;
	font-weight:700;
}
.footer-frame p{margin:0 0 19px;}
.social-block .title{
	font-size:12px;
	line-height:16px;
}
/* social-list */
.social-list{
	overflow:hidden;
	font-size:12px;
	line-height:16px;
	padding:2px 0 0;
}
.social-list li{
	float:left;
	background:url(../images/icons.png) no-repeat 0 -23px;
	padding:0 8px 0 7px;
}
.social-list li:first-child{
	background:none;
	padding-left:0;
}
.social-list a:hover{
	text-decoration:underline;
	color:#59872d;
}
/* navigation */
.nav{
	font-size:12px;
	line-height:14px;
	padding:1px 0 0;
	font-weight:700;
}
.nav li{padding:0 0 14px;}
.nav a:hover{color:#59391d;}
.nav ul{
	font-weight:400;
	padding:6px 0 0;
	margin:0 0 -6px;
}
.nav ul li{padding:0 0 6px;}

.pagenav ul {}
.pagenav li {font-weight: 900;}
.pagenav li ul li {font-weight: 400;}



/* footer-block */
.footer-block{
	color:#000;
	text-align:center;
	padding:10px 0 20px;
	font:10px/14px Verdana, Arial, Helvetica, sans-serif;
}
/* footer navigation */
.footer-nav{
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px;
	letter-spacing:-0.5px;
}
* +html .footer-nav{display:inline;}
.footer-nav li{
	float:left;
	padding:0 10px;
	background:url(../images/icons.png) no-repeat 0 -44px;
}
.footer-nav li:first-child{background:none;}
.footer-nav a{color:#000;}
.footer-nav a:hover{text-decoration:underline;}
/* skip */
.skip,
.hidden{
	position:absolute;
	left:-10000px;
	top:auto;
	width:1px;
	height:1px;
	overflow:hidden;
}
.skip:focus{
	position:static;
	width:auto;
	height:auto;
}


/*page*/
h1.entry-title {
	color: #345E1F;
	display: block;
    font: 300 40px/43px 'Roboto Condensed',Arial,Verdana,Helvetica,sans-serif;
    text-transform: uppercase;
	background:url(../images/divider.png) repeat-x 0 100%;
	padding:36px 0 10px ;
	margin-bottom: 20px;
}


.content-main {
	margin-bottom: 80px;
	margin-top: 15px;
}

.content-main .full-width p {
	padding: 10px 10px 35px 10px;
}

.content-main .full-width .one-third-column p {
	padding: 0!important;
	margin: 0!important;
}


h2, h3, h4, h5 {
	font-family:Merriweather, 'Times New Roman', Times, serif;
	font-weight: bold;
}

.content-main h2 {
	color:#59872D;
	font-size:16px;
	font-weight: bold;
	padding-left: 10px;
	padding-bottom: 5px;
}

.content-main h3 {
	color:#59872D;
  font-size:16px;
  line-height:23px;
  margin:12px 0;
}

.content-main h4 {
	color:#59872D;
	font-size:16px;
	color: #59391D;
	padding-bottom: 10px;
}

h4.bottom-line {
	background: url(../images/divider.png) 0 bottom repeat-x ;
	margin-bottom: 20px;
}



img.top-line {
	background: url(../images/divider.png) 0 0 repeat-x ;
	padding-top: 4px;
	border: 0!important;
	}
	
.content-main .one-third-column {
	float: left;
	width: 300px;
	padding-right: 20px;
}

.content-main .one-third-column .column-text {
	padding-left: 10px;
	padding-right: 10px;

}

.content-main .one-third-column .column-text a {
	font-weight: bold;
}
.content-main .last {
	padding-right: 0;
}
.content-main ul {
	list-style-type: square;
	margin-top: 10px;
	
}

.content-main ul li {
	margin-left: 15px;
	margin-bottom: 10px;
}

.content-main img {border: 1px solid #CBCE6C;}


.entry-content ul {
	margin-bottom: 30px;
}

.three-column-sidebar {
	margin-left: 15px;
	width: 505px;
	float:left;
	margin-right: 20px;
}

.two-column-sidebar {
	margin-left: 15px;
	width: 745px;
	float:left;
	margin-right: 20px;
	
}



/*sidebar*/
.sidebar_left {
	margin-right: 10px;
}

.sidebar_left li, .sidebar_right li {
	list-style-type: none;
	margin: 0 0 50px;
}

.sidebar_left p {
	margin-left: 10px;
}

.sidebar_left h3, .sidebar_right h3 {
	color: #333;
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-size: 13px;
	background: #CBCE6C;
	margin: 0;
	padding: 5px 10px;
	font-weight: normal;
}

.sidebar_right {
	width: 220px;
	float: left;
}

.sidebar_right .aligncenter, .sidebar_right .alignleft, .sidebar_right .alignright {
	margin: 0;
}

li#black-studio-tinymce-3{
	margin-top: 0;
}

.sidebar_left li ul li, .sidebar_right li ul li {
	list-style-type: square;
	margin: 3px 0px 3px 25px;
	color: #59872D;
}

li#sub-page-menu ul li, li.widget_nav_menu ul li, li ul#menu-news-categories li, li ul#menu-news-categories-french li,  li ul#menu-events-menu li, ul#menu-events-menu-french li  {
	list-style-type: none!important;
	margin: 10px 0;
	font-family: 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
	font-size: 14px;
}


.buddypress #sub-page-menu {
display: none;
}
 
.groups #sub-page-menu {
    display: block;
}


.sidebar_right .entry-meta {
	margin-bottom: 50px;
}

.js .tmce-active .wp-editor-area {
	color: #345E1F!important;
}




/*widgets*/

.widget_subpages .widget-title {
	display: none;
}

.widget_subpages li{
	margin: 5px 0;
	font-size: 14px;
	list-style-type: decimal;
	
}

.widget_subpages li a, .widget_nav_menu li a, #menu-news-categories li a, #menu-news-categories-french li a, #menu-events-menu li a, #menu-events-menu-french li a {
	display: block;
	padding: 5px 10px;
	color: #59391D;
}

.widget_subpages li.current_page_item a, .widget_subpages li.current_page_parent a,
.widget_nav_menu  li.current-menu-item a, .widget_nav_menu li.current-menu-parent a, .menu-news-categories-container li.current-menu-item a, .menu-news-categories-french-container li.current-menu-item a, .menu-news-categories-container li.current-menu-parent a, .menu-news-categories-french-container li.current-menu-parent a, .menu-events-menu-container li.current-menu-item a, .menu-events-menu-french-container li.current-menu-item a, .menu-events-menu-container li.current-menu-parent a, .menu-events-menu-french-container li.current-menu-parent a {
	color: #59391D; 
	background: #FFCF22 url(../images/leftnav-arrow.jpg) right center no-repeat;
}

.widget_subpages ul.children, .widget_nav_menu ul.sub-menu {
	margin-left: 8px;
	
}

.widget_subpages ul.children li, .widget_nav_menu ul.sub-menu li {
	font-size: 13px!important;
	background: url(../images/leftnav-bullet.png) left center no-repeat;
}

.widget_subpages ul.children li a, .widget_nav_menu ul.sub-menu li a {
	padding: 0 15px;
	
}
.widget_subpages ul.children li.current_page_item a, .widget_nav_menu ul.sub-menu li.current_page_item a  {
	background: none;
	color: #FFCF22;
}

.widget_subpages li.current_page_parent ul.children li a {
	background: none;
}

.widget_subpages li.current_page_item ul.children li a {
	background: none;
}

.widget_subpages li.current_page_item ul.children li a:hover {
	color: #FFCF22;
}

.widget_subpages li.current_page_item a:hover, .widget_subpages li.current_page_parent a:hover {
	color: #59391D;
}

.widget_subpages li a:hover {
	color: #FFCF22;
}

h3.widget-title {
	display: none;
}

.widget_black_studio_tinymce {
	margin-top: 0!important;
}

p.sidebar-indent {
	padding: 0 10px;
}

/*CPF Widget*/
#black-studio-tinymce-2, #black-studio-tinymce-41 {
	background: url(../images/divider.png) top left repeat-x;
	padding-top: 10px;
}


.cpf-logos img {
	
}


	
/*breadcrumbs*/

.breadcrumb {
	text-transform: uppercase;
	font-size: 12px;
	color: #999999;
	font-family: 'Roboto Condensed', Arial, Verdana, Helvetica, sans-serif;
}


.breadcrumb a {
	color: #FFCF22;
	
}

.breadcrumb a:hover {
	color: #59391D;
}


/*News*/
h5.entry-title {
	padding-left: 0!important;
	font-size: 14px;
	font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	font-weight: 900;
}

.news-index {
	min-height: 650px;
}

.post-excerpt {
    min-height: 120px;
}

.post-summary {
	width: 640px; 
	float: left;
	margin-bottom: 20px;
}

.post-thumbnail {
	width: 100px; 
	float: right;
}

.post-thumbnail img {
	border: 1px solid #ddd;
	float: right;
}

.draft-post {

	color: #FF0000;
}

.simple-post-comment-option, .simple-post-tax-category-wrap {
	display: none;
}
/*pagination*/

.navigation, .pagination, .em-pagination {
	text-align: center;
	position: absolute;
	bottom: 0;
    z-index: 2;
    width:745px;
    margin-left:-372.5px;
    left:33%;
	}
	
.wp-paginate {
	
}

#nav-below {
	display: none;
}

#nav-above {
	display: none;
}
	
.wp-paginate a, .pagination a, .em-pagination a {
	margin: 0;
	color: #969696;
	font-weight: 900;
	font-size: 10px;
	padding: 6px 10px;
	border: 1px solid #dcdcdc;
	background: #fbfbfb;
}

.wp-paginate .current, .pagination .current, .em-pagination .current {
	margin: 0;
	font-size: 10px;
	padding: 6px 10px;
	border: 1px solid #dcdcdc;
	background: #eaeaea;
	color: #969696;
	font-weight: 900;
	
}



.pagination li {
	float: left;
	list-style-type: none;
	margin: 0!important;
}

.page-numbers {
	margin: 0;
}

/*search, post
.entry-summary {margin-left: 10px;}*/

/*Countries Page*/
dy
.post-38 p {padding: 0!important;}
#countries {margin-right: 20px; padding-right: 0;}
#countries.last {margin-right: 0!important;}

#countries td {padding: 5px;}
#countries tr {border-top: 1px solid #dddddd; border-bottom: 1px solid #dddddd;}
#countries thead tr {border-top: 2px solid #CBCE6C; border-bottom: 1px solid #CBCE6C;}
#countries thead td {
	background: #FEFED8;
	text-transform: uppercase;
	color: #59391d;
}

#countries h4 {padding-bottom: 0;}

/*events*/

.em-location-map, .em-locations-map { 
	width: 340px !important; 
	height: 340px !important;
	border: 1px solid #ddd; 
	}
.em-location-map-container[style] {
	background: none!important;
	width: 340px!important;
	height: 340px!important;
}

.type-event .entry-content {
	width: 745px!important;
}

.single-event .sidebar_right {display: none;}

.em-wrapper p {margin: 0;}


/*Tabs*/
.snvdshc .ui-widget-content {
	border: 0;
}

.snvdshc .ui-widget-content a {
	color: #59872D;
}

.snvdshc .ui-widget-content a:hover {
	color: #FFCF22;
}

.snvdshc .ui-widget-header {
	background: none;
	border-width: 0 0 1px 0;
}

.snvdshc .listing-item {
	margin-bottom: 20px;
}


.snvdshc .synved-tab-list .listing-item {
	line-height: 19px;
	min-height: 120px;
}
	
.snvdshc .listing-item img {
	float: right;
	margin-bottom: 20px;
    margin-left: 100px;
	border: 1px solid #ddd;
}



.snvdshc .ui-tabs .ui-tabs-panel {
	padding: 20px 0;
}

.snvdshc .ui-tabs .ui-corner-all, .snvdshc .ui-tabs .ui-tabs-nav li {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	font:700 14px/18px 'Merriweather', 'Times New Roman', Times, serif;
	
}

.snvdshc .ui-state-active, .snvdshc .ui-widget-content .ui-state-active, .snvdshc .ui-widget-header .ui-state-active {
	background: #fff!important;
	
	
}

.snvdshc .ui-state-active a, .snvdshc .ui-widget-content .ui-state-active a, .snvdshc .ui-widget-header .ui-state-active a {
	color: #483618!important;
}

.snvdshc .ui-state-default a, .snvdshc .ui-state-default a:link, .snvdshc .ui-state-default a:visited {
	color: #fff;
	
}

.snvdshc .ui-state-default, .snvdshc .ui-widget-content .ui-state-default, .snvdshc .ui-widget-header .ui-state-default {
	background: #345E1F;
	
}

.snvdshc .post-summary {
	width: 505px;
	float: none;
}
	
.snvdshc .listing-item a {
	display: block;
	color: #59872d;
	font-weight: 700;
	font-size: 14px;
}

.snvdshc .listing-item a:hover {
	color: #FFCF22;
}

.snvdshc .listing-item .date, .snvdshc .listing-item .author, .snvdshc .listing-item .author a {
	font-size: 11px;
	font-weight: normal;
}

.snvdshc .synved-column-half {
	width: 352px;
	margin-right: 40px;
}

.snvdshc .synved-column-third {
	margin-right: 20px;
	width: 235px;
}

.snvdshc .synved-column-third h4,.snvdshc .synved-column-third h5 {
	margin-bottom: 10px;
}

.snvdshc .section-last {
	margin-right: 0;
}

.snvdshc p {
	margin-bottom: 0!important;
}

.snvdshc .display-posts-listing {

}

.ui-tabs .ui-tabs-nav {
	padding: 0;
}

/*Account Registration Form*/

.field-visibility-settings-notoggle {
	display: none;
}


/*label[for=field_3], input#field_3 {
	display: none!important;
}*/

/*BuddyPress Profile*/
#buddypress div#item-header img.avatar {
	float: right;
}

#buddypress li#edit-personal-li {
 display: none;
	
}

#buddypress li#profile-personal-li {
	display: none;
}

#buddypress li#notes-personal-li {
	display: none;
}

#my-locations-personal-li {
	display: none;
}

#avatar-upload input#file {
	width: 250px;
}

#profile-edit-form h4, #profile-edit-form .button-nav {
	display: none;
}

#profile-edit-form {
	float: left;
}

#buddypress #item-body #subnav #my-events-personal-li {
	display: none;
}

#buddypress .css-events-admin .tablenav {
	margin-bottom: 20px;
}

#buddypress .css-events-admin .events-table th {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	width: 200px;
	text-align: left;
}

#buddypress .css-events-admin .events-table td {
	width: 220px;
	padding-top: 10px;
	padding-right: 20px;
}

#buddypress .css-events-admin .events-table td:nth-child(1)
{
width: 300px;
}

#buddypress .css-events-admin .events-table td:nth-child(2)
{
width: 55px;
} 

#buddypress .css-events-admin .events-table td:nth-child(2) a {
	display: none;
}

#buddypress .css-events-admin .events-table td:nth-child(3)
{
width: 300px;
} 

#buddypress .css-events-admin .events-table td:nth-child(4)
{
width: 300px;
} 

#buddypress .css-events-admin .events-table td:nth-child(5)
{
display: none;
}

#buddypress #notifications-personal-li {
	display: none;
}

#buddypress .post-actions .confirm {
	margin-left: 10px;
	border-left: 1px solid #ccc;
	padding-left: 10px;
}

#buddypress .em-location-data input  {
	margin-bottom: 7px;
	width: 85%;
}

#buddypress .em-location-data select {
	width: 94%!important;
}

#em-location-data table.em-location-data th {
	text-align: left;
	width: 100px;
}

.event-form-details .event-categories {
	margin-top: 40px;
}

.event-form-details .event-categories label {
	 color: #59872D;
    font-size: 16px;
    line-height: 23px;
    margin: 12px 10px 12px 0;
    font-family: Merriweather,'Times New Roman',Times,serif;
    font-weight: bold;
    
}

#em-time-all-day {
	width: auto;
	margin-left: 10px;
}

#no-location {
	width: auto;
}

#em-location-data .em-location-map-404 {
	border: 1px solid #eaeaea
}

#buddypress .em-events-list li {
	list-style-type: none;
	margin: 0;
	
}

#buddypress .em-events-list > li {
	width: 50%;
}

#buddypress .em-events-list li ul {
	display: none;
}

.event-categories select {
   width: 200px;
   height: 75px;
   padding:10px; 
   /*margin:-5px -20px -5px -5px;*/
   
}
.event-categories {
   display:inline-block; 
   vertical-align:top; 
   overflow:hidden;
   } 
  

/*.field_iso-code {
	display: none;
}*/

#buddypress #item-nav {
 border-bottom: 1px solid #ddd;
 background: #fff;
 height: 32px;
 opacity: 1!important;
}

#buddypress #item-nav li {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	background: #345E1F;
	font: 700 14px/18px 'Merriweather','Times New Roman',Times,serif;
	opacity: 1!important;
	
}

#buddypress #item-nav li a {
    color: #fff;
	padding: 0.5em 1em;
	
}

#buddypress #item-nav li.selected {
	background: #fff;
	padding-bottom: 1px;
  
}

#buddypress #item-nav li.selected a{
	background: none;
	 color: #483618;

}
	
#item-header-avatar {
	float: right;
}

#buddypress div#item-header {
	overflow: auto;
	height: 0;
}

.bp-user .post-content {
	border-top: 1px solid #ddd;
	padding: 10px 0;
}

.bp-user .comment-author img {
	margin-top: 15px;
}



.css-events-admin .search-box, .css-locations-admin .search-box{
	display: none;
}

.css-events-admin .subsubsub, .css-locations-admin .subsubsub {
	display: none;
}

.css-events-admin a.em-button, .css-locations-admin a.em-button {
	float: none;
	background:#ffcf22!important;
	width:60px;
	height:26px;
	margin:0 0 0 10px;
	border-radius:13px!important;
	color:#59391d!important;
	line-height:26px;
	padding:5px 10px;
	cursor:pointer;
	border:none!important;
	overflow:hidden;
	text-transform:uppercase;
}

#object-nav #user-notifications {
	display: none;
}

#buddypress div#message.updated {
	display: none;
}


.buddyblog .quicktags-toolbar {
	min-height: 0;
}

#buddypress .standard-form textarea {
	width: 100%;

}
/*buddyblog formatting*/

#buddypress a#user-buddyblog span {
	display: none!important;
}

#buddypress .author-box {
	display: none;
}

#buddypress h2.posttitle {
	padding: 0;
	font-size: 13px;
	font-family: inherit;
}

#buddypress .date span {
	display: none;
}

#buddypress .status-draft .post-content p.date:before {
	content: "Pending Approval";
	display: block;
	color: #FF0004;
}

#buddypress .events-table .pending td:nth-child(1):before {
	content: "Pending Approval";
	display: block;
	color: #FF0004;
}

#buddypress .events-table .pending td:nth-child(1) strong a {
	color: #000;
	font-weight: normal!important;
	cursor: text;
}

#buddypress .events-table .pending .row-actions {
	display: none;
}

#buddypress .postmetadata {
	display: none;
}

#buddypress .post-actions > a:first-child { display: none; }

.simple-post-tax-wrap h3 {
	margin-bottom: 0;
}

.simple-post-tax-post_tag ul {
	list-style-type: none;
	margin:0;
}

.simple-post-tax-post_tag ul li {
	margin: 0;
	float: left;
	width: 33%;
	height: 40px;
	line-height: 18px;
}

.simple-post-tax-post_tag ul input {
	width: 15px;
	padding-bottom: 25px;
}

.simple-post-taxonomies-box {
	margin: 40px 0;
}

.bp-simple-post-form input[type="text"] {
	width: 100%;
}

.bp-simple-post-form input[type="submit"] {
	margin-top: 40px;
}
.mceIframeContainer iframe {
	border: 1px solid #eaeaea!important;
}

.wp-core-ui .button, .wp-core-ui .button-secondary {
	box-shadow: none!important;
}

div.mce-panel {
	border: 1px solid #eaeaea !important;
}

.css-event-form .event-attributes input {
	width: 90%;
	margin-top: 5px;
}

/*Buddyblog submit page formatting*/


#buddypress div.item-list-tabs ul li.selected a, #buddypress div.item-list-tabs ul li.current a {
	background: #FFCF22;
	color: #59391D;
	font-weight: normal;
	border-radius: 15px;
}

#buddypress .standard-form input[type="text"] {
	background: #FDFED8;
}

.mceIframeContainer .mceFirst .mceLast iframe {
	border: 1px solid #DEDEDE;
}

#buddypress button, #buddypress a.button, #buddypress input[type="submit"], #buddypress input[type="button"], #buddypress input[type="reset"], #buddypress ul.button-nav li a, #buddypress div.generic-button a, #buddypress .comment-reply-link, a.bp-title-button {
	background: #FFCF22;
	color: #59391D;
	float: left;
	padding: 10px;
	border-radius: 15px;
}

/*Buddypress Profile Events Manager*/

.my-events #item-nav li#/events/my-events/-personal-li a {
	background: none repeat scroll 0 0 #FFFFFF;
    padding-bottom: 1px;
}
	

/*Events Page*/
.event-attributes label {
	color: #fff;
}

.event-attributes label:after {
	display: inline-block;
	content: "Please list all other Member State Countries mentioned in your post. Use a comma (,) between each country to add more than one. (example: Togo, Niger, Fiji)";
	font-family: Merriweather,'Times New Roman',Times,serif;
	color: #59872D;
    font-size: 16px;
    line-height: 23px;
}

#event-image {
	width: 100%;
}

.my-events .item-body h3:nth-child(1) {
	display: none;
}

.css-events-admin .add-new-h2 {
	float: none!important;
}

/*Comments*/
.comments ul {
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.comments ul li {
	margin: 0;
	border-top: 1px solid #ddd;
	padding-top: 20px;
	padding-bottom: 10px;
}

.comment .depth-2 {
	margin-left: 10px;
}

.comment .depth-3 {
	margin-left: 20px;
}



.comment-author {
	font-weight: 700;
}

.comment-author img {
	width: 70px;
	height: 70px;
	border: 1px solid #ddd;
	float: left;
	margin-right: 10px;
}

.comment-form-comment label {
	display: none;
	
}

.comment .comment-meta {
	color: #777;
	font-size: 11px;
}

.comments h5 {
	text-transform: uppercase;
	color: #483618;
	padding-bottom: 10px;
}

.comment-respond h5 {
	color: #483618;
	padding-bottom: 10px;
}

.logged-in-as {
	display: none;
}

.form-allowed-tags {
	display: none;
}

textarea#comment {
	border: 1px solid #c1b945;
	width: 495px;
	background: #FEFED8;
	color: #333;
	padding: 5px;
}

input#submit, input#fscf_submit1 {
	background:#ffcf22;
	width:100%px;
	height:26px;
	margin:0;
	border-radius:13px;
	color:#59391d;
	line-height:26px;
	padding:5px 10px;
	cursor:pointer;
	border:none;
	float:left;
	overflow:hidden;
	text-transform:uppercase;
}

.comments .unapproved {
	font-size: 13px;
	color: #FF0004;
}

#respond {
	margin-top: 20px;
}

/*contact form*/
form input, form textarea { 
	background: #FDFED8;
    border: 1px solid #C1B945;
    margin: 0 5px 0 0;
    padding: 4px 9px;
    width: 121px;}

/*Log in Form*/
form#loginform input {
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    width: inherit;
	}

form#loginform input[type=submit] {
	
	background:#ffcf22;
	width:60px;
	height:26px;
	margin:0;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
	color:#59391d;
	 text-transform: uppercase;

}

ul.tml-action-links li {
	list-style-type: none!important;
	background: url(../images/leftnav-arrow.jpg) left center no-repeat;
	padding-left: 15px!important;
	margin-left: 0!important;
}

/*contact form*/
#FSContact1 textarea {
	max-width: 100%!important;
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;

}

#FSContact1 input {
	-webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;

	
}

#FSContact1 input[type=submit] {
	
	background:#ffcf22;
	width: 100px;
	color:#59391d;
	height:33px;
    width:70px;
   -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    border-radius: 14px;
    text-transform: uppercase;

}


#FSContact1 label {
	margin: 5px 0px;
	display: block;
}

/*Change "notes" to "country code"*/

a#user-notes {
	visibility: hidden;
}
a#user-notes:after {
	content: 'Country Code';
	visibility:visible;
}

/*register form*/

#signup_form label {
	font-weight: normal!important;
}

#signup_form input {
	-webkit-border-radius: 13px!important;
    -moz-border-radius: 13px!important;
    border-radius: 13px!important;
	background-color:#FDFED8!important;
	border:1px solid #C1B945!important;
	height:18px!important;
	margin:0 5px 0 0!important;
	padding:4px 9px!important;
	width:121px;
}

#signup_form textarea {
	-webkit-border-radius: 13px!important;
    -moz-border-radius: 13px!important;
    border-radius: 13px!important;
	background-color:#FDFED8!important;
	border:1px solid #C1B945!important;
	margin:0 5px 0 0!important;
	padding:4px 9px!important;
}

#signup_form input[type=submit] {
	background:#ffcf22!important;
	width: 100px!important;
	color:#59391d!important;
	height:33px!important;
    width:150px!important;
    text-transform: uppercase;
    -webkit-border-radius: 14px!important;
    -moz-border-radius: 14px!important;
    border-radius: 14px!important;
}

.register #nav ul .current-menu-item a {
	background: none;
}
 .register #nav ul .current-menu-item .arrow{
	 display: none;
 }

.register-section .info-text {
	font-size: 12px;
	font-style: italic;
	margin-top: 5px;
	color: #ccc;
}



/*Misc*/
.post-50 hr {
	margin: 15px 0;
}

#locations-filter .tablenav .alignleft {
	float: none;
}

/*Mixitup - Countries Grid*/

.controls{
	display: inline-block;
	width: 180px;
	margin: 0 0 30px;
	vertical-align: top;
}

.controls li{
	margin-left: 20px;
	cursor: pointer;
	list-style-type: square;
}

.controls li.active{
	font-weight: 700;
}

hr{
	margin: 0 0 30px;
	height: 0;
	border: 0 none;
	border-top: 1px solid #eee;
}


/*Delete dashboard link on login page (if already logged in)*/

.tml-user-links > li:first-child { display: none; }

.tml-user-links li {
	  background: url("../images/leftnav-arrow.jpg") no-repeat scroll left center rgba(0, 0, 0, 0);
    list-style-type: none !important;profile-personal-li
    margin-left: 0 !important;
    padding-left: 15px !important;
}






@media print {

#header {
	display: none;
}

#nav {
	display: none;
}

#footer {
	display: none;
}


}

/*fix alignment on UNFF-Projects*/

.page-id-1193 .content-main h2 {
	height: 35px;
}


/*Fix frencch news page headers issue*/

#lang-fr .entry-content h1.entry-title {
font-family: 'Roboto', Arial, Verdana, Helvetica, sans-serif;
	 font-size: 14px;
    font-weight: 900;
    padding: 0 !important;
    background: none;
    text-transform: none;
    margin: 0!important;
}



/*Featherlight lightbox css*/
/**
 * Featherlight – ultra slim jQuery lightbox
 * Version 0.4.9 - http://noelboss.github.io/featherlight/
 *
 * Copyright 2014, Noël Raoul Bossart (http://www.noelboss.com)
 * MIT Licensed.
**/
@media all {
	.featherlight {
		display: none;

		/* dimensions: spanning the background from edge to edge */
		position:fixed;
		top: 0; right: 0; bottom: 0; left: 0;
		z-index: 2;

		/* position: centering content */
		text-align: center;

		/* insures that the ::before pseudo element doesn't force wrap with fixed width content; */
		white-space: nowrap;

		/* styling */
		cursor: pointer;
		background: #333;
		/* IE8 "hack" for nested featherlights */
		background: rgba(0, 0, 0, 0);
		
		z-index:99999999999
	}

	/* support for nested featherlights. Does not work in IE8 (use JS to fix) */
	.featherlight:last-of-type {
		background: rgba(0, 0, 0, 0.8);
	}

	.featherlight:before {
		/* position: trick to center content vertically */
		content: '';
		display: inline-block;
		height: 100%;
		vertical-align: middle;
		margin-right: -0.25em;
	}

	.featherlight .featherlight-content {
		/* make content container for positioned elements (close button) */
		position: relative;

		/* position: centering vertical and horizontal */
		text-align: left;
		vertical-align: middle;
		display: inline-block;

		/* dimensions: cut off images */
		overflow: auto;
		padding: 25px 25px 0;
		border-bottom: 25px solid transparent;

		/* dimensions: handling small or non existing (loading images) content */
		min-width:  30%;

		/* dimensions: handling large content */
		margin-left: 5%;
		margin-right: 5%;
		max-height: 95%;

		/* styling */
		background: #fff;
		cursor: auto;

		/* reset white-space wrapping */
		white-space: normal;
	}

	/* contains the content */
	.featherlight .featherlight-inner {
		/* make sure its visible */
		display: block;
	}

	.featherlight .featherlight-close-icon {
		/* position: centering vertical and horizontal */
		position: absolute;
		z-index: 9999;
		top: 0;
		right: 0;

		/* dimensions: 25px x 25px */
		line-height: 25px;
		width: 25px;

		/* styling */
		cursor: pointer;
		text-align: center;
		font: Arial, sans-serif;
		background: #fff; /* Set the background in case it overlaps the content */
		background: rgba(255, 255, 255, 0.3);
		color: #000;
	}


	.featherlight .featherlight-image {
		/* styling */
		width: 100%;
	}


	.featherlight-iframe .featherlight-content {
		/* removed the border for image croping since iframe is edge to edge */
		border-bottom: 0;
		padding: 0;
	}

	.featherlight iframe {
		/* styling */
		border: none;
	}
}

/* handling phones and small screens */
@media only screen and (max-width: 1024px) {
	.featherlight .featherlight-content {
		/* dimensions: maximize lightbox with for small screens */
		margin-left: 10px;
		margin-right: 10px;
		max-height: 98%;

		padding: 10px 10px 0;
		border-bottom: 10px solid transparent;
	}
}

.french-hints {
	float: right;
	 margin-top: -50px;
}

.bp-user .feather {
	display: none;
}

.buddyblog input#submit, input#fscf_submit1 {
	height: inherit;
	line-height: 18px;
}

/*Past Events Pages*/
/*highlight EVENTS on page*/



.page-id-2190 .menu-item-1069, .page-id-2195 .menu-item-1235 {
	background: #ffcf22;
	
}

.page-id-2190 .menu-item-1069 .arrow, .page-id-2195 .menu-item-1235 .arrow {
	display: block!important;
}

.page-id-2190 .menu-item-1069 a:hover, .page-id-2195 .menu-item-1235 a:hover {
	color: #59391d!important;
}

.page-template-page-events-page-php .sidebar_left > li, .tax-event-categories .sidebar_left > li, .single-event .sidebar_left > li  {
	margin: 0 0 10px;	
}

.page-template-page-events-page-php .widget_subpages, .tax-event-categories .widget_nav_menu, .single-event .widget_nav_menu  {
	border-top: 1px solid #59872d;
}

.error404 #nav ul .current-menu-item a, .error404 #nav ul .current-page-ancestor a, .error404 #nav ul .current_page_parent a {
	background: none;
}

.error404 #nav ul .current-menu-item .arrow, .error404 #nav ul .current-page-ancestor .arrow, .error404 #nav ul .current_page_parent .arrow {
	display: none;
}


