@import url(/assets/css/reset.css);

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 62.5%;
	background: #000;/*144*/
	}
.clear {
	clear: both;
	height: 0;
	}
#skip-nav {
	text-indent: -9999em;
	height: 0;
	float: left;
	}
#print-logo {
	display: none;
	}

/* Background */
#background-wrap img {
	position: absolute;
	z-index: 1;
	max-height: 100%;
	min-height: 60em;
	width: 100%;
	height: 100%;
	}

/* Content */
#content-wrap {
	position: relative;
	z-index: 2;
	min-height: 40em;
	font-size: 1.2em;
	}
#content {
	width: 83em;
	margin: 0 auto;
	}
	#content a {
		color: #00acac;
	}
	a#logo {
		width: 225px;
		height: 74px;
		display: block;
		background: url(../img/logo.png) 0 -74px no-repeat;
		text-indent: -9999em;
		opacity: 0.7;
		-webkit-transition: opacity .2s linear;
		}
	a#logo:hover {
		background: url(../img/logo.png) 0 -74px no-repeat;
		opacity: 1;
		}
	#sidebar {
		float: left;
		}
		#sidebar p {
			display: block;
			margin-left: 15px;
			padding: 0 20px 10px;
			width: 171px;
			line-height: 1.3em;
			text-decoration: none;
			font-size: 0.9em;
			background: rgba(0,0,0,0.6);
			color: #fff;
			-webkit-transition: color .2s linear;
			-webkit-transition: background .2s linear;
			}
		#sidebar p, x:-moz-any-link {
			background: url(../img/trans-60-bg.png) 0 0;
			}
		#sidebar p, x:-moz-any-link, x:default {
			background: rgba(0,0,0,0.6);
			}
			#sidebar p strong {
				display: block;
				font-size: 1.3em;
				padding: 26px 0 13px;
				}
			#sidebar p a {
				display: block;
				padding-bottom: 7px;
				}
	#nav {
		margin-left: 15px;
		margin-top: 16px;
		}
		#nav li {
			padding-bottom: 14px;
			margin-bottom: -11px;
			margin-left: -15px;
			}
		#nav li:hover,
		#nav li.selected {
			background: url(../img/nav-sel.png) left bottom no-repeat;
		}
		#nav li.header {
			margin: 0;
			padding: 8px 18px;
			width: 175px;
			height: 18px;
			line-height: 18px;
			text-indent: -9999em;
			background: url(../img/trans-60-bg.png) 0 0;
			}
			#nav li a {
				margin-left: 15px;
				display: block;
				padding: 9px 18px;
				width: 175px;
				height: 18px;
				line-height: 18px;
				text-decoration: none;
				font-size: 1.2em;
				font-weight: bold;
				background: rgba(0,0,0,0.6);
				color: #999;
				-webkit-transition: color .2s linear;
				-webkit-transition: background .2s linear;
				}
			#nav li a, x:-moz-any-link {
				background: url(../img/trans-60-bg.png) 0 0;
				}
			#nav li a, x:-moz-any-link, x:default {
				background: rgba(0,0,0,0.6);
				}
			#nav li a:hover,
			#nav li:hover a,
			#nav li.selected a {
				background: rgba(0,0,0,0.8);
				color: #fff;
				}
			#nav li a:hover, x:-moz-any-link {
				background: url(../img/trans-80-bg.png) 0 0;
				}
			#nav li a:hover, x:-moz-any-link, x:default {
				background: rgba(0,0,0,0.8);
				}
	#main {
		float: left;
		padding: 0 1em 1em 0.3em;
		width: 748px;
		min-height: 58em;
		color: #fff;
		}
		#main.homepage h2 {
			padding: 7em 0.9em 0;
			font-size: 3.3em;
			}
		#main.homepage h3 {
			padding: 0.2em 1.1em;
			font-size: 2.4em;
			}
		#main h2 {
			padding: 1em 0.9em;
			font-size: 1.5em;
			}
			#main-column {
				margin-top: 90px;
				padding: 1em 1em 0.5em;
				width: 38em;
				min-height: 490px;
				background: rgba(0,0,0,0.6);
			}
			#main-column, x:-moz-any-link {
				background: url(../img/trans-60-bg.png) 0 0;
				}
			#main-column, x:-moz-any-link, x:default {
				background: rgba(0,0,0,0.6);
				}
				#main-column p {
					font-size: 1.2em;
					line-height: 1.2em;
					padding: 0 0.6em 0.8em 1em;
					}
					#main-column p span {
						width: 65px;
						float: left;
						}
					#main-column p span.nowrap {
						float: none;
						width: auto;
						white-space: nowrap;
						}
				#main-column h2 {
					padding-left: 0.8em;
					padding-bottom: 0.6em;
					}
				#main-column h3 {
					font-size: 1.3em;
					line-height: 1.3em;
					padding: 0 0.6em 0.4em 0.8em;
					}
				#main-column form {
					padding: 1em 0;
					}
				#main-column label {
					float: left;
					width: 9em;
					text-align: right;
					line-height: 2em;
					height: 2em;
					margin: 0 0 4px;
					padding: 2px 0;
					font-size: 1.1em;
					}
				#main-column input {
					line-height: 1.2em;
					height: 1.2em;
					width: 23em;
					margin: 3px 6px;
					padding: 4px;
					background: #c3bcbe;
					border: 0;
					font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-size: 1.1em;
					}
				#main-column input.button {
					line-height: 1;
					height: auto;
					width: auto;
					margin: 6px 6px 10px 226px;
					padding: 3px 18px;
					background: #099;
					color: #fff;
					font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
					text-transform: uppercase;
					font-weight: bold;
					}
				#main-column textarea {
					margin: 3px 6px;
					padding: 4px;
					height: 5.8em;
					width: 23em;
					background: #c3bcbe;
					border: 0;
					font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
					font-size: 1.1em;
					}
				#main-column .errors {
					font-size: 1.2em;
					padding: 0 0.6em 0.8em 1em;
					color: #a00;
					font-weight: bold;
					}
				#main-column legend {
					display: none;
					}
				#main-column small {
					font-size: 0.8em;
					}	
	#blog {
		float: right;
		margin-top: 1.5em;
		display: block;
		width: 78px;
		height: 69px;
		background: url(../img/button-blog.png) 0 0 no-repeat;
		text-indent: -99999px;
		}
	#news {
		width: 215px;
		height: 200px;
		background: url(../img/rt-top.png) 0 0 no-repeat;
		float: right;
		clear: right;
		}
		#news-inner {
			padding: 10px 40px 40px;
			width: 135px;
			margin-top: 30px;
			color: #fff;
			background: url(../img/rt-bot.png) bottom left no-repeat;
			}
			#main #news-inner h2 {
				padding: 0 0 0.6em;
				font-size: 1.8em;
			}
			#main #news-inner h3 {
				padding: 0 0 0.2em;
				font-size: 1em;
			}
			#news-inner li {
				padding-bottom: 1em;
			}

/* Footer */
#footer {
	position: relative;
	z-index: 2;
	clear: left;
	width: 94em;
	height: 1em;
	padding: 1.5em 1.5em 3em;
	margin: 3em auto 0;
	background: rgba(0,0,0,0.6);
	}
#footer, x:-moz-any-link {
	background: url(../img/trans-60-bg.png) 0 0;
	}
#footer, x:-moz-any-link, x:default {
	background: rgba(0,0,0,0.6);
	}
	#footer p {
		float: right;
		line-height: 1em;
		color: #999;
	}
	#footer li {
		float: left;
		border-right: 1px solid #999;
		}
	#footer li:last-child,
	#footer li.last-child {
		border-right: 0;
		}
		#footer li a {
			display: block;
			padding: 0.2em 0.6em;
			line-height: 1em;
			text-decoration: none;
			color: #999;
			-webkit-transition: color .2s linear;
			}
		#footer li a:hover {
			color: #fff;
			}

/*BLOG FEED*/
#creditfooter{ 
	display:none; /*hides feedburner icon*/
}

.feedburnerFeedBlock .headline{
	font-weight:bold;
	color:#000;
	font-size:14px;
}

.headline a{ color:#000000;}

.feedburnerFeedBlock p{
	margin:7px 0 3px 0;
}

.feedburnerFeedBlock .date{
	color:#fff;
	font-weight:bold;
}