
/* First come the styles which are used in the demo */

.facetsearch {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-top: 15px;
}
.facetrange {
    margin-top: 5px;
}
.facetrangevalue {
    border: 0; 
    font-weight: bold;
}
.facetitem, .deselectstartover, .orderbyitem {
    cursor: pointer;
}
.facetitem:hover, .deselectstartover:hover, .orderbyitem:hover {
    background-color: #E5E7E9  ;
}
.activeorderby,
.activefacet {
    color: red;
}
.bottomline {
    padding: 10px 0 10px 0;
    font-weight: bold;
}
.bottomline .orderby, 
.bottomline .facettotalcount {
    display: inline-block;
}
.bottomline .orderby ul,
.bottomline .orderby li {
    display: inline;
    padding: 0;
}
.bottomline .orderby-title {
    margin: 0 0 0 10px;
}
.bottomline .deselectstartover {
    float: right;
}
#language {
    width: 400px;
}
#language .facetlist{
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    -o-column-count: 2;
}
.item {
    width: 150px;
    height: 275px;
    margin: 0 10px 10px 0;
    display: inline-block;
    vertical-align: top;
}
.item img {
    width: 150px;
    height: auto;
}
.item h4 {
    font-size: 1.3em;
}
.item .tags {
    font-weight: bold;
    color: #D7DBDD;
}
.item .desc {
    color: #EAD9FF     ;
}
#showmorebutton {
    border: 1px solid #AAA;
    border-radius: 10px;
    background-color: #DDD;
    margin: 0 0 10px 0;
    padding: 10px;
    width: 100%;
    display: block;
    text-align: center;
    cursor: pointer;
}

/* These styles are just general purpose styles to make the page look
   a little less awful */

* {
    margin: 0;
    padding: 0;
}
body {
    background-image: url("images/galaxy.jpg");
    padding: 20px;
    font-family: garamond, sans-serif;
    font-size: 15px;
    color: white;
}
#wrapper {
    margin: 0 auto;
    width: 800px;
}
p {
    padding-bottom: 1em;
    line-height: 1.3em;
}
a {
    text-decoration: none;
}
a div:hover {
    background-color: blue;
}
