/*------------------------------------*\
    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%;
}

body {
	-webkit-backface-visibility:hidden;
        background-color: #000000;
        color: #000000;
        background-image: url('https://dl.winehq.org/share/images/bg.jpg');
        background-repeat: no-repeat;
        font-family: "bitstream vera sans", "verdana", "arial", "helvetica", sans-serif;
        margin: 0; padding: 0;
        font-size: 10pt;
}

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:700px;
        font-weight:400;
        font-size:1.2em;
        line-height:2.2em;
}

/*------------------------------------*\
    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;
}

/*------------------------------------*\
    WineHQ.org Theme
\*------------------------------------*/

#logo_glass         {
                     position: absolute;
                     z-index: 2;
                     top: 20px;
                     width: 100px;
                     height: 157px;
                    }
#logo_glass.pos     { left: 50px; }

#logo_text          {
                     position: absolute;
                     z-index: 3;
                     top: 40px;
                     width: 186px;
                     height: 58px;
                    }
#logo_text.pos      { left: 110px; }

#logo_blurb         {
                     position: absolute;
                     z-index: 4;
                     top: 92px;
                     left: 130px;
                     font-size: 12px;
                     color: #999999;
                    }

/* search box */
#search_box         {
                     text-align: right;
                     position: absolute;
                     z-index: 5;
                     top: 50px;
                     right: 20px;
                     width: 250px;
                     margin: 0;
                     padding: 0;
                     font-size: 10px;
                    }
#search_box INPUT   { font-size: 12px; width: 175px; margin: 0; padding: 2px; border: 1px inset red; }

/* top tabs */
#tabs               {
                     position: absolute;
                     z-index: 6;
                     top: 0px;
                     margin: 0px;
                     padding: 0px;
                    }
#tabs.pos           { right: 10px; }
#tabs UL            {
                     list-style: none;
                     padding: 0;
                     margin: 0;
                    }
#tabs LI            {
                     float: left;
                     width: 112px;
                     height: 28px;
                     margin: 0px 2px 0px 2px;
                     padding: 0px;
                     text-align: center;
                     background-image: url('https://dl.winehq.org/share/images/tab_u.png');
                     background-repeat: no-repeat;
                    }
#tabs LI.s          { background-image: url('https://dl.winehq.org/share/images/tab_s.png'); }
#tabs LI.s A        { font-weight: bold; }
#tabs LI:hover      { background-image: url('https://dl.winehq.org/share/images/tab_h.png'); }
#tabs A             {
                     display: block;
                     width: 108px;
                     height: 23px;
                     padding-top: 3px;
                     font-size: 16px; color: white; text-decoration: none;
                    }

/* main content well */
#main_content       {
                     padding: 85px 10px 10px 100px;
                    }

/* set background color of content wells */
#main_content .content, #main_left .content, #main_right .content { background-color: #fff; }

/* main content well front page left column */
#main_left          {
                     width: 58%;
                     width: expression("55%"); /* For IE */
                     margin: 0 10px 0 0;
                     float: left;
                     display: inline;
                    }

/* main content well front page right column */
#main_right         {
                     width: 40%;
                     width: expression("30%");  /* For IE */
                     margin: 0;
                     float: right;
                     display: inline;
                    }

/* Language Select */
#langsel            {
                     clear: both;
                     color: #ffffff;
                     text-align: left;
                     margin: 0 0 0 110px;
                     font-size: 8pt;
                    }
#langsel A          { color: #ffffff; text-decoration: none; }
#langsel A:hover    { color: red; text-decoration: underline; }

/* footer */
#footer             {
                     clear: both;
                     color: #ffffff;
                     text-align: right;
                     padding-right: 20px;
                    }
#footer IMG         { vertical-align: middle; width: 150px; }

/* rounded corners */
.cornerround
{
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

H1.title            { color: #A50D0D; border-bottom: 1px solid #A50D0D; margin: 0px; }

