/*------------------------------------*\
    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%;
	border-top:10px solid #ECEEF1;
	border-bottom:10px solid #ECEEF1;
	color:#61666c;
	font-weight:400;
	font-size:1em;
	font-family:'Open Sans', sans-serif;
	line-height:2em;
}
body {
	padding:20px;
	-webkit-backface-visibility:hidden;
	background-color:#F6F6D9;
}
code {
	font-family:consolas,monospace;	
}
a {
	color:#61666c;
	text-decoration:none;
}
a:hover {
	color:#2a2a2a;
}
/*------------------------------------*\
    Wrapper
\*------------------------------------*/
.wrapper {
	margin:0 auto;
	padding-top:20px;
	max-width:800px;
}
/*------------------------------------*\
    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: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 #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;
}


/*------------------------------------*\
    Dyalog
\*------------------------------------*/

h1, h2, h3, h4 {
        font-weight:bold;
        color:#034d72;
        padding:5px;
        padding-left:0px;
        font-family: 'Exo 2', sans-serif;
        -webkit-font-smoothing: antialiased;
        line-height:1.15em;
}

#pagewrap {
        position:relative;
        /*min-width: 900px;*/
        width: 900px;
        margin: 0 auto;
        background-color: #ffffff;
    /*    box-shadow: 0 0 5px 5px #999999;*/
        -webkit-border-radius: 10px!important;
        -moz-border-radius: 10px!important;
        border-radius: 10px!important;
        overflow:hidden;
}
#header {
        height:100px;
        background-color: #fc9732;
        overflow:hidden;
}

#header #DyalogLogo {
        position:absolute;
        top:26px;
        left: 26px;
}
#header h4 {
right:10px;
top:10px;
position:absolute;
color:#FFFFFF;
}

#header a {
color:#FFFFFF;
}

#header h3 {
        position: absolute;
        top:26px;
        left:322px;
        color:#666666;
        font-weight:normal;
}

#header h2 {
        position:absolute;
        top:49px;
        left: 375px;
        color:#FFF;
        font-size:1.5em;
}
#social {
        position:absolute;
        top:63px;
        right:5px;
        height:32px;
        width:242px;
        z-index:100;
        text-align:right;
        padding-right:5px;
}
#social ul {
        list-style-type:none;
        margin-left:0px!important;
        }
#social ul li {
        display: inline;
        padding-left:3px;
        padding-right:3px;

        }

#quicklinks {
        clear:both;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: #fc9732;
line-height:1.4em;
        height: 130px;
        overflow:hidden;
        margin-top:30px;

}

#quicklinks h4 {
        margin-left:10px;
}

#quicklinks a{
text-decoration:none;
}

#quicklinks a:hover {
text-decoration:underline;
}
#footer {
        position: relative;
        top: 0px;
        width: 100%;
        height: 34px;
    line-height: 1em;
        background-color: #034d72;
        overflow:hidden;
color:#FFF;
font-size:0.8em;
border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}


#footer a {
color:#FFF;
}

#quicklinks ul {
        list-style-type: none;
        float: left;
        padding-left:17px;
        padding-right:17px;
        height:80px;
        border-right:1px solid #fff;
	font-family: Helvetica, Ariel, sans-serif;
}
#quicklinks ul.last {
        border:0px;
}
#quicklinks a {
        color:#FFF;
}
#fcopy {
float:left;
margin:10px;
}
#flinks {
float:right;
margin:10px;
}
#message {
text-align:center;
}
