/* CSS Document */

* 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 {
	background: url(../img/bg_lr.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin:0;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	letter-spacing:1px;
    line-height: 18px;
}
html, body, #wrapper {
	height:100%;
}
#wrapper {/*
	 display: table;*/
	width: 100%;
	padding-top:30px;
}
#logo {
	margin:auto;
	text-align:center;/*
	display:table-header-group;*/
}
#logo, #content, #social {
	display:none;
}
#logo img {
	width:90%;
	max-width:120px;
	height:auto;
	opacity:0.7;
}
#content {
	/*display: table-cell;
	vertical-align: middle;*/
	text-align:center;
	margin-top:8.5%;
}
#copy {
	width:100%;
	color:#fff;
	font-weight:100;
	background:rgba(0,0,0,0.2);
	padding:30px 0px;
	line-height:18px;
	-webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
}
a.email {
	font-size:11px;
	color:#fff;
	text-decoration:none;
}
#social ul {
	list-style:none;
	padding:0;
	margin:30px auto 0px auto;
	width:100%;
	text-align:center;
}
#social ul li {
	display:inline-block;
	padding:0 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#social ul li:hover {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	opacity:0.7;
}
#social ul li img {
	width:100%;
	max-width:40px;
	height:auto;
}