/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 100%;
  /*
  font-family: Georgia, "Times New Roman", "Bitstream Vera Serif", serif;
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-family: Helvetica, Arial, "Bitstream Vera Sans", sans-serif;
  font-family: Tahoma, Verdana, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  */
  font-family: Verdana, Tahoma, Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
  color: #222;
  background: #444 url(../../images/old/bg.gif);
}

h2, h3, h4 {
  clear: both;
  color: #f30;
  color: #636;
  margin: 1em 0;
  font-size: 110%;
}

h2 {
  margin-top: 0;
}

p {
  margin: 1em 0;
}

a {
  color: #06c;
  text-decoration: none;
  border-bottom: 1px dotted #06c;
  font-weight: bold;
}

a:hover {
    color: #8b7356;
    border-color: #cbd100;
}

a.noborder {
  border: 0;
}

.clear { clear: both }

#wrapper {
  background: #fff;
  width: 600px;
  margin: 3em auto;
  font-size: 0.6875em; /* 16px x .75 = 12px */
  line-height: 1.65; /* 12px x 1.5 = 18px */
}

#header {
  background: #CBD100 url(../../images/old/logo_doloops.gif) 402px 24px no-repeat;
}

#header h1 {
  height: 100px;
  text-indent: -1000px;
}
#header h1 span { }

#header ul {
  background: #8B7356;
  border-top: 1px dotted #fff;
  border-bottom: 1px dotted #fff;
  float: left;
  width: 100%;
}

#header ul li {
  float: left;
  padding: 2px 0;
  text-align: center;
  width: 100px;
}
#header ul li + li  {
  border-left: 1px dotted #fff;
  width: 99px;
}

#header ul li.active {
  background: #222;
}

#header ul li a {
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  border: none;
}
#header ul li.active a {
  color: #ffbd3e;
}

#main {
  padding: 1.5em;
  min-height: 400px;
}

.projects li {
  clear: left;
}
.projects img {
  float: left;
  margin: 0 1em 2em 0;
  border: none;
}

#footer {
  background: #444;
  color: #888;
  border-top: 1px dotted #fff;
  padding: 0.25em;
  text-align: center;
}
