/*  
Theme Name: NVA
Theme URI: http://www.newmanva.com
Description: The NVA theme.
Version: 1.0
Author: Stormlab
*/

/* GLOBAL RESETS */

* {
	margin : 0;
	padding : 0;
}
body {
	font : normal 11px/16px Verdana,Arial,Helvetica,Sans-Serif;
	text-align : center;
	color : #60605f;
	padding-top : 12px;
}
a:link,a:visited {
	color : #0158a4;
}
a:hover,a:active {
	color : #000;
}
ul,ol {
	padding-left : 20px;
}
ul li {
	padding-left : 16px;
}
p {
	padding : 10px 0;
}
#container {
	width : 786px;
	margin : 0 auto;
	text-align : left;
	background : #fff;
	overflow : auto;
}
#header {
	position : relative;
	height : 261px;
}
#header h1 {
	display : none;
}
#header #home_link {
	position : absolute;
	top : 0;
	right : 0;
}
#header #home_link a:link,#header #home_link a:visited {
	display : block;
	width : 400px;
	height : 260px;
}
#header #home_link span {
	display : none;
}

#sidebar {
	width : 200px;
	padding : 0 50px;
}
h3 {
	font : normal 14px/25px Myriad,Verdana,Arial,Sans-Serif;
	color : #767676;
	border-bottom : 1px dashed #767676;
}
h2 {
	margin-top : 20px;
}
#sidebar ul {
	list-style : none;
	padding : 10px 0;
}
#sidebar ul li {
	background : none;
}
#sidebar img {
	border : none;
}
.navigation {
	padding : 10px 0;
}
.alignleft {
	width : 45%;
	float : left;
}
.alignright {
	width : 45%;
	float : right;
	text-align : right;
}
#content {
	width : 442px;
	float : right;
	padding-right : 20px;
}
#s {
	width : 100px;
}
#searchform {
	padding : 10px 0;
}
small {
	font-size : 11px;
	font-weight : bold;
}
#comment {
	width : 230px;
	height : 125px;
}
#content h3 {
	border : none;
}
#footer p {
	padding : 0;
}
#footer {
	color : #fff;
	width : 786px;
	text-align : left;
	margin : 0 auto;
	padding-bottom : 20px;
}
#content,#sidebar {
	padding-bottom : 40px;
}
#footer a:link,#footer a:visited {
	color : #fff;
	font-weight : bold;
}
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}
.sIFR-replaced {
	visibility: visible !important;
}
span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}
/* These "decoy" styles are used to hide the browser text before it is replaced...
the negative-letter spacing in this case is used to make the browser text metrics match up with
the sIFR text metrics since the sIFR text in this example is so much narrower... your own
settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these
decoy styles */
.sIFR-hasFlash #content h2 {
	visibility: hidden;
	width : 400px;
	font-size : 22px;
	line-height : 22px;
	padding : 0;
}