/* 
    Created on : 29-Jan-2015, 15:50:10
    Author     : Glenn Local
*/
*
{

    font-family: "Jura";
    font-size: 18px;
}
nav, main, header, footer, section, article
{
    display: block;    
}

main 
{
    width: 1200px;
    margin: 0px auto;
    background-color: white;
}

header 
{
    width: 100%;
    background-color:white;/* #c0c0c0;*/
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

body
{
background-color: tomato; 
margin-top: auto;
margin-bottom: auto;
}

/*Register form styling*/
#register
{
 height: 200px;
 width: 200px;
 background-color: blue;
}

nav
{
  width: 100%;
  text-align: center;
  /*background-color: white;*/
  float: right;
}

/*aside
{
width: 25%;
height: 100%;
background-color: #d9d9d9;
float:left;
}*/

section 
{
    width:75%;
    float:left;
    background-color: white;
}

article
{
    background-color: #d9d9d9;
    float: left;
    display: block;
    width: 100%;
    height: 200px;
}

footer
{
width: 100%;
clear:left;
background-color: orange;
}

       
aside {
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #DCD4D4;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  float: left;
}

.login_sheet {
  padding: 20px;
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #DCD4D4;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login_sheet1 {
  padding: 20px;
  width: 274px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  background-color: #DCD4D4;
  border-radius: 2px;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}

.login_sheet h1 {
  font-weight: 100;
  text-align: center;
  font-size: 2.3em;
}

.login_sheet input[type=submit] {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
}

.login_sheet input[type=text], input[type=password] {
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.login_sheet input[type=text]:hover, input[type=password]:hover {
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}

.login {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  height: 36px;
  padding: 0 8px;
}

.login-submit {
  border: 0px;
  color: #fff;
  text-shadow: 0 1px rgba(0,0,0,0.1); 
  background-color: orange;
}

.login-submit:hover {
  border: 0px;
  text-shadow: 0 1px rgba(0,0,0,0.3);
  background-color: #bdd74b;
}

.login_sheet a {
  text-decoration: none;
  color: #666;
  font-weight: 400;
  text-align: center;
  display: inline-block;
  opacity: 0.6;
  transition: opacity ease 0.5s;
}

.login_sheet a:hover {
  opacity: 1;
}

.login-help {
  width: 100%;
  text-align: center;
  font-size: 12px;
}

/*Navbar decoration*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: right;
}

li 
{
    float: left;
    padding: 5px;
}

nav a:link, a:visited 
{
    display: block;
    width: 120px;
    font-weight: bold;
    color: #a0a0a0 ;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    font-size: 26px;
}

nav a:hover 
{
    background-color: white;
    color: tomato;
}

nav a:active 
{
    background-color: white;
    color: green;
}

.register1 {
    width: 500px;
    height: 500px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    background-color: white;
    float: left;
    display: block;
}

#register_header
{
    font-size: 40px;
}

.headings
{
    font-size: 28px;
}

.main_heading
{
    font-size: 35px;
}