@font-face {
font-family: 'AirstreamRegular';
src: url('../fonts/Airstream-webfont.eot');
src: url('../fonts/Airstream-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/Airstream-webfont.woff') format('woff'),
url('../fonts/Airstream-webfont.ttf') format('truetype'),
url('../fonts/Airstream-webfont.svg#AirstreamRegular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'LakeshoreDriveRegular';
src: url('../fonts/LAKESHOR-webfont.eot');
src: url('../fonts/LAKESHOR-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/LAKESHOR-webfont.woff') format('woff'),
url('../fonts/LAKESHOR-webfont.ttf') format('truetype'),
url('../fonts/LAKESHOR-webfont.svg#LakeshoreDriveRegular') format('svg');
font-weight: normal;
font-style: normal;
}


* {
margin: 0;
}


:focus {
outline: 0;
}

html,
body {
color: #C0C0C0;
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-weight: 200;
text-align: left;
line-height: 1.2em;
font-size: 13px;
padding-right:0px;
padding-left:0px;
height: 100%;
}

html {
background: #0C0C0C;
background: radial-gradient(0 0, circle cover, #0D0D0D 50px, #0B0B0B 800px);
background-repeat: no-repeat;
}

body {
}

canvas:focus {
outline: 0;
}

b
{
font-weight:bold;
}

.left
{
text-align: left;
}

.right
{
text-align: right;
}

.center
{
text-align: center;
}

.justify
{
text-align: justify;
}

A
{
text-decoration: none;
color: #F43434;
}

A:link
{
text-decoration: none;
color: #F43434;
}

A:visited
{
text-decoration: none;
color: #F43434;
}

A:hover
{
text-decoration: underline;
color: #FF66ff;
}

A:active
{
text-decoration: underline;
color: #BBFF00;
}


a:active, a:focus {
outline: none;
}

ul
{
list-style-type: circle;
list-style-position: outside;
margin-left: -20px;
}

img
{
margin: 0px;
padding: 0px;
border-width: 0px;
vertical-align: text-bottom;
}

img.twitter_img
{
vertical-align:text-bottom;
margin: 0px;
padding: 2px;
}

hr
{
padding:0;
height: 1px;
border: 0;
background: #ccc;
}

inputtype="search" {
width: 100px;

transition: width .5s ease;
-webkit-transition: width .5s ease;
-moz-transition: width .5s ease;
-o-transition: width .5s ease;
-ms-transition: width .5s ease;
}

inputtype="search":focus {
width: 160px;
}

textarea
{
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 12px;
font-weight: 200;
width:100%;
text-align: justify;
}

input, select{
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 14px;
font-weight: 300;
border: solid 1px #999;
margin:5px;
}

fieldset {
border-width: 0px;
}

table {
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 13px;
}

td {
}

.search_text {
display: inline;
border: 0px;
font-family: "Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
font-size: 13px;
}

.highlight {
color:#00FFFF;
background-color:#88FF00;
}

.column_left {
width:390px;
float:left;
}

.column_right {
width:390px;
float:right;
}

.clearer {
clear: both;
}

.editbuttonright {
float:right;
padding:0 5px 0 0;
border:0px;
margin:3px 0 0 0;
display:inline;
}

.ProcessingCanvas {
background-color:transparent;
}

#wrapper{
background-color: black;
width: 980px;
min-height: 100%;
height: auto !important;
height: 100%;
position: relative;
margin: 0 auto -70px auto;
padding:10px 5px 20px 5px;
background-image: url(../files/cowlogo.png);
background-repeat: no-repeat;
background-position: 100% 5px;

box-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

#header {
font: 60px/68px 'Helvetica Neue',Helvetica,Arial,Verdana,sans-serif;
font-size: 64px;
color: inherit;
background-color: transparent;
margin-top: -10px;
margin-bottom:150px;
height:55px;
}

#header A, #header A:link, #header A:visited, #header A:hover{
color: #F4F4F4;
text-decoration: none;
}

#header A:active {
color: #FFFFFF;
text-decoration: none;
}

#sub_header {
font-weight: 200;
}

#search{
font-weight: 200;
float:right;
}

#menu_top {
color: #FF3333;
background-color: #333333;
margin-bottom:20px;
padding-bottom:5px;
margin-top:5px;
padding-top:6px;
font-size: 18px;
font-weight: 100;
padding-left:5px;
}

#menu_top A, #menu_top A:link, #menu_top A:visited{
color: #FF3333;
background-color: #333333;
padding-left:5px;
padding-right:5px;
border-radius:5px;

transition: background-color 0.2s ease-in-out;
-o-transition: background-color 0.2s ease-in-out;
-webkit-transition: background-color 0.2s ease-in-out;
-moz-transition: background-color 0.2s ease-in-out;
-ms-transition: background-color 0.2s ease-in-out;
}

#menu_top A:hover {
color: #FF3333;
background-color: #336699;
padding-left:5px;
padding-right:5px;
border-radius:5px;
text-decoration: none;
}

#menu_top A:active {
color: #FF3333;
background-color: #333333;
padding-left:5px;
padding-right:5px;
border-radius:5px;
}

#menu_top A.selected {
color: #fefefe;
background-color: #4D90FE;
padding-left:5px;
padding-right:5px;
border-radius:5px;
}

#menu_top A.unselected {
padding-left:5px;
padding-right:5px;
border-radius:5px;
}

#menu_left {
font-size: 18px;
font-weight: 100;
line-height:1.5em;
float:left;
width:180px;
text-align:right;
}

#menu_left A, #menu_left A:link, #menu_left A:visited{
color: #777;
padding-left:5px;
padding-right:5px;
text-transform:uppercase;

transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1 ease-in-out;
-ms-transition: color 0.1 ease-in-out;
}

#menu_left A:hover {
color: #fefefe;
background-color: #565656;
padding-left:5px;
padding-right:5px;
text-decoration: none;
}

#menu_left A:active {
color: #fefefe;
background-color: #343434;
padding-left:5px;
padding-right:5px;
}

#menu_left A.selected {
color: #fefefe;
background-color: #343434;
padding-left:5px;
padding-right:5px;
}

#menu_left A.unselected {
padding-left:5px;
padding-right:5px;
}

#content {
margin-left:200px;
padding-bottom:10px;
height:100%;
min-height:400px;
}

#content A, #content A:link, #content A:visited {
color:#343434;
text-decoration: none;
border-color: #4a525a;
border-bottom-width:1px;
border-bottom-style: dotted;
}

#content A:hover, #content A:active {
color:#343434;
text-decoration: none;
border-color: #4a525a;
border-bottom-width:1px;
border-bottom-style: solid;
}

#title {
margin-top:30px;
margin-bottom:30px;
margin-left: 200px;
font-size: 48px;
font-weight: 100;
}

#footer, #push {
height: 50px;
}

#footer {
position:relative;
z-index:666;
width: 980px;
margin: 10px auto 0px auto;
padding:5px;
color: #555;
font-size:13px;
}

#beta
{
position: absolute;
top: 5px;
right: 350px;
color: #C22;
font-family: courier;
font-size: 40px;
font-weight: bolder;
opacity:0.75;

transform:rotate(7deg);
-ms-transform:rotate(7deg);
-moz-transform:rotate(7deg);
-webkit-transform:rotate(7deg);
-o-transform:rotate(7deg);
}