/*
Theme Name: Graphene Travel Child
Author: Erik Benton
Author URI: http://kire.notneb.net/about
Template: graphene
Version 0.0.1
*/

@import url("../graphene/style.css");

/*
#header-menu {
	background: #89230E;
}

.sidebar h3 {
	background: url(images/bg-sidebar-h3.png) left bottom repeat-x #3C9CD2;*/
	background: -moz-linear-gradient(#89230E, #89230E);
	background: -webkit-linear-gradient(#89230E, #89230E);
	background: linear-gradient(#89230E, #89230E);
	border-bottom: 1px solid #195392;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	color: #fff;
	*display: inline;
	font: bold 16px/20px arial;
	margin: -15px 0 5px -12px;
	padding: 7px 12px;
	text-shadow: 0 -1px 0 #555;
	width: 100%;
	zoom: 1;
}
*/

