/* 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: Georgia, Times, 'Times New Roman', Arial, Tahoma, Verdana;
	font-size: 12px;
	width: 100%;
	height: 100%;
	color: #fff;
	background: #000 url('../img/background.jpg') 50% 50% fixed;
}

.header {
	height: 150px;
	margin: 0 0 30px;
	color: #fff;
	clear: both;
	overflow: hidden;
}

.header .headerLeft {
	float: left;
	width: 50%;
	height: 100%;
	font-size: 42px;
	text-align: right;
}

.header .headerRight {
	float: left;
	width: 50%;
	height: 100%;
	font-size: 26px;
}

.headerLeft .border {
	position: relative;
	height: 100%;
	border-right: 2px solid #fff;
}

.headerRight .border {
	position: relative;
	height: 100%;
	border-left: 2px solid #fff;
}

.headerLeft p {
	position: absolute;
	bottom: 0;
	right: 20px;
}

.headerRight p {
	position: absolute;
	bottom: 0;
	left: 20px;
}

.header a, .header a:link { color: #fff; text-decoration: none; }

.footer {
	position: relative;
	width: 100%;
	height: 100px;
}

.footerBackground {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.footerContent {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.footer p {
	padding: 20px 0 0;
	text-align: center;
}

.showcaseContainer {
	width: 1000px;
	margin: 0 auto 30px;
	clear: both;
	overflow: hidden;
}

.showcase {
	width: 700px;
	margin: 0 0 30px;
	clear: both;
	overflow: hidden;
	float: left;
}

.showcase.showcaseRight {
	float: right;
}

.showcase h1 {
	display: inline-block;
	font-size: 22px;
	margin: 10px 5px 10px;
	background: #fff;
	padding: 10px;
	color: #000;
}

.showcase p {
	text-align: justify;
	font-size: 12px;
	line-height: 180%;
	color: #fff;
	margin: 0 5px;
}

ul.showcaseImages {
	display: block;
	clear: both;
	overflow: hidden;
}

ul.showcaseImages li {
	display: block;
	float: left;
	list-style: none;
}

ul.showcaseImages li a {
	position: relative;
	display: block;
	border: 10px solid #fff;
	background: #000;
	margin: 5px;
	overflow: hidden;
	text-align: center;
}

ul.showcaseImages li a.big {
	width: 300px;
	height: 200px;
	line-height: 200px;
}

ul.showcaseImages li a.small {
	width: 155px;
	height: 85px;
	line-height: 85px;
}

ul.showcaseImages li a.big img {
	width: auto;
	height: 100%;
	vertical-align: middle;
}

ul.showcaseImages li a.small img {
	width: 100%;
	height: auto;
	vertical-align: middle;
}
a, a:link { color: #ddd; text-decoration: underline; }
a:hover { color: #fff; }

.linkedInIcon img {
	vertical-align: middle;
	border: 16px solid #fff;
	border-top: 8px solid #fff;
	border-bottom: 8px solid #fff;
}

p.soon {
	font-size: 22px;
	line-height: 30px;
	width: 550px; 
	text-align: center;
	margin: 70px auto;
}