/*
  $Id: stylesheet.css - 4.0 2012/06/08 07:48:39

  Carlos Charles.com, Personal Portfolio
  http://www.carloscharles.com

  [C] 1983-2011 Carlos Charles. All Rights Reserved
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    color: #333;
    text-decoration: none;
}

a:hover { color: #777; text-decoration: none; }

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #CFCFCF;
    border-bottom:1px solid #FAFAFA;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/* MAIN STYLE STARTS HERE */
body {
    background: #E2E2E2 url('images/big-background.jpg') center top no-repeat;
    margin: 0;
    padding: 0;
    font-family: Arial, Tahoma, sans-serif;
    font-size: 13px;
    color: #747474;
}

/* Divs */
#top {
    position: absolute;
    display: block;
    width: 100%;
    border-top: 2px solid #54ffad;
    z-index: 999;
}

#web-content {
    position: absolute;
    width: 100%;
    height: 100%;
    min-height: 100%;
    margin: 0 auto;
}

#wrapper {
    position: relative;
    width: 375px;
    margin: 0 auto;
    margin-top: 500px;
}

#wrapper span {
    font-size: 11px;
    color: #333;
}

/* Extras  */
h1 {
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 1px solid #BABABA;
    color: #000;
}
