﻿
body {
    font-family: 'Droid Sans',Helvetica,Arial,sans-serif;
}
body.custom-background {
    background-color: #323A26;
}
.post .entry-content a {
	text-decoration: underline;
}
.site-container {
    margin: 10px auto;
}
.site-header {
    background-image: url("http://inflationdata.com/articles/wp-content/uploads/2014/04/IDHeader.jpg");
}
.site-header .wrap {
    padding: 20px 0;
}
.title-area {
    padding-left: 20px;
    width: 372px;
}
.site-title {
    font-family: 'Droid Serif';
    font-size: 34px;
    text-transform: none;
}
.nav-primary {
    border-bottom: 1px solid #000000;
}
.genesis-nav-menu {
    line-height: 1;
}
.genesis-nav-menu a {
    padding: 10px 24px;
}
.news-pro-green .site-title a, .news-pro-green .site-title a:hover {
    color: #000000;
}
.site-header .widget-area {
    padding: 0 20px 0 15px;
    width: 766px;
}
.site-description {
    color: #000000;
    font-family: 'Droid Serif Bold Italic',serif;
    text-transform: none;
}
.site-title {
    text-shadow: 1px 1px 2px #ABABAB;
}
.content h1.entry-title, .content h2.entry-title, .content h2.entry-title a, .content h2.entry-title a:visited {
    font-family: 'Droid Serif Bold','Times New Roman',Times,Georgia,serif;
}
input, select, textarea {
    padding: 5px;
    width: 75%;
}
button, input[type=button], input[type=reset], input[type=submit], .button, .entry-content .button {
    background-color: #666666;
    padding: 2px 7px;
}
.site-footer {
    border-top: 1px solid #000000;
}

/* Tables
--------------------------------------------- */

table.data {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 0;
	margin-bottom: 0;
	width: 100%;
}

tbody.data {
	border-bottom: 0;
}

th.data {
	text-align: center;
}
td.data {
	text-align: left;
	border: 1px solid #ddd;
	padding: 0;
}

th.data {
	font-weight: bold;
	text-transform: uppercase;
}

td.noborder {
	text-align: left;
	border: 0;
	padding: 0;
}