/*------------------------------------*\
    Apaxy
    by @adamwhitcroft

    Theme name: Polar Geospatial Center
    Theme author: Brad Herried
\*------------------------------------*/

* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box;
}

html {
	min-height:100%;
	border-top:30px solid #232935;
	border-bottom:10px solid #f2f2f2;
	color:#333;
	font-weight:400;
	font-size:1em;
	font-family: 'aktiv-grotesk', sans-serif;
	line-height:2em;
}
body {
	padding:20px;
	-webkit-backface-visibility:hidden;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'ff-netto-web';
	margin-bottom: 0.5em;
}

code {
	background-color: #f2f2f2;
	font-family:consolas,monospace;
}
a {
	color:#333;
	text-decoration:none;
}
a, img {
        border:none;
        outline:none
}
a:hover {
	color:#2a2a2a;
}

/*------------------------------------*\
    Helpers
\*------------------------------------*/

.centered {
	text-align: center;
}

.spacer {
	margin: 2em auto;
}

.line {
	border-bottom: 1px solid #f2f2f2;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	padding-top:20px;
	max-width:960px;
}

/*------------------------------------*\
    Block
\*------------------------------------*/
.block {
	font-size:.875em;
	line-height: 1.5em;
	margin: 1em 0;
	color:#2e3646;
}

.block img {
	float: none;
	padding: 0;
	margin: 1em auto;
}

.block a {
	color: #E41D59;
}


/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
	font-size:.875em;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#f2f2f2;
}
th {
	text-align:left;
	font-size:1em;
	padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
	width:65%;
}
/* 3rd Column: Last Modified */
th + th + th {
}
/* 4th Column: Size */
th + th + th + th {
	width:5%;
}
tr td:first-of-type {
	padding-left:10px;
	padding-right:10px;
}
td {
	padding:5px 0;
	outline:0;
	border:0;
	border-bottom:1px solid #f2f2f2;
	vertical-align:middle;
	text-align:left;
	-webkit-transition:background 300ms ease;
	   -moz-transition:background 300ms ease;
	    -ms-transition:background 300ms ease;
	     -o-transition:background 300ms ease;
	        transition:background 300ms ease;
}
td a {
	display: block;
}


.parent a[href^="/"] {
	color: #3d4658;
}
.parent a[href^="/"]:hover {
	color:#E41D59;
}

.simple td {
	border: none;
}
.indexcolroot {
	width: 100%;
}

/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}
