/*  
Theme Name: FebruArt
Theme URI: -
Description: "FebruArt" theme
Version: 1.0
Author: Daniel Hofstetter
Author URI: http://danielhofstetter.com/
*/

@import 'reset.css';

* html #wrap {
height: 100%;
}

body {
background: #000;
color: #fff;
font-family: Verdana, Arial, sans-serif;
font-size: medium;
height: 100%;
margin-bottom: 0;
margin-left: 60px;
margin-top: 0;
}

a {
border-bottom: 1px dotted #fff;
color: #fff;
text-decoration: none;
}

a:hover {
background: #fff;
color: #000;
}

h1 {
font-size: 1.4em;
}

h2 {
font-size: 1.3em;
}

html {
height: 100%;
}

img {
display: block;
}

#footer {
font-size: 0.8em;
margin-top: -4.0em;
position: relative;
}

#header {
padding-top: 0.5em;
} 

#main {
padding-bottom: 8em;
}

#navigation {
font-size: smaller;
padding: 2em 0;
}

#wrap {
min-height: 100%;
position: relative;
}