body {

background-color: #fff;
margin: 0px auto;

background-image: url('bg.jpg');

background-repeat:no-repeat;
background-attachment:fixed;
background-position:center; 

}

#thisfolder {

float: left;
font-size: 16px;
font-family: arial;

margin-top: -3px;
}

#here {

background: rgb(224,243,250); /* Old browsers */
background: -moz-linear-gradient(top, rgba(224,243,250,1) 0%, rgba(216,240,252,1) 50%, rgba(184,226,246,1) 51%, rgba(182,223,253,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(224,243,250,1)), color-stop(50%,rgba(216,240,252,1)), color-stop(51%,rgba(184,226,246,1)), color-stop(100%,rgba(182,223,253,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e0f3fa', endColorstr='#b6dffd',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(224,243,250,1) 0%,rgba(216,240,252,1) 50%,rgba(184,226,246,1) 51%,rgba(182,223,253,1) 100%); /* W3C */
text-transform: capitalize;



float: left;
width: 100px;

-webkit-border-bottom-right-radius: 10px;
-webkit-border-bottom-left-radius: 10px;
-moz-border-radius-bottomright: 10px;
-moz-border-radius-bottomleft: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
text-align: center;

margin-top: -8px;
font-family: verdana;
font-size: 11px;
color: #292826;
border: 2px solid #292826;
border-top: none;
padding: 3px;
}

#filegrid {

position: relative;
border: 2px solid #5C6673;

background-color: #fff;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

padding-top: 15px;

padding-bottom: 15px;

}


#filegrid h1 {

font-family: arial;
font-weight: normal;
font-size: 28px;
margin: 10px 0px 0px 20px;
color: #454757;
text-transform: capitalize;

}

.filename {

font-weight: bold;
width: auto;
text-align: center;
clear: both;
color: #434D5E;
word-wrap: break-word;

}

.size {

width: auto;
text-align: center;
clear: both;
color: #ccc;
}

.paddr {

padding: 20px;

}

#readme {


margin:0px;
position: relative;



color: #3B3B3B;

font-size: 11px;
width: 100%;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

}


.icon {
font-family: verdana;
font-size: 11px;
float: left;
text-align: center;
margin: 5px;
width: 97px;
height: 120px;
 
}

#windowtitle {

font-size: 28px;
margin: 10px;
font-family: verdana;
float: right;
margin-top: -5px;

color: #E3E3E3;

margin-right: 50px;
}

.icon img {

max-width: 96px;
height: 72px;

}


#window {

position: relative;
margin: 100px auto;
background: -moz-linear-gradient(top, rgba(242,245,246,0.79) 0%, rgba(227,234,237,0.76) 37%, rgba(200,215,220,0.7) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,245,246,0.79)), color-stop(37%,rgba(227,234,237,0.76)), color-stop(100%,rgba(200,215,220,0.7))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(242,245,246,0.79) 0%,rgba(227,234,237,0.76) 37%,rgba(200,215,220,0.7) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(242,245,246,0.79) 0%,rgba(227,234,237,0.76) 37%,rgba(200,215,220,0.7) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(242,245,246,0.79) 0%,rgba(227,234,237,0.76) 37%,rgba(200,215,220,0.7) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9f2f5f6', endColorstr='#b3c8d7dc',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(242,245,246,0.79) 0%,rgba(227,234,237,0.76) 37%,rgba(200,215,220,0.7) 100%); /* W3C */
width: 650px;
padding: 8px;
border: 2px solid #292826;

-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;

-moz-box-shadow: 0 0 10px 10px  rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.3);
box-shadow: 0 0 10px 10px  rgba(0,0,0,0.3);

}


#readme pre {

font-family: Courier New;


}

#navbar {

background: -moz-linear-gradient(top, rgba(174,188,191,0.7) 0%, rgba(173,187,190,0.7) 1%, rgba(110,119,116,0.8) 50%, rgba(10,14,10,0.8) 51%, rgba(10,8,9,0.9) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(174,188,191,0.7)), color-stop(1%,rgba(173,187,190,0.7)), color-stop(50%,rgba(110,119,116,0.8)), color-stop(51%,rgba(10,14,10,0.8)), color-stop(100%,rgba(10,8,9,0.9))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(174,188,191,0.7) 0%,rgba(173,187,190,0.7) 1%,rgba(110,119,116,0.8) 50%,rgba(10,14,10,0.8) 51%,rgba(10,8,9,0.9) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(174,188,191,0.7) 0%,rgba(173,187,190,0.7) 1%,rgba(110,119,116,0.8) 50%,rgba(10,14,10,0.8) 51%,rgba(10,8,9,0.9) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(174,188,191,0.7) 0%,rgba(173,187,190,0.7) 1%,rgba(110,119,116,0.8) 50%,rgba(10,14,10,0.8) 51%,rgba(10,8,9,0.9) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3aebcbf', endColorstr='#e60a0809',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(174,188,191,0.7) 0%,rgba(173,187,190,0.7) 1%,rgba(110,119,116,0.8) 50%,rgba(10,14,10,0.8) 51%,rgba(10,8,9,0.9) 100%); /* W3C */
padding: 15px;
font-family: arial;
color: #fff;

font-size: 28px;

position: fixed;
width: 100%;
top: 0px;

-moz-box-shadow: 0 0 10px 10px  rgba(0,0,0,0.3);
-webkit-box-shadow: 0 0 10px  rgba(0,0,0,0.3);
box-shadow: 0 0 10px 10px  rgba(0,0,0,0.3);

border-bottom: 1px solid grey;

}


#footerbar {
background: -moz-linear-gradient(top, rgba(69,72,77,0.6) 0%, rgba(68,71,76,0.6) 1%, rgba(0,0,0,0.8) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(69,72,77,0.6)), color-stop(1%,rgba(68,71,76,0.6)), color-stop(100%,rgba(0,0,0,0.8))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(69,72,77,0.6) 0%,rgba(68,71,76,0.6) 1%,rgba(0,0,0,0.8) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(69,72,77,0.6) 0%,rgba(68,71,76,0.6) 1%,rgba(0,0,0,0.8) 100%); /* Opera11.10+ */
background: -ms-linear-gradient(top, rgba(69,72,77,0.6) 0%,rgba(68,71,76,0.6) 1%,rgba(0,0,0,0.8) 100%); /* IE10+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9945484d', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
background: linear-gradient(top, rgba(69,72,77,0.6) 0%,rgba(68,71,76,0.6) 1%,rgba(0,0,0,0.8) 100%); /* W3C */

border-top: 1px solid grey;
border-left: 1px solid grey;

padding: 6px;
font-family: arial;
color: #fff;

font-size: 12px;

position: fixed;
bottom: 0px;
right: 0px;
-webkit-border-top-left-radius: 30px;
-moz-border-radius-topleft: 30px;
border-top-left-radius: 30px;
}

#themechooser {

float: right; margin: 0px; margin-right: 20px; margin-left: 20px;

}

#themechooser select {

background-color: #000;
padding: 3px;
font-size: 10px;
margin-left: 10px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
color: #fff;
}

.thumbnail {


}