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

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/

#frame{
	width: auto;
	min-width: 500px;
	max-width: 853px;
}

/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#C7C7C7;
}
th {
	padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
    
	text-align:left;
	font-size:.8em;
}
th a, th a:link, th a:active, th a:visited{
	color:#505052;
}
/* 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 {
	outline:0;
	border:0;
	border-bottom:1px solid #edf1f5;
	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;
}
tr.parent a {
	color:#505052;
}
