/* @group reset */

/* ----- reset.css ----- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

body { 
  line-height: 1.5; 
}

/* Tables still need 'cellspacing="0"' in the markup. */
table { border-collapse: separate; border-spacing: 0; }
caption, th, td { text-align: left; font-weight: normal; }
table, td, th { vertical-align: middle; }

/* Remove possible quote marks (") from <q>, <blockquote>. */
blockquote:before, blockquote:after, q:before, q:after { content: ""; }
blockquote, q { quotes: "" ""; }

/* Remove annoying border on linked images. */
a img { border: none; }
/* -------------------- */
/* @end */


body {
  font: 9pt/12pt Courier New, Courier;
  margin-left: 20px;
  margin-top: 20px;
}

#header {
  width: 150px;
  height: 60px;
  padding-top: 10pt;
  float: left; 
}

#header h1 {
  font-size: 11pt;
  border-bottom: 1px solid #000;
  display: inline;
}

#title {
  padding-top: 12pt;
  width: 590px;
  text-transform: uppercase;
}


#left {
  clear: both;
  width: 150px;
  float: left;
}

#left ul {
  list-style: none;
  font-size: 9pt;
}

#content {
  float: left;
  overflow: hidden;
}

#content ul {
	list-style: none;
}

.work {
  width: 500px;
  padding-left: 2px;
}

.entry {
  width: 500px;
  margin-bottom: 1em;
}

.column {
  width: 250px;
  margin-right: 35px;
  float: left;
}

.last {
  margin-right: 0;
}

.clear {
  clear: both;
}


#links a {
	color: #000;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#drop_area img {
	max-width: 100px;
	float: left;
}


.line {
  white-space: nowrap;
}

h1 {
  
}

h2 {
  
}

h3 {
  font-size: 9pt;
  font-weight: normal;
}

h4 {
  font-weight: normal;
  text-transform: uppercase;
  color: #000;
  background-color: #ff6;
  margin-bottom: 0;
}

strong {
  color: #000;
  text-transform: uppercase;
  font-weight: normal;
}

p {
  margin-bottom: 1em;
}

#header a, #left a, .work h3 a {
  color: #000;
  text-decoration: none;
}

#left a:hover, #left .active {
  text-decoration: underline;
}

.work h3 a {
  display: inline;
  padding-right: 20px;
}

.work a:hover {
  background: #ff6;
}

a {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}