/*
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");

#top-bar{
height:54px;
background-color:#00000 left -196px repeat-x #000;
}

#top_search input {
	display:none
}
#top_search button {
	display:none
}

#menu ul li a, #menu ul li a:visited{
	color:#7e17b0;
	line-height:normal;
	padding:2px 5px;
	text-decoration:none;
	border-bottom:1px solid #a0a0a0;
	width:165px;
	}

#comments h4 a, #comments h4 a:visited{
	color:#410A5C;
	}

#comments h4.current a{
	color:#410A5C;
	}

#comments li.depth-1{
	background:#eee;
	padding:18px 0 5px 50px;
	margin-bottom:10px;
	-moz-border-radius-topright:30px;
	-webkit-border-top-right-radius:30px;
	border-top-right-radius:30px;
}

#comments li.bypostauthor{
	background-color:#FFFFFF;
	}
#comments li.comment.bypostauthor h5{
	border-color:#5a5a5a;
	}

#comments #commentform{
	border:1px solid #5a5a5a;
	}

.block-button, .block-button:visited, .Button {
	background: url(images/bg-block-button.png) left bottom repeat-x #280739;
	background: -moz-linear-gradient(#540e77, #280739);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#540e77), to(#280739));
	background: linear-gradient(#540e77, #280739);
	border: 1px solid #280739;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 0 0 5px #2c0055;
	-webkit-box-shadow: 0 0 5px #2c0055;
	box-shadow: 0 0 5px #2c0055;
	color: #fff;
	cursor: pointer;
	display: block;
	float: right;
	font: bold 12px arial;
	margin: 10px 5px 5px;
	padding: 5px 15px 6px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 -1px 1px #2c0044;
}
.block-button:hover {
	background: url(images/bg-block-button-hover.png) left bottom repeat-x #280739;
	background: -moz-linear-gradient(#540e77, #280739);
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#540e77), to(#280739));
	background: linear-gradient(#540e77, #280739);
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}

.sidebar h3 {
    -moz-border-radius: 5px 5px 0 0;
    background: -moz-linear-gradient(#540e77, #280739) repeat scroll 0 0 transparent;
    border-bottom: 1px solid #280739;
    color: #FFFFFF;
    font: bold 16px/20px arial;
    margin: -15px 0 5px -12px;
    padding: 7px 12px;
    text-shadow: 0 -1px 0 #2c0055;
    width: 100%;
}

#footer {
    height: 66px;
    margin-left: auto;
    margin-right: auto;
    width: 960px; 
    }

#sidebar_bottom {
    width: 960px;
    margin-left: auto;
    margin-right: auto;

}





