
body {
  background: #111;
  color: #DDD;
}

#menu {
  background: #181818;
  border-bottom: 1px solid #2A2A2A;
}

#bar {
  background: #181818;
  border-bottom: 1px solid #2A2A2A;
}

canvas {
  border: 1px solid #2A2A2A;
}

a {
  color: #00ABFF;
}

h1 {
  border-bottom: 1px solid #BBB;
}

#sidebar {
  background: #181818;
}

p.date {
  color: #CCC;
}

.current a {
  color: #DDD;
}

label {
  color: #333;
}

input, textarea {
  background: #EDEDED;
}

input[type=submit] {
  background: #00ABFF;
  color: #FFF;
}

.errorlist {
  color: #C03;
}

.comment: nth-child(even) {
  background: #EFEFEF;
}

.comment .info {
  color: #666;
}

a {
  color: #12c064;
  text-decoration: none;
}

a: hover {
  color: #00a74f;
}

h1 {
  border-bottom: #bbb;
}

#header {
  background: #12c064;
  color: #fff;
  border-bottom: #1cdf78;
}

#header .logo {
  color: #f3f7cc;
}

#header ul.menu li.selected a, #header ul.menu li.selected a: hover {
  color: #1b6d32;
}

#header a {
  color: #f3f7cc;
}
#header a: hover {
  color: #fff;
}

#header .user button {
  background: none;
  color: #f3f7cc;
}

/* forms */
label {
  color: #333;
}
input, textarea {
  background: #efefef;
}
input[type=submit], a.button {
  background: #12c064;
  color: #fff;
}
.errorlist {
  color: #cc0033;
}
.helptext {
  color: #aaa;
}
/* messages */
ul.messages li.success,
ul.messages li.warning,
ul.messages li.error,
ul.messages li.info {
  color: #fff;
}

ul.messages li.success {
  background: #81ce81;
}
ul.messages li.success a {
  color: #0ac33e;
}

ul.messages li.error {
  background: #a30029;
  color:#e9828e;
}
ul.messages li.error a {
  color: #e9828e;
}

ul.messages li.info {
  background: #faffae;
  color:#696b4e;
}
ul.messages li.info a {
  color: #1586de;
}

ul.messages li.warning {
  background: #de9404;
}
ul.messages li.warning a {
  color: #f49000;
}

/* social-auth */
.social li a {
  color: #fff;
}
.social li.google {
  background: #de1710;
}


/* images */
.count {
  color: #aaa;
  border: #bbb;
}
#image-list .image {
  border-top: #12c064;
  background: #eee;
}
#image-list .info a {
  color: #333;
}
/* actions */
.action .date {
  color: #ccc;
}
