{
    margin: 0;
    padding: 0;
}


* {
  padding: 0px;
  margin: 0px;
}

header, footer, section, aside, nav, article {
    display: block;
}

body {
  margin: 0;
  padding: 0;
  background: #000 !important;
  overflow: hidden;
}

#container {
  background: #000;
}

footer {
  padding: 2em;
  background: #2d0200;
  border-top: 10px solid #440e00;
}

.feature {
  min-height: 100px;
}

.clear {
  clear: both;
}

/*** drawing app styles ***/
#canvas {
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
}

#canvasDiv {
  background: #000;
  border-right: 1px solid white;
  border-bottom: 1px solid white;
}

.colorpicker input, .colorpicker_field, .colorpicker_hex {
  display: none !important;
}

.colorpicker_pastel_cycle {
  background: red;
  position: absolute;
	left: 250px;
	top: 60px;

  height: 20px;
  width: 50px;
}

.colorpicker_random_cycle {
  background: blue;
  position: absolute;
	left: 250px;
	top: 90px;

  height: 20px;
  width: 50px;
}

.colorpicker_transparent {
  position: absolute;
	left: 250px;
	top: 120px;

  border: 1px solid #e00;

  height: 20px;
  width: 50px;
}

.colorpicker_pastel_cycle.selected, .colorpicker_random_cycle.selected, .colorpicker_transparent.selected {
  border: 2px solid #fff;
}

#context-toolbar {
  display: none;
  position: absolute;
  border: 1px solid white;
  background: #111;
  border-bottom: 0px solid black;
  height: 100px;
  -moz-box-shadow: 2px 0px 2px #888;
  -webkit-box-shadow: 2px 0px 2px #888;
  box-shadow: 2px 0px 2px #888;
}

#fill-color, #stroke-color {
  width: 50px;
  height: 50px;
  background: red;
  border: 2px solid #fff;
}

#stroke-width {
  background: blue;
}

#stroke-width li, #color-options li {
  list-style-type: none;
  float: left;
  margin-top: 20px;
  height: 60px;
  margin: 1em;
}

#stroke-width li.selected, #color-options li.selected {
  border: 0px;
  -moz-box-shadow: 4px 4px 4px blue;
  -webkit-box-shadow: 4px 4px 4px  blue;
  box-shadow: 4px 4px 4px blue;
}

#xsmall {
  background: red;
  width: 5px
}

#small {
  background: red;
  width: 10px;
}

#medium {
  background: red;
  width: 15px;
}

#large {
  background: red;
  width: 20px;
}

#xlarge {
  background: red;
  width: 25px;
}

#toolbar { position: absolute; top: 510px; left: 0px; }
nav ul li { list-style-type: none; float: left; padding-left: 1.5em; text-align: center;}
#container { position: relative; }
#imageTemp { position: absolute; top: 0px; left: 0px; }
.selected {border-bottom: 5px dotted yellow;}

.tools { padding: 0px; margin: 0px; margin-top: 5px;}
.tool {
  padding: 0px;
  margin: 0px;
}

.tool img {
}

.unselectable {
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/*** Gallery styles ***/
#thumbnail-carousel {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  padding-top: 25px;
  height: 100px;
  overflow-y: hidden;
  overflow-x: auto;
}
#thumbnail-carousel ul li { list-style-type: none; float: left; padding-left: 1.5em;}

section {
  text-align: center;
}

section img {
}

#thumb-list li {
  padding: 5px !important;
  margin: 5px !important;
}

.thumbnail img, #thumb-list img {
  width: 150px;
  opacity: 0.1 !important;
  border: 0px;
}

#thumb-list .current-thumb img {
  opacity: 1 !important;
}


.thumbnail img.selected {
  opacity: 1;
}

.feature {
  min-height: 125px;
}
