/* == RESET == */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,img { 
    border: 0;
}
ol,ul {
    list-style: none;
}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
}
abbr,acronym {
    border: 0;
}

/* == GENERAL == */

header, footer, section, article, aside, nav {
    display:block;
    }
body {
    font-family: "Lucida Grande","Verdana",sans-serif;
    font-size: 14px;
    background: #f0dba3 url(images/bg.jpg) no-repeat left top;
    color: #303c53;
    width: 939px;
    margin-left: 60px;
    margin-top: 25px;
    }

/* == LINKS == */

a:link {
    color: #306195;
    font-weight: bold;
    }
a:visited {
    color: #2a5889;
    font-weight: bold;
    }
a:hover, a:active {
    color: #1268c2;
    font-weight: bold;
    text-decoration: none;
    }
    
/* == HEADINGS == */
body > header {
    float: left;
    width: 340px;
    font-family: "Yanone Tagesschrift";
}
body > header > h2 {
    line-height: 150%;
}
body > header > h1 {
    margin-left: -0.1em;
    font-size: 3.5em;
}

@font-face {
    font-family: "Yanone Tagesschrift";
    src: url("images/YanoneTagesschrift.ttf");
}


body > aside {
    position: absolute;
    left: 35px;
    top: 350px;
    color: #887563;
    font-family: "Yanone Tagesschrift";
    font-size: 23px;
    background: url("images/dbr.png") top right no-repeat;
    padding-top: 240px;
    width: 372px;
}
aside .highlight {
    color: #f0e7cd;
}
aside > nav {
    padding-top: 20px;
    padding-left: 10px;
    font-size: 16px;
}
    aside nav a {
        display: inline-block;;
        width: 80px;
        height: 84px;
        text-indent: -9999px;
    }
    aside > nav .youtube {
        background: url("images/yt.png") top center no-repeat;
    }
    aside > nav .twitter {
        background: url("images/tw.png") top center no-repeat;
    }
    aside > nav .lastfm {
        background: url("images/lf.png") top center no-repeat;
    }
    aside > nav .myspace {
        background: url("images/ms.png") top left no-repeat;
    }
    
section {
	position: absolute;
	top: 120px;
	left: 441px;
	font-family: "Yanone Tagesschrift";
	font-size: 16px;
	width: 475px;
	line-height: 150%;
	height: 655px;
}
section h1 {
    font-size: 23px;
    padding-bottom: 0.2em;
}
