


/* Normal, standard links. */
a:link {
	color: #222222;
	text-decoration: none;
}
a:visited {
	color: #222222;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/* Navigation links - for the link tree. */
.nav {
	margin:10px 0px;
}
.nav:link, .nav:visited{
	text-decoration: none;
	font-weight: bold;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
a.nav:hover {
	color:#5176b5;
}
/* Tables should show empty cells. */
table {
	empty-cells: show;
}
/* By default (td, body..) use verdana in black. */
body, td, th , tr {
	color: #000000;
	font-size: small;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* The main body of the entire forum. */
body {
	background: #006666 url(images/art/bgr.gif) repeat-x top left;
	margin: 0px;
	padding: 30px 0px 4px 0px;
	font-size: small;
	line-height: 125%;
}
body{
background-attachment: fixed;
    background-color: #2b2828;
//    background-image: url("images/vnchs_ny.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}


/* Input boxes - just a bit smaller than normal so they align well. */
input, textarea, button {
	color: #000000;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
input, button {
	font-size: 140%;height:25px;
}
textarea {
	font-size: 100%;
	color: #000000;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* All input elements that are checkboxes or radio buttons. */
input.check {
}
/* Selects are a bit smaller, because it makes them look even better 8). */
select {
	font-size: 90%;
	font-weight: normal;
	color: #000000;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
/* Standard horizontal rule.. ([hr], etc.) */
hr, .hrcolor {
	height: 1px;
	border: 0;
	color: #666666;
	background-color: #666666;
}
/* No image should have a border when linked */
a, a img {
	outline: none;
	border: 0;
}
/* A quote, perhaps from another post. */
.quote {
	color: #000000;
	background-color: #D7DAEC;
	border: 1px solid #000000;
	margin: 1px;
	padding: 1px;
	font-size: x-small;
	line-height: 1.4em;
}
/* A code block - maybe even PHP ;). */
.code {
	color: #000000;
	background-color: #dddddd;
	font-family: "courier new", "times new roman", monospace;
	font-size: x-small;
	line-height: 1.3em;
	/* Put a nice border around it. */
	border: 1px solid #000000;
	margin: 1px auto 1px auto;
	padding: 1px;
	width: 99%;
	/* Don't wrap its contents, and show scrollbars. */
	white-space: nowrap;
	overflow: auto;
	/* Stop after about 24 lines, and just show a scrollbar. */
	max-height: 24em;
}

/* The "Quote:" and "Code:" header parts... */
.quoteheader, .codeheader {
	color: #000000;
	text-decoration: none;
	font-style: normal;
	font-weight: bold;
	font-size: x-small;
	line-height: 1.2em;
}
/* Generally, those [?] icons.  This makes your cursor a help icon. */
.help {
	cursor: help;
}
/* /me uses this a lot. (emote, try typing /me in a post.) */
.meaction {
	color: red;
}
/* The main post box - this makes it as wide as possible. */
.editor {
	width: 96%;
}
/* Highlighted text - such as search results. */
.highlight {
	background-color: yellow;
	font-weight: bold;
	color: black;
}
/* Alternating backgrounds for posts, and several other sections of the forum. */
.windowbg, #preview_body {
	background: #ffffff;
	color: #5b5b5b;
	padding: 1ex;
	border-bottom: 1px solid #EEEEEE;
}
.windowbg2 {
	background: #EEEEEE;
	color: #5b5b5b;
	padding: 1ex;
	border: 1px solid #DDDDDD;
}
.windowbg3 {
	background: #EEEEEE;
	padding: 5px;
	border: 1px solid #DDDDDD;
}
/* the today container in calendar */
.calendar_today {
	background-color: #FCFCFC;
}
/* These are used primarily for titles, but also for headers (the row that says what everything in the table is.) */
.titlebg, tr.titlebg th, tr.titlebg td, .titlebg2, tr.titlebg2 th, tr.titlebg2 td {
	color: black;
	font-style: normal;
	background: url(images/titlebg.gif) #EFEFEF repeat-x;
	padding-left: 10px;
	padding-right: 10px;
}
.titlebg, .titlebg a:link, .titlebg a:visited {
	font-weight: bold;
	color: black;
	font-style: normal;
}
.titlebg a:hover {
	color: #666666;
}
/* same as titlebg, but used where bold text is not needed */
.titlebg2 a:link, .titlebg2 a:visited {
	color: black;
	font-style: normal;
	text-decoration: underline;
}
.titlebg2 a:hover {
	text-decoration: underline;
}
/* This is used for categories, page indexes, and several other areas in the forum.
.catbg and .catbg2 is for boardindex, while .catbg3 is for messageindex and display headers*/
.catbg , tr.catbg td , .catbg3 , tr.catbg3 td {
	background: url(images/catabg.gif) #4d4d4d repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 , tr.catbg2 td {
	background: url(images/catabg.gif) #4d4d4d repeat-x;
	color: #FFFFFF;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 21px;
}
.catbg2 {
	border-bottom: 1px solid #C5C5C5;
}
.catbg, .catbg2 {
	font-weight: bold;
}
.catbg3, tr.catbg3 td, .catbg3 a:link, .catbg3 a:visited {
	font-size: 16px;
	color: white;
	text-decoration: none;
}
.catbg a:link, .catbg a:visited {
	color: white;
	text-decoration: none;
}
.catbg a:hover, .catbg3 a:hover {
	color: #E3E3E3;
}
.catbg2 a:link, .catbg2 a:visited, .catbg2 a:hover {
	color: #FEFEFE;
	text-decoration: none;
}
/* This is used for tables that have a grid/border background color (such as the topic listing.) */
.bordercolor {
	padding: 0px;
}
/* This is used on tables that should just have a border around them. */
.tborder {
	padding: 0px;
	border: 1px solid #c4c4c4;
	background-color: #FBFBFB;
}
/* Default font sizes: small (8pt), normal (10pt), and large (14pt). */
.smalltext {
	font-size: x-small;
	font-family: "Exo 2",verdana, sans-serif;
}
.middletext {
	font-size: 90%;
}
.normaltext {
	font-size: small;
}
.largetext {
	font-size: large;
}
/* Posts and personal messages displayed throughout the forum. */
.post, .personalmessage {
	width: 100%;
	overflow: auto;
	line-height: 1.3em;
}
/* All the signatures used in the forum.  If your forum users use Mozilla, Opera, or Safari, you might add max-height here ;). */
.signature {
	width: 100%;
	overflow: auto;
	padding-bottom: 3px;
	line-height: 1.3em;
}
/* Sometimes there will be an error when you post */
.error {
	color: red;
}
/* definitions for the main tab, active means the tab reflects which page is displayed */
.maintab_first, .maintab_back, .maintab_last, .maintab_active_first, .maintab_active_back, .maintab_active_last, .mirrortab_first, .mirrortab_back, .mirrortab_last, .mirrortab_active_first, .mirrortab_active_back, .mirrortab_active_last {
	vertical-align: top;
}
.maintab_back, .maintab_active_back, .mirrortab_back, .mirrortab_active_back {
	text-decoration: none;
	color: #aaa;
	font-weight: bold;
	font-size: 11px;
	padding: 5px;
}
.maintab_first,.mirrortab_first {
	 display: none;
}
.maintab_back,.mirrortab_back {}
.maintab_last,.mirrortab_last {
	display: none;
}
.maintab_active_first, .mirrortab_active_first {
	display: none;
}
.maintab_active_back, .mirrortab_active_back {
	text-decoration: overline;
}
.maintab_active_last, .mirrortab_active_last {
	display: none;
}
/* how links behave in main tab. */
.maintab_back a:link, .maintab_back a:visited, .mirrortab_back a:link, .mirrortab_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_active_back a:link, .maintab_active_back a:visited, .mirrortab_active_back a:link, .mirrortab_active_back a:visited {
	color: #333;
	text-decoration: none;
}
.maintab_back a:hover, .maintab_active_back a:hover, .mirrortab_back a:hover, .mirrortab_active_back a:hover {
	color: #387cb3;
	text-decoration: overline;
}
/* The AJAX notifier */
#ajax_in_progress {
	background: #292929;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 18pt;
	padding: 3px;
	width: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
}
/* Top Nav */
#topnav{position:relative;display:block;height:42px;font-size:16px;background:transparent url(images/art/topnav_bg.gif) repeat-x top left;font-family:"Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;}

#topnav ul{margin:0px;padding:0;list-style-type:none;width:auto;}

#topnav ul li{display:block;float:left;margin:0 1px 0 0;}

#topnav ul li a{display:block;float:left;color:#ffffff;text-decoration:none;padding:14px 11px 0 11px;height:28px;}

#topnav ul li a:hover,#topnav ul li a.current{color:#fff;background:transparent url(images/art/topnav_over.gif) no-repeat top center;}

#topnav ul li.chosen a{color:#fff;background:transparent url(images/art/topnav_over.gif) no-repeat top center;}

/* Popup Fix */
.popuptext {
	color: #E3E3E3;
}
.popuptext a:link, .popuptext a:visited {
	color: #537A99;;
}
.popuptext a:hover {
	color: #B2C6D4;
	text-decoration: underline;
}
/* Forum Width */
#wrapper {
	 width: 1250px;
	 min-width: 720px;
	 margin: 0 auto;
	 padding: 0;
}

/* Header */
#header {
//	 position:fixed;
	 position: relative;
//width:100%;
	 height: 156px;
	 overflow: hidden;
	 background: url(./images/art/headerbg.png) 0 0 repeat-x;
}
#head-r {
	 height: 156px;
	 background: url(./images/art/headerr.png) 100% 0 no-repeat;
}
#head-l {
	 background: url(./images/art/headerl.png) 0 0 no-repeat;
}

/* logo / slogan */
#logo {
	position: absolute;
	top: 3em;
	left: 1em;
	display: block;
	width: 400px;
	height: 100px;
	cursor: pointer;
	background: url(./images/art/logo.png) no-repeat;
}
.hlogon
{
	color: #000;
	background: #252525;

	padding: 1px;
	hwight:22px;

	border: 1px solid black;
	width:150px;
	background-color:#ccc;
}
#userarea {
	float: right;
	padding: 6.5em 25px 0 0;
	text-align: right;
	font-size: 0.82em;
	width: 48em;
	color: #FFFFFF;
	font-family: "Exo 2",verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;
}
#userarea a:link, #userarea a:visited {
	color: #FFFFFF;
}
#userarea a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.clearfix {
	display:inline-block;
}
.clr {
	clear: both;
	margin-bottom: 0em;
	padding: 0px;
}
#my-avatar {
	float: right;
	margin-left: 1em;
	padding-top: 5px;
}
#news {
	position: absolute;
	float: left;
	clear: both;
	bottom: 1em;
	left: 1.5em;
	text-align: left;
	font-size: 8pt;
	color: #eee;
	width: 50%;
	font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
#news a:link, #news a:visited {
	color: #eee;
}
#news a:hover {
	color:  #00BFFF;
	text-decoration: underline;
}
#searcharea {
	position: absolute;
	top: 7px;
	right: 5px;
	height: 32px;
	width: 178px;
	background: url(./images/art/searchbg.png) no-repeat;
	overflow: hidden;
}
#searcharea .inputbox {
	background: transparent;
	color: #ccc;
	padding: 3px 3px 0;
	border: none;
	margin: 5px 0 0 10px;
	width: 145px;
	height: 15px;
}
/* Bodyarea */
#bodyarea {
	 padding: 10px;
	 margin: 0;
	 padding-left: 15px;
	 padding-bottom: 30px;
	 padding-right: 15px;
	 background: #FEFEFE url(images/art/bodyarea-bg.gif) 0 0 repeat-x;
}
/* Footer */
#footer {
	 background: #E3E3E3 url(images/art/footer-bg.gif) 0 100% repeat-x;
}
#footer-r {
	 height: 36px;
	 background: url(images/art/footer-r.gif) 100% 100% no-repeat;
}
#footer-l {
	 background: url(images/art/footer-l.gif) 0 100% no-repeat;
}
#footerarea {
	 text-align: center;
	 padding: 3em;
	 color: #006666;
	 text-shadow: 2px 2px 2px #04D4D4;
	font-size: 100%;
	 font-family: "Exo 2",verdana, geneva, lucida, "lucida grande", arial, helvetica, sans-serif;
}
#footerarea a:link, #footerarea a:visited {
	 color: #006666;
	 text-shadow: 2px 2px 2px #D4D4D4;
}
#footerarea a:hover {
	 color: #111;
	 text-decoration: none;
}
#footerarea_ a {opacity:0.0;}
#footerarea span a{opacity:0.0;filter: alpha(opacity=0);zoom:1;color:#006666;}

#info_center div.stats1 {display:inline;height:0px;left:-1000px;margin:0px;padding:0px;position:absolute;top:-1000px;visibility:hidden;width:0px; }

.adv{height:200px;display:block;}
#adv1{height:200px;display:block;}



@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Thin'), local('Exo2-Thin'), url('exo2thin.woff2') format('woff2'), url('exo2thin.woff') format('woff'), url('exo2thin.ttf') format('truetype');
font-weight: 100;
font-style: normal;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Thin Italic'), local('Exo2-ThinItalic'), url('exo2thinitalic.woff2') format('woff2'), url('exo2thinitalic.woff') format('woff'), url('exo2thinitalic.ttf') format('truetype');
font-weight: 100;
font-style: italic;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Extra Light'), local('Exo2-ExtraLight'), url('exo2extralight.woff2') format('woff2'), url('exo2extralight.woff') format('woff'), url('exo2extralight.ttf') format('truetype');
font-weight: 200;
font-style: normal;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Bold'), local('Exo2-Bold'), url('exo2bold.woff2') format('woff2'), url('exo2bold.woff') format('woff'), url('exo2bold.ttf') format('truetype');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Bold Italic'), local('Exo2-BoldItalic'), url('exo2bolditalic.woff2') format('woff2'), url('exo2bolditalic.woff') format('woff'), url('exo2bolditalic.ttf') format('truetype');
font-weight: 700;
font-style: italic;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Extra Bold'), local('Exo2-ExtraBold'), url('exo2extrabold.woff2') format('woff2'), url('exo2extrabold.woff') format('woff'), url('exo2extrabold.ttf') format('truetype');
font-weight: 800;
font-style: normal;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Extra Bold Italic'), local('Exo2-ExtraBoldItalic'), url('exo2extrabolditalic.woff2') format('woff2'), url('exo2extrabolditalic.woff') format('woff'), url('exo2extrabolditalic.ttf') format('truetype');
font-weight: 800;
font-style: italic;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Black'), local('Exo2-Black'), url('exo2black.woff2') format('woff2'), url('exo2black.woff') format('woff'), url('exo2black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Exo 2';
src: local('Exo 2 Black Italic'), local('Exo2-BlackItalic'), url('exo2blackitalic.woff2') format('woff2'), url('exo2blackitalic.woff') format('woff'), url('exo2blackitalic.ttf') format('truetype');
font-weight: 900;
font-style: italic;
}
