@charset "UTF-8";

html {
	margin: 0;
	padding: 0;
	background-color: #000;
	scrollbar-base-color: #36c;
	scrollbar-3d-light-color: #f5f7fa;
	scrollbar-arrow-color: #f5f7fa;
	scrollbar-darkshadow-color: #000;
	scrollbar-face-color: #99b2e5;
	scrollbar-highlight-color: #f5f7fa;
	scrollbar-shadow-color: #660000;
	scrollbar-track-color: #99b2e5;
}

body {
	background-color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-align: justify;
	color: #f5f7fa;
}

img { border: none; border: 0; font-size: 60%; }
a img { border: none; border: 0; }
p img { padding: 0; max-width: 100%; }

div.left img { padding: 2px 8px 0 0; }
div.right img { padding: 2px 0 0 8px; }

.center { text-align: center; }
.left { float: left; }
.right { float: right; }
.clearfloat { clear: both; }

table, fieldset { border: none; }

#container {
	position: absolute;
	width: 970px;
	height: 770px;
	margin: 12px 0 0 12px;
	border: 4px inset #36c;
}
#container_fl {
	position: absolute;
	width: 970px;
	height: 720px;
	margin: 12px 0 0 12px;
	border: 4px inset #36c;
}

/* Main Areas */
#mainContent {
	position: absolute;
	width: 700px;
	height: 480px;
	left: inherit;
	top: 160px;
	overflow: auto;
	padding: 10px;
	text-align: justify;
	border-bottom: 1px dotted #dcdcdc;
}
#footlessContent {
	position: absolute;
	width: 700px;
	height: 515px;
	left: inherit;
	top: 170px;
	overflow: visible;
	padding: 10px;
	text-align: justify;
}
#loopContent {
	position: absolute;
	width: 700px;
	height: 480px;
	left: inherit;
	top: 160px;
	overflow: auto;
	padding: 10px;
	border-bottom: 1px dotted #dcdcdc;
	background: repeat url(http://media.vocaljazz.net/images/whatistjazz.jpg);
}
#mp3Content {
	position: absolute;
	width: 700px;
	height: 480px;
	left: inherit;
	top: 160px;
	overflow: auto;
	padding: 10px;
	border-bottom: 1px dotted #dcdcdc;
	background: repeat url(http://media.vocaljazz.net/images/3shadows_backgrnd.jpg);
}
#auraContent {
	background-color: #033;
	border: 1px solid #6ff;
	vertical-align: top;
	text-align: left;
}
.auraContent {
	margin: auto 12px auto 150px;
}
#shopContent {
	position: absolute;
	width: 700px;
	height: 500px;
	left: inherit;
	top: 160px;
	overflow: visible;
	padding: 10px;
	text-align: left;
}
#shopContent iframe {
	height: 100%;
	width: 700px;
	border-top: none;
	border-left: none;
	border-right: none;
}
#fullContent {
	position: absolute;
	width: 870px;
	height: 480px;
	left: inherit;
	top: 160px;
	overflow: auto;
	padding: 10px;
	text-align: left;
	border-bottom: 1px dotted #dcdcdc;
}
#sidebar {
	z-index: 2;
	position: absolute;
	width: 200px;
	left: 720px;
	top: 15px;
	overflow: visible;
	visibility: visible;
	padding: 0 25px 0 15px;
	text-align: right;
	vertical-align: top;
}
#footer {
	position: inherit;
	width: 950px;
	height: 91px;
	left: inherit;
	margin-top: 530px;
	overflow: visible;
	visibility: visible;
	padding: 20px 10px 0 8px;
}
#footerMrick {
	position: inherit;
	width: 950px;
	height: 91px;
	left: inherit;
	margin-top: 530px;
	padding: 5px 5px 0 5px;
}
#footerBack {
	position: inherit;
	width: 930px;
	height: 91px;
	left: inherit;
	margin: 550px 0 0 10px;
	padding: 0;
	text-align: left;
	vertical-align: bottom;
	background: url(http://media.vocaljazz.net/images/3dscreensaver2.jpg) no-repeat;
}
#bottomline {
	position: relative;
	width: 988px;
	height: 30px;
	left: inherit;
	top: 775px;
	overflow: visible;
	visibility: visible;
	padding-left: 12px;
	color: #99b2e5;
}
#bottomline_fl {
	position: relative;
	width: 988px;
	height: 30px;
	left: inherit;
	top: 730px;
	overflow: visible;
	visibility: visible;
	padding-left: 14px;
	color: #99b2e5;
}
#addedside {
	z-index: 2;
	position: absolute;
	width: 1020px;
	height: 18px;
	top: 2px;
	left: 18px;
	overflow: hidden;
	font-size: 8px;
	font-style: italic;
	text-align: left;
	color: #99b2e5;
}
#addedbottom {
	z-index: 2;
	width: 940px;
	height: 100px;
	left: inherit;
	margin: 850px 0 0 20px;
	overflow: hidden;
	visibility: visible;
	color: #f00;
}

/* Special Areas */ 
#automathias {
	z-index: 2; /* JS popUp */
	position: absolute;
	width: 580px;
	height: 581px;
	margin: 0px;
	padding: 0px;
}
#mp3player {
	z-index: 2; /* JS popUp */
	position: absolute;
	width: 300px;
	height: 410px;
	margin: 0px;
	padding: 10px;
	text-align: center;
}
.right400 {
	float: right;
	width: 400px;
	text-align: left; 
}
div.rightStory, div.leftStory {
	text-align: justify;
	vertical-align: middle;
}
.greenBorder {
	text-align: center;
	border: 1px solid #6ff;
}
.greenBorderTxtField {
	height: 100%;
	width: 375px;
	color: #fff;
	text-align: left;
}
.greenBorderBox {
	float: right;
	width: 200px;
	height: 70px;
	padding-top: 5px;
	font-family: Forte, Verdana;
	font-size: 20px;
	font-style: italic;
	color: #f5f7fa;
	text-align: center;
	vertical-align: middle;
	line-height: 65px;
	border: 1px solid #6ff;
}
.greenBorderBox a {
	color: #f5f7fa;
}
.blueBack {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	line-height: 105px;
	background: no-repeat right url(http://media.vocaljazz.net/images/Zeitmaschine.jpg);
}
.footerBg {
	text-align: center;
	vertical-align: middle;
	line-height: 89px;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
}
.footerLeft {
	float: left;
	width: 720px;
	height: 70px;
	text-align: left;
}
.footerLeft500 {
	float: left;
	width: 500px;
	height: 70px;
	text-align: left;
}
.footerCenter {
	width: 200px;
	height: 70px;
	border: 0;
	font-size: 10px;
	font-style: italic;
	text-align: center;
	vertical-align: middle;
	color: #f5f7fa;
}
.whiteBack {
	background-color: #fff;
	border-color: #fff;
}

/* header stuff */
#header {
	position: relative;
	width: 730px;
	height: 120px;
	overflow: visible;
	padding-top: 8px;
	margin: 0;
	text-align: left;
	border-bottom: 1px solid #36c;
}
#lettering {
	float: left;
	padding: 2px 0 0 12px;	
}
#sitename h1, #sitename a, #sitename a:hover {
	padding: 12px 0 0 73px;
	margin: 0;
	line-height: 36px;
	font-size: 28px;
	font-weight: normal;
	color: #dcdcdc;
	text-decoration: none;
}
#tagline h2 {
	padding: 0 0 20px 295px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	font-style: italic;
	color: #dcdcdc;
}
#tagline a {	
	color: #dcdcdc;
	text-decoration: overline;
}
#tagline a:hover {
	color: #36c;
	text-decoration: none;
}
#navline {
	float: left;
	height: 31px;
	width: 730px;
	visibility: visible;
	color: #f5f7fa;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	border-top: 1px solid #36c;
}
#navline a {
	padding: 4px 10px 4px 10px;
	margin: 0;
	color: #f5f7fa;
	text-decoration: none;
	border-right: 1px solid #36c;
}
#navline a:hover {
	color: #000;
	background: #36c;
}
#jumpinNotes {
	padding-left: 22px;
	width: 170px;
	height: 170px;
	text-align: center;
	vertical-align: middle;
}

/* Default Fonts */
h1 {
	padding: 0 0 8px;
	margin: 0;
	text-decoration: none;
}
h1, .header1 /* sidebar menu */ {
    font-size: 17px;
	line-height: 36px;
	color: #f5f7fa;
}
h2, h3.topic {
	padding: 0 0 8px;
	margin: 0;
	font-size: 18px;
	line-height: 30px;
	font-style: italic;
	color: #dcdcdc;
}
h3 {
	font-size: 14px;
	line-height: 30px;
	color: #f5f7fa;
}
h4 {
	font-size: 16px;
	line-height: 30px;
	color: #ce000c;
}
h5 {
	font-size: 14px;
	font-weight: bold;
	color: #36c;
}
h6 {
	font-size: 14px;
	font-weight: bold;
	color: #ce000c;
}

a:link {	
	color: #f5f7fa;
	text-decoration: none
}
a:visited {
	color: #999;
	text-decoration: none;
}
a:active {
	color: #999;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #36c;
}

ul, ol {	
	font-family: Verdana, Helvetica, Arial, sans-serif;		
	font-size: 12px;	
	list-style-type: square;	
	list-style-position: outside;
}

/* Special Fonts */
.DataColor {
	color: #dcdcdc;
}
.textarea {
	font-weight: normal;	
	font-size: 10px;
	line-height: 20px;
	font-style: italic;
}
.textareaMint {
	font-weight: normal;	
	font-size: 10px;
	line-height: 20px;
	font-style: italic;
	color: #9ff;
}
.textonwhite {
    background-color: #fff;
	font-weight: normal;	
	font-size: 10px;
	color: #000;
}
.MintHead {
	font-size: 14px;
	font-weight: bold;
	color: #9ff;
}
.RedHead {
	font-size: 14px;
	font-weight: bold;
	color: #ce000c;
}
.BlueHead {
	font-size: 14px;
	font-weight: bold;
	color: #36c;
}
.Bluetext {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #36c;
}
.Redtext {
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ce000c;
}
.ImageTitleColor {
	font-weight: normal;	
	font-size: 10px;
	text-align: center;
	line-height: 20px;
	color: #fff;
}
.jazz {
	font-family:Forte, Verdana;
	font-size: 52px;
	font-weight: bold;
	font-style: italic;
	padding-left: 20px;
	padding-right: 40px;
	line-height: 60px;
	color: #ecfafd;
}
.loops {
	font-family: Forte, Verdana;
	font-size: 27px;
	font-style: italic;
	color: #ce000c;
}

/* for Twitter */
#followme_pos {
	float: right;
	width: 120px;
	height: 16px;
	margin-top: 15px;
	border: 1px inset #36c;
}
.followme_txt {
	height: 26px;
	text-align: left;
	vertical-align: middle;
	background: url(http://media.vocaljazz.net/images/twitter-birdie.png) right center no-repeat;
}

/* for Sitemap */
.pager {
	color: #eee;
	font: normal 12px Verdana;
	padding: 3px;
	border: #ccc 1px dotted;
}
.lhead {
	color: #eee;
	font: bold 14px Verdana;
	text-transform: uppercase;
	padding: 3px;
	border-top: #aaa 3px solid;
	border-bottom: #aaa 1px dotted;	
}
.lpart {
	color: #f0f0f0;
	padding-bottom: 25px; 
	border-left: #ccc 1px dotted;
}
.lpage {
	font: normal 12px Verdana;
}
.lcount {
	color: #fff;
	font: bold 12px Verdana;
	padding: 2px;
	margin: 2px;
}
a.aemphasis{
	color: #009;
	font-weight: bold;
}

table.main { width: 650px; }
tr { vertical-align: top; }