/*
Theme Name:     Graphene-Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         Your name here
Author URI:     http://example.com/about/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */
/*Display Contact Form 7 checkboxes inline */
span.wpcf7-list-item { display: block; }

/* Remove READ MORE from slider */
.full-sized .slider-entry-wrap {
display: none;
}
/* Change sidebar font size and family and make corners square */
.sidebar h3 {
	background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;
	background: -moz-linear-gradient(#3C9CD2, #1F6EB6);
	background: -webkit-linear-gradient(#3C9CD2, #1F6EB6);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#3C9CD2', EndColorStr='#1F6EB6')";
	background: linear-gradient(#3C9CD2, #1F6EB6);
	border-bottom: 1px solid #195392;
	-moz-border-radius: 0px 0px 0 0;
	-webkit-border-radius: 0px 0px 0 0;
	border-radius: 0px 0px 0 0;
	color: #fff;
	*display: inline;
	font: 16px/20px arial;
	margin: -15px 0 5px -12px;
	padding: 7px 12px;
	
	width: 100%;
	zoom: 1;
}
#nav, #nav ul {
    z-index: 20;
}
a.sidebarButton {
    margin-top 15px;
    background: #b1b1b1;
    color: #fff;
    font-weight: bold;
    font-size: 48px;
    text-decoration: none;
    padding: 0px 10px;
    border-width: 4px;
    border-style: solid;
    border-top-color: #dfdfdf;
    border-right-color: #666;
    border-bottom-color:  #333;
    border-left-color:  #858585;
}
a.sidebarButton:hover {
    border-top-color: #333;
    border-right-color: #858585;
    border-bottom-color:  #dfdfdf;
    border-left-color:  #666;
}