* {
    margin:     0;
    padding:    0;
    border:     0;
    font-family:Verdana, Arial, sans-serif;
    line-height:1.15em;
    color:      #000;
    font-size:  90%;
}

tt {
    font-family: Courier, serif;
    font-size: 100%;
}

big {
    font-size: 150%;
    font-weight: bold;
}

small, sup, sub {
    font-size: 70%;
}

li, a, code {
    font-size: 100%;
}

blockquote:before {
    content: '\10FB';
    font-size: 3em;
    color: #5381ac;
}

blockquote p {
    position: relative;
    left: 2em;
    top: -2.2em;
}

h1:before {
    content: ":: ";
}

h1, h2, h3, h4 {
    padding: 2px;
    margin: 0;
    font-weight:normal;
    color: #000;
    margin: 0 0;
}

h1 {
    font-size: 160%;
    background: none;
}

h1 a {
    text-decoration: none;
}

h2 {
    font-size: 140%;
    margin-left: 1em;
}

h3 {
    font-size: 130%;
    margin-left: 2em;
}

h4 {
    font-size: 120%;
    margin-left: 3em;
}

a:hover,
h1 a:hover {
    color: #000;
}

a[href="#top"] {
    display: none;
}

input {
    color: #000;
}

th {
    background-color: #1ab45a;
    border-bottom: 1px #9fff5f dotted;
    padding: 1em;
    font-weight: normal;
}

code {
    background: #e3eff5 url(./img/footer_bg.gif) 0 0 repeat-x;
    border: 2px #c9d5dc solid;
    display: block;
    padding: 0.5em;
    color: #114d6a;
    font-family: Courier, serif;
}

code * {
    color: #114d6a;
}

code span {
    font-family: Courier, serif;
}

p.float_left {
    float: left;
    padding-right: 1.5em;
}

p.warn {
    color: #000;
    border: 1px #ffd63f solid;
    background-color: #fff9c5;
    padding: 1em;
}

p.warn * {
    color: #000;
}

.dot:after {
    content: ".";
}

.at:after {
    content: "@";
}

#header {
    display: none;
}

#header #logo {
   display: none;
}

#header ul {
    background: url(./img/header_nav.gif) top left repeat-x;
    height: 24px;
    padding-left: 250px;
}

#header ul li {
    list-style-type: none;
    text-align: center;
    margin-top: 10px;
    width: 72px;
    float: left;
}

#header ul li a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 10px 0 16px 0;
    height: 2px;
    font-size: 95%;
    background: url(./img/header_nav.gif) 0 -45px repeat-x;
}

#header ul li a:hover {
    color: #1ab45a;
    background: url(./img/header_nav.gif) 70% -80px no-repeat;
}

#header ul li a:hover abbr {
    color: #1ab45a;
}

#header ul li .current {
    color: #1ab45a;
    background: url(./img/header_nav.gif) 70% -115px no-repeat;
}

#header ul li .current:hover {
    color: #1ab45a;
    text-decoration: none;
    background: url(./img/header_nav.gif) 70% -150px no-repeat;
}

#content {
    clear: both;
}

#side {
    display: none;
}

#stream {
/*    padding: 0.5em 2em;*/
    padding: 0;
}

#stream a {
    font-weight: bold;
}

#stream .r {
    text-align: right;
}

#stream .c {
    text-align: center;
}

#stream p {
    margin: 1em;
    line-height: 1.5em;
    text-align: justify;
    font-size: 90%;
}

#stream ul {
    margin-left: 2em;
}

#stream ul li {
    list-style-type: square;
    padding: 0.5em;
    font-size: 90%;
}

#stream td,
#stream th {
    font-size:  110%;
}

#stream .chbx {
    vertical-align: middle;
}

#stream table {
    width: 100%;
}

#stream td {
    text-align: center;
    padding: 1em;
}

#stream .special {
    padding: 0.5em 1em;
    font-size: 100%;
    background-color: #fff9c5;
}

#stream .special * {
    color: #000;
}

#stream .special #resume_ul {
    float: right;
    margin-top: 0.5em;
}

#stream .special #resume_ul li {
    list-style: none;
    margin: 0;
}

#stream .special #resume_ul li a {
    background: url(./img/icons.gif) 0 -2px no-repeat;
    padding: 2px 0 0 22px;
    height: 18px;
    display: block;
    text-decoration: none;
}

#stream .special #resume_ul li a:hover {
    text-decoration: underline;
}

#stream .special #resume_ul li a.pdf {
    background-position: 0 -64px;
}

#stream .special #resume_ul li a.vcard {
    background-position: 0 -192px;
}

#stream .special #resume_ul li a.linkedin {
    background-position: 0 -96px;
}

#stream .special #resume_ul li a.w3csites {
    background-position: 0 -32px;
}

#stream .special #resume_ul li a.twitter {
    background-position: 0 -128px;
}

#stream img[alt="Skype me!"] {
    display: none;
}

#stream .item {
    margin: 0.8em 0;
    padding: 0.1em 1.2em;
    font-size: 100%;
    background-color: #cde0f2;
}

#stream .item p {
    margin: 0.5em 0;
}

#stream .item .skills li {
    list-style-image: url(./img/tick.png);
}

#footer {
    display: none;
}