/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.3;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* main page stuff */
#container {
  position: relative;
  display: flex;
  justify-content: left;
  top: 45px;
  flex-direction: column;
}
#center_col {
  vertical-align: top;
  top: 0px;
  border: solid 1px;
  margin: 0px 5px 0px 5px;
}
#right_col {
  vertical-align: top;
  top: 0px;
  border: solid 1px;
  margin: 0px 5px 0px 5px;
}
@media (min-width: 801px) {
  #container {
    top: 55px;
    flex-direction: row;
  }
  #center_col {
    width: 50%;  
    margin: 0px 20px 0px 5px;
  }
  #right_col {
    width: 200px;  
  }
}
#footer {
  position: absolute;
  bottom: -30px;
  left: 5px;
  border: solid 1px;
}

tr, td {
  vertical-align: top;
}

/* icons font */
.icon_bin:before {
  font-family: "icomoon";
  font-size: 16px;
  color: #000000;
  content: "\e607";
/*  position: absolute;
  left: 325px;*/
}

/* for the menu bar. refine this. */
#menu-bar {
  position: fixed;
  left: 0px;
  width: 100%;
  line-height: 100%;
  border: solid 0px #6D6D6D;
  z-index: 999;
  display: inline-block;
  opacity: 1.0;
  background: #EEEEEE;
  background: linear-gradient(top,  #EEEEEE,  #CFCFCF);
  background: -ms-linear-gradient(top,  #EEEEEE,  #CFCFCF);
  background: -webkit-gradient(linear, left top, left bottom, from(#EEEEEE), to(#CFCFCF));
  background: -moz-linear-gradient(top,  #EEEEEE,  #CFCFCF);
  height: 40px;
}
@media (min-width: 801px) {
  #menu-bar {
    height: 50px;
  }
}
#menu-bar a {
  display: block;
  font-weight: normal;
  font-family: verdana;
  font-style: normal;
  color: #444444;
  text-decoration: none;
}
#menu-bar li {
  padding: 0px 0px 0px 0px;
  float: left;
  list-style: none;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin: 0px 8px 0px 8px;
  font-size: 14px;
}
@media (min-width: 801px) {
  #menu-bar li {
    margin: 0px 15px 0px 15px;
    font-size: 16px;
  }
}

@font-face {
  font-family: "icomoon";
  src:url("/static/css/icomoon.woff") format("woff");
}
.icon_home:before {
  font-family: "icomoon";
  font-size: 26px;
  content: "\e600";
}
@media (min-width: 801px) {
  .icon_home:before {
    font-family: "icomoon";
    font-size: 30px;
    content: "\e600";
  }
}

