/*
Theme Name: My Graphene
Theme URI: http: //forum.khairul-syahir.com/
Description: Child theme for the Graphene theme
Author: Pascal Gouelo
Template: graphene
Version: 0.1.0
*/

@import url("../graphene/style.css");



#copyright{
	
	color:#ffffff;
}

#header h1{
left:210px;
}

#header h2{
	left:210px;
	}
#header h3{
	left:210px;
	}
#w3c{
	display:none;
}

#nav{
padding-top:14px;
}

#developer{
	 display:none;}

#content.one_column{
  background:#d89530;} 

.menu li a, #menu li a:visited{
	font:normal 10px Verdana;
	color:#ffffff;
	padding:0 4px;
	text-transform:uppercase;
 background:#d89530;
}

/* nouveaux changements */
	
#header-menu-wrap{
	position: relative;	
}
#header-menu {
	background:  left -3px repeat-x #d89530;
}
#header-menu > li {
	font: normal 14px arial;
	margin: 0 2px;
}
#header-menu > li:first-child {
	margin-left: 10px;
}
#header-menu > li > a {
	color: #fff;
	line-height: 14px;
	padding: 9px 10px 10px;
}
#header-menu > li > a > span {
	display: block;
	font-size: 11px;
	color: #aaa;
}
#header-menu > li.menu-item-ancestor > a {
	background: -877px -236px no-repeat d89530;
	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:  left -100px repeat-x #d89530 ;
}
#header-menu > li:hover > a,
#header-menu > li.current-menu-item > a,
#header-menu > li.current-menu-ancestor > a {
	color: #000;
}
#header-menu > li:hover > a > span,
#header-menu > li.current-menu-item > a > span,
#header-menu > li.current-menu-ancestor > a > span {
	color: #484848;
}
#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;
}


