/*
	Theme Name: Being Hueman
	Theme URI: http://designchapter.com/being-hueman/
	Description: child theme for Hueman theme.
	Author: Boxspin
	Author URI: http://boxspin.com
	Template: hueman
	Version: 1.0.0
    Description: Child Theme of Heuman Theme. Added Author to the frontpage post display. <a href="http://alxmedia.se/themes/hueman/">Hueman</a> is a responsive 100% high resolution theme for blogs and magazines. Unique toggle sidebars give a great browsing and reading experience on both tablet and mobile. The feature list is long: Unlimited topbar, header, footer and accent colors, unlimited widget areas, 0-2 sidebars to the left or right that can be uniquely specified for each page or post, 300px / 220px fixed width sidebars, 0-4 footer widget columns, almost zero layout images, related posts and post nav, featured story or slider, 10 post formats, good SEO, 3 flexible custom widgets, localisation support, social links, logo upload and many more useful admin panel features.

    Tags: light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, fixed-layout, custom-colors, custom-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post,           theme-options, threaded-comments, translation-ready                                 

	Copyright: (c) 2013 Alexander "Alx" Agnarson
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/


@import url("../hueman/style.css");

/* ------------------------------------------------------------------------- *
 *  Theme customization starts here
/*background:url(http://69.27.112.156/rcsta/wp-content/uploads/2015/10/header_1688x320_orange.png) repeat-x 0 0;*/
/* ------------------------------------------------------------------------- */

body,
.entry.excerpt,
.widget a,
.site-description {
color: #000;
}


#header {
/*background:url(http://www.rcsta.ca/wp-content/uploads/2016/12/RCSTA_web_Background_dark-e1480974500779.png) repeat-x 0 0;*/
}

.site-description
{
   font-size: 1.8em;
    color: #fff;
   /* color: rgba(255,255,255,.5);*/
    float: left;
    margin-left: 20px;
    line-height: 60px;
    padding: 10px 0;
font-style:normal;
}


.nav-wrap.container {
	background-color: #c2cd23;

}

#nav-header .nav li a {
/*color: #bfbfbf;
color:#92AFDC;*/
color: #3a4c93;
}

#nav-header .nav li a:hover {
color: #3a4c93;
}

#nav-header .nav li.current-menu-ancestor>a, #nav-header .nav li.current-menu-item>a, #nav-header .nav li.current-post-parent>a, #nav-header .nav li.current_page_item>a, #nav-header .nav li:hover>a, #nav-header .nav li>a:hover {
    color: #3a4c93;
}

#nav-header .current-menu-item a {
/*color: #431155;*/
	color: #c2cd23;
	font-weight: bold;
}

table.tablepress tbody td{
	text-align: left;
}

table.tablepress {
color: #000;
font-family:Arial, Helvetica, sans-serif;
}

#footer-bottom #copyright, 
#footer-bottom #credit {
	color: #fff;
}
.page-title h2{
	color: #666;
	text-transform:none;
	font-size:26px;
}
.widget>h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: inherit;
    margin-bottom: 6px;
} 
.entry h2 {
  font-size: 24px;
  letter-spacing: -0.7px;
}

.entry h3 {
  font-size: 20px;
}

.entry h4 {
  font-size: 17px;
}

.entry p {
	color: #000;
}

.entry a {
	color: #3a4c93;
	font-weight: bold;
	border-bottom: 1px dotted #92AFDC;
}
.entry a:hover {
	color: #6e7693;
	font-weight: bold;
	border-bottom: 1px solid #6388c2;
}

.entry ol li, .entry ol ul ol li {
	margin-bottom:2px;
	list-style-position: outside;
  	padding: 5px;

}

table.tablepress thead th {
    background-color: #d7a800;
    color: #FFF;
    text-align: left;
}
.tablepress thead .sorting_asc, 
.tablepress thead .sorting_desc, 
.tablepress thead .sorting:hover {
    background-color: #ffcc33;
}

.wpcf7 input[type=email], .wpcf7 input[type=url], .wpcf7 input[type=tel], .wpcf7 input[type=number], .wpcf7 input[type=text], .wpcf7 select {
    display: block;
    float: left;
    padding: 10px;
    width: 92%;
}

.wpcf7 textarea {
    display: block;
    float: left;
    padding: 10px;
    width: 92%;
}