/* =amneobot.com
-----------------------------------------------------------------------------
version:			1.2
author:				kai gradert
author email:		kai.gradert_at_masutra_dot_net
author website:		http://www.masutra.net
-----------------------------------------------------------------------------*/


/* =Color Index
-----------------------------------------------------------------------------

Background		#fff		White
Body			#c53f97		Pink

-----------------------------------------------------------------------------*/


/* =Typography
-----------------------------------------------------------------------------*/

body {
background-color:#fff;
color:#942f71;
font-family:"Courier New", Courier, monospace;
font-size:62.5%;		/* Base of 10 */
line-height:1.2;
margin:3em;
}


/* =General
-----------------------------------------------------------------------------*/

.clear {
clear:both;
}

.floatRight {
float:right;
}

.floatLeft {
float:left;
}

.video {
margin-top:1.0em;
}


/* =Headings & Margins
-----------------------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
blockquote,
form,
fieldset,
table,
ul {
margin:1em 0;
}

h1 {
font-size:3.2em;			/* 32px */
}

h2 {
font-size:2.4em;			/* 24px */
}

h3 {
font-size:2.0em;			/* 20px */
}

h4 {
font-size:1.6em;			/* 16px */
}

h5 {
font-size:1.2em;			/* 12px */
}

h6 {
font-size:1.2em;			/* 12px */
}


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

a:link,
a:visited,
a:active {
color:#942f71;
text-decoration:none;
padding:2px;
}

a:hover {
background-color:#91e2f2;
color:#1b67b3;
text-decoration:none;
cursor:pointer;
}


/* =Playlist
-----------------------------------------------------------------------------*/

ul#playlist {
margin:2em 0 2em 1em;
padding:0;
list-style:none;
}

ul#playlist li {
font-size:1.8em;
text-transform:lowercase;
padding:1px;
}


/* =Playlist
-----------------------------------------------------------------------------*/

#footer {
font-size:1.2em;
}

#footer em {
color:#b8d957;
}

#footer a:link,
#footer a:visited,
#footer a:active {
text-decoration:underline;
}

#footer a:hover {
background:none;
color:#f27a24;
text-decoration:underline;
cursor:pointer;
}