@charset "utf-8";

@import url(../fonts/Typo3/stylesheet.css);
@import url(../fonts/delicious/stylesheet.css);
@import url(../fonts/calluna/stylesheet.css);
@import url(../fonts/scriptina/stylesheet.css);
@import url(../fonts/zoi/stylesheet.css);
@import url(../fonts/Bebas/stylesheet.css);

.Typo3Medium {font-weight: normal; font-style: normal;line-height:normal; font-family: 'Typo3Medium', sans-serif;}
.Typo3Normal {font-weight: normal; font-style: normal;line-height:normal; font-family: 'typo3Normal', sans-serif;}
.CallunaRegular {font-weight: normal; font-style: normal;line-height:normal; font-family: 'Calluna', sans-serif;}
.DeliciousRoman {font-weight: normal; font-style: normal;line-height:normal; font-family: 'DeliciousRoman', sans-serif;}

.Scriptina {font-weight: normal; font-style: normal;line-height:normal; font-family: 'Scriptina', sans-serif;}
.zoi {font-weight: normal; font-style: normal; line-height:normal; font-family: 'zoiRegular', sans-serif;}
.bebas {font-weight: normal; font-style: normal; line-height:normal; font-family: 'Bebas', sans-serif;}

body {
	padding: 0;
	margin: 0 1em;
	/*background: url('../../asset/background/texture-paper.jpg') center top;*/
	background:  none #111 fixed center center no-repeat;
}

#main {
	margin: 0;
	width:100%;
	text-align:center;
}

#container {
	margin: 0 auto;
	/*font-size: 5em;*/
	font-size: 280%;
	text-align:center;
	/*background:#060;
	height:200px;*/
}
#header {
	font-size: 3em;
	line-height: 1em;
	margin: 0 100px 0 76px;
	float:left;
}
.listcontainer {
	line-height: 1em;
	margin: 0;	
	padding: 1.064em 80px;
	float:left;
	/*background: #000;
	font-family: 'DeliciousRoman', sans-serif;
	line-height: 100px;
	background:#060;*/
}

.listcontainer-item {
	/* item-specific */
	/* juery dynamically changees bg color */
	opacity: .8;
}
.listcontainer-header {
	/*background: #eee;*/
	cursor:default;
	color:#222;
}
a:hover {
	color:#777;
}