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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
html {
	height: 100%;
	background: url('img/shattered_c.png');
}
header, nav, section, article, aside, footer {
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0;
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	min-width: 800px;
	max-width: 1200px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	text-align: right;
	height: 100px;
	padding-top: 1.2em;
	padding-bottom: 2em;
	font: 38px/50px Chunkfive, BebasNeue, Tahoma, sans-serif;
	color: #222;
}

#menu {
	text-align: right;
	padding-top: 0.8em;
}

#menu a {
	color: #FFF;
	border-bottom: 7px solid #FFF;
}

#menu a:hover {
	color: #222;
	border-bottom: 7px solid #222;
}

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	padding: 0 0 50px;
	height: 1%;
	position: relative;
}

#middle:after {
	content: '.';
	display: block;
	clear: both;
	visibility: hidden;
	height: 0;
}

#container {
/*	*/
	width: 100%;
	float: left;
	overflow: hidden;
}

#content {
	text-align: center;
	margin-right: 2em;
	margin-top: 4em;
	font: 15px/21px Tahoma, sans-serif;
	color: #222;
	padding: 0 170px 0 170px;
}

#content p {
	
}

#content p pimage {
	float: left;
	margin: 2em;
}

#content p pvideo {
	text-align: center;
	padding: 2 em;
}


/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 90px;
	margin-left: -100%;
	position: relative;
	background: #00AEEF;
}


/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	padding-top: 2em;
	margin-right: -3px;
	width: 180px;
	margin-left: -180px;
	position: relative;
	background: #00AEEF;
}

#tweets h2 {
	text-align: right;
	padding-right: 1em;
	padding-bottom: 1em;
	font: 18px/21px Chunkfive, BebasNeue, Tahoma, sans-serif;
	color: #FFF;
}

#tweets a {
	color: #FFF;
}

#tweets p {
	font: 13px/16px Tahoma, sans-serif;
	display: block;
	padding-bottom: 1em;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	margin: -50px auto 0;
	text-align: center;
	min-width: 800px;
	max-width: 1200px;
	color: #FFF;
	height: 50px;
	position: relative;
}