@charset "UTF-8";

/*

Theme Name: Space Off Theme
Theme URI: http://www.tiltdesignstudio.com
Description: Designed for Space Off Music. Brought to you by <a href="http://www.tiltdesignstudio.com/">Tilt Design Studio</a>.
Version: 1.0
Tags: fixed width, two columns, widget ready, widgets, right sidebar, simple, black, grundge, valid CSS, valid XHTML
Author: Marijoy Majometano
Author URI: http://www.tiltdesignstudio.com/

*/

* {
	margin: 0;
	padding: 0;
}

body, td {
	color: #ffffff;
	background-color: #000000;
	font: 13px/22px Georgia, "Times New Roman", Times, serif;
}

/* ------------------------------------------ */
/* ----------------------------------Struktur */
/* ------------------------------------------ */

.wrap {
	position: relative;
	margin: 0px auto;
	width: 750px;
}

.header {
	margin-top: 0;
	width: 750px;
	height: 586px;
	z-index: -100;
}

.navi {
	position: absolute;
	top: 400px;
	width: 750px;
	height: 40px;
}

.content {
	width: 750px;
	z-index: 50;
	clear: both;
	position: absolute;
	top: 480px;
}

.left {
	width: 475px;
	float: left;
	margin-bottom: 20px;
	padding: 5px 20px 5px 5px;
}

.left p {
	text-align: justify;
	margin-bottom: 20px;
}

.footer {
	width: 750px;	
	clear: both;
	margin-bottom: 20px;
	background: transparent url(img/hr.gif) repeat-x 0 0;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 20px;
	float: none;
}	

div#sidebar {
	margin-top: -20px;
	width: 240px;
	float: right;
	margin-bottom: 20px;
	padding: 5px;
}

td.shop1 {
	width: 220px;
}



/* ------------------------------------------ */
/* --------------------------------------Typo */
/* ------------------------------------------ */

b, strong {
	font-weight: bold;
	color: #16525b;
}

i, em {
	font-weight: bold;
	padding-left: 4px;
	padding-right: 2px;
	background-image: url(img/typo_bold.gif);
	color: #ffffff;
}

u {
	text-decoration: none;
	color: #ffffff;
	border-bottom: 1px dotted #ffffff;
}


/* ------------------------------------------ */
/* -------------------------------------Links */
/* ------------------------------------------ */

a:link, a:visited {
	color: #16525b;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #16525b;
}

a:hover, a:active, a:focus {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px dotted #ffffff;
}

a[rel] {
	border-bottom: 1px solid transparent;
}

a.shoplink {
	color: #ffffff;
	text-decoration: none;
	border-bottom: none;
}

/* ------------------------------------------ */
/* -------------------------Lightbox + images */
/* ------------------------------------------ */

a img {
	border: none;
}

img.attachment {
	padding: 5px;
}

/* ------------------------------------------ */
/* --------------------------------Navigation */
/* ------------------------------------------ */

a img#bio, a img#news, a img#media, a img#shop, a img#contact, a img#links, a img#links2, a img#news2, a img#footer  {
	border: none;
	text-decoration: none;
	border-bottom: none;
}

#lightbox a {
	border:none;
}

a#navi {
	border-bottom: none;
}

/* ------------------------------------------ */
/* ---------------------------------Formulare */
/* ------------------------------------------ */

input[type=text] {
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 220px; 
	height: 23px; 
	background: url(img/bg_input.gif) no-repeat; 
	border: none;
	padding: 5px 15px;
}

input[type=submit], input[type=reset] {
	color: #16525b;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: none;	
	background-color: #000000;
	padding: 5px 15px;
	float: right;
	text-transform: lowercase;
	font-weight: bold;
}

input.contactform, textarea.contactformmsg {
	background-image: none;
	background-color: #000000;
	border: 1px solid #16525b;
	color: #ffffff;
	font: 12px/22px Georgia, "Times New Roman", Times, serif;
	padding: 1px;
}

