body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

#content, h1, h2, h3, h4, h5, h6, .entry-content {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.widget_recent_entries a, input {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.site-header .main-navigation a {
	color: inherit;
	background-color: inherit;
	display: block;
	padding: 6px 12px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.main-navigation a:focus {
	color: white;
	display: block;
	padding: 6px 12px;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
}

.current_page_item, .current_page_ancestor {
	color: white;
	background-color: #67676e;
}

div .odd, .odd {
	background-color: #E8E8E8;
	border-color: #d8d8d8;
	border-width: 1px;
	border-style: solid;
	padding-left: 5px;
	padding-right: 5px;
}

article {
	display: block;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 18px;
}

h3 {
	font-size: 17px;
}

h4 {
	font-size: 16px;
}

h5 {
	font-size: 16px;
}

#content table, table {
	border: none;
	text-align: left;
	vertical-align: top;
}

#content tr td {
	border: none;
	vertical-align: top;
	padding-top: 5px;
	padding-bottom: 5px;
}

.platinum td,.gold td, .silver td, .bronze td, .partner td, .other td {
	padding-left: 20px;
	margin: 20px;
	font-size: 24px;
}

.platinum {
	background-color: #E5E4E2;
}

.gold {
	background-color: #FFD700;
}

.silver {
	background-color: #C0C0C0;
}

.bronze {
	background-color: #CD7F32;
}

.other {
	background-color: #F8F8FF;
}

.partner {
	background-color: #F5F5F5;
}

.img-polaroid {
	padding: 4px;
	background-color: #FFF;
	border: 1px solid rgba(0,0,0,0.2);
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	display: block;
}

a.genericon {
	font-size: 32px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	font-family: "Genericons";
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 1;
	text-decoration: inherit;
	text-transform: none;
	-moz-osx-font-smoothing: grayscale;
}

#branding img {
	border-top: 4px solid #3A3A3C;
	border-bottom: 1px solid #3A3A3C;
	display: block;
	float: left;
}

#access, #access ul ul a {
	background-color: #3A3A3C;
}

.site-info, .site-info a {
	color: white;
	background: white;
	background-image: none;
}

a.ButtonRound {
	border: 2px solid #C0C0C0;
	border-radius: 5px;
	background-color: #2E3191;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	margin: 20px;
	padding: 10px 20px;
	display: inline-block;
}

a.ButtonRound:hover {
	border: 2px solid #3A3A3C;
	background-color: #C0C0C0;
}

li.level2 {
	list-style-type: circle;
}