﻿/*
Column Calculations:

width: 800px
4 columns

200px / column
21px gutter * 3 = 60px

800-60 = 740
740 / 4 = 185 px

185*3 +20*2 = 
185*2 +20 =
*/

/*
	-------------------------------------
	GENERAL CSS STYLES
	-------------------------------------
*/

body {
	background: white;
	font-size: 13px;
	padding-top: 30px;
}

.push-down {
	clear: both;
	padding-top: 15px;
}

h3 {
	font-family: "Times New Roman";
	font-size: 21px;
	margin-bottom: 1em;
}

p {
	font-family: "Times New Roman";
	margin-bottom: 21px;
	line-height: 21px;
}

a {
	color: black;
}

/*
	-------------------------------------
	HEADER STYLES
	-------------------------------------
*/

#logo {
	font-family: 'Vollkorn', arial, serif;
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
	text-shadow: 0px 1px 1px white;
}

#logo a {
	text-decoration: none;
	color: black;
}

#tagline {
	font-family: 'Vollkorn', arial, serif;
	margin-bottom: 1em;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	color: #444;
}

/*
	-------------------------------------
	HOMEPAGE STYLES
	-------------------------------------
*/

/* Structure */

#container {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	right: auto;
	left: auto;
}
.column {
	float: left;
	width: 185px;
	margin-right: 21px;
	font-size: small;
}

.column-2 {
	float: left;
	width: 390px;
	margin-right: 21px;
	font-size: small;
}

.column-3 {
	float: left;
	width: 595px;
	margin-right: 21px;
	font-size: small;
}

.last {
	margin-right: 0px;
}

p.tight {
	margin: 0;
	padding: 0;
	margin-bottom: -2px;
}

/* Style */

.label {
	color: #7AB800;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.breadcrumb {
	color: #7AB800;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: normal;
}

.breadcrumb a {
	color: inherit;
	text-decoration: none;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.raw {
	color: #444;
}

.green-section {
	color: #7AB800;
	font-weight: normal;
	font-size: 14px;
	text-transform: uppercase;
	line-height: 14px;
}

.column h4, .section h4 {
	font-size: 14px;
	font-family: "Times New Roman";
	font-weight: bold;
	/*margin-bottom: 15px;*/
	line-height: 21px;
}

.column h4 a, .section h4 a {
	color: black;
	text-decoration: none;
}

.column h4 a:hover, .section h4 a:hover {
	background: #7AB800;
	color: white;
}

.btn-grey {
	text-shadow: 0 1px 0 white;
	font-family: "Times New Roman";

	font-weight: bold;
	cursor: pointer;
	text-decoration: none;
	color: #333;
	font-size: 1.0em;
	background: #ddd;
	
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	
	padding: 3px;
}

.right {
	text-align: right;
}

.contents {
	text-transform: uppercase;
}

.index-list {
	font-family: "Times New Roman";
}

.index-list a {
	color: black;
}

.index-list a:visited {

}

.index-list li {
	line-height: 15px;
	margin-bottom: 10px;
}

.index-list li img {
	display: none;
}

.index-list li:hover img {
	display: inline;
}

.inline-icon {
	margin-bottom: -4px;
}