html {
  margin: 0px;
  padding: 0px;
  height: 100%;
}

body {
  /*background: transparent url(images/blfooter_bg.gif) repeat-x bottom left;*/
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, san-serif;
  font-size: 12pt;
}

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: 6px dotted #27c;
  padding: 6px;
}

.at_a_glance {
  text-align: center;
  width: 250px;
  border: 1px solid #eee;
  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;
  color: #257;
}

.work_url {
  margin-bottom: 10px;
}

.work_url a {
  color: blue;
}

.work_item_footer {
  clear: both;
}

.screenshot {
  border: 3px double #E18952;
  padding: 2px
}

.screenshot:hover {
  border: 3px dashed #00f;
  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;
}

.input_box {
  width: 300px;
}

.adminProject {
  margin: 2px;
}

span.sorthandle, span.detailTag {
  cursor: move;
}

/* specific divs */

#container {
  width: 100%;
  min-height: 100%;
}

* html #container {
  height: 100%;
}

#header {
  background: transparent url(images/header_bg.gif) repeat-x top left;
  margin: 0px;
  width: 100%;
  height: 94px;
}

/* using an image to replace text in an h1. This trick courtesy Douglas Bowman, http://www.stopdesign.com/articles/css/replace-text/ */

#header h1 {
	background: transparent url(images/header.gif) no-repeat top left;
	margin: 0px;
	width: 275px;
	height: 94px;
	float: left;
}

#header h1 span {
	display:none
}

#content {
  margin-left: 20px;
  margin-right: 20px;
}

#portfolioTitle {
  font-family: Georgia, serif;
  text-align: center;
  color: #373;
  font-size: 34px;
  margin: 5px;
}

#resumeLink {
  text-align: center;
  font-family: Georgia, serif;
  font-size: 14px;
}

#work {
  margin: 15px;
  padding: 10px;
  width: 90%;
  align: center;
  border: 1px solid #429;
}


#footer {
  height: 15px;
}

#screenshot_preview {
  float: right;
}

