/*
 Theme Name:   Graphene child
 Template:     graphene
 Text Domain:  graphene-child
*/

@import url(../graphene/style.css);

@font-face {
	font-family: 'Segoe-Script';
	src: url('fonts/segoe_script.eot') format('embedded-opentype');
	src: url('fonts/segoe-script.woff') format('woff'),
	url('fonts/segoe-script.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Wingdings2';
	src: url('fonts/Wingdings 2.ttf')  format('truetype');
	font-weight: normal;
	font-style: normal;
}

body {
	background-image: none;
	background-color: #000;
}

#content-main, .container_16 .grid_11 {
	width: 702px;
}

#sidebar1 {
	width: 218px;
}

#content {
    background: #910000;
}

#sidebar1 h3 {
	text-align: center;
	border-radius: 0;
	border-bottom: 0;
}

.previous, .previous a, .previous a:visited, .next-post, .next-post a, .next-post a:visited, 
.parent-return, #comments > h4, #respond > h3, h3.author-post-list {
    color: #fff;
}

.menu-bottom-shadow {
    background-image: none;
    height: 0;
}

#header-menu-wrap {
    border-bottom: 0 !important;
}

#text-3 {
	margin-bottom: 0;
	background: transparent;
	-webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;

}

#header {
	display: table;
}

.header-img-new, .header-title-new, .header-right-bar {
	display: table-cell;
}

.header-img-new {
	width: 30%;
}

.header-img-new img, .header-right-bar img {
	width: 100%;
	display: block;
}

.header-title-new {
	width: 65%;
	vertical-align: middle;
}

.header-title-new h1 {
	margin-left: auto;
    margin-right: auto;
	text-align: center;
}

.header-title-new a, .header-title-new a:hover, .header-title-new a:active, .header-title-new a:visited {
	font-size: 4em;
    line-height: 1;
	color: #b40000;
	font-family: Segoe-Script;
}

.header-right-bar {
	background-color: #910000;
}

#header-menu {
	float: left;
}

#nav #searchform {
	float: right;
	padding: 3px;
}

#nav #searchform button {
	background-color:transparent;
	background-image: none;
	border: none;
	box-shadow: none;
	text-shadow: none;
	padding: 6px;
}

#nav #searchform button .fa {
	color: #777;
	font-size: 1.6em;
}

.forum .parent-return-link {
	color: #fff;
}