body{
    font-family:Verdana, sans-serif;
}
h1,h2,h3,h4{
    font-family:Georgia, serif;
}
h1{
    color:#5B5B5B;
}
h2, h4{
    color:#D86836;
    margin-top:5px;
}

/** Section-specific styling **/
#header{
    border-bottom: solid 3px black;
}
#navigation{
    list-style-type:none;
    background-color:white;
    padding:5px 0;
    margin:0;
}
.primarynav{
    display:block;
    padding:0;
    margin:0 0 10px 0;
}
.primarynav a{
    text-decoration:none;
    color:#D86836;
    font-weight:bold;
}
.primarynav a:hover{
    text-decoration:underline;
    background-color:#F0ECEC;
}
.current{
    border-bottom:solid 2px #D86836;
}
#secondary-content{
    background-color:#D86836;
    color:white;
    padding:5px;
}
#secondary-content h4{
    color:white !important;
}
#footer{
    color:#D86836;
    padding-top:1em;
    border-top:solid 1px black;
}

/***************************
** GRID SYSTEM */
.wrapper{
    width: 960px;
    margin:0 auto;
    padding:0;
}
.grid_1,
.grid_2,
.grid_3,
.grid_4,
.grid_5,
.grid_6,
.grid_7,
.grid_8,
.grid_9,
.grid_10,
.grid_11,
.grid_12 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
}
.wrapper .grid_1 {
    width:60px;
}

.wrapper .grid_2 {
    width:140px;
}

.wrapper .grid_3 {
    width:220px;
}

.wrapper .grid_4 {
    width:300px;
}

.wrapper .grid_5 {
    width:380px;
}

.wrapper .grid_6 {
    width:460px;
}

.wrapper .grid_7 {
    width:540px;
}

.wrapper .grid_8 {
    width:620px;
}

.wrapper .grid_9 {
    width:700px;
}

.wrapper .grid_10 {
    width:780px;
}

.wrapper .grid_11 {
    width:860px;
}

.wrapper .grid_12 {
    width:940px;
}
.alpha {
    margin-left: 0;
    clear:left;
}

.omega {
    margin-right: 0;
    clear:right;
}
@media only screen and (max-width: 480px) {
    .wrapper{
        width: 100%;
    }
}
/**************************/
