/**
 * Licensed under the MIT License
 * Copyright (c) 2010-2013 WoodWing Software
 * 
 * Permission is hereby granted, free of charge, to any person obtaining a copy
 * of this software and associated documentation files (the "Software"), to deal
 * in the Software without restriction, including without limitation the rights
 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 * copies of the Software, and to permit persons to whom the Software is
 * furnished to do so, subject to the following conditions:
 * 
 * The above copyright notice and this permission notice shall be included in
 * all copies or substantial portions of the Software.
 * 
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
 * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
 * THE SOFTWARE.
 */

@import url('header.css');
@import url('cart.css');
@import url('grid.css');
@import url('footer.css');
@import url('icons.css');
@import url('media.css');
@import url('preview.css');

html{
	max-width: 100%;
	height: 100%;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
	background-color: rgba(240, 240, 245, 0.5)
}

body{

	max-width: 100%;
	height: 100%;
	border: 0px none #000000;
	padding: 0px;
	margin: 0px;
	background-color: rgba(240, 240, 245, 0.5);
	font: 12px/18px sans-serif;
	font-family: Calibri;
	color: #333;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
}

a:hover {
	text-decoration: underline;
}

.boxShadow{

	webkit-box-shadow: -1px 1px 15px 0px rgba(50, 50, 50, 0.25);
-moz-box-shadow:    -1px 1px 15px 0px rgba(50, 50, 50, 0.25);
box-shadow:         -1px 1px 15px 0px rgba(50, 50, 50, 0.25);
}

#pageControls {
	top: 55px;
	right: 125px;
}

#sizeControls {
	position: absolute;
	top: 55px;
	right: 20px;
}



#grid-container {
	position: relative;
	right: 0px;
	left: 0px;
	overflow:auto;
	border-top: 1px solid #F2F2F2;
	border-bottom: 1px solid #F2F2F2;
	z-index: 1;
	background-color: rgba(240, 240, 245, 0.5);
	max-width: 100%;
	min-height: 100%;
}

.category {
	clear: both;
	font-size: 16px;
	font-weight: normal;
	line-height: 1em;
	border-bottom: 1px solid #E4E4E4;
	padding-top: 30px;
	padding-bottom: 5px;
}
h1.category {
	font-size: 28px;
	line-height: 1.5em;
	padding-bottom: 8px;
}
h2.category {
	font-size: 24px;
	padding-left: 15px;
}
h3.category {
	padding-left: 30px;
}
h4.category {
	padding-left: 45px;
}
h5.category {
	padding-left: 60px;
}
h6.category {
	padding-left: 75px;
}

.more {
	padding-right: 10px;
}

/*

Custom styling for items rendered by elvis HitRenderer
*/

.elvisHitBox.selected /*, .elvisHitBox:hover*/ {
	border: 2px solid #568099;
	background-color: #4B5053;
}

.elvisMetadata {
	padding-top: 11px;
	height: 65px;
	display: inline;
}

.elvisThumbnailWrapper a, .elvisThumbnailWrapper a:hover {
	text-decoration: none;
}

.square .elvisThumbnailImageOverlay {
	padding: 0px;
	width: 100%;
}
.square .elvisThumbnailPreviewIndicator {
	background-repeat: no-repeat;
	width: 24px;
	height: 18px;
	float: right;
}

.elvisPager a {
	color: #333;
}
.elvisPager a:hover, .elvisPageCurrent {
	color: #333;
	text-decoration: none;
}

.elvisRenderSize a {
	border: 1px solid #BBBBBB;
}
.elvisRenderSize a:hover, .elvisRenderSize a.selected {
	border: 1px solid #505050;
}

#helpTextDrop{

	font-size: 15px;
	color: #777;
	width: 100%;
	padding: 8px 10px 10px 10px;
	display: none;
}

#helpTextDrop ul{

	list-style-type: none;
	padding-left: 15px;
	margin-top: 5px;
}

#helpTextDrop h4{

	margin-bottom: 0;
}

#helpTextDrop p{

	width: 95%;
}

.clearBtn{

	font-size: 15px;
	text-decoration: underline;
	color: rgba(20, 20, 20, 0.7);
	padding-bottom: 10px;
}

.clearBtn:hover{

	text-decoration: underline;
}