@charset "UTF-8";

html, body {
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova",sans-serif;
	font-size: 1em;
}
/*body#p-home #home a,*/
body#p-aboutus #aboutus a,
body#p-getstarted #getstarted a,
body#p-contact #contact a {
	color: #605ca8;
	background: #fff;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding-bottom: 12px;
}
body#p-register #reg a,
body#p-signin #signin a,
body#p-myaccount #account a,
body#p-lightbox #lightbox a,
body#p-cart #cart a {
	color: #605ca8;
}
a:link, a:visited {
	color: #605ca8;
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -395px;
}
#innerwrap {
}
#subpage-content {
	margin: 0 auto;
	padding: 0 30px;
	max-width: 940px;
	min-width: 940px;
}
#subpage-content .gutter {
	padding: 0 0 30px 0;
}
#subpage-content h1 {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 42px;
}
#subpage-content h2 {
	margin: 0;
	padding: 0;
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 32px;
}
#subpage-content p {
	font-family: "proxima-nova",sans-serif;
	font-weight: 300;
	font-size: 1em;
	line-height: 1.8em;
}

/* NAVIGATION
=================================================================== */
nav {
	display: block;
}
.nav-bar {
	position: relative;
	padding: 12px 15px 10px 15px;
	min-width: 945px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: rgba(248,248,248,.9);
	border-bottom: 1px solid #e7e7e7;
}
.menu-items {
	list-style: none;
	margin: 0;
	padding: 0;
}
.menu-items li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.menu-items a {
	margin: 0;
	padding: 12px 15px 11px 15px;
	color: #333;
	text-decoration: none;
	border-left: rgba(248,248,248,.9);
	border-right: rgba(248,248,248,.9);
}
.menu-items a:hover {
	color: #605ca8;
}
.nav-right {
	position: absolute;
	top: 12px;
	right: 12px;
}

.header {
	position: relative;
	display: block;
	min-width: 945px;
}
.logo {
	padding: 30px;
}
.logo img {
	width: 195px;
	height: auto;
}

/* SEARCH NAV
=================================================================== */
form {
	margin: 0;
	padding: 0;
}
#searchnavContainer input, 
#searchnavContainer label, 
#searchnavContainer select {
	margin: 0;
	padding: 0;
	vertical-align: middle;
}

#checkbox {padding: 12px;}

#searchnavContainer {
	position: absolute;
	top: 25px;
	right: 30px;
	width: 425px;
	z-index: 100;
}
#searchBox {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	    border: 4px solid #e6e6e6;
    	border-radius: 3px;
}
#searchBox li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
#searchBox a {
	margin: 0;
	padding: 0;
	text-decoration: none;
}
#searchBox label {
	font-size: 100%;
}
#searchBox .textfield {
	padding: 6px 8px 5px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: normal;
	text-transform: none;
	width: 305px;
	height: 21px;
	border: 1px solid #b4b4b4;
	background: #fff;
}
#advancedSearch {
	position: absolute;
	top: 37px;
	right: 63px;
	margin: 0;
	padding: 5px 8px 15px 8px;
	width: 305px;
	font-size: 80%;
	background: rgba(255, 255, 255, .95)!important;
	background: #FFF;
	border: 1px solid #b4b4b4;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-left-radius: 4px;
}
#withinResults {
	list-style: none;
	float: left;
	margin: 0;
	padding: 0;
}
#resultsPer {
	float: right;
	margin: 0;
	padding: 0 3px;
}
.grouping {
	float: left;
	margin: 5px 0;
	padding: 5px 0 0 0;
	width: 100%;
	border-top: 1px solid #ccc;
}
#orientation {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
}
#orientation li {
	line-height: 1.4em;
}
#orientation label {
	display: block;
	vertical-align: middle;
}
#tint {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}
#tint li {
	line-height: 1.4em;
}
#tint label {
	display: block;
}
#formats {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
}
#formats li {
	line-height: 1.4em;
}
#formats label {
	display: block;
	vertical-align: middle;
}
#itemtype {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 170px;
}
#itemtype li {
	line-height: 1.4em;
}
#itemtype label {
	display: block;
	vertical-align: middle;
}
#pricerange {
	float: left;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 300px;
}
#pricerange li {
	line-height: 1.4em;
}
#pricerange label {
	display: block;
	vertical-align: middle;
}
#stills {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}
#stills li {
	line-height: 1.4em;
}
#stills label {
	display: block;
}
#pricing {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
}
#pricing li {
	line-height: 1.4em;
}
#pricing label {
	display: block;
}
#searchHistory {
	float: left;
	margin: 0;
	padding: 5px 0;
	width: auto;
	display: block;
}
#searchHistory label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weight: bold;
}
#closeBtn {
	position: absolute;
	bottom: -18px;
	right: -18px;
	clear: both;
}

.links {
	display: inline; 
	list-style: non;
	margin: 0;
	padding: 0;
}
.links li {
	display: inline;
	padding-right: 20px;
}
hr {
	margin-top: 50px;
	margin-bottom: 50px;
	border: 0;
	border-top: 1px solid #b4b4b4;
}
.bio-container {
	margin-top: 60px;
	padding: 60px 0;
	border-top: 1px solid #b4b4b4;
}
.bio {
	overflow: hidden;
	zoom: 1;
}
.pull-left {
	float: left;
	margin-right: 35px;
}

footer, .push {
	height: 395px;
}
#footer {
	background: #333;
	line-height: 12px;
	font-size: 14px;
	width: 100%;
	min-width: 970px;
	margin: 0;
	overflow: visible;
	left: 0;
	right: 0
}
#footer .footer-logo {
	width: 78px;
	margin-right: 10px
}
#footer>div {
	max-width: 1136px;
	margin: 0 auto;
	/*height: 100%;*/
	padding: 0 30px
}
#footer div>div {
    padding-top: 50px;
    position: relative;
}
#footer>div>div nav {
    float: left;
    vertical-align: top;
    width: 20%;
    margin-bottom: 4em;
}
#footer h2 {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 500;
    font-size: 1.125em;
    color: #fff;
    margin-bottom: 2em;
}
#footer ul {
    list-style-type: none;
	margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
}
#footer li {
    line-height: 1em;
    margin-bottom: 1em;
    word-wrap: break-word;
}
#footer a {
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    text-decoration: none;
    color: #a7a7a7;
}
#footer a:hover {
	text-decoration: underline;
}
#footer-links {
    border-top: 1px solid #101010;
    vertical-align: top;
    padding: 5px 0;
    clear: both;
}
#footer-links li {
    height: 1em;
    float: left;
    border-right: 1px solid #666;
    margin: 0.5em 1em 1em 0;
    padding: 0 1em 0 0;
    vertical-align: middle;
}
#footer-links li:last-child {
	border-right: none;
}
#footer>div>div nav.categories {
	float: left;
    vertical-align: top;
    width: 40%;
    margin-bottom: 4em;
}
#footer>div>div nav.categories ul {
	-webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.copyright {
	clear: left;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 12px;
    color: #666;
}
.copyright span {
	float: right;
}
#socialNetworks {
	float: right;
}

/* Clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

