* {
    margin:0px;
}

::selection {
    background-color:forestgreen;
    color:white
}

@font-face {
    src:url(/font/davidabecker.ttf);
    font-family:"Davida Becker"
}

@font-face {
    src:url(/font/roberta.ttf);
    font-family:"Roberta"
}

@font-face {
    src:url(/font/Munson/Munson_Roman.otf);
    font-family:"Munson"
}

@font-face {
    src:url(/font/Munson/Munson_Italic.otf);
    font-family:"Munson";
    font-style:italic;
}

@font-face {
    src:url(/font/Munson/Munson_Bold.otf);
    font-family:"Munson";
    font-weight:bold
}

@font-face {
    src:url(/font/Munson/Munson_BoldItalic.otf);
    font-family:"Munson";
    font-weight:bold;
    font-style:italic;
}

body {
    background-color:black;
    background-image:url(img/nonagonbg.png);
    background-position:top;
    background-repeat:no-repeat;
    background-attachment:fixed;
    color:#C42323;
    font-family:"Munson"
}

a {
    color:gold
}

a:hover {
    color:goldenrod
}

a:active {
    color:red
}

td {
    padding:0px;
}

h1 {
    color:gold;
    font-family:"Davida Becker";
    font-size:40px;
    letter-spacing:1px;
    font-weight:100
}

h2 {
    color:gold;
    font-family:"Davida Becker";
    font-size:35px;
    letter-spacing:1px;
    font-weight:100
}

h3 {
    color:gold;
    font-weight:bold;
}

hr {
    border:0;
    border-top:1px solid #245724;
    margin:4px;
}

p {
    line-height:1.4;
    font-size:16px
}

#all {
    background-color:darkgreen;
    width:850px;
    min-height:700px;
    background-image:linear-gradient(175deg, #0B300C,#051407);
    box-shadow:0px 0px 20px black;
    padding:20px;
    padding-top:5px;
    padding-bottom:5px;
    border:2px solid #0B300C;
    border-top:0;
    border-bottom:0;
}

#bannerphoto {
    height:200px;
    /*background-image:url(/img/detroit2.png);*/
    border:1px solid;
    border-radius:3px;
    margin:11px;
    box-shadow:4px 4px 0px #103309;
    width:826px
}

#content {
    text-align:left;
}

#header {
    border:0;
    width:100%;
    height:330px;
}

#title {
    font-size:85px;
    font-family:"Davida Becker";
    line-height:1;
    text-decoration:underline;
    color:transparent;
    background-image:linear-gradient(#7D2727,#C42323);
    background-clip:text;
}

#subtitle {
    color:gold;
    margin-top:7px;
    font-size:14px;
}

#news {
    height:300px
}

#newsframe {
    border:0;
    width:100%;
    height:245px;
}

#nav {
    font-size:17px;
    height:300px;
    border-right:25px solid transparent;
}

#nav a {
    font-style:italic;
    margin-right:2px
}

#nav span {
    font-weight:bold;
}

#nav ul {
    line-height:1.5;
    list-style-type:decimal-leading-zero;
    /*color:black;
    border:1px solid #245724;
    padding:10px;
    padding-left:35px;
    border-radius:2px;
    background-image:linear-gradient(#052B08,#042406);
    display:inline-block;*/
}

#nav li {
    text-indent:5px
}

#footer {
    background-image:linear-gradient(#330606,#140202);
    width:850px;
    padding:20px;
    padding-top:4px;
    padding-bottom:4px;
    border: 2px solid #4A0404;
    border-top:0px;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
    height:20px;
    margin-bottom:80px
}

.footerframe {
    height:100%;
    width:100%;
    border:0;
}

.postdate {
    color:gold;
    font-size:14px;
}

.highlight {
    color:gold
}

#index {
    text-align:left;
    font-size:15px;
    line-height:1.8;
    color:green
}

#index ul {
    list-style-type:decimal-leading-zero;
    text-indent:5px;
}

#index a {
    color:limegreen
}

#index a:hover {
    color:forestgreen
}

textarea {
    background-color:black;
    border:1px solid #245724;
    border-radius:2px;
    margin:8px;
    width:300px;
    color:forestgreen
}

input {
    background-color:black;
    border:1px solid #245724;
    border-radius:2px;
    margin:8px;
    width:300px;
    color:forestgreen
}

button {
    background-color:black;
    border:1px solid #245724;
    border-radius:2px;
    margin:8px;
    color:forestgreen
}

.portrait {
    height:250px;
    margin:5px;
    border: 1px solid;
    border-radius:3px;
}