/* 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 {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  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;
}

ul, ol {
  list-style: none;
}

li {
  list-style-position: outside;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.hidden {
  display: none;
}

body {
  background: #3a3a3a;
  color: #e0e0e0;
  font-family: "Oxygen";
  font-weight: 300;
}

a, a:link, a:visited, a:active {
  color: #ffffff;
}

.content {
  padding: 20px;
}
.content h1 {
  text-transform: uppercase;
  font-size: 24px;
  margin: 0 0 1rem 0;
}
.content .message {
  background: #c0c0c0;
  color: black;
  text-transform: uppercase;
  font-size: 13px;
  padding: 0.25rem;
  margin: 1rem 0;
}

header {
  border-top: 4px solid #ffffff;
  background: black;
  padding: 20px;
  margin-bottom: 10px;
}
header h1 {
  color: white;
  font-size: 24px;
}
header .status {
  float: right;
  display: block;
  margin-top: 10px;
}

nav {
  padding: 10px 0;
}
nav ul li {
  display: inline-block;
}
nav ul li a, nav ul li a:link, nav ul li a:visited {
  cursor: pointer;
  display: inline-block;
  padding: 4px 8px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background: #555555;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: none;
  background-color: #ffffff;
  color: black;
}

.record {
  clear: both;
  line-height: 1.3;
  padding-bottom: 1rem;
  border-bottom: 1px dotted black;
  margin-bottom: 1rem;
}
.record .date,
.record .page_link {
  font-size: 13px;
  clear: right;
  float: right;
  width: 33%;
}
.record .rcontent {
  width: 62%;
}
.record .rcontent .title {
  color: white;
  font-size: 20px;
}

.record:after {
  display: table;
  height: 0;
  clear: both;
  content: " ";
}

/* style for projects manager
*/
#newTitleBox {
  display: block;
}
#newTitleBox input[type=submit] {
  display: inline-block;
  width: auto;
}

#newTitle {
  width: 50%;
}

.projectManager .button {
  cursor: pointer !important;
  display: inline-block !important;
  padding: 0.15rem 0.35rem !important;
  vertical-align: baseline !important;
  line-height: 1.3 !important;
  margin: 0.25rem !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  color: black !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
}
.projectManager .projects h2 {
  margin-bottom: 1rem;
}
.projectManager .project {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  background: #d0d0d0;
  border: 4px solid #d0d0d0;
  color: black;
  padding: 1rem;
  border-radius: 8px;
  margin: 0 1% 1% 1%;
}
.projectManager .project h2 {
  font-size: 18px;
  font-weight: bold;
}
.projectManager .project .edit, .projectManager .project .delete {
  float: right;
}
.projectManager .project h3 {
  clear: both;
  margin: 0.5rem 0 0.25 0;
  font-size: 12px;
  text-transform: uppercase;
}
.projectManager .project p {
  font-size: 14px;
  line-height: 1.35;
}
.projectManager .project .moreControls {
  font-size: 12px;
  margin: 1rem;
  background: #c0c0c0;
  padding: 0.5rem;
}
.projectManager .project .action {
  display: none;
}
.projectManager .project .action .button {
  float: right;
  background: orange !important;
}
.projectManager .project .action .button.activate {
  background: rgb(67, 200, 67) !important;
}
.projectManager .project .action.activity {
  display: block;
}
.projectManager .project.active {
  border: 4px solid rgb(67, 200, 67) !important;
}
.projectManager .project.active .action.deactivity {
  display: block;
}
.projectManager .project.active .action.activity {
  display: none;
}
.projectManager .project.active .moreControls {
  background: rgb(67, 200, 67);
}
.projectManager .project.active:before {
  content: "ACTIVE PROJECT";
  color: #019b01;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
  font-weight: bold;
}
.projectManager input, .projectManager textarea {
  font-size: 16px;
  min-width: 35rem;
  margin-bottom: 1rem;
}
.projectManager textarea {
  min-height: 5rem;
}
.projectManager input[type=submit] {
  width: auto;
  min-width: 5rem;
  cursor: pointer !important;
  display: inline-block !important;
  padding: 0.15rem 0.35rem !important;
  vertical-align: baseline !important;
  line-height: 1.3 !important;
  margin: 0.25rem !important;
  font-size: 12px !important;
  font-weight: normal !important;
  text-decoration: none !important;
  background: #ffffff !important;
  border-radius: 3px !important;
  color: black !important;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  border: none;
}

.resources {
  border-collapse: separate;
  border-spacing: 0.25rem;
}
.resources th {
  font-weight: bold;
  text-align: left;
}

/*# sourceMappingURL=manage.css.map */
