/*
File:			custom.css
Description:	Custom styles for Thesis

BASIC USAGE:

If you have enabled the custom stylesheet in the Thesis options panel, the <body> tag 
will be appended with the "custom" class, like so: <body class="custom">. You can use 
the "custom" class to override *any* CSS declarations contained in the style.css file.

For example, if you wish to change the default link color to green, you would add the 
following declarations to this file:

	.custom a, .custom a:visited { color: #090; }	<--- This makes links green
	.custom a:hover { color: #00f; }	<--- This makes links blue when you mouse over them

WHY THIS WORKS:

By using the "custom" class, you are creating more specific CSS declarations for HTML
elements. CSS styling is applied through rules of specificity, and because declarations
prepended with .custom are more specific, they get applied when the page is rendered!

More information about styling your Thesis installation using this file can be found
in the User's Guide:
	http://diythemes.com/thesis/rtfm/customizing-thesis-with-customcss/
*/

body  {
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
background: url(images/blackbackground.jpg) repeat scroll 0 0 transparent;
}

.prominent { font-size: 1.25em; line-height: 1.8em; }

.custom LI.widget { background-color:#F5F5F5; margin-bottom:1.2em; padding-bottom:1.5em; padding-top: 0; }

.custom li.widget ul li { padding-left: 1em; }

.custom .sidebar h3 { padding-right: 0.5em; background-color: #0E2D7C; color: White; padding-top: 1em; padding-bottom: 1em; text-align: right; font-size: 1.25em; font-weight: bold; }

.custom .teaser h2 { line-height: 1.1em; }

.custom li.widget ul li { margin-bottom: 0.05em; }

#broadcasting { background-color: Red; color: White; font-size: 145%; font-family: verdana; text-align:center; text-weight: bolder; padding-top: 1em; padding-bottom: .5em; display: none;}

#broadcasting input[type=button], #broadcasting button, #broadcasting  a, 
#txtBoxContainer input[type=button], #txtBoxContainer button, #txtBoxContainer a {
			font-family: arial, sans-serif;
			font-size: 12pt;
			font-weight: bold;
			
			margin-left: 1em;
			margin-top: -.5em;
			padding: 5px 20px 5px 20px;
			
			outline-width: 0;
			border: 1px solid #000;
			border-radius: 50px;
			-moz-border-radius: 50px;
			
			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5);
			-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			
			-webkit-transition: background-color 0.2s ease-in-out,
					color 0.2s ease-in-out,
					-webkit-box-shadow 0.2s ease-in-out;
			-moz-transition: background-color 0.2s ease-in-out,
					color 0.2s ease-in-out,
					-moz-box-shadow 0.2s ease-in-out;
			-o-transition: background-color 0.2s ease-in-out,
					color 0.2s ease-in-out,
					box-shadow 0.2s ease-in-out;
			background-image: -webkit-gradient(linear, left top, left bottom,
					color-stop(0.0, rgba(255, 255, 255, 0.8)),
					color-stop(0.01, rgba(255, 255, 255, 0.6)),
					color-stop(0.4, rgba(255, 255, 255, 0.3)),
					color-stop(0.4, rgba(255, 255, 255, 0.2)),
					color-stop(1.0, rgba(255, 255, 255, 0.0)));
			background-image: -moz-linear-gradient(top,
					rgba(255, 255, 255, 0.6) 0%,
					rgba(255, 255, 255, 0.3) 40%,
					rgba(255, 255, 255, 0.2) 40%,
					rgba(255, 255, 255, 0.0) 100%);
 
			background-color: #DAA520;
			color: #fff;
			text-shadow: rgba(0, 0, 0, 0.5) 0px -1px 0px;
}

#broadcasting input[type=button]:hover, #broadcasting input[type=button]:focus, #broadcasting button:hover, #broadcasting button:focus, #broadcasting  a:hover, #broadcasting a:focus,
#txtBoxContainer input[type=button]:hover, #txtBoxContainer input[type=button]:focus, #txtBoxContainer button:hover, #txtBoxContainer button:focus, #txtBoxContainer a:hover, #txtBoxContainer a:focus {
			-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9);
			-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.9),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			box-shadow: 0 1px 3px rgba(0, 0, 0, 0.9),
				inset 0px 1px 0px rgba(255, 255, 255, 0.5);
			background-color: #666;
			color: #fff;
}
#broadcasting input[type=button]:active, #broadcasting button:active, #broadcasting a:active,
#txtBoxContainer input[type=button]:active, #txtBoxContainer button:active, #txtBoxContainer a:active {
			background-color: #222;
			color: #ccc;
			-webkit-transition-duration: 0.0s;
			-moz-transition-duration: 0.0s;
			-o-transition-duration: 0.0s;
}

#broadcasting input[type=button]:hover, #broadcasting input[type=button]:focus, #broadcasting a:hover, #broadcasting a:focus,
#txtBoxContainer input[type=button]:hover, #txtBoxContainer input[type=button]:focus, #txtBoxContainer a:hover, #txtBoxContainer a:focus {
    background-color: #DAA520;
}
#broadcasting input[type=button]:hover, #broadcasting  input[type=button]:focus, #broadcasting a:hover, #broadcasting a:focus,
#txtBoxContainer input[type=button]:hover, #txtBoxContainer input[type=button]:focus, #txtBoxContainer a:hover, #txtBoxContainer a:focus {
    background-color: #FFD700;
}
#broadcasting input[type=button]:active, #broadcastinga:active,
#txtBoxContainer input[type=button]:active, #txtBoxContainer a:active {
    background-color: #FFA500;
}

.custom .format_text { padding-left: 1.5em; padding-right: 1.5em; }

.custom #logo a {
background:url("images/vspn-sitelogo.jpg") no-repeat;
display:block;
float:left;
height:144px;
text-indent:-9999px;
width:360px;
}

.custom #tagline {
display:none;
}

.custom #container {
margin-bottom:3em;
margin-top:3em;
}

.custom #header { 
position: relative;
background: url(images/vspn-header-bg.jpg) repeat-x;
border 0;
height: 144px;
width: 100%;
padding: 0;
}

*#header { 
clear: right;
}

.custom #feature_box {
background:none repeat scroll 0 0 transparent;
border:medium none;
padding:0;
}

a { color:#B70C0C; }

a:hover { color:#8B0000; }

/* Here is where we set the header styles */
.custom .format_text h2 {
font-size:1.7em;
} 

.custom .format_text h2 {
color:#299E29;
font-size:1.2em;
line-height:1.222em;
margin:1em 0 0;
} 

.custom .format_text h3 {
font-size:1.1em;
line-height:1.222em;
margin:1em 0 0em;
font-weight: bold;
}

.custom .format_text h3.tighter { margin-top: .5em; }

.custom h1.classes, .custom h2.classes {
color:#299E29;
line-height:1.222em;
margin:1em 0 0;
}

#socialbar { float:right; font-size: 1.5em; font-weight: bold; position:absolute; right: 20px; padding-top: 1em; }

#socialbar p { float: left; padding-top: .8em; padding-right: 0.5em; }

.custom .headline_area h1, .custom .headline_area h2 {
color:#299E29;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-size:2.4em;
line-height:1.364em;
font-weight: bolder;
}

.custom .teaser h2 { font-size: 2.5em; }

.custom .teaser h2 a {
color:#299E29;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight: bolder;
}

/* Menu modifications */
.custom ul.menu li a {
background:none repeat scroll 0 0 transparent;
border:medium none;
font-weight:bold;
letter-spacing:0;
text-transform:none;
}

.custom ul.menu li a:hover {
background:none repeat scroll 0 0 transparent;
color:#B70c0c;
}

.custom ul.menu li {
background:none repeat scroll 0 0 transparent;
border:medium none;
}

.custom ul.menu  {
border:medium none;
float:right;
position:relative;
top:108px;
width:580px;
font-size:1.3em;
z-index: 99;
}

custom ul.menu li ul.submenu li a { color: #111111; } 

.custom li.current > a, .custom li.current-parent > a {
background:none repeat scroll 0 0 transparent;
border:medium none;
color:#B70c0c;
}


.custom .menu, .custom .menu a, .custom .menu li ul {
border-color:#DDDDDD;
}

.custom .submenu { background: #CCD1D4; }

.custom .menu ul ul {
background: #A9B2B2;
}

/* all for the contact form */
.custom #post-8 form {
	/* set width in form, not fieldset (still takes up more room w/ fieldset width */
	margin-top: 0px;
	margin-left: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	padding: 0;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 85%;
}

* html .custom #post-8 form {
	font-size: 11px;
}

.custom #post-8 form fieldset {
	/ * clear: both;
	note that this clear causes inputs to break to left in ie5.x mac, commented out */
	border: 1px solid #299E29;
	padding: 10px; /* padding in fieldset support spotty in IE */
	margin: 0;
	border-color: #299E29;
	border-style: solid;
	border-width: 1px;
}

.custom #post-8 form fieldset fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #299E29;
  border-width: 1px;
  border-style: solid;
  border: 1px solid #299E29;
  padding: 10px;        /* padding in fieldset support spotty in IE */
  margin-left: 120px;
  margin-top: 2px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 90%;
  width: 190px;
}

* html .custom #post-8 form fieldset {
	border-width: 1px;
}

* html .custom #post-8 form fieldset fieldset {
	border-width: 1px;
}

.custom #post-8 form fieldset legend {
	font-size: 1.1em; /* bump up legend font size, not too large or it'll overwrite border on left */
/* be careful with padding, it'll shift the nice offset on top of border  */
	color: #299E29;
}

.custom #post-8 form label {
	display: block; /* block float the labels to left column, set a width */
	float: left;
	width: 110px;
	padding: 0;
	margin: 4px 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right;
	color: #299E29;
}

.custom #post-8 form fieldset label2:first-letter { /* use first-letter pseudo-class to underline accesskey, note that */
	text-decoration:underline;    /* Firefox 1.07 WIN and Explorer 5.2 Mac don't support first-letter */
                                    /* pseudo-class on legend elements, but do support it on label elements */
                                    /* we instead underline first letter on each label element and accesskey */
                                    /* each input. doing only legends would  lessens cognitive load */
                                   /* opera breaks after first letter underlined legends but not labels */
}

.custom #post-8 form input, .custom #post-8 form textarea {
	/* display: inline; inline display must not be set or will hide submit buttons in IE 5x mac */
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	margin:4px 0 0 10px; /* set margin on left of form elements rather than right of
                              label aligns textarea better in IE */
}

.custom #post-8 form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

.custom #post-8 textarea {
	overflow: auto;
	background-color: ThreedLightShadow;
}

.custom #post-8 form small {
	display: block;
	margin: 0 0 5px 120px; /* instructions/comments left margin set to align w/ right column inputs */
	padding:1px 30px 1px 0;
	font-size: 88%;
}

.custom #post-8 form .required{font-weight:bold;} /* uses class instead of div, more efficient */

.custom #post-8 form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.custom #post-8 form p  {
	font-size : 14px !important;
}

.custom #post-8 form p.smaller {
	font-size : 10px !important;
}

.olive {
	color: #9ACD32;
}

.custom #post-8 form select {
  width: 211px;
  padding: 1px 3px;
  margin:5px 0 0 10px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 80%;
}

.custom #post-8 form input.inputRadio {
  display: inline;
  height: auto;
  width: auto;
  background-color: transparent;
  border-width: 0;
  padding: 0;
  margin: 0 0 0 10px;
}

.custom #post-8 form label.compact {
  display: inline;
  width: auto;
  padding: 4px 10px 0 0;
  text-indent: 0;
  margin: 0 0 0 0;
}


/* This comprises the CSS for the siteFeature JSQuery plugin */
/* siteFeature CSS */

.custom a, a:hover {
text-decoration:none;
}

.custom #siteFeature #tabContainer a span img {
display:none;
}

.custom #siteFeature.left #txtBoxContainer div div h3 { padding: 0 1em; }

.custom #siteFeature.left #txtBoxContainer div div p {
padding:0 2em;
}

.custom #siteFeature #txtBoxContainer div div p {
line-height:1.571em;
margin:0 0 20px;
}

.custom #siteFeature #txtBoxContainer div div p {
color:#FFFFFF;
font-size:10pt;
text-shadow:0 1px 1px #222222;
}

.custom #siteFeature #tabContainer a h4 {
color:#ffffff;
font-size:22px;
font-weight:bold;
padding:15px 1em 0 25px;
position:relative;
text-shadow:1px 1px 1px #1C1C1C;
}

.custom #siteFeature #tabContainer a p {
color:#ffffff;
display:block;
font-size:12px;
padding:2px 0 0 25px;
position:relative;
text-shadow:1px 1px 1px #1C1C1C;
}

.custom #siteFeature * {
border:medium none;
margin:0;
padding:0;
}

.custom #siteFeature #tabContainer a.selected span span {
background:url("images/vspn-tab-active.jpg") repeat-x scroll 0 0 transparent;
height:100%;
}

#siteFeature #tabContainer a {
background:url("images/vspn-tab-inactive.jpg") repeat-x scroll 0 0 transparent !important;
border-top:1px solid #AAAAAA;
}

/* Standard file below this point */
#siteFeature #txtBoxContainer div div h3 {
color:#FFFFFF;
font-size:24px;
font-weight:bold;
line-height:24px;
margin:25px 0 15px;
text-shadow:0 2px 3px #222222;
}

/* ---------------------------------------------------------------------- 
	In the name of Progressive Enhancement, this is the default style for 4 "tabs" that will be seen by users with Javascript turned off.
	Notice that the width/height match the plugin defaults.
 ---------------------------------------------------------------------- */
#preFeature{width:940px; height:265px; overflow:hidden; border-left:1px solid #000000;}
	#preFeature *{padding:0px; margin:0px; border:none;}
	#preFeature div{width:24.8%; height:99.25%; float:left; background:#606060; color:#ffffff; font-size:11px; line-height:15px; border-right:1px solid #000000; border-top:1px solid #000000; border-bottom:1px solid #000000;}
	#preFeature div.clear{float:none; clear:both; width:auto; border:none;}
	#preFeature div h3{font-size:1.1em; padding:0.5em 1em; font-weight:normal; background:#333333;}
	#preFeature div p{font-size:1em; margin: 0.5em 1em 1em 1em;}
	#preFeature div img{width:100%; display:block;}
	#preFeature div a:link{font-size:1em; margin:1em; color:#00ccff; text-decoration:none;}
	#preFeature div a:visited{font-size:1em; margin:1em; padding:0.25em; color:#00ccff; text-decoration:none;}
	#preFeature div a:hover{background:#333333;}

/* ---------------------------------------------------------------------- 
	The default output id is "siteFeature". If you changed this in the $.makeFeature() call you'll need to update the CSS below.
	As a general rule, I tried to clump like-declarations.  Because of the tab side (left/right) and text layout options (horizontal/vertical) inheritance can get messy. 
	FireBug - http://getfirebug.com/ (Joe Hewitt / Firebug Working Group) is strongly recommended.
 ---------------------------------------------------------------------- */
#siteFeature{position:relative; overflow:hidden;}
	#siteFeature *{padding:0px; margin:0px; border:none;}
	
	#siteFeature #imgBgContainer{position:absolute;}
		#siteFeature.left #imgBgContainer{right:0px;}
		#siteFeature.right #imgBgContainer{left:0px;}
			#siteFeature #imgBgContainer div{position:absolute;}
		
		
	#siteFeature #txtBoxContainer{position:absolute; height:100%; width:100%; color:#ffffff; font-size:12px; line-height:16px;}
			#siteFeature.left #txtBoxContainer{right:0px;}
			#siteFeature.right #txtBoxContainer{left:0px;}
		#siteFeature #txtBoxContainer div{position:absolute; overflow:hidden;}
		#siteFeature #txtBoxContainer div span{display:block; width:100%; height:100%; position:absolute; background:#000000;}
		#siteFeature #txtBoxContainer div div{}
		
		#siteFeature #txtBoxContainer div div h3{font-size:24px; line-height:24px; margin:25px 0px 15px 0px;}
		#siteFeature #txtBoxContainer div.horizontal div h3{font-size:24px; line-height:normal; margin:5px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;}
		#siteFeature.right #txtBoxContainer div div h3{padding:0px 0.5em 0px 0.5em;}
		#siteFeature.right #txtBoxContainer div.horizontal div h3{padding:0px 0.5em 0px 0.5em;}
		
		#siteFeature #txtBoxContainer div div p{margin:0px 0px 15px 0px;}
		#siteFeature #txtBoxContainer div.horizontal div p{width:320px; margin:0px 0px 0px 0px;}
		#siteFeature.left #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div div p{padding:0px 1em 0px 1em;}
		#siteFeature.right #txtBoxContainer div.horizontal div p{padding:0px 1em 0px 1em;}
			
		#siteFeature #txtBoxContainer div div a:link,
		#siteFeature #txtBoxContainer div div a:visited{background:#345594; color:#ffffff; padding:2px 5px 2px 5px; text-decoration:none; margin:0px 0px 0px 1em;}
		#siteFeature #txtBoxContainer div div a:hover{background:#5d77a9; color:#ffffff;}
		#siteFeature #txtBoxContainer div.horizontal div a:link{position:absolute; right:25px; bottom:10px; /*IE6|7*/ *bottom:5px;}
		#siteFeature #txtBoxContainer div.horizontal div a:visited{position:absolute; right:25px; bottom:10px; /*IE6|7*/ *bottom:5px;}

		#siteFeature.left #txtBoxContainer div{right:0px;}
		#siteFeature.left #txtBoxContainer div.horizontal div{left:25px; height:100%;}
		
		#siteFeature.right #txtBoxContainer div.horizontal{left:0px; bottom:0px;}
		#siteFeature.right #txtBoxContainer div{left:0px;}
		#siteFeature.right #txtBoxContainer div.horizontal div{left:0px; height:100%; width:100%;}


	#siteFeature #tabContainer{position:absolute; border-top:1px solid #cccccc;}
		#siteFeature.left #tabContainer{left:0px; border-left:1px solid #cccccc;}
		#siteFeature.right #tabContainer{right:0px; border-right:1px solid #cccccc;}
			#siteFeature #tabContainer a:link,
			#siteFeature #tabContainer a:visited{display:block; width:100%; background:#ffffff; border-bottom:1px solid #cccccc; font-size:11px; text-decoration:none; position:relative;}
			#siteFeature #tabContainer a:hover{background:#e7eef7;}
			#siteFeature #tabContainer a:active{outline:none;}
			#siteFeature #tabContainer a:focus{outline:none;}
			#siteFeature #tabContainer a.selected{background:transparent;}
			
	#siteFeature-nav{}
		#siteFeature-nav #SF-n-prev{position:absolute; top:0px; display:block; width:20px; height:20px; background:#ffffff url(../images/tab-nav-arrows.gif) 0px 0px no-repeat; border:1px solid #cccccc; outline:none; z-index:1337;
			border-top-left-radius:6px; -moz-border-radius-topleft:6px; -webkit-border-top-left-radius:6px;
			border-top-right-radius:6px; -moz-border-radius-topright:6px; -webkit-border-top-right-radius:6px;}
		#siteFeature-nav #SF-n-prev i{display:none;}
		#siteFeature-nav #SF-n-next{position:absolute; top:0px; display:block; width:20px; height:20px; background:#ffffff url(../images/tab-nav-arrows.gif) -20px 0px no-repeat; border:1px solid #cccccc; outline:none; margin:-1px 0px 0px 0px; z-index:1337;
			border-bottom-left-radius:6px; -moz-border-radius-bottomleft:6px; -webkit-border-bottom-left-radius:6px;
			border-bottom-right-radius:6px; -moz-border-radius-bottomright:6px; -webkit-border-bottom-right-radius:6px;}
		#siteFeature-nav #SF-n-next i{display:none;}
/* ---------------------------------------------------------------------- 
	The 2 declarations below style the text in the tabs. If you have more/less than the default 4 tabs, you'll likely need to tweak the padding.
	Be aware of the IE6,7 specific padding on the h4.
 ---------------------------------------------------------------------- */
			#siteFeature #tabContainer a h4{padding:1em 1em 0px 1em; color:#345bab; position:relative; /*IE6|7*/ *padding:10px 11px 0px 11px;}
			#siteFeature #tabContainer a p{padding:2px 1em 0px 1em; color:#3a3a3a; position:relative;}


			#siteFeature #tabContainer a span{display:none;}
			#siteFeature #tabContainer a.selected span{overflow:hidden; display:block; position:absolute; top:0px;}
			#siteFeature #tabContainer a.selected span span{background:#c4d6f0; height:100%;}
				#siteFeature.left #tabContainer a.selected span{left:0px;}
				#siteFeature.right #tabContainer a.selected span{right:0px;}
			#siteFeature #tabContainer a span img{height:100%; position:absolute; top:0px;}
				#siteFeature.left #tabContainer a span img{left:0px;}
				#siteFeature.right #tabContainer a span img{left:0px;}