/*
Theme Name:   Under Construction
Theme URI:    http://www.danielbachhuber.com/webdev/wordpress/underconstruction/
Description:  Is your site under construction too?  A quickly-modifiable, simple theme to tell people that your site is being built and they should bug off!
Version:      0.2
Author:       Daniel Bachhuber
Author URI:   http://www.danielbachhuber.com/
*/

* { 
    margin: 0; 
    padding: 0;
}

body {
    background: #fff;
    color: #090909;
    text-align: center;
    font-size: 100%;
    line-height: 1.4em;
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
}

a {
	color: #090909;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-size: 1.6em;
    font-weight: normal;
}

span {
	color: #bfbfbf;
}

#header {
	margin-top: 150px;
}

#main {
	margin-top: 50px;
	min-height: 250px;
}

p {
	font-size: 0.9em;
	margin-top: 20px;
	margin-bottom: 20px;
}

#footer {
	color: #bfbfbf;
	text-transform: lowercase;
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-size: 0.8em;
}

#footer a {
	color: #bfbfbf;
}
