/* BODY */

body {
    /* TODO: Find a tileable background image! */
    background: url("../images/barn-board.jpg") no-repeat center center fixed;
    background-size: cover;
    font-family: "Arial";
    font-size: 10pt;
    color: rgba(9,96,50,255); /* MVFD GREEN */
}

/* LAYOUT */

#layout {
    background-color: White;
    width: 1024px;
    height:  640px;
    margin: 48px auto;
}

/* TOPMENU */

#topmenu {
    margin: 0px;
    padding: 0px;
    display: table;
    width: 1024px;
    //font-weight: bold;
    font-family: "Arial W01 Black";
}

#topmenu li {
    display: table-cell;
    width: 128px;
    height: 48px;
    padding: 0px 10px;
    vertical-align: middle;
    text-transform: uppercase;
    text-align: center;
}

#topmenu a {
    text-decoration: none;
    color: rgba(237,137,35,255); /* MVFD MUSTARD */
}

#topmenu a:hover {
    color: rgba(9,96,50,255); /* MVFD GREEN */
}

#topmenu li#current a {
    pointer-events: none;
    cursor: default;
    color: rgba(9,96,50,255); /* MVFD GREEN */
    
}

/* Content */

#content {
    margin: 0px;
    padding: 0px;
    //display: table;
    width:  1024px;
    height: 544px; /* Layout (640px) - Header (48px) - Footer (48px) */
}

#content>div#logo {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 384px;
    height: 200px;
}

#content>div#logo img {
    width: 384px;
    height: 200px;
}

#content>div#article {
    position: relative;
    float: right;
    top: 0px;
    left: 0px;
    width: 640px;
    height: 544px;
    //background-color: Orange;
}

#content>div#article>div {
    width: 600px;
    height: 504px;
    margin: 20px;
    font-size: 16pt;
    text-align: center;
}

#content>div#article>div p {
    line-height: 150%;
}

.bullet-grid {
    
    //background-color: yellow;
    height: 410px;
}

.bullet-grid>span {
    font-family: "AmericanTypwrterITCW01- 731010";
    font-size: 14pt;
    color: rgba(237,137,35,255); /* MVFD MUSTARD */
    text-align: left;
}

.bullet-grid>span#top-left {
    //background-color: green;
    float: left;
    width: 300px;
    height: 160px;
}

.bullet-grid>span#top-right {
    //background-color: orange;
    float: right;
    width: 300px;
    height: 160px;
}

.bullet-grid>span#bottom-left {
    //background-color: blue;
    float: left;
    width: 300px;
    height: 160px;
}

.bullet-grid>span#bottom-right {
    //background-color: grey;
    float: right;
    width: 300px;
    height: 160px;
    
}








.sagebrush-inline-icon {
    vertical-align: -25%;
}



.typewriter {
    font-family: "AmericanTypwrterITCW01- 731010";
}

.typewriter-orange {
    font-family: "AmericanTypwrterITCW01- 731010";
    color: rgba(237,137,35,255); /* MVFD MUSTARD */
}

.arialblack {
    font-family: "Arial W01 Black";
}

.arialblack-orange {
    font-family: "Arial W01 Black";
    color: rgba(237,137,35,255); /* MVFD MUSTARD */
}


.article-banner-left {
    background-color: rgba(237,137,35,255); /* MVFD MUSTARD */
    width: 600px;
    height: 48px;
    display: block;
}

.article-banner-left img {
    float: left;
}

.article-banner-left span {
    float:  left;
    font-family: "AmericanTypwrterITCW01- 731010";
    color: white;
    padding-top: 12px;
    padding-left: 12px;
}

.article-banner-right {
    background-color: rgba(237,137,35,255); /* MVFD MUSTARD */
    width: 600px;
    height: 48px;
    display: block;
}

.article-banner-right img {
    float: right;
}

.article-banner-right span {
    float:  right;
    font-family: "AmericanTypwrterITCW01- 731010";
    color: white;
    padding-top: 12px;
    padding-right: 12px;
}






#content div#photo {
    padding: 0px;
    margin: 0px;
    //background-color: DarkGray;
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 384px;
    height: 280px;
}



#content>div#photo img {
    margin: 0px;
    padding: 0px;
    width: 344px;
    height: 280px;
    padding: 0px 20px;
}

/*
#content>div#photo div {
    margin: 0px;
    //padding: 0px 20px;
    //display: table-cell;
    //width: 384px;
    height: 61px;
    //font-weight: bold;
    //text-align: center;
    //vertical-align: middle;
    background-color: #ff6a00;
}
*/

#content>div#caption {
    position: relative;
    float: left;
    top: 0px;
    left: 0px;
    width: 384px;
    height: 64px;
    //font-weight: bold;
    font-family: "AmericanTypwrterITCW01- 731010";
    font-size: 11pt;
}

#content div#caption div {
    width: 384px;
    height: 64px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    //background-color: #b6ff00;
}








/* Footer */

#footer {
    display: table-cell;
    vertical-align: middle;
    width:  1024px;
    height: 48px;
}

#footer div {
    margin: 0px auto;
    width: 984px;
    text-align: center;
    font-style: italic;
    font-size: 8pt;
    border-top: 1px solid gray;
    padding-top: 10px;
}

#footer div a {
    text-decoration: none;
    color: rgba(237,137,35,255); /* MVFD MUSTARD */
}
