/* Fonts */

@font-face
{
	font-family: 'Chrono Regular';
	src:
		url('fonts/ChronoWebRegular.eot?#iefix') format('embedded-opentype'),
		url('fonts/ChronoWebRegular.woff') format('woff');
}

/* ----- RESET BROWSER DEFAULTS ----- */
*
{
	margin: 0;
	padding: 0;
}

a
{
	text-decoration: none;
	color: inherit;
}

h1,
h2,
h3,
h4,
h5,
h6
{
	font-weight: normal;
}

a img
{
	outline: none;
}

ul
{
	list-style: none;
}

/* Page Setup */

body {
	background: white;
	font-family: "proxima-nova", sans-serif;
	font-size: 15px;
	color: black;
	padding: 10px 10px 20px 20px;
}

/* The Header. */

header
{

}

div#shopmark
{
	font-family: 'Chrono Regular';
	font-size: 30px;
	height: 51px;
	line-height: 51px;
 	background-image: url("/static/panic-logo.png");
	background-size: 48px 49px;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	padding-left: 59px;
	margin: 0px 0px 20px 0px;
	color: #959ea6;
	letter-spacing: -2px;
}

h1 {
	font-size: 40px;
	color: #1f95c1;
	margin-bottom: 7px;
	padding-top: 10px;
	padding-left: 60px;
	margin-top: 10px;
}

#subhead
{
	margin-top: 100px;
	font-weight: bold;
	margin: 14px 0px 0px 0px;
	text-align: right;
	font-size: 20px;
	color: #959ea6;
}

#subhead p {
	margin: 0px;
}

#subhead p.second {
	font-weight: normal;
	font-family: "proxima-nova";
}

#subhead span.glow {
	color: #fc4349;
	-webkit-animation-name: glow;
	-webkit-animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
}

/* Link Styles */

a {
	color: #000000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a img { border: 0; }

/* Table Styles */

table {
	font-size: inherit;
}

th {
	border-bottom: 1px solid #bdbdbd;
}

td {
	padding: 4px 4px 4px 0px;
}

#titleimg { margin-right: 10px; }

address { visibility: hidden; }

th
{
	border: 0px;
	font-weight: normal;
	color: #959ea6;
}

th a
{
	color: inherit;
}

.indexcolname
{
	text-align: left;
}

/* Animations */

@-webkit-keyframes glow {
	0% {
		color: black;
	}
	100% {
		color: #fc4349;
	}
}

/* Table */

table#indexlist
{
	margin-left: 16px;
}

td.indexcolicon
{
	padding-right: 10px;
}

td.indexcolicon img
{
	display: block;
	width: 32px;
	height: 32px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 32px;
	background-image: url('/static/icons/file-generic.svg');
  overflow: hidden;
}

td.indexcolname {
	width: 300px;
}

td.indexcolname a[href='/']
{
	color: #959ea6 !important;
}

td.indexcollastmod,
th.indexcollastmod
{
	text-align: left;
	padding-right: 20px;
}

td.indexcollastmod,
td.indexcolsize
{
	color: #959ea6;
}

th.indexcolsize
{
	text-align: right;
}

td.indexcolicon img { color: transparent; font-size: 0;}
td.indexcolicon img[alt='[PARENTDIR]']	{ background-image: url('/static/icons/parent.svg'); }
td.indexcolicon img[alt='[DIR]']		{ background-image: url('/static/icons/folder.svg'); background-position-y: 1px; }
td.indexcolicon img[alt='[BIN]'],
td.indexcolicon img[alt='[HQX]'],
td.indexcolicon img[alt='[SIT]'],
td.indexcolicon img[alt='[ZIP]']		{ background-image: url('/static/icons/file-archive.svg'); background-position-x: 2px; }
td.indexcolicon img[alt='[PKG]']		{ background-image: url('/static/icons/file-package.svg'); background-position-x: 2px; }
td.indexcolicon img[alt='[PDF]']		{ background-image: url('/static/icons/file-document.svg'); background-position-x: 2px; }
td.indexcolicon img[alt='[DMG]']		{ background-image: url('/static/icons/file-diskimage.svg'); background-position-x: 4px; }

td.indexcolsize
{
	padding-left: 10px;
	text-align: right;
}

/* Retina */

@media screen and (-webkit-min-device-pixel-ratio:2)

{

}

/* Small size */

@media screen and (min-width: 580px)
{
	div#shopmark
	{
		position: absolute;
		top: 10px;
	}

	#subhead
	{

	}
}
