/*
davidbjerre.dk
Design version1
Start: 2006/10/01
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: center;
	background-color: black;
	}

h1 {
	font-size: 130%;
	font-weight: bold;
	border-bottom: 1px solid #FF9933;
	}

h2 {
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
	border-bottom: 1px solid #FF9933;
	}

h3	{
	font-size: 120%;
	font-weight: bold;
	margin-top: 25px;
	text-transform: lowercase;
	}

h4	{
	font-size: 100%;
	font-weight: bold;
	margin-top: 25px;
	padding: 0 30px;
	}

ul, dl {
	margin: 20px 30px;
	}

dt {
	font-weight: bold;
	}

a:link { 
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	}

a:visited { 
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	}

a:hover { 
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
	}

#wrapper {
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	}

#footer {
	color: #333333;
	text-align: right;
	border-right: 10px solid black;
	border-bottom: 10px solid black;
	margin-top: -10px;
	}

/* menu stuff */

#menu {
	color: white;
	width: 120px;
	height: 500px;
	float: left;
	background: black url(/design/db-side.jpg);
	background-repeat: no-repeat;
	border-top: 10px solid black;
	text-align: right;
	}

#menu p {
	font-size: 160%;
	font-weight: bold;
	margin: 20px 25px 20px 0;
	}

#menu a:link { 
	color: white;
	text-decoration: none;
	}

#menu a:visited { 
	color: white;
	text-decoration: none;
	}

#menu a:hover { 
	color: white;
	text-decoration: underline;
	}

/* main stuff */

#main {
	color: white;
	background-color: #333333;
	margin-left: 120px;
	width: auto;
	min-height: 500px;
	border: 10px solid black;
	padding: 10px;
	}

#main p {
	padding: 0 30px;
	}

#main img {
	padding: 5px;
	border: 1px solid #FF9933;
	}

#main p.highlighttxt {
	color: black;
	background-color: #CCCCCC;
	margin: 10px 30px;
	padding: 0px;
	border: 10px solid #CCCCCC;
	}

/* pages stuff */

.theform {
	color: black;
	background-color: #CCCCCC;
	margin: 10px 30px;
	padding: 0px;
	border: 10px solid #CCCCCC;
	}

.reviewlist {
	list-style-type: none;
	}

/* site stuff */

.credit	{
	font-size: 110%;
	font-weight: bold;
	text-align: right;
	}

.centerbox {
	text-align: center;
	}

/* special links */

h3 a:link, h4 a:link { 
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

h3 a:visited, h4 a:visited { 
	color: white;
	text-decoration: none;
	font-weight: bold;
	}

h3 a:hover, h4 a:hover { 
	color: white;
	text-decoration: underline;
	font-weight: bold;
	}

.visitlink {
	text-align: right;
	padding: 0 30px;
	}

.visitlink a:link { 
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	}

.visitlink a:visited { 
	color: #FF9933;
	text-decoration: none;
	font-weight: bold;
	}

.visitlink a:hover { 
	color: #FF9933;
	text-decoration: underline;
	font-weight: bold;
	}
	
/* 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;
	}
