/*
Cascading Style Sheet (css)
Website          : MarlousvanderToorn.com 
Version          : V1.0
Template Name    : 'Black Edition'
File             : web.css
Author(s)        : Armand Laclé (yogatopia /[attt]/ gmail.com)
Company          : Yogatopia Solutions for Beyond Precision
Copyrights       : Armand Lacle(Yogatopia Solutions)
Created on       : 09 September 2007
Last modified    : 

ABOUT   : -

NOTE(S) : -
*/

/* General formatting  
-----------------------------------------------------------------------------*/ 

html {
 overflow: -moz-scrollbars-vertical !important;
}

body { 
 font-family: Verdana, Arial, Helvetica, sans-serif;
 font-size  : 11px;
 color      : #FAFAFA;
 line-height: normal;
 font-weight: normal;
 margin     : 0px; 
 padding    : 0px;
 background-color: #000000;
}

a:link, a:visited{
 color: #666666;
 text-decoration: none
}
a:hover, a:active {
 color: #CCCCCC;
 text-decoration: none
}

h1, h2, h3, h4, h5 {
 color      : #666666;
 margin     : 0px;
 padding    : 0px;
 font-weight: normal;
}

h1 { 
 font-family: Arial, Helvetica, sans-serif;
 font-size: 2.4em;
}
h2 { font-size: 1.7em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.3em; }
h5 { font-size: 1.1em; }
 
hr { height: 1px; }

img{ border: 0;   }

code, pre { font-family: Courier New, Courier; }

/* Classes for floating and clearing
-----------------------------------------------------------------------------*/ 

.clear { clear: both;  }

.imgright { float: right; }

.imgleft  { float: left;  }

/* Tables
-----------------------------------------------------------------------------*/

table {
  border-spacing  : 0;
  border-collapse : collapse;
}

td {
  text-align  : left;
  font-weight : normal;
}

/* DIVS
-----------------------------------------------------------------------------*/

#wrapper {
 width: 795px;
 margin: 25px auto 0 auto;
}

#header {
 height: 37px;
 margin-bottom: 12px;
 border-bottom: 4px solid #202020;
}

#flash {
 margin-bottom: 6px;
}

#content {
 color: #EAEAEA;
 line-height: 1.5em;
}

#footer {
 font-family: Arial, Helvetica, sans-serif;
 font-style : normal;
 font-size  : 10px;
 color      : #666666;
 width      : 100%;
 margin-top : 10px;
 padding-top: 8px;
 text-align : right;
 border-top : 4px solid #202020;
 text-decoration: none;
}

/* Menu
-----------------------------------------------------------------------------*/

.menu {
 float      : right;
 font-size  : 14px;
 font-style : normal;
 font-weight: normal;
 padding-top: 5px;
}

.menu a:link, .menu a:visited, .menu a:active {
 color: #666666;
 text-decoration: none;
}

.menu a:hover {
 color: #FFFFFF;
 text-decoration: none;
}

/* Menu
-----------------------------------------------------------------------------*/
#info_unit {
 font-size: 12px;
 float: right;
 width: 400px;
 padding-right: 20px;
}

input, textarea{
  color: #EAEAEA;
	background-color:#424242;
  padding : 2px;
  border  : 1px solid #424242;    
}

.errors {
	color: #FF0066;
	background-color: #181818;
	border: 1px solid #ABABAB;
	padding: 4px;

}

/* END
-----------------------------------------------------------------------------*/

