/*
Theme Name: Graphene Child
Theme URI: http: //jackburnsonline.com/wp-content/themes/graphene-child/
Description: Child theme for the Graphene theme
Author: Jack E. Burns II
Author URI: http: //jackburnsonline.com
Template: graphene
Version: 0.1.0
*/
@import url("../graphene/style.css");

/* Your modification goes here */
/* Your modification goes here */
/* Your modification goes here */


/* =Container elements
-------------------------------------------------------------- */

#container {
	-webkit-box-shadow: 0 0 10px #000;
	box-shadow: 0 -10px 10px #000;
	margin: 0 auto;
	width: 1200px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	background-color: #000;
	background-position: center;
	background-repeat: no-repeat;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	height: 198px;
	position: relative;
	width: 1200px;
}
#header h1 {
	font: bold 129px "Trebuchet MS";
	position: relative;
	left: 60px;
	top: 46px;
	width: 1092px;
}
#header h2 {
	border-bottom: none;
	color: #000;
	font: bold 129px "Trebuchet MS";
	position: relative;
	left: 60px;
	top: 46px;
	width: 1092px;
}
#header_img_link {
	display: block;
	position: absolute;
	text-decoration: none;
	width: 1200px;
	height: 198px;
}


/* =Navigation
-------------------------------------------------------------- */

/* =Content Area
-------------------------------------------------------------- */

.two-columns #content-main {
	float: left;
	width: 915px;
}
.three-columns #content-main {
	float: left;
	width: 700px;
}
.three-columns #content-main {
	float: left;
	width: 700px;
}
.three-col-center.three-columns #content-main {
	width: 685px;
}
.post {
	background: #fff;
	border-bottom: 1px solid #ccc;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	border-top: 1px solid #d8d8d8;
	margin-bottom: 5px;
	overflow: visible;
	padding: 25px 15px 20px 70px;
	position: relative;
	width: 1115px;
}
.two-columns .post {
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	width: 830px;
}
.two-columns .post.nodate,
.two-columns .post.page,
.two-columns .post.post_404,
.two-columns .post.post_404_search {
	width: 885px;
}
.three-columns .post {
	-moz-border-radius-topright: 30px;
	-webkit-border-top-right-radius: 30px;
	border-top-right-radius: 30px;
	width: 615px;
}
.three-columns .post.nodate,
.three-columns .post.page,
.three-columns .post.post_404,
.three-columns .post.post_404_search {
	width: 670px;
}
.three-col-center .post {
	width: 600px;
}
.three-col-center .post.nodate,
.three-col-center .post.page,
.three-col-center .post.post_404,
.three-col-center .post.post_404_search {
	width: 655px;
}























































