
/* GLOBAL */

body {
font-family: Helvetica, Arial, sans-serif;
font-size: 1em;
margin: 0;
}

html {overflow-y: scroll;}

/* STRUCTURE */

header {
	background: #333;
	padding: 15px 0 20px 0;
	position: relative;
	z-index: 2;
}

header p {
	font-size: 1em;
	color: #666;
	position: absolute;
	top: 12px;
	right: 18px;
	margin-top: 0;
}

header a {
	color: #ccc;
}

header a:hover {
	color: #fff;
}

section#search {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
}

section#about {
	position: relative;
	margin-top: -2px;
	padding: 30px 0 60px 0;
	display: none;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #aaa;
	/* border-radius: 0 0 15px 15px; */
	background: #eee;
}

#aboutcontents {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
}

section#results {
	padding-left: 10px;
}

/* ELEMENTS */

h1 {
	margin-left: auto;
	margin-right: auto;
	width: 350px;
	height: 44px;
	margin-bottom: 10px;
	text-indent: -9999px;
	background: url('../images/logo.png') no-repeat;
}

input#searchinput {
	border: 1px solid #333;
	border-radius: 7px;
	background: linear-gradient(top, #eee, #fff 35%);
	height: 40px;
	width: 270px;
	font-size: 2em;
	font-weight: bold;
	padding: 4px 45px 4px 8px;
}

input#searchbutton {
	display: none;
}

h4 {
	line-height: 140%;
}

#about p {
	line-height: 140%;
}

#about a {
	color: #666;
}

#about a:hover {
	color: #aaa;
}

div#loading {
	display: none;
}

.loadingIndicator {
	position: fixed;
	bottom: 25px;
	left: 48%;
	width: 60px;
	height: 60px;
	background: url('../images/preloader.gif') no-repeat center center #fff;
	border-radius: 10px;
}

ul {
	padding-left: 0;
}

li {
	list-style: none;
	float: left;
	width: 240px;
	height: 160px;
	border: 1px solid #aaa;
	margin: 0 10px 10px 0;
	background: #fff;
	overflow: hidden;
}

a {
	color: #aaa;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

div.photoinfo {
	width: 240px;
	height: 160px;
	padding: 10px;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0, .7);
	display: none;
}

h3 {
	line-height: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: .9em;
}

p.byline {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: .8em;
}

p.license {
	margin-top: 8px;
	margin-bottom: 0;
	font-size: .7em;
}

p.dimensions {
	color: #fff;
	margin-top: 8px;
	font-size: .8em;
}

a.fullsizebutton {
	color: #fff;
	border-radius: 5px;
	background: #45B132;
	padding: 5px 10px 5px 10px;
	font-size: .8em;
}

a.fullsizebutton:hover {
	color: #fff;
	background: #95E26E;
}

#closeabout{
	position: absolute;
	bottom: 15px;
	right: 15px;
	font-family: "WebSymbolsRegular";
	font-size: 1.5em;
}

#searchclear {
	font-family: "WebSymbolsRegular";
	font-size: 1.5em;
	position: relative;
	right: 37px;
	top: -4px;
	color: #bbb;
}

#searchclear:hover {
	color: #999;
}

@media screen and (max-width: 320px) {

	body {
		overflow-x: hidden;
	}
	
	header {
		padding-left: 20px;
	}
	
	input#searchinput { 
		width: 230px;
	}
	h1, section#search {
		width: 300px;
	}
}