/*
Theme Name:     Graphene Child
Theme URI:      http://portlandbrewpubs.com/
Description:    Child theme for the Graphene theme
Author:         Kevin Noall
Author URI:     http://www.kevinnoall.com/blog/
Template:       graphene
Version:        1.0
*/
@import url("../graphene/style.css");
/* Your modification goes here */

#developer {
   display: none;
}

/* KN - Change the nav-bar background and font size and color */
#header-menu {
	background: #1A1819;
}

#header-menu > li {
    background-color: #1A1819;
    font: 18px "Trebuchet MS";
    margin: 0 2px;
}

#header-menu > li > a {
    background: none repeat scroll 0 0 #1A1819;
	color: #B5511D !important;
	line-height: 16px;
	padding: 9px 10px 10px;
}
/* END the nav-bar changes */


/* Added by Kevin for Stats tables */
table.stats {
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: gray;
	border-collapse: separate;
	background-color: white;
}
table.stats th {
	border-width: 0px;
	padding: 0px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}
table.stats td {
	border-width: 0px;
	padding: 0px;
	border-style: hidden;
	border-color: gray;
	background-color: white;
	-moz-border-radius: ;
}

tr.row-even td {
	background-color: #FCF6CF; color: black;
}
tr.row-odd td {
	background-color: #FEFEF2; color: black;
}

/* Added by Kevin for contest tables */
table.contest {
	border-width: 0px;
	border-spacing: 0px;
	border-style: hidden;
	border-color: gray;
	border-collapse: separate;
}
table.contest td {
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: gray;
	background-color: LINEN;
}