/*
 * Reset all CSS values
 * http://meyerweb.com/eric/tools/css/reset/index.html
 * v1.0 | 20080212
 */

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;
}

: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;
}

/* Alignments */
.right { float: right; }
.left { float: left; }

/* 
 * Main body 
 */
html { height: 100%; width: 100%; }
body { background: #2E2E2E url(../img/background.gif) repeat-x; height: 100%; width: 100%; }

* html div#container      { height: auto; }
div#container             { height: auto; position: relative; min-height: 100%; }
div#container div#header  { height: 90px; width: 950px; margin: 0 auto; }
div#container div#menu    { height: 30px; width: 950px; margin: 0 auto; }
div#container div#content { background: #FFF; overflow: auto; width: 950px; margin: 0 auto; }
div#container div#content div#left { float: left; display: inline; width: 600px; padding: 20px; }
div#container div#content div#right { background: url(../img/background-content-block.png) no-repeat bottom left; float: left; display: inline; width: 240px; padding: 0 30px 30px 30px; }
div#container div#footer  { padding: 5px; background: url(../img/background-content-footer.png) no-repeat bottom; text-align: center; font-size: 10px; clear: both; width: 950px; margin: 0 auto; }

div#realfooter { background: #1A1A1A; position: absolute; bottom: 0; left: 0; color: #A0A0A0; width: 100%; }
div#realfooter div#columns { width: 950px; margin: 0 auto; padding: 20px 0; height: 60px; }
div#realfooter div#columns div { float: left; display: inline; padding: 0 20px 0 70px; border-right: 1px solid #A0A0A0; text-align: right; }

/*
 * Login controller
 */
div.login {
  width: 300px;
  margin: 20px auto;
  border: 2px dashed #CCC;
  padding: 0 20px 10px 20px; 
}
div.login p { text-align: justify; }
div.login label { font-weight: bold; }
div.login table tr td { padding: 3px; font-size: 1.1em; }
div.login table tr td input { width: 140px; }
div.login table tr td a,
div.login table tr td a:link,
div.login table tr td a:active,
div.login table tr td a:hover,
div.login table tr td a:focus { font-style: italic; font-size: 0.8em; }

/**
 * Portfolio controller
 */
div.portfolio ul { margin: 0; padding: 0; }
div.portfolio ul li { list-style: none; clear: both; padding: 5px; margin-bottom: 10px; overflow: auto; text-align: justify; }
div.portfolio ul li p { padding-bottom: 0; }
div.portfolio ul li h2 { margin: 0; line-height: 18px; font-size: 18px; padding-bottom: 0.4em; }
div.portfolio ul li img { float: left; margin-right: 1em; }
div.portfolio ul li div.footer { text-align: right; border-bottom: 1px solid #A1A1A1; padding-bottom: 0.5em; }

/* Latest portfolio items */
div.portfolio-latest ul { margin: 0; padding: 0; }
div.portfolio-latest ul li { clear: both; margin-bottom: 10px; list-style: none; }
div.portfolio-latest ul li a img { vertical-align: middle; }
div.portfolio-latest ul li p { padding-bottom: 0; }
div.portfolio-latest a.footer { text-align: right; display: block; }

