body {
    background-color:#2B2520;
    font-size: 100%;
    font-family: Consolas,Monaco,  "Bitstream Vera Sans Mono", Courier, monospace;
    line-height: 1.8;
    color:#F4F4F4;
    margin: 0;
    padding: 2em 0;
}


a 
{
	color:#36615D;
}
a:link {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #38444F;
}

a:visited {
    
	 color:#F4F4F4;
    text-decoration: none;
    border-bottom: 1px solid #2F3942;
}

a:hover {
    border-bottom: 1px solid #fff;
}

a:visited:hover {
    border-bottom: 1px solid #fff;
}

#header {
    background: #3D3C39 url('assets/ico.jpg') no-repeat 48px;
    padding-left: 48px;
    margin-bottom: 2em;
}
#header dd{
    margin-left: 5em;
    margin-bottom: 2em;
}


#body {
    padding: 0 48px;
}

h1 {
    font-weight: normal;
    font-size: 1em;
    color: #fff;
    margin-bottom: 0;
}

span.sub {
    color: #789;
}

h2 {
    font-weight: normal;
    font-size: 1em;
    color: #fff;
    margin-top: 2em;
    margin-bottom: 0;
}

address {
    font-style: normal;
}

#profile dt {
    float: left;
    color: #567;
}

#profile dd {
    margin-left: 5em;
}

span.codedirection { 
	color:#F5D43F;
	unicode-bidi:bidi-override; 
	direction: rtl; 
}


#profile dd a:link,
#profile dd a:visited {
    color: #F5D43F;
}
#philosophy dt {
    float: left;
    margin-right: 1em;
}

#philosophy dd {
    margin-left: 1em;
}

#philosophy dt a:link,
#philosophy dt a:visited {
    color: #B54AA3;
}

#projects dt {
    float: left;
    margin-right: 1em;
}

#projects dd {
    margin-left: 1em;
}

#projects dt a:link,
#projects dt a:visited {
    color: #34A8A1;
}

#projects h2 {
	color: #34A8A1;

    font-size: 1.5em;
}

#miscellany dt {
    float: left;
    margin-right: 1em;
}

#miscellany dd {
    margin-left: 1em;
}

#miscellany dt a:link,
#miscellany dt a:visited {
    color: #5b2b13;
}

span.note {
    color: #445;
}
