
@font-face { font-family: "font"; src: url("screengem.ttf"); }
@font-face { font-family: "suckyfont"; src: url("screengem.eot"); }


body, html
{
background: #999;
height: 100%;
width: 100%;
padding: 0px;
margin: 0px;
font-family: "font", "suckyfont";
text-align: center;
z-index: 0;
}

p {text-indent: 2em; text-align: justify;}
b {font-weight: bold; font-size: 120%;}
i {}
hr {width: 75%; text-align: center}

h1 {}
h2 {}
h3 { display: inline; }

a { color: #2361a1; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #000; }
a:visited: {color: #2361a1}

.dark a { color: #fff; text-decoration: none; text-shadow: #f00 0em 0em 1em; /*color, x, y, blur*/}
.dark a:hover { color: #888; text-shadow: #00f 0em 0em .5em; /*color, x, y, blur*/ }
.dark a:visited { color: #fff}

img { border: none; }

img#aboutpic { width: 100%; }

iframe { border: none; }
table { border: none; font-size: 100%; }
td { text-align: center; vertical-align:text-top; }

div#gnotes { background: url('img/guitarnotes.png') repeat-x 160px 10px; width: 100%; height: 100%; }

div#main
{
	position: relative;
	width: 1000px;
	height: 100%;
	padding: 0px;
	margin-left:auto;
	margin-right:auto;
	z-index: 1;
}

div#loback
{
	background: #000;
	position: absolute;
	top: -10px;
	width: 1000px;
	height: 210px;
	padding: 0px;
	margin: 0px;
	opacity: .8;
}

.ie div#loback { display: none; }

div#logo
{
	color: #fff;
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 1000px;
	height: 200px;
	padding: 0px;
	margin: 0px;
}

div#side
{
	background: #000;
	color: #fff;
	position: absolute;
	top: 200px;
	left: 0px;
	width: 300px;
	padding: 10px;
	text-align: left;
	font-size: 80%;
	opacity: .8;
}

.ie div#side { background: transparent; }

div#songlist
{
	height: 85px;
	overflow: auto;
}

#flashplayer { display: none; }

#song
{
	position: absolute;
	bottom: 10px;
	left: 10px;
}

div#showpanel
{
	display: none;
	position: absolute;
	top: 200px;
	left: 0px;
	margin-left: 0px;
	z-index: 99;
	opacity: .8;
}

div#hidepanel
{
	display: block;
	position: absolute;
	top: 0px;
	left: 320px;
	z-index: 100;
}

div#content
{
	background: #999;
	position: absolute;
	top: 200px;
	bottom: 0px;
	right: 0px;
	width: 660px;
	padding: 0px;
	margin: 0px;
	text-align: justify;
}

.ie div#content { height: 460px; width: 670px; }

.border
{
	border: 2px solid #000;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-border-radius: 3px;
	-moz-box-shadow: 0 0 4px #000;
	-webkit-box-shadow: 0 0 4px #000;
	box-shadow: 0 0 4px #000;
}

.bio
{
	background: #ccc;
	width: 90%;
	top: 0px;
	padding: 15px;
	margin: 5px;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	font-size: 80%;
}

.video
{
	width: 480px; /*480*/
	height: 385px; /*385*/
	margin: 20px;
}

.selfvid
{
	display: block;
	background: #000 url('');
	width: 480px; /*480*/
	height: 385px; /*385*/
	margin: 20px;
	line-height: 385px;
}

.half {width: 85%;}
.propic {height: 250px; display:block; }
.spropic {height: 200px; display: block; }
.ralign {float: right; text-align: right; margin: 0 20 0 20; }
.lalign {float: left; text-align: left; margin: 0 20 0 20; }
.centered {text-align: center; margin-left: auto; margin-right: auto;}
.smalltext {font-size: 50%; vertical-align:30%;}
.pic {border: 1px solid #000; margin: 10px;}
.barred {background: #000; width: 100%; height: 100%; }

