/* Copyright (c) 2010 CoffeeCup, All rights reserved - http://www.coffeecup.com/
----------------------------------------------------------------------------------------------------*/

/* Reset v1.0 | 20080212 - http://meyerweb.com/eric/tools/css/reset/
----------------------------------------------------------------------------------------------------*/

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	/* background-color: #000; */
}

body {
	line-height: 1;
    background-color:rgb(0,0,191);
}

ul {
    list-style: disc;
}

a.button {
	color: #000;
	background-color: #bbb;
   	border: 2px solid #0050ff;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
    text-decoration:none;
}

a.button:visited {
	color:#000;
	outline: none;
	text-decoration: none;
}

a.selected {
	color: #fff;
	background-color: #bbb;
   	border: 2px solid #0050ff;
	font: normal bold 14px/44px Arial, Helvetica, sans-serif;
	padding: 5px 7px 5px 7px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align: center;
    text-decoration:none;
}

a.button:active {
	color: #000;
	outline: none;
	text-decoration: none;
}

a.button:focus {
	outline: 1px dotted;
}

a.selected:hover {
	color:#fff;
}

a.button:hover, a.button:focus {
	background-color: #bbb;
	border: 2px solid #fff;
	color: #fff;
}

a {
	color: #ccc;
	outline: none;
	text-decoration: none;
}

a:hover {
	color:#fff;
}

a:visited {
    /* color:#808; */
    color:#888;
}

a.button:hover, a.button:focus {
	background-color: #bbb;
	border: 2px solid #fff;
	color: #fff;
}

underline {
    text-decoration:underline;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Reset for HTML 5 Elements
----------------------------------------------------------------------------------------------------*/

/* tells browsers that don't read html 5 tags to render like divs */
header, footer, aside, nav, article, section {
	display: block;
	margin: 0;
	padding: 0;
}

/* clears containers with floated elements, no need for extra markup! */
.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* Layout
----------------------------------------------------------------------------------------------------*/

body {
	background: #808080;
	border: none;
	color: #ffff00;
	margin: 0 auto;
	font: 14px/24px Helvetica, Arial, sans-serif;
	width: 100%;
}

h1 {
	font: normal bold 34px/50px Arial, Helvetica, sans-serif;
	padding-top: 30px;
}

h2 {
	font-size: 28px;
	line-height: 44px;
	padding: 22px 0;
}

h3 {
	font-size: 18px;
	line-height: 22px;
	padding: 10px 0px;
}


h3#docs {
    line-height:10px;
    margin-left:200px;
    /* margin: 0px 0px 0px 0px; */
}

p {
	font-weight: normal;
	padding-bottom: 22px;
}

#mast {
    width: 100%;
    height: 180px;
    background-color:rgb(0,0,160);
}

#mast h1 {
	padding: 50px 0px 10px 80px;
    font-size: 36pt;
    font-weight: bold;
    font-style: italic;
}

#mast p {
    padding: 0em 0em 30px 30em;
}

nav#global {
	padding-top: 30px;
	width: 100%;
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
    /* -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background-color: #0000bf; */
}

nav#global ul {
	margin: 0 auto;
	/* width: 960px; */
	border: none;
}

nav#global ul li {
	display: inline;
	list-style: none;
	padding-left: 40px;
}

#intro {
	margin-top: 0px;
    /* padding: top, right, bottom, left */
	padding: 20px, 40px, 20px, 40px;
    width: 100%;
	/* -moz-border-radius: 15px;
	-webkit-border-radius: 15px;
    */
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
}

#intro h2 {
    color: #ffff00;
	font-weight: bold;
	line-height: 25px;
    padding-left: 40px;
	/* padding: 0 0 15px 0; */
	width: 700px;
}

#intro ul {
    color: #ffff00;
    font-size: 14pt;
	font-weight: normal;
	line-height: 30px;
    padding-left: 60px;
	/* padding: 0 0 15px 0; */
	width: 700px;
}

#intro h1, #intro h2, #intro h3 {
    color: #ffff00;
	font-weight:normal;
	line-height: 30px;
    padding-left: 1em;
}


#intro h3 {
    color: #ffff00;
	font-weight: normal;
	line-height: 30px;
    padding-left: 4em;
}


#intro p {
    color: #ffff00;
    line-height: 20px;
    padding-left: 40px;
 	width: 600px;
}

#intro #photo {
	background-color: #fff;
	float: right;
    margin: 60px 80px 0px 40px;
    /*
	-moz-box-shadow: 0 1px 10px #333;
	-webkit-box-shadow: 0  1px 10px #333;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
    */
	width: 266px;
	height: 195px;
}

#intro a {
	margin-right: 40px;
}

section#requirements {
    width: 100%;
    padding-top:40px;
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
}

#requirements ul li {
    line-height:24pt;
    margin-left: 80pt;
    margin-top: 0pt;
    font-size: 14pt;
    list-style: disc;
}

#requirements h2 {
    line-height: 10pt;
    margin-top:0px;
    margin-bottom: 0pt;
    margin-left: 60pt;
    font-weight: normal;
}

#requirements #photo {
	float: right;
    margin: 0px 120px 30px 0px;
	width: 300px;
	height: 200px;
    background-color:transparent;
}

section#download {
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
    width: 100%;
}

#download #files {
    float:right;
    width: 400px;
    height:300px;
    margin: 10px 40px 0px 0px;
    background:transparent;
}

#files h2 {
    line-height: 20pt;
    margin: 0px 0px 0px 30px;
    font-weight: normal;
}

#files a {
    margin: 20px 0px 2px 60px;
}


#files #f1 {
    margin: 20px 0px 20px 60px;
    line-height:40pt;
}

#files #f2 {
    margin: 20px 0px 20px 30px;
    line-height:40pt;
}

#files #f3 {
    margin: 20px 0px 20px 55px;
    line-height:40pt;
}

h2#files0 {
    line-height:24px;
    margin: -10px 0px 0px 30px;
    font-weight:normal;
}

h2#r0 {
    line-height:24px;
    margin: 0px 0px 0px 100px;
    font-weight:normal;
}

/* download buttons */
/* normal installation */
h3#r1 {
    margin: 0px 0px 0px 150px;
}
h4#r2 {
    margin: 0px 0px 0px 180px;
}
a#r3 {
    margin: 20px 0px 0px 190px;
}

/* update section */
h3#u1 {
    margin: 0px 0px 0px 100px;
}
h4#u2 {
    margin: 0px 60px 0px 60px;
}
a#u3 {
    margin: 0px 0px 0px 160px;
}

/* LT installation section */
h3#lt1 {
    margin: 0px 0px 0px 130px;
}

h4#lt2 {
    margin: 0px 0px 0px 220px;
}

a#lt3 {
    margin: 20px 0px 0px 180px;
}

italic {
     font-style:italic;
}

#mast med {
     font-size: 24pt;
     font-weight: normal;
}

section#intro h3 {
     width:500px
}

/* ID */
div#photo {
	background-color: #333;
	margin: 10px auto 0 auto;
	/* -moz-border-radius: 2px;
	-webkit-border-radius: 2px; */
	width: 266px;
	height: 195px;
	text-align: center;
}

#photo div h3 {
	color: #fff;
	font-size: 25px;
	line-height: 25px;
	padding: 115px 0 0 0;
}

section#filler {
    height:250px;
    width:100%;
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
}

div#main {
	padding: 20px, 40px, 20px, 40px;
    width: 100%;
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
}

section.contact {
    width:500px;
    padding:50px 0px 0px 0px;
    background-image: linear-gradient(to right, rgb(0,0,191), rgba(0,0,191,0.2));
}

h2#contact{
    line-height:40px;
    margin:20px 50px 0px 100px;
}

h3.contact {
    margin:0px 150px 0px 100px;
}

h2#glen {
    margin:0px 0px 0px 150px;
}

h2#c0  {
	margin: 100px, 40px, 20px, 200px;
    width: 100%;
}

#main #features {
	float: left;
	margin-left: 80px;
	width: 750px;
	border: none;
}

nav#categories ul li, nav#archives ul li {
	list-style: none;
	margin: 5px 0;
}

.history {
    background-color: rgb(0,0,160);
    padding: 10px 40px 10px 30px;
}

p.history {
    /* padding: 0px 40px 10px 40px; */
    column-count: 2;
    column-gap: 40px;
    /* Firefox */
    -moz-column-count:2;
    -moz-column-gap:40px;

    /* Safari and Chrome */
    -webkit-column-count:2;
    -webkit-column-gap:40px;
}
