/*
Theme Name:     Graphene Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         R. Gallant
Author URI:     http://museeacadien.org
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Top level header menu, default state */
#header-menu-wrap{
	position: relative;
}
#header-menu {
	background: url(images/sprite_h.png) left -3px repeat-x #ffffff;
}
#header-menu > li {
	font: normal 15px Book antiqua;
	margin: 0 2px;
        float: justify;
}
#header-menu > li:first-child {
	margin-left: 11px;
}
#header-menu > li > a {
	color: #000000;
	line-height: 16px;
	padding: 9px 10px 10px;
}
#header-menu > li > a > span {
	display: block;
	font-size: 11px;
	color: #aaa;
}
#header-menu > li.menu-item-ancestor > a {
    background: none;
    padding-left: 10px;
}
#header-menu > li:hover,
#header-menu > li.current-menu-item,
#header-menu > li.current-menu-ancestor {
	background: url(images/sprite_h.png) left -100px repeat-x #eee;
}
#header-menu > li:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	color: #000000;
}
#header-menu > li:hover > a > span,
#header-menu > li.current-menu-item > a > span,
#header-menu > li.current-menu-ancestor > a > span {
	color: #000000;
}
#header-menu > li.menu-item-ancestor:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	background-position: -877px -192px;
}
.featured_slider{
 -moz-box-shadow: none;
 -webkit-box-shadow: none;
 box-shadow: none;
 margin-bottom: 2px;
}
.full-sized .slider-entry-wrap {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 0%;
}
.slider_post img.tfe{
   display:none;
}
.home .post-title{
   display:none;
}
wordpress #2 (line 69)
.sidebar h3 {
    background: -moz-linear-gradient(#3C9CD2, #1F6EB6) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #195392;
    border-radius: 5px 5px 0 0;
    color: #FFFFFF;
    font: bold 16px/20px verdana;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-shadow: 0 -1px 0 #555555;
    width: 50%;
}
.sidebar h3 {
    background: -moz-linear-gradient(#8E4B14, #51280B) repeat scroll 0 0 transparent;
    border-radius: 0 0 0 0;
    color: #FFFFFF;
    font: bold 16px book antiqua ms;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-align: center;
    text-shadow: 0 -1px 0 #555555;
    width: 100%;
}
#sidebar_bottom {
   background: #ffffff;
}
#header-menu ul li:hover > a,
#header-menu ul li.current-menu-item > a,
#header-menu ul li.current-menu-ancestor > a {
	color: #000;
}
#secondary-menu > li > a {
    color: #000000;
    font: bold 10px
    line-height: 16px;
    padding: 7px 10px 6px;
    float: right;
}
.post-title, .post-title a, .post-title a:visited {
    border-bottom: 1px solid #E3E3E3;
    font: 24px book antiqua;
    padding-bottom: 5px;
}
#footer {
    background: url("images/sprite_h.png") repeat-x scroll left -952px #ffffff;
    border-top: 1px solid #ffffff;
    color: #999999;
    margin-bottom: 50px;
    min-height: 100px;
    padding-bottom: 20px;
    padding-top: 50px;
    position: relative;
}
#footer a:visited {
    color: #999999;
    text-decoration: none;
}