/*
davidbjerre.dk
Design version2
Start: 2010/12/25
David Bjerre
*/

html, body, div {
	padding: 0;
	margin: 0;
	border: 0;
	font-family: Verdana;
	font-size: 11px;
	}

html {
	height: 101%;
	margin-bottom: 1px;
	}

body {
	text-align: left;
	color: black;
	background-color: white;
	}

#wrapper {
	}

h1 {
	font-size: 14px;
	background: white url(/design/bw_bg.gif);
	background-repeat: repeat-y;
	padding: 90px 0 0 100px;
	}

h2 {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	}

h3 {
	font-size: 11px;
	font-weight: normal;
	}

a:link { 
	color: black;
	text-decoration: none;
	}

a:visited { 
	color: black;
	text-decoration: none;
	}

a:hover { 
	color: black;
	text-decoration: underline;
	}

#footer {
	padding: 100px 10px 10px 0;
	text-align: right;
	}

/* menu stuff */

#menu {
	font-size: 12px;
	margin: 0 0 0 250px;
	padding: 20px 0 0 100px;
	background: white url(/design/bw_bg.gif);
	background-repeat: repeat-y;
	}
	
#menu ul, #menu li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	}

/* main stuff */

#main {
	margin: 0 0 0 400px;
	padding: 10px 0 0 100px;
	width: 400px;
	background: white url(/design/bw_bg.gif);
	background-repeat: repeat-y;
	}

#main img {
	border: 0;
	}

#main p {
	margin-bottom: 0;
	}

/* pages stuff */








/* site stuff */

.standardimage {
	border: 20px solid white;
	margin: 0 0 0 -30px;
	}

/* special links */






/* twitter stuff */

#twitter_update_list {
	margin: 30px 0;
	padding: 0;
	}
	
#twitter_update_list li {
	list-style-type: none;
	margin: 10px 30px;
	padding: 10px;
	background-color: #808080;
	}
