@CHARSET "ISO-8859-1";
html,
body {
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url("../img/klekse.jpg");
	background-repeat: no-repeat;
	background-position: center -240px;

	font-family: Verdana, "Trebuchet MS", Arial, sans-serif;
	font-size: 13px;
	color: #666666;
	line-height: 140%;
}

p {margin: 0; padding: 0; line-height: 120%}

/*
 * DIVs
 */
div.divContainer {
	width: 90%;
	margin: 60px auto 0px auto;
	text-align: center;
	background-image: url("../img/coming-to-you.png");
	background-repeat: no-repeat;
	background-position: 80% 100%;
}

div.blogTeaserBox {
	width: 140px;
	height: 90px;
	overflow-y: auto;
}

/*
 * DISPLAYING BLOG/LYRICS
 */
div.blogHead,
div.lyricsHead
{
	font-size: 12px;
	font-weight: bold;
	color: #cb2260;	
	background: #fbe3ec;
	background-image: url("../img/lazer-small-blog-header.png");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	
	padding: 2px 6px 2px 6px;
	border: 1px #cb2260 solid;
	line-height: 13px;
}

div.blogHeaders-even {
	background: #f1e1f2;
	line-height: 13px;
	text-align: left;
	padding: 1px 3px 1px 3px;
	border-bottom: 1px #fcfcfc solid;
}

div.blogHeaders-odd {
	background: #e7cae8;
	line-height: 13px;
	text-align: left;
	padding: 1px 3px 1px 3px;
	border-bottom: 1px #fcfcfc solid;
}


/* LYRICS RELATED */
div.lyricsHead {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	color: #cb2260;
	
	height: 32px;
	line-height: 32px;
	vertical-align: middle;
}

div.blogText {
	padding: 2px 6px 2px 6px;
	margin: 12px 0 12px 0;	
}

/*
 * floating div
 */
div.floatMe {
	background: url("../img/lazer-float-top.png");
	position: absolute;
	top: 16px;
	left: 76%;
	width: 180px;
	height: 60px;
}


/*
 * SPANS
 */
span.blogTime {
	font-size: 9px;
	font-weight: normal;
	color: #cb2260;
}

td.blogTableHead {
	background: #9f49a6;
	color: white;
	font-weight: bold;
	font-size: 11px;
	padding: 1px 3px 1px 3px;
}


a.blogHeaders-even,
a.blogHeaders-odd
{
	font-size: 12px;
	font-weight: bold; 
	color: #cb2260;
}

a.blogHeaders-even:hover,
a.blogHeaders-odd:hover
{
	color: #000000;
}


/*
 * TABLES
 */
table, td {
	padding: 0;
	margin: 0;
	border: 0;
	border-collapse: collapse;
}

/* the table containing the site itself */
table.tblSiteContainer {
	width: 96%;
	margin: 30px auto 0px auto;
	border-collapse: collapse;
}

/*
 * TDs
 */

td {
	vertical-align: top;
}

td.news {
	font-size: 12px;
	color: #555555;
	line-height: 130%;
}
	
/* Td containing the site image */
td.tdSiteImg {
	height: 60px;
	width: 50%;
	vertical-align: bottom;
}

/* Td containing the "team-terrible" image (top-right) */
td.tdTeamTerrible {
	width: 50%;
	text-align: right;
	/* border-bottom: 1px #000000 solid; */
}

/* td for "introducing team terrible ..." */
td.tdTopBlackBar {
	height: 8px;
	text-align: right;
}

/* menu-td */
td.tdMenu {
	width: 180px;
}

/* content-td */
td.tdContent {
	padding: 0px 16px 0px 50px;
	margin: 0px auto 0px auto;
}

/* content-td */
td.tdRightBar {
	padding-top: 40px;
	width: 140px;
}

/* menu item-tds */
td.tdMenuItem {
	height: 24px;
	text-align: center;
	padding-right: 10px;
}
td.tdMailButton {
	width: 120px;
}

td.tdScrollText {
	vertical-align: middle;
}

/* Biography - tds */
td.bioLeftContent {
	background-image: url("../img/bio-dove.png");
	background-repeat: no-repeat;
	background-position: 0% 20%;
}

td.tdBioLegend {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	padding: 0 5px 0 5px;
	color: #000000;
}

td.tdBioData {
	padding-bottom: 12px;
}

td.bioRightContent {
	padding-right: 20px;
}

/*
 * TDs used in dates-section
 */
td.tdDateImage {
	width: 185px;
	vertical-align: top;
}

td.tdDateText,
td.tdDateTextRed
{
	vertical-align: top;
	font-family: "Trebuchet MS", Verdana, Heveltica, sans-serif;
	color: #cb2260;
	font-size: 12px;
	font-weight: bolder;
}

td.tdDateText {
	color: #888888;
}

td.tdLinkTile {
	text-align: center;
	vertical-align: top;
	padding-bottom: 40px;
}
/*
 * DIVs
 */

/* background-border for menu */
div.menuBorder {
	height: 300px;
	padding-top: 80px;
	background-image: url("../img/menu-border.png");
	background-repeat: no-repeat;
}

div.scrollText {
	height: 18px;
	line-height: 18px;
	width: 80%;
	margin: 0 auto 0 auto;
	padding: 0 12px 0 12px;
	background-color: #9f49a6;
	overflow: hidden;

	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
}

div.contacts {
	text-align: center;
	font-size: 10px;
}


/*
 * SPANS
 */
span.spanHead {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #39323d;
}

/*
 * ANCHORS
 */
a {
	color: #5e2643;
	text-decoration: underline;
}

a:hover {
	color: #ba304b;
	cursor: pointer;
}

a.contact {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.contact:hover {
	color: #ba304b;
}

a.red {
	font-weight: bold;
  color: #cb2260;
  text-decoration: none;
}

a.red:hover {
	color: #000000;
}


/*
 * IMAGES
 */
img {
	border: none;
}


/*
 * H-styles
 */
h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Arial, Helvetica, Verdana, sans-serif;
	font-size: 24px;
	color: #000000;
}

h2 { font-size: 18px; }
h3 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
h4 { font-size: 12px; }

/*
 * TEXT formate
 */
.headerRed {
	font-family: "Trebuchet MS", Verdana, Heveltica, sans-serif;
	color: #cb2260;
	font-size: 12px;
	font-weight:bolder;
}

.redBold,
.redBullet 
{
	font-family: "Trebuchet MS", Verdana, Heveltica, sans-serif;
	color: #cb2260;
	font-weight: bolder;
}

.redBullet {
	font-size: 13px;
	font-weight: bold;
	padding: 0 8px 0 8px;
}

/*
 * IMAGE FORMATE
 */
.imgDateMini {
 padding: 0 6px 6px 0; 
}

/*
 * DIMENSIONS
 */

.fullWidth {
	width: 100%;
}

hr {
	border: 0;
	width: 90%;
	height: 1px;
	margin: 14px auto 14px 0;
	color: #ad467d;
	background-color: #ad467d;
}
