* {
    margin: 0;
    padding: 0;
    border: 0;
}
html, body, #bg, #bg table, #bg td {
    font-family: Helvetica;
    /*font-family: Copse, Georgia, sans-serif;*/
    height:100%;
    width:100%;
    overflow:hidden;
    position: relative;
}
#bg {
    position: fixed;
}
#image {
	width: 100%;
	height: 100%;
	position: fixed;
		}
#loading {  
    position:absolute;  
    width:300px;  
    top:0px;  
    left:50%;  
    margin-left:-150px;  
    text-align:center;  
    padding:7px 0 0 0;  
    font:bold 11px Arial, Helvetica, sans-serif;  
}  
li{
	margin-left: 1.3em;
	margin: 5px;
}
#none{
	list-style-type: none;
	
}
h1{
	font-size: 1.2em;
	font-weight: 400;
}
#color{
	color: #cecccd;
}
h2{
	font: inherit;
	overflow: hidden;
}
h3{
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-top-style: solid;
	border-left-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	letter-spacing: 3px;
	padding-left: 3px;
	margin-bottom: 5px;
	margin-top: 11px;
	line-height: 25px;
	text-transform: uppercase;
	font-size: 1em;
}
a:link{
	color: #f1f4ee;
}
a:visited{
	color: #fff8f8;
}
#header{
 	position:absolute;
	left:60px;
    z-index:90;
    overflow:auto;
}
#contheader {
    position:absolute;
    top:20px;left:40px;
    z-index:90;
    overflow:hidden;
    border-width: 3px;
    border-color: white;   
}
#title{
	font-size: 2.5em;
}
#subtitle{
	font-size: .8em;
}
#mourn {
	position:absolute;
	border: none;
	top:0px;
	right:0px;
	z-index:91;
	overflow: hidden;
}
.mournbox{
	margin: 0;
	width:204px;
	height: 205px;
	z-index: 85;
   /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/black.png');*/
}
.mournbox[class] {
  background-image:url(img/black.png);*/
}
#music{
	padding-left: 20px;
	font-size: 14px;

}
#google{
	margin-left: 54px;

}
#cont {
    position:absolute;
    border: 0px solid black;
    top:115px;
    left:40px;
    z-index:90;
    overflow:hidden;
}
.box {
    margin: 0;
    border-radius: 15px;
    width: 550px;
    padding: 15px;
    padding-bottom:20px;
    z-index: 70;
    color: white;
     /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/transblack.png');*/
}
.box[class] {
  background-image:url(img/transblack.png);*/
}
.boxheader {
    margin: 0 auto;
    z-index: 70;
    color: white;
}
#contact {
    position:absolute;
    bottom:0px;left:40px;
    z-index:90;
    overflow:auto;
}
.contactbox {
    margin: 0;
    padding: 5px;
    height: 20px;
    overflow: hidden;
    z-index: 70;
	font-size: .8em;
    color: white;
     /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/transblack.png');*/
}
.contactbox[class] {
  	background-image:url(img/transblack.png);*/
}
#lastfm {
    position:absolute;
    top:0px;right:0px;
    z-index:99;
    overflow:auto;
    border: 1px solid black;
}
.lastfmbox {
    margin: 0 auto;
    padding: 5px;
    z-index: 91;
    color: white;
     /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/transblack.png');*/
}
.lastfmbox[class] {
  background-image:url(img/transblack.png);*/
}
.lfm_song {
	font-style: italic;
}

.lfm_artist {
	font-weight: bold;
}
#posts {
    border: 1px solid black;
    position:absolute;
    top:50px;right:0px;
    z-index:90;
    overflow:auto;
    font-size: .9em;
}
.postsbox {
    margin: 0 auto;
    padding: 15px;
    padding-bottom:20px;
    z-index: 70;
    color: white;
     /* Mozilla ignores crazy MS image filters, so it will skip the following */
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='img/transblack2.png');*/
}
.postsbox[class] {
  background-image:url(img/transblack2.png);*/
}
#last{
vertical-align: middle;
padding-right: 10px;
}

#photo{
float: left;
border-color: #4a4a4a;
border-width: 1px;
border-style: solid;
margin-right: 15px;
}		

.date{
font-size: 10px;
}
.post{
padding-bottom: 2px;
font-size: 1.1em;

}

#inline_form {
		/* keep the inline form hidden initially */
		display: none;
		position: relative;
		width: 270px;	
	}
#inlinecmt {
width: 80px;
height: 15px;
vertical-align: middle;
}
.submit_butt {
vertical-align: middle; *vertical-align: text-bottom; 
padding: 2px;
cursor:pointer;
margin-left: 2px;
}
#feedback{
float: left;
}
.feedbackicon{
padding-right: 4px;
vertical-align: middle;
}
.contacticon{
padding-right: 4px;
vertical-align: middle;
}
.msg{
margin-left: 4px;
float: right;
color: yellow;
}
.contactfield{
float: left;
}
.right{
float:right;
}
.errormsg{
display: none;
color: black;
position: absolute;
left: 40px;
background-color: yellow;
bottom: 30px;
font-size: .8em;
}

