
body {
	font: 11px verdana, Sans-serif;
	font: 14px Helvetica, Sans-serif;
	background: url('images/back.png') 50% 0 repeat-x;
	background-color: #011C29;
	color: white;
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

a:link, a:visited {
	color: #E560EC; /*purple*/
	color: #2887C9;
	text-decoration: underline;
	font-weight: bold;
}

a:hover {
	/*border-bottom: 1px solid #fa007d;*/
	color: #3F9FE2;
}

.shaded {
	font-weight: bold;
	color: #929292;
	font-size: 10px;
	height: 14px;
}

ul.slim {
	list-style: none;
	padding: 0.25em 1em;
}


.block .footer {
	border-top: 1px solid #D5E0E3;

	font-size: 80%;
	text-align: right;
	padding: 6px;
	background: #EFF5F7;
	background: #F2F8FA;
}

a.button {
	text-decoration: none;
	color: white;
	background: #146ABC;
	padding: 2px 4px;
	font-weight: bold;
	font-size: 11px;	
}


.sub a {
	color: #BCC4A1;
}

.odd {
	background: #E3F5FA;
}

.odd2 {
	background: #F3F3F3;
}


h2, h3 {
	padding: 4px 0px 0px 0px;
	margin: 0px 0px 4px 0px;
	color: #1A61A4;
	color: #146ABC;
	border-bottom: 1px solid #1A61A4;
	font-size: 21px; /* the default I think? */
}

h2 a:link, h2 a:visited {
	text-decoration: none;
	color: #658F9E;
	color: #146ABC;
}

h3 {
	font-size: 16px;

}

ul {
	line-height: 140%;
}


table.data {
	font: 11px verdana;
	background: white;
	border: 1px solid #ddd;
	margin-bottom: .5em;
}

table.data th {
	background-color: #005A84;
	background-color: #146ABC;
	color: white;
}

table.data th.left {
	width: 130px;
}

table.data td {
	text-align: center;
}

table.data th.blank {
	background: none;
}

.center {
	text-align: center;
}


#main {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


#header {
	padding-top: 20px;
	padding-bottom: 16px;
}

#header h1 a {
	background: url('images/logo.gif') top left no-repeat;
	width: 201px;
	height: 74px;
	display: block;
	text-indent: -5000px;
	overflow: hidden;
}

#header h1 a:hover {
	text-decoration: none;
}

#nav-back {
	background: url('images/turbine.gif') 97% 0 no-repeat;
	padding-top: 50px;
}


#nav-right {
	background: url('images/nav-right.gif') 100% 0 no-repeat;
	float: right;
	padding-right: 7px;
}

#navigation {
	background: #001E39 url('images/nav-left.gif') 0 0 no-repeat;
	height: 36px;
	padding: 0px 2px 0px 8px;
}

#navigation a {
	font: 14px verdana, Sans-serif;
	color: #AFF3FF;
	font-weight: normal;
	text-decoration: none;
}

#navigation a.on {
	text-decoration: none;
	color: #B3BBC2;
}

#navigation ul.dropdown {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#navigation ul.dropdown li.head {
	padding: 8px 4px 8px 4px;
	float: left;
}

#navigation ul.dropdown li.head.on {
	/* the block */
}

#navigation ul.dropdown li.head.on > a:first-child {
	color: white;
	border-bottom: 1px solid #ae81ff;
}

#navigation li.head ul {
	background: #001E39;
	width: 200px;
	/* border: 1px solid white; */
	border-bottom: 4px solid #0073DC;
	margin: 0px;
	padding: 8px 0px 8px 0px;
	display: none;
	position: absolute;
	list-style-type: none;
	z-index: 1000;
}

#navigation li.head ul a {
	display: block;
	padding: 4px 8px 4px 8px;
}

#navigation li.head ul a:hover {
	background: #003564;
	background: #263B51;
	background: #28517B;
	color: white;
}

#gray {
	background:  url('images/gray-back.png') 0 100% repeat-x;
	height: 282px;
}

#gray .top {
	background: url('images/gray-top.gif') 0 0 no-repeat;
	padding: 18px 18px 18px 18px;
}

#gray .slogan {
	font: 19px Helvetica, Sans-serif;
	margin-top: 16px;
	padding-right: 20px;
	padding-bottom: 8px;
	line-height: 135%;
	/*width: 440px; */
	/* text-align: justify; */
	text-indent: 30px;
}

#gray .slogan p {
	text-align: left;
	word-spacing: 5px;
	line-height: 130%;
	text-shadow: 1px 1px 1px #616161;
}

#gray .slogan a {
	color: #09304F;
	text-decoration: none;
	text-shadow: none;
	/* background-color:  #FAF7AC; */
	padding: 0px 4px;
}

#gray .slogan a:hover {
	color: #41576D;
}

#gray h2 {
	font: 11px verdana, Sans-serif;
	color: #4d4d4d;
	border-bottom: 1px solid #7D7D7D;
	padding: 0px;
}

#slideshow {
	/*width: 260px;*/
	height: 210px; 
	background: #454647 /*url('images/1.jpg') 50% 50%*/;
	padding: 1px; 
	border: 1px solid #D8D8D8;
	border-top: 1px solid #353535;
	border-left: 1px solid #353535;
	border: 4px solid #F1F1F1;
	position: relative;
	overflow: hidden;
}

#slideshow img {
	position: absolute;
	top: -100px;
	left: -60px;
	display: none;
}

#slideshow img.active {
	display: block;
}

div#body {
	margin-bottom: 8px;
}

div#body .background {
	color: black;
	padding: 8px 10px 8px 10px;
	background: url('images/stamp.png') 96% 98% no-repeat;
}

.background img {
	padding: 8px 8px 8px 8px;
	margin: 4px 10px 8px 10px;
	background: #eaeaea;
}


#body .tl {
	background: url('images/white-tl.png') 0 0 no-repeat;
}

#body .tr {
	background: url('images/white-tr.png') 100% 0 no-repeat;
}

#body .bl {
	background: url('images/white-bl.png') 0 100% no-repeat;
}

#body .br {
	background: white url('images/white-br.png') 100% 100% no-repeat;
}


#body.withside {
	margin-left: 216px;
}

#footer {
	clear: both;
	color: #79ADC6;
	font: 11px verdana, Sans-serif;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 24px;
}

#side {
	float: left;
	width: 198px;
	color: white;
	padding: 8px;
	text-align: right;
}

#side h2 {
	color: white;
	font-size: 16px; 
	border: none;
}

#side a {
	color: #AFF3FF;
	font-weight: normal;
}

#side a:hover {
	text-decoration: underline;
	color: white;
}

.side-list {
	line-height: 140%;
	padding: 8px;
}

.block {
	border: 1px solid #146ABC;
	border: 1px dashed #146ABC;
	padding: 1px;
	margin-bottom: 6px;
	background: #F3FCFE;
	background: #F6FDFF;

	/* -webkit-box-shadow: 1px 1px 4px #ddd; */
}




.block h2 {
	margin: 0px;
	padding: 4px;
	background: #FAF7AC;
	color: black;
	color: #423E0A;
	border: none;
	font-size: 16px; 
}

.block h3 {
	border: none;
	color: black;
	padding: 4px 4px 0px 4px;
	font-size: 15px; 
}

.list {
	padding: 8px 6px 8px 6px;
}





hr {
	border: 0;
	height: 1px;
	background-color: #808080;
}

label {
	display: block;
}

p {
	padding: 4px;
	margin: 0px 0px 4px 0px;
	line-height: 140%;
	text-align: justify;
}

table {
	padding: 0px;
	margin: 0px;
}

.highlight {
	background: #49ccdf; 
	background: #0F406E;
	color: white;
	padding: 6px;
	margin-bottom: 4px;
}

.highlight a {
	color: #B9F6FF;
}

.error {
	background: #fa007d; 
	color: white;
	padding: 6px;
	margin-bottom: 4px;
}

.error h2 {
	color: white;
	border-bottom: 1px solid white;
}

.error pre {
	font-size: 140%;
}

pre.code {
	background: #E3F7FA;
	padding: 4px;
}



form, fieldset {
	margin: 0px;
}


form .text {
	margin-bottom: 12px;
}

textarea {
	display: block;
	width: 99%;
	height: 300px;
	padding: 2px;
}

textarea.small {
	height: 100px;
}


ul {
	margin: 0px 0px 6px 0px;
	padding: 0px 0px 0px 30px;;
}


.blog-sub {
	font-size: 80%;
	margin-left: 4px;
}

.blog-thing {
	color: #fa007d; 
	font-weight: bold;
}

.blog-date {
	color: #82825C;
}

.blog-date .day {
	font-size: 200%;
}

.blog-body {
	font: 14px Helvetica, Sans-serif;
}

.blog-tools {
	float: right;
	padding-right: 4px;
}

#board-tabs {
	list-style: none;
	margin: 0px 0px 0px 12px; 
	padding: 0px;
	height: 22px;
}



/**
 * rounded corner
 */
.spiffy{display:block}
.spiffy *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FFFFFF}
.spiffy1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #6e96a3;
  border-right:1px solid #6e96a3;
  background:#bfd1d6}
.spiffy2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #1a596e;
  border-right:1px solid #1a596e;
  background:#cedce0}
.spiffy3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #cedce0;
  border-right:1px solid #cedce0;}
.spiffy4{
  border-left:1px solid #6e96a3;
  border-right:1px solid #6e96a3}
.spiffy5{
  border-left:1px solid #bfd1d6;
  border-right:1px solid #bfd1d6}
.spiffyfg{
  background:#FFFFFF}
/**
 * end rounded corner
 */








/** gvim stuff **/
.Statement { color: #f92672; font-weight: bold; }
.Comment { color: #465457; }
.Type { color: #66d9ef; }
.Number { color: #ae81ff; }
.Repeat { color: #f92672; font-weight: bold; }
.Exception { color: #a6e22e; font-weight: bold; }
.Function { color: #a6e22e; }
.Conditional { color: #f92672; font-weight: bold; }
.Boolean { color: #ae81ff; }
.String { color: #e6db74; }
.Structure { color: #66d9ef; }
.StorageClass { color: #fd971f; font-style: italic; }
.Define { color: #66d9ef; }
.Operator { color: #f92672; }
.Identifier { color: #fd971f; }
.Delimiter { color: #8f8f8f; }
.PreProc { color: #a6e22e; }
