label {
  width: 130px;
  float: left;
  text-align: right;
  margin: 0 6px 10px 0;
  clear: left;
}

label:after {
  content: ":";
}

input, select {
  margin-bottom: 10px;
}

img {
  border: 0px;
}


/* class divs */
.work_item {
  border-bottom: 2px dotted #000;
  padding: 6px 0;
}

.at_a_glance {
  text-align: center;
  width: 250px;
  padding-bottom: 15px;
  vertical-align: top;
  float: left;
  clear: both;
}

.detailDesc {
  color: #aaa;
}

.detailDesc:before {
  content: ' - ';
}

.editbutton {
  border: 1px solid #DDD;
  background-image: url('images/edit.jpg');
  background-repeat: no-repeat;
  background-position: center;
  width: 36px;
  height: 18px;
  float: left;
  clear: both;
  font-size: 1px;
  margin-right: 3px;
}

.editbutton span {
  display: none;
}

.error {
  color: red;
  font-weight: bold;
  text-align: center;
  font-family: Georgia, serif;
  font-size: 16pt;
  padding: 8px;
}

.url {
  font-size: 12px;
}

.work_title h2 {
  padding: 0px;
  margin: 2px;
  font-family: Georgia, Times New Roman, serif;
}

.work_title a {
  text-decoration: none;
}

.work_url {
  margin-bottom: 10px;
}

.work_item_footer {
  clear: both;
}

.screenshot {
  border: 3px double #fc9;
  padding: 2px
}

.screenshot:hover {
  border: 3px dashed #000;
  padding: 2px
}

.more_detail {
  font-size: 12px;
  font-family: Verdana, Arial, san-serif;
  margin-left: 270px;
  text-align: justify;
}

.detail {
  margin-bottom: 16px;
}

.detail h3 {
  font-family: Georgia, serif;
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 12pt;
  border-bottom: 1px solid #fc9;
}

.input_box {
  width: 300px;
}

.adminProject {
  margin: 2px;
}

span.sorthandle, span.detailTag {
  cursor: move;
}

/* specific divs */

#portfolioTitle {
  font-family: Georgia, serif;
  text-align: center;
  font-size: 34px;
  margin: 5px;
}

#work {
  align: center;
}

#screenshot_preview {
  float: right;
}
