/* globals */
body 
{  
   margin: 0;
   padding: 0;
   font: 11px/140% verdana,helvetica,sans-serif;
   color: #999;
   background: #191919;
   width: 100%;
   height: 100%;
}
* { margin: 0; padding: 0;}
p { margin: 0 0 10px 0; }
.inline { display: inline; }
.left { float: left; }
.right { float: right; }
.none { float: none; }
.center { text-align: center; }
.bold { font-weight: bold; }
.normal { font-weight: normal; }
.nomargin { margin: 0; }
.small { font-size: 10px; }
ul.no-bullets { list-style: none; }
ul { margin: 10px; }
ol { margin: 10px 10px 10px 20px; }
ul li, ol li { margin-left: 10px; }
.clear 
{
   margin: 0;
   padding: 0;
   clear: both;
   display: block;
   height: 1px;
   font-size: 1px;
   line-height: 1px;
}
.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
   visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* forms */
input, select, textarea, label
{
   font-family: verdana,helvetica,sans-serif;
   font-size: 11px;
   color: #fff;
}
.inputbox 
{
   padding: 2px;
   background-color: #999;
   border: 1px solid #787878;
}
select 
{
   background-color: #999;
}
textarea 
{
   padding: 2px;
   background-color: #999;
   border: 1px solid #787878;
}
.button 
{
   background-color: #999;
   border: 1px solid #787878;
   color: #fff;
   font-size: 10px;
   font-weight: bold;
   text-transform: uppercase;
}
.row
{
   margin-bottom: 10px;
}
label, .label
{
   font-weight: normal;
   margin-bottom: 5px;
}
.field 
{
   font-weight: normal;
}
.required 
{
   color: #c96;
}
.errormsg 
{
   color: #f00;
}

/* links */
a:link
{
   color: #fff;
   text-decoration: underline;
}
a:visited 
{
   color: #fff;
   text-decoration: underline;
}
a:hover 
{ 
   text-decoration: none;
}

/* headers */
h1
{   
   color: #fff;
   font-size: 14px;
   font-weight: normal;
   text-transform: uppercase;
}
h2
{   
   color: #fff;
   font-size: 12px;
   font-weight: normal;
   text-transform: uppercase;
}

/* global */
#wrap
{
   text-align: left;
   margin: 0 auto;
   width: 550px;
}

/* index */
#index
{
   margin: 20px;
}
.project
{
   width: 500px;
   margin-top: 20px;
}
.project img
{
   float: left;
   margin: 0 10px 10px 0;
}

/* topbar */
#topbar
{
   height: 110px;
}
#logo
{
   float: left;
   width: 488px;
}
#logo a:link, #logo a:visited
{
   display: block;
   background: url(/_img/top/logo.gif) no-repeat;
   clip: rect(0, 488px, 85px, 0);
   padding: 85px 0 0 0;
   height: 0 !important;
   overflow: hidden;
   width: 488px;
   height /**/: 85px;
}
#logo a:hover
{
   background: url(/_img/top/logoroll.gif) no-repeat;
}

/* body */
#thebody
{
   margin-top: 10px;
} 

/* getflash */
#getflash
{
   margin: 20px;
}

/* footer */
#footer
{
   margin-top: 20px;
   font-size: 10px;
   text-align: center;
}