@CHARSET "ISO-8859-1";

body
{
	font-family: "Atomic Age";
}

.circle
{
    width: 50px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    
}

.typeBox
{
	width: 175px;
	height: 200px;
	border-style:  outset;
	border-width: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    
    display: inline-block;
	
}

#limits
{
	font-family: "Montserrat Alternates";
	font-size: x-small;
}

#topCircBig
{
	width: 600px;
    height: 600px;
    -webkit-border-radius: 300px;
    -moz-border-radius: 300px;
    border-radius: 300px;
    
    position: absolute;
    top: -300px;
    left: -300px;
    z-index: -10;
}

#topCircSmall
{
	width: 300px;
    height: 300px;
    -webkit-border-radius: 150px;
    -moz-border-radius: 150px;
    border-radius: 150px;
    
    position: absolute;
    top: -25px;
    left: 10px;
    z-index: -10;
}

#H_AudioObj
{
	display: none;
}

#H_VideoObj
{
	/*border-width: 10px;*/
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#logo
{
	position: relative;
	top: -10px;
	left: -5px;
	z-index: -1;
}

#Description
{
	font-family: "Montserrat Alternates";
	font-size: small;
}

#files
{
	display: none;
}

#songtag
{
	border-width: 5px;
	border-style: outset;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 5px;
    width: 250px;
    font-family: "Montserrat Alternates";
    cursor: pointer;
}

.imgGap
{ cursor: pointer;}

#BigPic
{
	max-height: 680px;
	max-width: 100%;
}
