/*
  
  $Id: stylesheet.css - 4.1 2014/07/14 16:48:22
  
  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;
    text-decoration: none;
}

a:hover { }

/* 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 #DFDFDF;
    border-bottom:1px solid #FFF;
    margin:1em 0;
    padding:0;
}

input, select { vertical-align:middle; }

/* admin box */
#admin-log {
    position: fixed;
    display: block;
    width: 300px;
    height: 75px;
    background: #FFF;
    top: 20px!important;
    right: 10px!important;
    margin-right: 0!important;
    color: #777;
    text-align: center;
    font-size: 11px;
    font-family: Tahoma, sans-serif;
    border: #DDD solid 1px;
    -webkit-box-shadow: 0 12px 12px -8px #999;
	-moz-box-shadow: 0 12px 12px -8px #999;
	box-shadow: 0 12px 12px -8px #999;
    z-index: 999999;
}

#admin-log:after {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #FFF transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -15px;
    left: 251px;
}

#admin-log:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color: #DDD transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -16px;
    left: 251px;
}

#admin-log a { color: #444; text-decoration: none; }
#admin-log a:hover { color: #0099FF; text-decoration: none; }

#admin-one { padding: 6px 0; border-bottom: 1px solid #DDD; }

#admin-two {
    position: absolute;
    bottom: 0!important;
    width: 100%;
    padding: 8px 0;
    background: #F2F2F2;
    border-top: 1px solid #FAFAFA;
}
