/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
@font-face { 
	font-family: Myriad Pro Light;
	src: url(/fonts/MyriadPro-Light.otf);
}
@font-face {
	font-family: Silkscreen;
	src: url(/fonts/slkscr.ttf);
}

html {
	height:100%;
	margin:0;
	padding:0;
	overflow-y:auto;
	background:#111;
	scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}
body {
	font-family: 'Open Sans', sans-serif;
	overflow-y:hidden;
}
li#logo {
	opacity:0.5;
	background:url(http://www.patrickmontag.com/images/logo.png);
	float:left;
	width:74px;
	height:36px;
	z-index:999;
	
	-webkit-transition:background .15s ease-in-out;  
    -moz-transition:background .15s ease-in-out;  
    -o-transition:background .15s ease-in-out;  
    transition:background .15s ease-in-out;
}
li#logo:hover {
	opacity:1;
	z-index:999;
}
#nav {
	min-width:600px;
	height:37px;
	display:block;
	background-color:rgba(0,0,0,.5);
	padding-left:4em;
	border-bottom:1px solid rgba(255,255,255,.5);
}
#nav ul {
	display:inline-block;
	list-style-type:none;
	float:left;
	overflow:hidden;
}
#nav li {
	display:block;
	list-style-type:none;
	float:left;
}
#nav li a {
	padding:1em 2em;
	display:inline-block;
	height:15px;
	border:none;
}
#nav li.current a:link, li.current a:visited, li.current a:active {
	/*background-image:url(../images/current.png);*/
	border-bottom:4px solid gray!important;
}
#nav li.current:hover {
	/*background-image:url(../images/current.png);*/
	border-bottom:2px solid rgba(255,255,255,.0)!important;
}
#nav a:link, #nav a:visited, #nav a:active {
	color:#AAA;
	text-decoration:none;
	min-width:30px;
}
#nav a:hover {
	color:#FFF!important;
	background:rgba(255,255,255,.25);
	box-shadow:inset 0px -100px 100px -100px rgba(0,0,0,.75);
	min-width:30px;
	height:15px;
	border:0px;
}

.row, .col {overflow: hidden;/* position: absolute; */}
.col {top: 0; bottom: 0; }
.scroll-x {overflow-x: auto; }
.scroll-y {overflow-y: auto; }

header.row {height: 250px; top: 0px; }
#container.row {top: 300px; bottom: 0px; }
#footer.row {height: 0px; bottom: 0px; }

.music-comments {
	min-width: 320px;
}
#container {
	font-size:.85em;
	width:100%;
	/* padding:0; */
	display: flex;
	gap: 20px;
	padding: 0 20px;
	box-sizing: border-box;
}
header {
	background:url(/images/neb.jpg);
	text-align:center;
	width:100%;
	border-bottom:50px solid #111;
}
header h1 {
	padding-top:2em;
	color:#fff;
	font-family: Raleway;
	font-weight:100;
	font-size:2em;
	letter-spacing:15px;
}
#container h2 {
	color:#fff;
	text-shadow:0px 1px #333;
	/* padding-left:2em; */
	letter-spacing:1px;
	font-weight:normal;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
	letter-spacing:0px;
	font-size:1em;
	/* margin-right:4em; */
}
#container h3 {
	color:#2b44c3;
	padding-top:1em;
	padding-left:2.5em;
	padding-bottom:1em;
	font-weight:normal;
	font-size:1.5em;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}
#container p {
	color:#AAA;
	line-height:2em;
	margin:0 4em 0 4em;
	padding-top:1em;
	padding-bottom:1em;
	
	-webkit-transition:color .15s ease-in-out;  
    -moz-transition:color .15s ease-in-out;  
    -o-transition:color .15s ease-in-out;  
    transition:color .15s ease-in-out;  
}
#container p:hover {
	color:#FFF;
}
.end {
	margin:0 4em 0 4em;
}
p.serif {
	font-family:georgia;
	margin:1em 2em;
	color:#AAA;
	line-height:4em;
	font-style:italic;
}
#container a:link, #container a:visited, #container a:active {
	color:#6c9bd1;
	text-shadow:0px 1px #000;

	text-decoration:none;
	
	-webkit-transition:color .15s ease-in-out;  
    -moz-transition:color .15s ease-in-out;  
    -o-transition:color .15s ease-in-out;  
    transition:color .15s ease-in-out;  
}
.planet {
	opacity:0.5;
	position:relative;
	background-image:url(../../images/planet.png);
	background-repeat:no-repeat;
	width:35px;
	height:16px;
	margin:2em 0 4em 0;
	float:left;
	z-index:999;
	display:block;
	vertical-align:bottom;
	color:#CCC;
	
	-webkit-transition:opacity .25s ease-in-out;  
    -moz-transition:opacity .25s ease-in-out;  
    -o-transition:opacity .25s ease-in-out;  
    transition:opacity .25s ease-in-out;
}
.planet:hover {
	opacity:1.0;
	height:16px;
	text-decoration:none;
}
input {
	font-size:1em;
	background-color:#ccc;
	/* height:20px; */
	padding:.5em;
	margin: .5em 0;
	/* font-weight:100; */
	/* width:300px!important; */
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.05), 0px 0px 7px 1px rgba(0,0,0,.1);
	border-radius:5px;
	border:1px solid #111;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.05), 0px 0px 7px 1px rgba(0,0,0,.1);
}
input:hover {
	background-color:#fff;
	opacity:1;
}
input:focus {
	background-color:#fff;
	opacity:1;
	outline: #6c9bd1;
	border:1px solid #6c9bd1;
}
.submit {
	color:#FFF;
	margin: 1em 0;
	border:none;
	transition: all 0.25s ease-in-out;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
}
#submit {
	width:100px;
	padding:.5em;
	/* height:35px; */!important
	display:block;
	cursor:pointer;
	background:#6c9bd1;
	color:#fff;
	font-size:1em;
	font-family: 'Open Sans', sans-serif;
	/* font-weight:100; */
	box-shadow:inset 0px -50px 40px -30px rgba(0,0,0,.05), 0px 0px 7px 1px rgba(0,0,0,.1);
	border-radius:5px;
	display: block;
}
#submit:hover {
	background:#4b719d;
	box-shadow:0px 0px 7px 1px rgba(0,0,0,.1);
}
/* all */
::-webkit-input-placeholder { font-family: 'Open Sans', sans-serif;font-weight:100;color:#666;}
::-moz-placeholder { font-family: 'Open Sans', sans-serif;font-weight:100;color:#666;} /* firefox 19+ */
:-ms-input-placeholder { font-family: 'Open Sans', sans-serif;font-weight:100;color:#666;}/* ie */
input:-moz-placeholder { font-family: 'Open Sans', sans-serif;font-weight:100;color:#666;}
.music {
	width:100%;
}
.music, .music td {
	font-family:  'Open Sans', sans-serif;
	font-weight:100;
	font-size: 1em;
	vertical-align:top;
	color:#FFF;
}
#playerbox {
    overflow:hidden;
	padding: 1.5em 0 1.5em 0;
	margins: 0 0 0 0;
}
#heading {
	float:left;
}
.musictable {
	color:#AAA;
	width:100%;
	border-collapse:collapse;
	padding-bottom:4em;
	table-layout:fixed;
	white-space:nowrap;
	font-weight:100;
}
.musictable tr {
}
.musictable td {
	padding-top:.95em;
	padding-bottom:.75em;
}
thead {
	width:100%;
	position:fixed;
	color: #ffffff;
	background-color:#000;
	margin-bottom:1px;
	font-family: 'Lato', sans-serif;
}
thead tr th:first-child
{
    border-top-left-radius: 5px;
}
thead tr th:last-child
{
    border-top-right-radius: 5px;
}
tbody tr:last-child td:first-child
{
    border-bottom-left-radius: 5px;
}
tbody tr:last-child td:last-child
{
    border-bottom-right-radius: 5px;
}
tbody {
	height:100%;
	overflow:scroll;
}
round {
	border-radius:5px;
	background:rgba(255,255,255,.1);
}
.song-container {
	cursor: pointer;
	display: inline-block;35px;
	float: left;
	xpadding: 1em;
	background-color: <?=$inactive_bg?>;
}
td:first-child{
    -moz-border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px;
}
td:last-child{
    -moz-border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0;
}
.row0 {
	-webkit-transition:all .1s ease-in-out;  
    -moz-transition:all .1s ease-in-out;  
    -o-transition:all .1s ease-in-out;  
    transition:all .1s ease-in-out;
}
.row0 a,.row1 a {
	font-family:  'Open Sans', sans-serif;
	font-weight: bold;
}
.row0 a:hover, .row1 a:hover {
	text-decoration:underline!important;
}
.row0:hover {
	background:rgba(255,255,255,.05);
}
.row1 {
	-webkit-transition:all .1s ease-in-out;  
    -moz-transition:all .1s ease-in-out;  
    -o-transition:all .1s ease-in-out;  
    transition:all .1s ease-in-out;
}
.row1:hover {
	background:rgba(255,255,255,.05);
}
.table-headings {
	font-weight: bold;
	position:relative;
}
.new {
	width:60px;
	text-align:center;
	padding-right:1em;
}
.date {
	padding-right:1em;
	margin-top: .5em;
	width:80px!important;
	font-weight:100;
}
.filename {
	width:275px!important;
	padding-right:1em;
	font-weight:100;
}
.extension {
	display: inline;
}
.size {
	padding:1em 0;
	width:65px;
	padding-left:1em;
	padding-right:1em;
	font-weight:100;
}
.image {
	margin-bottom: .5em;
}
.description {
	font-weight:100;
	width:100%;
	padding-right:1em;
	padding-top:1em;
	padding-bottom:1em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.embed {
	display: none;
}
.comment {
	-webkit-transition:all .1s ease-in-out;
	-moz-transition:all .1s ease-in-out;
	-o-transition:all .1s ease-in-out;
	transition:all .1s ease-in-out;
	padding: .75em 0;
	margin:0em;
	font-family:  'Open Sans', sans-serif;
	font-weight:100;
	line-height:1.75em;
	color: #ffffff;
}
.comment:hover {
}
.comment-date {
	font-size: 1em;
	color:#666;
}
.comment-name {
	color: #fff;
	font-size:1em;
}
.comment-body {
    font-size: 1em;
	color:#aaa;
}
.image-container {
	margin: 0 0 0 0;
}
.flag {
    color:#6c9bd1;
    font-family:silkscreen;
    font-weight:normal;
    text-decoration:none; 
    display:block;
}
.toprow {
	color:#666!important;
}
#commentform {
	margin-top: 1em;
}
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
	width:300px!important;
}

label {
	display:none;
	width:75px;
	/* padding: 1em 0em 0em 4em; */
	color:rgba(255,255,255,.75);
}
.social {
	width:200px;
	display:inline;
	opacity:.35;
	-webkit-transition:all .15s ease-in-out;  
    -moz-transition:all .15s ease-in-out;  
    -o-transition:all .15s ease-in-out;  
    transition:all .15s ease-in-out;
}
.social:hover {
	opacity:1;
}
.twitter-share-button {
	width:80px!important;
	height:20px!important;
	padding-right:10px;!important;
}