html{
	height:100%;
}

body{
	background-color: #266485;
	background-image: url("images/ocean.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	color: #111111;
	font-family: champagne__limousinesbold, Sans-Serif;
	font-size:18px;
	margin:0px;
	padding:0px;
	height:100%;
}

a		{text-decoration: none; outline:none; border-style:none; border:0px;}
a:link		{text-decoration: none; color:#2c4186; outline:none; border-style:none; border:0px;}
a:visited	{text-decoration: none; color:#2c4186; outline:none; border-style:none; border:0px;}
a:focus		{text-decoration: none; color:#2c4186; outline:none; border-style:none; border:0px;}
a:active	{text-decoration: none; color:#59180f; outline:none; border-style:none; border:0px;}
a:hover		{text-decoration: none; color:#59180f; outline:none; border-style:none; border:0px;}

ol { margin: 5px; padding: 0px; list-style: none;}
ol li { margin: 0px; padding: 0px; cursor: pointer; }
li a.song:hover {
	border-style:none; border:0px;
	background-color: rgba(225, 250, 225, 0.5);}
li.playing a.song { color: #0000cc; text-decoration: underline;}
li.playing { color: #0000cc;}
li.playing div { color: #000000;}

@font-face {
    font-family: 'champagne__limousinesbold';
    src: url('font/Champagne & Limousines Bold-webfont.eot');
    src: url('font/Champagne & Limousines Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('font/Champagne & Limousines Bold-webfont.woff2') format('woff2'),
         url('font/Champagne & Limousines Bold-webfont.woff') format('woff'),
         url('font/Champagne & Limousines Bold-webfont.ttf') format('truetype'),
         url('font/Champagne & Limousines Bold-webfont.svg#champagne__limousinesbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

div, table, tbody, tr, td, img, iframe, ol, li, span, p{
	margin: 0px;
	padding: 0px;
	border: none;
	font-size:100%;
        border-spacing: 0px;
}

p {
	text-indent: 1.5em;
}

.center{
	width:100%;
	margin: 0px auto;
	text-align:center;
}

div.header{
	width:100%;
	margin: 0px auto;
	text-align:center;
	font-size: 18px;
	font-weight: bold;
}

div#wrapper{
	position: relative;
	background-color: #b95135;
	background-color: rgba(185,70,20,.4);
	text-align: center;
	-moz-box-shadow:    0px 0px 20px 10px #222;
	-webkit-box-shadow: 0px 0px 20px 10px #222;
	box-shadow:         0px 0px 20px 10px #222;
	margin: 0px auto;
	padding-bottom: 200px;
	width: 100%;
	max-width:1000px;
	min-height:100%;
	width: expression(this.width > 1000 ? 1000: this.width);
	z-index: 0;
}

div.squish{
	padding-left:15%;
	padding-right:15%;
	text-align:center;
}

table{
	font-size:18px;
}

table#profiles{
	//table-layout: fixed;
	border-collapse: collapse;
}

table.standard td{
	padding:10px;
}

table#footer{
	position: relative;
	border-collapse: collapse;
	text-align: center;
	margin: 0px auto;
}

hr{
	color: #aa8888;
	background-color: #aa8888;
	height: 1px;
}

img#cdimg{
	!position:absolute;
	float:right;
	width:30%;
	!right:3%;
}

div.hr_wrapper{
	margin-bottom:10px;
}

div.hr{
	!width:100%;
	z-index:0;
	position:absolute;
	left:15px;
	right:15px;
	height:1px;
	background-color:#6a5555;
	border-bottom: 1px #ddd0d0 solid;
}

table#navbar{
	font-size: 18px;
	font-size: 1.7vw;
	font-weight: 700;
	table-layout: fixed;
	border-collapse: separate;
	background-color: #e6b8a7;
	text-align: center;
	width: 100%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	border: 1px #aaa solid;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

@media (min-width: 1000px) {
	table#navbar{
		font-size: 18px;
	}
}

table#navbar td{
	padding: 5px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

table#navbar td:hover{
	background-color: #ffede7;
}

table#navbar td a, td a:link, td a:hover{
	color: #2c4186;
}

body#home td.home a,
body#listen td.listen a,
body#about td.about a,
body#calendar td.calendar a,
body#presskit td.presskit a,
body#album td.album a{
	color: #000000;
}

body#home td.home,
body#listen td.listen,
body#about td.about,
body#calendar td.calendar,
body#presskit td.presskit,
body#album td.album{
	background-color: #f6c8b7;
  	cursor: default;
}

body#home td.home:hover,
body#listen td.listen:hover,
body#about td.about:hover,
body#calendar td.calendar:hover,
body#presskit td.presskit:hover,
body#album td.album:hover{
	background-color: none;
  	cursor: default;
}


span.fbbutton{
	position: relative;
	display: block;
	width:  60px;
	height: 60px;
	background-image: url("images/fb.png");
	z-index:2;
}

span.mailbutton{
	position: relative;
	display: block;
	width:  60px;
	height: 60px;
	background-image: url("images/mail.png");
	z-index:2;
}

span.fbbutton:hover {
	position: relative;
	display: block;
	width:  60px;
	height: 60px;
	background-image: url("images/fb2.png");
	z-index:2;
}

span.mailbutton:hover {
	position: relative;
	display: block;
	width:  60px;
	height: 60px;
	background-image: url("images/mail2.png");
	z-index:2;
}

.mailbutton:hover {
	background-image:url("images/mail2.gif");
	background-repeat: no-repeat;
}

img{
	border-style:none;
	border:0px;
	position: relative;
	z-index:2;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

img.profilepic{
	height:200px;
	margin-right:10px;
}

img.hidden{
	display: none;
}

img.logo{
	width: 50%;
}

img.tinylogo{
	width:25%;
}

img.fullwidth{
	width:100%;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

img.thumb{
	width:200px;
}

iframe{
	width:100%;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

ol.tracklist{
	list-style: decimal;
}

div.smalltext{
	font-size:14px;
	text-align:center;
}

div.unselectable {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    cursor: default;
}

div.unselectable:hover{
    cursor: default;
}

div#signature{
	text-align:center;
	font-size: 12px;
	margin-top:30px;
}

div.hilite{
	text-align:center;
	font-size: 20px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 1px #aaa solid;
	margin: 10px 0px 10px 0px;
}

a.navbutton{
	height:100%;
	width:100%;
	overflow: hidden;
	display: inline-block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.textframe{
	position: relative;
	text-align: left;
	padding: 15px;
	display:block;
	top: -25px;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
	max-width:900px;
	width: expression(this.width > 900 ? 900: this.width);
	background-color: #d5f8df;
	color: #111111;
	-moz-border-radius: 20px;
	border-radius: 20px;
	z-index: 1;
	-moz-box-shadow:    1px 1px 5px 1px #111;
	-webkit-box-shadow: 1px 1px 5px 1px #111;
	box-shadow:         1px 1px 5px 1px #111;
}


@media (max-width: 500px) {
	div.textframe{
		width: 80%;
	}
}

@media (max-width: 300px) {
	div.textframe{
		width: 90%;
	}
}

#animation {
	position: fixed;
	bottom: 0px;
	left:auto;
	right: auto;
	margin: 0px;
	padding: 0px;
	height:200px;
	width: 1000px;
	min-width: 300px;
	border:none;
	z-index: 0;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

canvas{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
