/*
Theme Name:     Graphene Child
Theme URI:      http://example.com/
Description:    Child theme for the Graphene theme
Author:         Terry Andrews
Author URI:     http://example.com/about/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */

table {
	border-collapse: collapse;
}
table td,
table th,
table tr {
	border: 1px solid #ffffff;
	font-family: arial;
	padding: 2px 5px;
}
table th {
	background: #ffffff;
	border-bottom-width: 2px;
}
table tr {
	background: #ffffff;
}
table tr.alternate {
	background: #fff;
}
table#wp-calendar td,
table#wp-calendar th,
table#wp-calendar tr {
	border: none;
}

.entry-content img,
.child-page img {
	border: 4px solid #e3e3e3;
	margin: 5px;
}
.entry-content table img,
.child-page table img {
	border: 4px solid #e3e3e3;
	margin: 5px;
}

#top-bar {	background: #3b3b6d;
                  border-bottom: 1px solid #222;
}

#header {
	background-position: center top;
	background-repeat: no-repeat;
	border-top: 1px solid #000;
	height: 198px;
	width: 100%;
	position: relative;
}

#header-menu-wrap {		
                  background: #fff;
}

.slider_post h2 a,
.slider_post h2 a:visited {
	font: normal 26px arial;
}

.entry-content {
	clear: both;
                  margin: 30px; 
}

#header-menu > li > a {
	color: #555 !important;
	line-height: 16px;
	padding: 9px 10px 10px;
}

#header-menu > li > a > span {
	display: block;
	font-size: 11px;
	color: #555;
}

#header-menu > li.menu-item-ancestor > a {
	background: url(images/sprite_master.png) -877px -236px no-repeat transparent;
	padding-left: 26px;
}

/* Top level header menu, hover and current state */
#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 {
	color: #555;
                  background: none repeat scroll 0 0 #efefef;
}

#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	color: #555;
                  background: none repeat scroll 0 0
                  #fff;
}

#header-menu > li:hover > a > span,
#header-menu > li.current-menu-item > a > span,
#header-menu > li.current-menu-ancestor > a > span {
	color: #555;
}

#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 #slider_root {
	background: #fff;
	margin: -16px auto 0;
	overflow: hidden;
	position: relative;
	height: 280px;
	width: 100%;
}

#sidebar2 {
	padding-left: 0;
}

.mc_input {
float: right;
}

.mc_merge_var {
margin-top: 10px;}

.home .type-page .post-title {
display: none;
}

.type-page .post-title {
margin: 0 0 -20px;
}

.home .post {
   border: none;
   padding: 0;
   margin-bottom: 0;
}
.home .entry-content p {
   margin-top: 0;
}
.home .entry-footer {
   display: none !important;
}

.nrelate {
   margin-top: 30px !important;
}

.nrelate .nr_inner {
   margin-left: 30px !important;
}

#footer {
background:  #3b3b6d;
color: #fff;
}

#footer a {
color: #fff;
}

#footer a:visited {
color: #fff;
}

#developer {
display: none;
}
