@font-face {
    font-family: 'poorfarm';
    src: url('../../fonts/poorfarmv.5-regular-webfont.eot');
    src: url('../../fonts/poorfarmv.5-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/poorfarmv.5-regular-webfont.woff2') format('woff2'),
         url('../../fonts/poorfarmv.5-regular-webfont.woff') format('woff'),
         url('../../fonts/poorfarmv.5-regular-webfont.ttf') format('truetype'),
         url('../../fonts/poorfarmv.5-regular-webfont.svg#poorfarm_v.5_regularregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

html, body {
   background-color: #efeeef;
   width:auto;
}

body {
    /*border-top: solid 10px #2e2622;*/
}

#body {
    background-color: transparent;
    clear: both;
    padding-bottom: 0px;
}

.alegreya {
    font-family: 'Alegreya SC', serif;
    font-weight: 700 !important;
}

a, a:hover, a:active, a:visited {
	text-decoration:none;
	outline:none;
}

header {
	background-color: #67290C;
	height: 165px;
	background-image:url('../images/mt-header-bg.jpg');
	background-position: center top;
	/*border-bottom: solid 10px #000;*/
}


.site-title a {
	font-family: 'poorfarm', cursive;
	font-size:1.4em;
	color:#fff;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ef6300+0,ffef00+99 
	background: #ef6300; /* Old browsers 
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;*/
  	
}

.float-right {
	color:#fff;
		clear:both;
}

.float-right a {
	color:#fff;

}



#login {
    margin: 0 0 0px;
}


#login p {
    margin: -10px 0 40px;
	font-size:1.3em;
	text-shadow: 0px 1px 2px #000;
}

#login a:nth-child(2) {
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, .8);
    color:#FFC160;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 1em;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-shadow:none;
    color: #fff;
    margin-bottom: 3px;

}

#login a:nth-child(2):hover {
    background-color:#e34119;
    color:#fff;
}


ul#menu li {
    display: inline;
    list-style: none;
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, .8);
    border-radius: 8px;
    font-family: 'Alegreya SC', serif;
    text-transform:uppercase;
    margin-left: 3px;
    font-size:.9em;
    
}
ul#menu li:hover {
    background-color:#e34119;
    color:#fff;
    
}

ul#menu li {
    color: #fff;
    margin-bottom: 3px;
}


ul#menu li a {
    background: none;
    color:#fff;
    text-decoration: none;
}


ul#menu li:hover a {
    background: none;
    color:#fff;
    text-decoration: none;
}




.featured {
	background-color:#2e2622;
	text-indent: 200%;
    white-space: nowrap;
    overflow: hidden;
}

.featured .content-wrapper {
	background-color:#2e2622;
	background-image:url('../images/mt-home-hero.jpg');
	background-position: center center;
	background-repeat:no-repeat;
	height:500px;
	margin-bottom:30px;
}



footer {
    clear: both;
    background-color: transparent;

    font-size: .8em;
    height: 100px;
}




#login a#ctl11_loginLink {
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, 1);
    color:#FFC160;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-shadow:none;
    color: #fff;
    margin-bottom: 3px;

}

#login a#ctl11_loginLink:hover {
    background-color:#e34119;
    color:#fff;
}

#login a#ctl13_loginLink {
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, 1);
    color:#FFC160;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-shadow:none;
    color: #fff;
    margin-bottom: 3px;

}

#login a#ctl13_loginLink:hover {
    background-color:#e34119;
    color:#fff;
}

#login a#ctl16_loginLink {
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, 1);
    color: #FFC160;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-shadow: none;
    color: #fff;
    margin-bottom: 3px;
}

    #login a#ctl16_loginLink:hover {
        background-color: #e34119;
        color: #fff;
    }




/* Customize body */
@media (max-width: 760px) {
  body {
	width:100%;
  }
}


/* Customize container */
@media (min-width: 736px) {
  .container {
    width: 100%;
  }
}

.ManageLabel
{
    margin-top:10px;
}

/* tracker navigation changes */


#login p {
    margin: -5px 0 40px;
}

.tracker-nav {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    color: #fff;
    margin-right: 3px;
}

    .tracker-nav h1 {
        float: left;
        margin: 4px 6px 0px 0px;
        font-size: 1.1em;
        color: #fff;
    }

    .tracker-nav #menuNav {
        float: right;
        padding-top: 2px;
    }

    .tracker-nav ul#menu li {
        display: inline;
        list-style: none;
        padding: 9px 10px 7px;
        background-color: rgba(46, 38, 34, .8);
        border-radius: 0px 0px 8px 8px;
        font-family: 'Alegreya SC', serif;
        text-transform: uppercase;
        margin-left: 3px;
        font-size: .9em;
    }

        .tracker-nav ul#menu li:hover {
            background-color: #e34119;
            color: #fff;
        }

        .tracker-nav ul#menu li.active {
            background-color: #e34119;
            color: #fff;
            cursor: default;
        }

            .tracker-nav ul#menu li.active a {
                cursor: default;
            }

header .content-wrapper {
    position: relative;
}

#login a#ctl14_loginLink {
    padding: 8px 10px;
    background-color: rgba(46, 38, 34, 1);
    color: #FFC160;
    font-weight: bold;
    border-radius: 8px;
    text-decoration: none;
    font-size: 15px;
    text-transform: uppercase;
    font-family: 'Alegreya SC', serif;
    text-shadow: none;
    color: #fff;
    margin-bottom: 3px;
}

#login a#ctl14_loginLink:hover {
    background-color: #e34119;
    color: #fff;
}

.main-nav-button.active {
    background-color: #e34119 !important;
    color: #fff !important;
}

.settings-nav-button.active {
    background-color: #e34119 !important;
    color: #fff !important;
}