/*
Copyright (c) 2009 Twisted Pair - All Rights Reserved
*/

body {
	background-color: #2b2b2b;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:active {
	color: #ddd;
	text-decoration: underline;
}

a:hover {
	color: #fff;
	text-decoration: underline;
}

#title {
	padding-bottom: 8px;
}

#wrapper {
	padding-top: 10px;
	width: 100%;
}

#page {
	width: 1024px;
	margin: 0px auto;
}

#menu {
	background-color: #141414;
	padding: 10px;
	height: 25px;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	background-color: #202020;
	color: #fff;
	text-decoration: none;
	display: block;
	float: left;
	padding: 4px;
	padding-left: 12px;
	padding-right: 12px;
	margin-right: 8px;
}

#menu a:hover {
	background-color: #3d3d3d;
}

#footer {
	background-color: #161616;
	text-align: center;
	font-size: 11px;
	padding: 10px;
	color: #ddd;
}

#content {
	background-image: url('images/background.png');
	background-repeat: repeat-x;
	background-color: #222222;
	padding-bottom: 20px;
}

#banner {
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

#banner img {
	border: 1px solid #141414;
	border-top: none;
}

.quote {
	text-align: center;
	font-style: italic;
	padding-bottom: 10px;
}

.column {
	background-color: #222;
	width: 33%;
	margin: 1px;
	float: left;
}

.column_header {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #bbb;
	padding-bottom: 5px;
}

.column_content {
	border-top: 1px dotted #fff;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
}

.contact_column_content {
	font-size: 14px;
	text-align: justify;
	margin-left: 25px;
	margin-right: 25px;
	width: 300px;
}

.contact_column_content a {
	display: inline;
}

.post_header {
	padding-top: 15px;
	margin: 0;
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 10px;
}

.post_content {
	padding-top: 0;
	margin: 0;
}

input, textarea, select {
	background-color: #fff;
	color: #2b2b2b;
	padding: 1px;
	border: 1px solid #2b2b2b;
	font-family: Arial, sans-serif;
	font-size: 13px;
}