﻿body {
    font-family:Verdana;
    font-size:small;
}

h3{
    font-size:small;
}

/* Header */
header{
    font-family:"Gotham-Light","Trebuchet MS",Arial,sans-serif;   /*'Gotham Rounded';*/
    background-color:lightgray;
    float: left;
    position: relative;
    width: 60%;
}

/* Nav */
nav{
    background-color:lightgray;
    font-size: medium;
    float: right;
    position: relative;
    width: 40%;
    text-align:right;
    padding-bottom:19px;
}
nav li {
    display: inline;
    margin: 0 10px;
    width: 100%;
}

nav li:first-child a{
    color: black;
}

nav a{    
    color: white;
}


/* Main */
#main {
    float: left;
    /*padding: 70px 0 30px;*/
    position: relative;
    width: 85%;
}


/* Aside */
aside {
    /*background-color:slategray;*/
    float: right;
    /*padding: 70px 0 30px;*/
    position: relative;
    width: 15%;
    box-shadow: 3px 3px 1px #888888;
}

aside header{
    background-color:black;
    color: white;   
    float: left;
    position: relative;
    width: 100%;
}

aside ul{
    list-style-type:circle;
    list-style-position:inside;
    margin-left:-0.5em;
}


section header{
    background-color:black;
    color: white;   
    float: left;
    position: relative;
    width: 100%;
}

section header a{
    color: white;
}

article{
    font-size:small;
    /*border-right: thick double black;*/
    box-shadow: 3px 3px 1px #888888;
}

article header{
    background-color:lightgray;
    color: black;   
    float: left;
    position: relative;
    width: 100%
}

article header a{
        color: black;
}

.summary{
    /*background-color:slategray;*/
    float: left;
    position: relative;
    width: 15%;
} 

.feed{
    float: right;
    position: relative;
    width:85%;
}

footer {
    /*background-color:white;*/
    /*color: #777;*/
    /*padding: 10px 50px*/
    width:100%;
	margin:0 auto;
	background-color:#555;
    border-style: solid;
    border-width: 5px;
    border-color: black black black black;
    box-shadow: 3px 3px 1px #888888;
}

#trademark{
    float: left;
    position: relative;
    width: 84%;
}

#feedback{
    float: right;
    position: relative;
    width: 15%;
    text-align:center;    
}