/* load the default Redmine stylesheet */
@import url(../../../stylesheets/application.css);

body { color:#333333; }

#top-menu { background:#A60909; font-size:11px; padding-top:5px; }

#header {
    background: #cccccc url(../../../images/redmind/head_bg.png);
    padding:10px 20px 0;
    color:#333333;
    height:85px;
    border-bottom:1px solid #A60909;
}

#header a { color:#333333; }

#header h1 {
  background:url(../../../images/redmind/redmind_logo.png) no-repeat;
  height:48px;
  padding-top:5px;
  color:#1D83B7;
  font-size:28px;
  font-weight:bold;
}

#header h1 span { padding-left:190px; }

#main-menu { bottom:-1px;}
#main-menu li { margin:1px 1px 0 4px; background-color:#ccc; }

#main-menu li a { border:1px solid #333333; border-bottom:0; }
#main-menu li a.selected { border:1px solid #A60909; border-bottom:1px solid #fff; }
#main-menu li a:hover { background:#A60909; }

#content { border-right:1px solid #333333; }