html, body {
    /*
	text-align:center;
    font-size: 14px;
    color: white;
    */
    height: 100%;
    font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}


.sidebar-nav {
    padding: 9px 0;
}
.green-teaser {
    background: url('/static/memoryk/img/green.png') repeat scroll 0 0 transparent;
    color: #FFF;
    padding: 40px 0 40px 0;
}
#topbar {
    margin-bottom: 0;
}

#topbar .navbar-inner {
    border-radius: 0;
    -moz-border-radius: 0;
}
.greybg {
    background-color: #EDEDEA;
    border-top: 1px solid #A9A9A9;
    border-bottom: 1px solid #A9A9A9;
    height: 30px;
}


/*
#banner {
    background: #ccc url("/static/memoryk/img/logo_memoryk.png") bottom left no-repeat;
    height: 80px;
}
*/

/*
#menu {
    height: 32px;
    background-color: #777;
}
*/

/*
#topline { margin-top: 20px; }
#content {
    min-height: 640px;
    height: 100%;
}
*/

#footer {
    background-color: #ddd;
    height: 100px;
}

a { color: green; }
a:hover { color: #2e5c02; }

/*
.nav-item .active > a, .nav-item .active > a:hover {
    background-color: #79ba3a;
}
*/

h4 {
    color: green;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #79ba3a;
}



/*
.main_thumb { min-height: 350px; }
*/
