/*
Theme Name: Knowledge Basket
Version: 1.0
Description: Child theme.
Author: McGovern
Author URI: http://www.mcgovern.co.nz/
Template: responsive
*/

//@import url("../responsive/style.css");


body {
    font-family: Cambria, Arial;
}

#logo {
    margin: 25px 0 30px 10px;
}

.menu {
    background-color: #f7aa33;
    background-image: none;
    color: #ffffff;

}

    .menu a {
	background-color: #f7aa33;
        border-left: 1px solid #fff;
        -webkit-text-shadow: none;
        text-shadow: none;
        color: #ffffff;
        font-size: 14px;
    }


.menu a:hover {
    color: #ffffff;
    background: #d2820a;
    background: -moz-linear-gradient(top,  #eaa130 1%, #d2820a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaa130), color-stop(100%,#d2820a));
    background: -webkit-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -o-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -ms-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: linear-gradient(to bottom,  #eaa130 1%,#d2820a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa130', endColorstr='#d2820a',GradientType=0 );
}

.menu .current_page_item {
    color: #ffffff;
    background: #ffffff;
}


.menu .current_page_item a, .front-page .menu .current_page_item a {
    color: #000000;
    background: #d2820a;
    background: -moz-linear-gradient(top,  #eaa130 1%, #d2820a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaa130), color-stop(100%,#d2820a));
    background: -webkit-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -o-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -ms-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: linear-gradient(to bottom,  #eaa130 1%,#d2820a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa130', endColorstr='#d2820a',GradientType=0 );
}

.menu .current_page_ancestor > a {
    color: #000000;
    background: #d2820a;
    background: -moz-linear-gradient(top,  #eaa130 1%, #d2820a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#eaa130), color-stop(100%,#d2820a));
    background: -webkit-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -o-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: -ms-linear-gradient(top,  #eaa130 1%,#d2820a 100%);
    background: linear-gradient(to bottom,  #eaa130 1%,#d2820a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eaa130', endColorstr='#d2820a',GradientType=0 );
}

#wrapper #featured {
    background: #f0f0f0 url(images/grey-bg.png) 0 0;
    width: 97.71%;
    padding-left: 2.08%;
}

.featured-title {
    font-size: 24px;
    line-height: 1.4;
    color: #333333;
}

h3 {
	font-size: 1.875em; /* = 30px */
	margin-bottom: .857em;
	margin-top: .857em;
	color: #0066cc;
}


th {

	background-color: #f7aa33;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #fff;

}



.widget-title-home h3{

	color: #333333;

}

.call-to-action {
  display: none;
}
