
/*GALLERY*/
.gallerycontent, .mixin_container {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
}

.gallerymod {
    display: inline-block;
    width: 370px;
    min-height: 50px;
    background: #1e1e1e;
    border-radius: 6px;
    margin: 5px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.8);
    vertical-align: top;
}

.gallerymod .gallerymod_header {
    width: 368px;
    height: 8px;
    padding-top: 10px;
    padding-bottom: 15px;
    font-size: 1.1em;
    color: #bfbfbf;
    background: #121212;
    border: #2d2d2d solid 1px;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    font-family: "Source Sans Pro",sans-serif;
}

.gallerymixin .gallerymixin_leftblob {
    width: 65%;
    display: inline-block;
    color: white;
    font-size: .8em;
}

.gallerymixin .gallerymixin_middleblob {
    width: 20%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: .8em;
}

.gallerymixin .gallerymixin_rightblob {
    width: 10%;
    display: inline-block;
    color: white;
    text-align: right;
    font-size: .8em;
}


.gallerymod .gallerymod_blob {
    font-size: .8em;
    width: 26%;
    display: inline-block;
    color: white;
}

.gallerymod.rightalign{
    text-align: right;
}

.gallerymod .gallerymod_leftblob {
    width: 45%;
    display: inline-block;
    color: white;
    font-size: .8em;
}

.gallerymod .gallerymod_middleblob {
    width: 30%;
    display: inline-block;
    text-align: center;
    color: white;
    font-size: .8em;
}

.gallerymod .gallerymod_rightblob {
    width: 22%;
    display: inline-block;
    color: white;
    text-align: right;
    font-size: .8em;
}

.gallerymod .controlpanelmod_blob {
    font-size: .8em;
    width: 48%;
    display: inline-block;
    color: white;
}

.gallerymod .alignright {
    text-align: right;
}


.gallerymod .gallerymod_title {
    display:inline-block;
    margin: 0px;
    text-align: left;
    font-weight: 100;
    width: 275px;
    vertical-align: top;
}

.gallerymod .gallerymod_code {
    width: 75px;
    height: 25px;
    font-weight: 300;
    position: relative;
    display: inline-block;
    bottom: 5px;
    vertical-align: top;
    border-left: #2d2d2d solid 1px;
}

.gallerymod .gallerymod_author {
    width: 90px;
    float:right;
    font-weight: 300;
}

.gallerymod p {
    color: white;
    text-align:center;
    padding: 0 3px 3px 0;
}

.gallerymod hr { 
    margin-top: 3px;
    border: 0; 
    height: 1px; 
    background: #333; 
    background-image: linear-gradient(to right, #333, #ccc, #333); 
}

.gallerymod span.subtag {
    display:block;
    position:relative;
    text-align: center;
    bottom: 8px;
    color: white;
    font-size: .55em;
    margin-bottom: 0px;
    padding-bottom: 0px;
}



#gallerynomods {
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.01) 0%, rgba(143,2,34,1) 25%, rgba(169,3,41,1) 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0.01)), color-stop(25%,rgba(143,2,34,1)), color-stop(75%,rgba(169,3,41,1)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(143,2,34,1) 25%,rgba(169,3,41,1) 75%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(143,2,34,1) 25%,rgba(169,3,41,1) 75%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0.01) 0%,rgba(143,2,34,1) 25%,rgba(169,3,41,1) 75%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0.01) 0%,rgba(143,2,34,1) 25%,rgba(169,3,41,1) 75%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

#galleryinfo {
    max-width: 975px;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0,0,0,0); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(0,0,0,0) 0%, #1e5799 28%, #207cca 75%, rgba(0,0,0,0) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,0,0,0)), color-stop(28%,#1e5799), color-stop(75%,#207cca), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0) 0%,#1e5799 28%,#207cca 75%,#1e5799 90%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(0,0,0,0) 0%,#1e5799 28%,#207cca 75%,rgba(0,0,0,0) 100%); /*f Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(0,0,0,0) 0%,#1e5799 28%,#207cca 75%,rgba(0,0,0,0) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(0,0,0,0) 0%,#1e5799 28%,#207cca 75%,rgba(0,0,0,0) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(0,0,0,0)', endColorstr='rgba(0,0,0,0)',GradientType=1 ); /* IE6-9 */
}

#paginator > a:link.roundedbutton.yellowpagebutton, #paginator > a:visited.roundedbutton.yellowpagebutton {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe521+0,ad7e27+100 */
    background: #ffe521; /* Old browsers */
    background: -moz-linear-gradient(top, #ffe521 0%, #ad7e27 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffe521 0%,#ad7e27 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffe521 0%,#ad7e27 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe521', endColorstr='#ad7e27',GradientType=0 ); /* IE6-9 */
    color: #4e4b4b !important;
}

#paginator > a:hover.roundedbutton.yellowpagebutton, #paginator > a:hover:visited.roundedbutton.yellowpagebutton {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#c9ac1a+0,87691f+100 */
    background: #c9ac1a; /* Old browsers */
    background: -moz-linear-gradient(top, #c9ac1a 0%, #87691f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #c9ac1a 0%,#87691f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #c9ac1a 0%,#87691f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9ac1a', endColorstr='#87691f',GradientType=0 ); /* IE6-9 */
    color: black !important;
}

#galleryinfo > p, #gallerynomods > p {
    text-align: center;
    margin: 0;
    color: white;
}

#galleryinfo > .roundedbutton {
    margin: 0;
}

#galleryinfo a.pagelink:link {
    color: rgb(200,200,255);
}

#galleryinfo a.pagelink:hover {
    color: rgb(200,200,255);
}

#galleryinfo a.pagelink:visited {
    color: rgb(255,200,200);
}

a:link.roundedbutton.selectedsortmethod{
    background: rgb(164,179,87); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(164,179,87,1) 0%, rgba(117,137,12,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(164,179,87,1)), color-stop(100%,rgba(117,137,12,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(164,179,87,1) 0%,rgba(117,137,12,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4b357', endColorstr='#75890c',GradientType=0 ); /* IE6-9 */
}

a:hover.roundedbutton.selectedsortmethod{
    background: rgb(191,210,85); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(191,210,85,1) 0%, rgba(142,185,42,1) 26%, rgba(114,170,0,1) 70%, rgba(158,203,45,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,210,85,1)), color-stop(26%,rgba(142,185,42,1)), color-stop(70%,rgba(114,170,0,1)), color-stop(100%,rgba(158,203,45,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 26%,rgba(114,170,0,1) 70%,rgba(158,203,45,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 26%,rgba(114,170,0,1) 70%,rgba(158,203,45,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 26%,rgba(114,170,0,1) 70%,rgba(158,203,45,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(191,210,85,1) 0%,rgba(142,185,42,1) 26%,rgba(114,170,0,1) 70%,rgba(158,203,45,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d',GradientType=0 ); /* IE6-9 */
}

.gallerymod_title_container {

}