/* @override 
	http://ff.tdservers.com/default.css
	http://afrustratedfan.com/default.css
*/

/******************************************************************************
STYLESHEET
Created May 2008 by Ariane Salvador for Tyler Digital

*****************************************************************************/

/* Zero Out Defaults */
html, body, h1, h2, h3, h4, ol, ul, form, blockquote, div {
        margin:0;
        padding:0;
}
h1, h2, h3, h4, h5, p, pre, code {
       	font-weight:normal;
}
a img {
        border:none;
}

/* Global */
body {
	font-family: "Helvetica Neue", Helvetica, Trebuchet, Arial, Geneva, Sans-Serif;
	background-color: #ccc;
	background-image: url(/images/pagebg.gif);
	background-position: top center;
	background-repeat: repeat-y;
	color: #3f3f3f;
}
h1, h2, h3, h4, h5, p, pre, code {
        font-size:.9em;
}
#wrapper {
	margin: auto;
	width: 950px;
	background-color: white;
	/*background-image: url(/images/sidebar.gif);
	background-position: top right;
	background-repeat: repeat-y;*/
}
a {
	color: #bd880c; /* Yellow to match navigation background */
}

/* Special fonts created for manual use of client in span elements */
.blue {
	color: #0018e5;
	color: #324A9F;
}
.red {
	color: #fa1b00;
}

/* Header */
#header {
	height: 210px;
	width: 950px;
	background-image: url(/images/headerbg.gif);
	background-color: #002456;
	background-repeat: no-repeat;
	
}
#header h1 { /* Overlapped by banner in styling, but created for search engines */
	visibility: hidden;
	text-align: center;
	padding-top: 90px;
}

/* Navigation */
#nav {
	font-size: 12pt;
	line-height: 20px;
	text-transform: uppercase;
	background-image: url(images/navbg.gif);
	height: 20px;
	background-color: #bd880c;
	overflow: hidden;
}
#nav ul {
	margin-left: 15px;
		height: 20px;

}
#nav ul li {
	display: inline;
	color: white;
		height: 20px;

}
#nav a {
	text-decoration:none;
	color: white;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:1px;
}
#nav a:hover {
	background-color: #7f5e11;
	border-top: solid 1px #7f5e11;
}
.currently_selected{
	background-color: #7f5e11;
	border-top: solid 1px #7f5e11;
}

/* Sidebar */
#sidebar {
	float: right;
	width: 225px;
	margin-left: 15px;
	margin-bottom: 10px;
	position: relative;
	z-index: 2;
	height: 300px;
}

#sidebar div {
	background-image: url(/images/sidebarbg.jpg);
	height: 60px;
}

#sidebar a {
	color: #6d7993;
	padding-left: 20px;
	padding-top: 25px;
	float: left;
	text-decoration: none;
}
#sidebar a:hover {
	color: #002456;
}
img.sidenav {
	float: right;
	padding-top: 10px;
	padding-right: 10px;
}
img.team { /* Used for team logos in the sidebar */
	margin-top:20px;
	margin-left:35px;
}

/* Content */
#content {
	padding-right: 255px;
	margin-left: 35px;
}
/* Posts */
.post {
	margin-top:30px;
	margin-bottom:10px;
	line-height:1.7;
	border-bottom: solid #ccc 1px;
}
.content_hidden {
	display:  none;
}
.content_hidden p {
	margin-top: 0;
}

h2.post_title {
	color: #003366;
	margin-bottom: 0;
	font-size: 1.4em;
	font-weight: bold;
	font-variant: small-caps;
}
p.post_info {
	font-size: 11px;
	margin-bottom: 20px;
	margin-top: 0;
}
p.post_info a {
	color: #3f3f3f;
	text-decoration: none;
}
.post a.read_more {
	font-size: 11px;
	margin-top: 50px;
}
a.view_older {
	line-height:5;
}
/* Footer */
#footer {
	margin-top: 50px;
	background-color: #003366;
	padding: 25px;
	padding-bottom: 0;
	height: 400px;
	background-image: url(/images/footerbg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	background-color: #1e2a5a;
}
.column {
	width: 200px;
	float: left;
}
#footer ul {
	list-style-type: none;
	margin-bottom: 50px;
}
#footer li {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: solid 1px #fff;
	color: #96a5b3;
	width: 120px;
	padding-left: 10px;
	margin-left: 10px;
	color: #96a5b3;
	text-decoration: none;
	font-size: 10pt;
}
#footer a {
	color: #96a5b3;
	text-decoration: none;
	font-size: 10pt;
}
#footer h4 {
	color: #fff;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	padding-bottom: 10px;
	text-transform: uppercase;
	margin-left: 10px;
}
