/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*--------------------------------------------------*/

body {
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	background: #fafafa /*url('images/gridbg.gif')*/;
	-webkit-text-size-adjust: 100%;
}

img {
	display: block;
}

#wrapper {
	max-width: 978px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	/*background-color: beige;*/
}

#header {
	width: 100%;
	height: 220px;
	padding-top: 80px;
	text-align: center;
	/*background: orange;*/
}

#logo {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

#thumbs {
	width: 100%;
	/*background-color: aqua;*/
}

.thumb {
	width: 100%;
	margin-bottom: 10%;
	box-shadow: 1px 1px 1px #dddddd;
}

.rounded {
	border-radius: 3%;
	-moz-border-radius: 3%;
}

.col1 {
	float: left;
	width: 31.3333%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background-color: purple;*/
}

.col2 {
	float: left;
	width: 34.3333%;
	padding-left: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background-color: blue;*/
}

.col3 {
	float: left;
	width: 34.3333%;
	padding-left: 3%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	/*background-color: red;*/
}

.clear {
	clear: both;
}

#footer {
	width: 100%;
	height: 240px;
	padding-top: 80px;
	text-align: center;
	/*background: orange;*/
}

.style1 {
	font-weight: 400;
	color: #2b2b2b;
}

.style2 {
	font-size: 12px;
	color: #cccccc;
}

a:link, a:visited, a:active{
	color: #999999;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #2b2b2b;
	text-decoration: none;
	outline: none;
}

.hide {
	display: none;
}

@media only screen and (max-width: 697px) {
	#wrapper {
		padding: 0px 20px;
	}
	#header {
		height: 160px;
		padding-top: 40px;
	}
	#footer {
		height: 180px;
		padding-top: 40px;
	}

}
