/* @override http://thebridgejoplin.com/foundry/css/styles.css */



/*
-----------------------------------------------
Website: Bridge Foundry
Author: Jason Dittmer
MyModernWeb.com
-----------------------------------------------
*/

/* Global Styles */
body	{
	background: black url(/foundry/images/foundry-bg.jpg) center 0 no-repeat;
}

h1 {
	color: #000;
	font-size: 50px;
}

a {
	color: #ed3809;
}

.clear {
	clear: both;
}

#topspacer	{
	height: 400px;
}

#pagewrap {
	width: 960px;
	margin: 0 auto;
	height: 800px;
	height: 100%;
	min-height: 800px;
}

#nav_843533 {
	margin: 0 0 20px 125px;
	border-top: solid #f0501c 2px;
	border-bottom: solid #f0501c 2px;
	height: 60px;
	width: 660px;
}

#nav_843533 li	{
	float: left;
	list-style: none;
	display: block;
	margin: 17px 0 0 33px;
}

#nav_843533 li a	{
	font-size: 22px;
	text-decoration: none;
	color: #932306;
	text-transform: uppercase;
}

#nav_843533 li a:hover	{
	color: #464646;
}

#content	{
	width: 640px;
	margin: 0 0 0 175px;
	background: none;
	border: none;
}

.newsletter {
	font-size: 22px;
	margin: 0 0 20px 0;
	display: block;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.newsletter:hover {
	color: black;
}

#footer {
	margin: 80px 0 0 175px;
	width: 640px;
	text-align: center;
}

#footer p {
	font-size: 11px;
	border-bottom: solid #d0d0d0 2px;
	border-top: solid #d0d0d0 2px;
	line-height: 20px;
}

ol.blogsitesummary	{
	list-style: none;
	display: inline;
	font-size: 15px;
}
div.side-panel h4 {
	font-size: 15px;
}