/* Stylesheets for boxdoodle.com */
/* by David Hofmann 2010 */
/* The boxdoodle project */
/* We are an open art project */
/* this is a project by David Hofmann */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
}


a {
	text-decoration: none;
	color:#ffffff;
	background-color: #a3084b;
	padding-left: 4px;
	padding-right: 4px;
}

a:hover {
	background-color: #000000;
}
.emaillink {
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	line-height: 21px;
	text-transform:uppercase; 
	text-decoration: none;
	color:#ffffff;
	background-color: #000000;
	padding-left: 4px;
	padding-right: 4px;
	padding-top:2px;
	padding-bottom: 3px;
}

.emaillink:hover {
	text-decoration: none;
	background-color: #a3084b;
}



#warning {
 margin: 30px;
 padding: 30px;
 background-color: #ffffff;
 width: 300px;
}

.logo {
	display: block;
	height: 124px;
	width: 300px;
	background-image: url(../img/layout/BD_Logo_grey.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.logo_taggline {
	display: block;
	font-family:Verdana, Arial, sans-serif;
	font-size:11px;
	text-align: center;
	line-height: 13px;
	/*Uppercase now. Values: normal, lowercase, capitalize*/
	text-transform:uppercase; 
	color: #a3084b;
	width: 300px;

}

h1, h2 {
 text-align: center;
 font-family: serif;
 font-size: 24px;
 color: #a3084b;
 width: 300px;
 }
 
 p {
 text-align: center;
 line-height: 24px;
 font-family: serif;
 font-size: 18px;
 color: #000000;
 width: 300px;
 }
