/*
Theme Name: RootNode
*/
@CHARSET "UTF-8";

/* Begin Typography & Colors */

* {
	margin: 0px;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p /*, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td*/ {
	margin: 0px;
	padding: 0px;
/*	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;*/
}

IMG {
	border: 0px;
	max-width: 650px;
	}

html,body {
	font-family: 'Lucida Sans Unicode', Verdana, Arial;
	color: #2E3436;
	margin: 0px auto 0px auto;
	padding: 0px;
	}

body{
	height: 100%;

  background-image: linear-gradient(top, #C8CED6 0%, #FFFFFF 60%);
  background-image: -o-linear-gradient(top, #C8CED6 0%, #FFFFFF 60%);
  background-image: -moz-linear-gradient(top, #C8CED6 0%, #FFFFFF 60%);
  background-image: -webkit-linear-gradient(top, #C8CED6 0%, #FFFFFF 60%);
  background-image: -ms-linear-gradient(top, #C8CED6 0%, #FFFFFF 60%);

  background-repeat: no-repeat;
}


/* Header */

#header {
	font-family: 'Inder', 'Verdana', sans-serif;
	min-height: 240px;
	margin: 0px auto 0px auto;

  border-bottom: 1px solid #A0A4AA;

  background-image: linear-gradient(bottom, rgb(186,227,255) 0%, rgb(255,255,255) 80%);
  background-image: -o-linear-gradient(bottom, rgb(186,227,255) 0%, rgb(255,255,255) 80%);
  background-image: -moz-linear-gradient(bottom, rgb(186,227,255) 0%, rgb(255,255,255) 80%);
  background-image: -webkit-linear-gradient(bottom, rgb(186,227,255) 0%, rgb(255,255,255) 80%);
  background-image: -ms-linear-gradient(bottom, rgb(186,227,255) 0%, rgb(255,255,255) 80%);
}

#header-logo {
	max-width: 760px;
	width: 760px;
  margin: 0px auto -512px auto;
}

#header-logo img {
  width: 512px;
  margin-top: 20px;
  margin-left:  -320px;
  margin-right: -150px;
}

#header-content {
	max-width: 760px;
	width: 760px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px;
}

#header-title {
	text-align: left;
	margin: 100px 0px 0px 50px;
	line-height: 2em;
	font-size: 2em;
	letter-spacing: 2pt;
}

#header-title A {
	text-decoration: none;
	font-weight: normal;

	text-shadow: 0px 1px 0px white;
	margin: 0px;
}

.aluminium3 {
  color: #BABDB6;
  }

.aluminium4 {
  color: #888A85;
  }

.aluminium5 {
  color: #555753;
  }

/* Menu */
#menu {
	height: 20px;
	width: 400px;
	padding: 0px;
  margin-top: 15px;

	color: #888A85;
	font-family: 'FreeSans', 'Lucida Sans Unicode', Verdana, Arial;
	font-size: 10pt;
	letter-spacing: 2pt;
	float:right;
	text-shadow: 0px 1px 0px white;
	}

#menu UL, #menu LI, #menu FORM, #menu INPUT {
	display: inline;
	margin: 0px;
	padding: 0px;
	}

#menu LI {
	margin-left: 15px;
	}

/* content */

#content {
	margin: 0px auto;
  padding: 30px 60px;
	width: 760px;
  min-height: 500px;

	font-size: 10pt;
	text-align: right;
  color: #333333;
	}

#content A {
  color: #555753;
  text-decoration: none;
  }
