/* beeurd.com v15 - (c) 2010 Andrew Beard - andy@beeurd.com */

body {background: #999999;}

a:link    {color: inherit; text-decoration: none;}
a:visited {color: inherit; text-decoration: none;}
a:active  {color: #FFFFFF; text-decoration: none;}
a:hover   {color: #FFFFFF; text-decoration: none;}

#wrapper {
   margin: auto;
   margin-top: 15%;
   width: 600px;}

#header {
   margin-bottom: 5px;
   padding-right: 1px;
   width: auto;
   height: 64px;
   border-bottom: 8px solid #444444;}

.pageTitle {
   margin: 0px;
   font: 48pt helvetica;
   font-weight: bold;
   text-transform: uppercase;
   color: #000000;
   text-shadow: 0px 0px 4px #DDDDDD;}

.message {
   padding-left: 5px;
   width: auto;
   font: 14pt "Trebuchet MS", helvetica;
   font-weight: bold;
   color: #222222;
   text-shadow: 1px 1px 1px #DDDDDD;}

.redirect {
   padding: 5px;
   width: auto;
   text-align: right;
   font: 12pt "Trebuchet MS", helvetica;
   font-weight: bold;
   color: #222222;
   text-shadow: 1px 1px 1px #DDDDDD;}

.version {
   float: right; 
   font: 8pt monospace;
   color: #CCCCCC;}

ul {
   margin: 0px;
   padding: 0px;
   width: 200px;}

#columnA {
   clear: both;
   float: left;}

#columnB {
   float: left;}

#columnC {
   float: right;}

li {
   display: block;
   margin: 0px 2px 2px 2px;
   width: auto;
   height: 25px;}

.linkButton {
   font: 10pt "Trebuchet MS", helvetica;
   color: #000000;
   background: #AAAAAA;
   border: 1px inset #444444;
   text-shadow: 1px 1px 1px #DDDDDD;}

.linkIcon {
   margin: 5px;
   width: 16px;
   height: 16px;
   vertical-align: middle;
   border: none;}

