/*
	Vass Promotions Theme
*/

/* HTML DOM */
a, a:visited {
  text-decoration: none;
   color: #ffffff; 
}

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

body {
  background-color: #141414;
  font-family: arial, tahoma, verdana;
  font-size: 8pt;
  color: #ffffff;
  margin: 0;
  padding: 0;
  text-align: center;
}

form dt {
	width: 120px;
	clear: both;
	float: left;
	text-align: right;
	margin: 10px;
}

form dd {
	width: 300px;
	float: left;
	margin: 5px;
	text-align: right;
}

form input {
	width: 280px;
	border: none;
}

form #subject-label, form #body-label {
	width: 440px;
	text-align: left;
	margin:10px 10px 0 10px;
}

form #body {
	width: 440px;
	height: 150px;
} 

form #subject {
	width: 440px;
}

form #submit {
	width: auto;
	text-align: center;
}

h1 {
	margin: 0; 
	padding: 10px;
}

p { 
	text-align: left;
	margin-left: 10px;
}

span {
  padding: 0 20px 0 20px;
}

/* Element ID's */
#clear {
  clear: both;
}

#container_body {
  background-color: #000000;
  text-align: center;
  padding: 0 0 5px 0;
}

#container_footer {
  background-image: url(images/footer_bg.jpg);
  background-position: top left; 
  background-repeat: repeat-x;
  height: 60px;
  margin: 0;
  padding: 10px 60px 10px 60px;  
}

#container_header {
  height: 50px;
  background: none;
  background-color: #000000;
}

#logo_vass {
	width: 147px;
	height: 60px;
	display: block;
	background-image: url(images/vass_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;	
	float: left;
}

#logo_full_noise_festival {
	width: 124px;
	height: 60px;
	display: block;
	background-image: url(images/full_noise_festival_logo.png);
	background-position: top left;
	background-repeat: no-repeat;
	border: none;
	text-decoration: none;	
	float: right;
}

#panel_contact_form {
	width: 450px;
	min-height: 430px;
	margin: 0 auto;
	padding: 10px;
 	background-image: url(images/footer_bg.jpg);
 	background-position: top left; 
	background-repeat: repeat-x;
	background-color: #141414;
}

/* stupid IE 6 hack */
* html #panel_contact_form { 
	height: 430px;
}

#panel_contact_form_footer {
	clear: both;
	margin: 0 auto;
	height: 70px;
	background-color: #000000;
}

#panel_contact_form h1 {
	text-align: right;
}

#panel_splash {
  background-image: url(images/splash.jpg);
  background-position: top left;
  background-repeat: none;
  background-color: #000000;
  height: 500px;
  width: 740px;
  margin: 0 auto;
  padding: 0;
}

#text_strong {
  font-size: 9pt;
  font-weight: bold;
}

/* Classes */
.errors {
	color: #ff0000;
}

.strong {
	font-weight: bold;
}

