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

    Theme name: Apaxy
    Theme author: @adamwhitcroft
\*------------------------------------*/
@import url('//fonts.googleapis.com/css?family=Open+Sans');
/* Have to use @import for the font, as you can only specify a single stylesheet */
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	       box-sizing: border-box; 
}

html {
	min-height:100%;
	color:#61666c;
	font-weight:400;
	font-size:1em;
	font-family:'Open Sans', sans-serif;
	line-height:2em;
}
body {
	padding:20px;
	-webkit-backface-visibility:hidden;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
	text-decoration:none;
}
a:hover {
	color:#000000;
}

a:visited {
	color:#2a2a2a;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	padding-top:20px;
	max-width:80%;
}
/*------------------------------------*\
    Demo block
\*------------------------------------*/
.block {
	font-size:.875em;
	margin:20px 0;
	padding:20px;
	color:#9099A3;
}
/*------------------------------------*\
    Table (directory listing)
\*------------------------------------*/
table {
	width:100%;
	border-collapse:collapse;
	font-size:.875em;
}
tr {
	outline:0;
	border:0;
}
tr:hover td {
	background:#f6f6f6;
}
th {
	text-align:left;
	font-size:.75em;
	padding-right:20px;
}
/* 2nd Column: Filename */
th + th {
	width:75%;
}
/* 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-top:1px dotted #edf1f5;
	border-bottom:1px dotted #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[href^="/"] {
	color:#9099A3;
}
	.parent a[href^="/"]:hover {
		color:#2281d0;
	}
/*------------------------------------*\
    Footer
\*------------------------------------*/
.footer {
	text-align:center;
	font-size:.75em;
}


			#mybutton 
			{
			-moz-box-shadow: 0px 8px 14px -7px #000000;
			-webkit-box-shadow: 0px 8px 14px -7px #000000;
			box-shadow: 0px 8px 14px -7px #000000;
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #008030), color-stop(1, #007020));
			background:-moz-linear-gradient(top, #008030 5%, #007020 100%);
			background:-webkit-linear-gradient(top, #008030 5%, #007020 100%);
			background:-o-linear-gradient(top, #008030 5%, #007020 100%);
			background:-ms-linear-gradient(top, #008030 5%, #007020 100%);
			background:linear-gradient(to bottom, #008030 5%, #007020 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#008030', endColorstr='#007020',GradientType=0);
			background-color:#008030;
			-moz-border-radius:4px;
			-webkit-border-radius:4px;
			border-radius:4px;
			border:1px solid #4b8f29;
			display:inline-block;
			cursor:pointer;
			color:#ffffff;
			font-family:Arial;
			font-size:13px;
			font-weight:bold;
			padding:6px 12px;
			text-decoration:none;
			text-shadow:0px 1px 0px #5b8a3c;
			margin: 10px;
			
			}

			
			#mybutton:hover, 
			{
			background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007020), color-stop(1, #008030));
			background:-moz-linear-gradient(top, #007020 5%, #008030 100%);
			background:-webkit-linear-gradient(top, #007020 5%, #008030 100%);
			background:-o-linear-gradient(top, #007020 5%, #008030 100%);
			background:-ms-linear-gradient(top, #007020 5%, #008030 100%);
			background:linear-gradient(to bottom, #007020 5%, #008030 100%);
			filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007020', endColorstr='#008030',GradientType=0);
			background-color:#007020;
			
			}
			#mybutton:active
			{
			position:relative;
			top:3px;
			-moz-box-shadow: 0px 5px 14px -7px #000000;
			-webkit-box-shadow: 0px 5px 14px -7px #000000;
			box-shadow: 0px 5px 14px -7px #000000;
			}