/* 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;
}

.fix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

body {
	font: 300 20px/1.5 'Lato',helvetica,sans-serif;
}

#amazing {
	background: rgba(255,255,255,0.5);
	padding: 50px 10px;
	width: 40%;
	min-width: 524px;
	margin: 0 auto;
	margin-top: 5%;
	text-align: center;
}

#tagbox {
	background: rgba(255,255,255,0.5);
	padding: 50px 10px;
	width: 60%;
	min-width: 524px;
	margin: 0 auto;
	margin-top: 5%;
	text-align: center;
}


#blurb {margin: 40px;}

header h1 {
	background: url(images/splash/title.png);
	width: 434px;
	height: 42px;
	text-indent: -9999px;
	margin: 20px auto 0;
}

#amazing h2 {
	font-size: 14px;
	font-style: italic;
}

#login {
	font-size: 14px;
	font-weight: 500;
	background: rgba(255,255,255,0.3);
	width: 310px;
	padding: 20px;
	margin: 0  auto;
}

#login form>p {
	margin-bottom: 6px;
}

#login label {
	display: inline-block;
	width: 70px;
	text-align: right;
	margin: 0 8px 4px 0;
}

#login input[type="text"], #login input[type="password"], #login input[type="email"] {
	border: 0 none transparent;
	box-shadow: 0;
	padding: 4px 8px;
	font: 300 16px "Lato",sans-serif;
	background: rgba(255,255,255,0.6);
	-webkit-border-radius: 0;
}

#login input[type="text"]:focus, #login input[type="password"]:focus, #login input[type="email"]:focus {
	background: #fff;
	color: #113255;
	-webkit-box-shadow: 0;
}

#login .login-remember label {
	width: auto;
	font-size: 12px;
}

input[type="submit"] {
	background: #113255;
	color: #fff;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	cursor: pointer;
	padding: 4px 8px;
	font: 12px 'Montserrat',Helvetica,sans-serif;
	letter-spacing: 0.05em;
	float: right;
}


#logos h2 {margin: 10px 0 20px;}
#number{margin: 0 50px 0 10px;}


/* tag cloud */

#tag-cloud {
	width: 80%;
	margin: 50px auto;
	
}

#tag-cloud a {
	text-decoration: none;
	color: #000;
	padding: 10px;
	white-space: nowrap;
	font-weight: 200;
	text-transform: lowercase;
}



@media screen and (max-width: 1450px ) {
	#blurb {
		width: 300px;
		margin: 40px auto;
	}
}

@media screen and (max-device-width:320px) { /* iphone */
	body{
		background: url(images/splash/bg-mobile.jpg) center center #61bbff;
	}
	
	#amazing {
		margin-top: auto;
	}
}

@media screen and (min-width: 1224px ){/* desktops */
	#silhouette {
		width: 150%;
		height: 320px;
		background: url(images/splash/silhou-wh.png) scroll repeat-x bottom transparent;
		position: fixed;
		bottom: 44%;
		z-index: -10;
		opacity: 0.3;
		left: -50%;
	}
}


