/* Add your own custom css to this file. You may wish to use css !important calls to override css from the template css files.
----------------------------------------------------------- F4F5F7*/

/*This changes the link on the s5 slider modules to white */
div.s5_is_slide a {
  color: #FFFFFF;
  }

/*These two are for adding some padding to tables */
.table_spacing {
border-color:#000;
border-width:0px;
border-style:solid;
margin:0 auto;
}

.table_spacing td {
padding:5px;
margin:10px;
}

.table_spacing_2 {
border-color:#666666;
border-width:1px;
border-style:solid;
margin:0 auto;
}

.table_spacing_2 td {
padding:10px;
margin:10px;
}

/*Changes the interstitial background color of the content, behind articles and such. D5DFF2 dark blue, F4F5F7 original */
#s5_body_wrap {
background:#F4F5F7;
-moz-box-shadow:0 0px 11px rgba(0, 0, 0, 0.18);
-webkit-box-shadow: 0 0px 11px rgba(0, 0, 0, 0.18) ;
box-shadow: 0 0px 11px rgba(6, 6, 6, 0.62);
}

 .s5_light_modules .module_round_box_outer, #s5_component_wrap {
margin-left:8px;
margin-right:8px;
margin-bottom:16px;
box-shadow: 0 0px 11px rgba(6, 6, 6, 0.16);
} 



/*Font and hover color for the main menu drop down */
.s5_sub_a_span {
     font-family: "tauri", sans-serif !important;
     font-weight: normal !important;
  	 font-size: 1.1em
}

.s5_sub_a_span:hover  {
     color: #2F71B3 !important;
}

/*Background color for main menu drop down */
#subMenusContainer div.s5_sub_wrap ul, #subMenusContainer div.s5_sub_wrap_rtl ul {
	border:5px solid #FFFFFF;
	padding-top:8px;
	padding-bottom:8px;
	background: #FFFFFF;
	-webkit-box-shadow: 3px 2px 10px 3px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.0) inset;
	-moz-box-shadow: 3px 2px 10px 3px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.0) inset;
	box-shadow: 3px 2px 10px 3px rgba(0, 0, 0, 0.5), 0 2px 2px rgba(0, 0, 0, 0.0) inset; 
}

/*Set any menu item to white_link to turn the item link white */
a.white_link {color:#FFFFFF !important}

/*adds bullets to the RSEvents upcoming events list */
.rsepro_upcoming {
  list-style: circle !important;
  margin: 15px !important;
}  
h4 {	font-size:1.1em;font-weight: normal;font-family:"Tauri"}  

/*adds EdTV link in place of google plus icon, also changed order in index.php so needed to change the facebook icon margin. Currently the URL is commented out to blank the icon altogether*/

#s5_google {
height:23px;
width:50px;
background: url(/*../images/edtv.png*/) no-repeat center center;
cursor:pointer;
display:inline-block;
margin-left:8px;
margin-right:0px;
!important}

#s5_google:hover {
  background: url(../images/edtv_hover.png) no-repeat center center; !important }

#s5_facebook {
margin-right:4px;
!important}



/* Changes the responsive RSform layout to reduce the large space between items */ 
.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 0px;
}

/*This line makes the category blog title for the newsletter larger and bold */
div.category-desc {
    font-size: 25px;
    font-family: Tauri;
!important}