/*
 * Reset
 */

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;
}
html {
	min-width: 820px;
	min-height: 100%;
	background: url('/assets/i/body-bg.jpg');
}

body {
	line-height: 1;
	min-width: 820px;
	min-height: 100%;
	display: block;
	background: url('/assets/i/shadowbox.png') repeat-y 50% 50%;
	font-family: Arial, Helvetica, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*
 * Generic
 */

.clear {
	clear: both;
}

.menu {
	background: url('/assets/i/shadowtoolbox.png') repeat-x;
	height: 124px;
	top: 0;
	width: 100%;
	position: absolute;
}

.menu .content {
	height: 85px;
	width: 820px;
	margin: 20px auto 19px;
}

.menu h1 {
	display: inline-block;
	float: left;
	margin-right: 65px;
}

.menu h1 a {
	width: 176px;
	height: 80px;
	display: inline-block;
	background: url('/assets/i/dclogo.png') no-repeat;
	text-indent: 999em;
	white-space: nowrap;
	overflow: hidden;
}

.menu ul.sections {
	height: 85px;
	display: inline-block;
}

.menu ul.sections li {
	height: 85px;
	display: inline-block;
	color: #fff;
}

.menu ul.sections li a {
	display: inline-block;
	padding: 33px 5px;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.menu ul.sections li:nth-child(1) a:hover {
	background: #422;
}

.menu ul.sections li a:hover {
	background: #111;
}

.menu ul.sections li:first-child:before {
	content: '';
}

.menu ul.sections li:first-child {
	font-weight: bold;
}

.menu ul.sections li:before {
	content: '/';
}

.awesomeness {
	width: 820px;
	margin: 0 auto;
	background: #ddd;
	min-height: 600px;
	padding-top: 130px;
	padding-bottom: 50px;
}

.awesomeness #live {
	margin: 0 auto;
	width: 800px;
}

.awesomeness .header h1 {
	padding: 0 10px 10px 10px;
	font-size: 18px;
}

.awesomeness .pageContent h2 {
	padding: 5px 10px;
	margin-top: 10px;
	font-size: 15px;
}

.awesomeness .pageContent h3 {
	padding: 5px 10px;
	font-size: 15px;
}

.awesomeness .pageContent p {
	padding: 5px 10px;
	font-size: 14px;
}

.awesomeness .boring {
	font-size: 0.9em;
	margin-top: 20px;
}

.awesomeness .boring h2 {
	font-size: 14px;
	color: #444;
}

.awesomeness .boring h3 {
	font-size: 13px;
	color: #444;
}

.awesomeness .boring p {
	font-size: 11px;
	color: #555;
}

a {
	color: #222;
	text-decoration: none;
}

.chat {
	background: #999;
	margin: 10px;
	padding: 10px;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	-moz-box-shadow: 0px 0px 4px #000; /* FF3.5+ */
	-webkit-box-shadow: 0px 0px 4px #000; /* Saf3.0+, Chrome */
	box-shadow: 0px 0px 4px #000; /* Opera 10.5, IE 9.0 */
	filter:  progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000'); /* IE6,IE7 */
	-ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0px, OffY=0px, Color='#000')"; /* IE8 */
	position: relative;
}

.login {
	position: absolute;
	width: 100px;
	background: #888;
	left: -10px;
	top: 60px;
	z-index: 4;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding: 5px;
	border: 1px solid #000;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

.chat .login a {
	font-size: 13px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 20px;
	position: relative;
	z-index: 1;
	margin-left: 25px;
}

.chat .login a.slideout {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 20px;
	background: #000 url('/assets/i/lock.gif') no-repeat 50% 50%;
	left: 0;
	margin: 0;
	-moz-box-shadow: 0px 0px 2px #000;
	-webkit-box-shadow: 0px 0px 2px #000;
	box-shadow: 0px 0px 2px #000;
}

.chat .input input {
	display: block;
	margin: 0px;
	width: 99%;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	font-size: 20px;
	margin-bottom: 15px;
}

.chat .output {
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	height: 300px;
	overflow: auto;
	position: relative;
	z-index: 5;
}

.chat .output div {
	margin: 15px 10px;
}

.chat .output span, .chat .output p {
	font-size: 13px;
}

.chat .output .time {
	color: #888;
	font-size: 11px;
	margin-left: 5px;
}

.chat .alert span, .chat .notice span {
	font-size: 11px;
	font-weight: bold;
}

.chat .alert {
	background: #900;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 10px;
	color: #fff;
}

.chat .notice {
	background: #a52;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 10px;
	color: #fff;
}

.chat .user {
	background: #f8f8f8;
	-moz-border-radius: 5px; /* FF1+ */
	-webkit-border-radius: 5px; /* Saf3+, Chrome */
	border-radius: 5px; /* Opera 10.5, IE 9 */
	padding: 10px;
	color: #000;
}

.chat .f1 span, .chat .f1 p { color: #333; font-size: 12px; }
.chat .f2 span, .chat .f2 p { color: #555; font-size: 12px; }
.chat .f3 span, .chat .f3 p { color: #777; font-size: 11px; }
.chat .f4 span, .chat .f4 p { color: #999; font-size: 10px; }
.chat .f5 span, .chat .f5 p { color: #aaa; font-size: 9px; }
.chat .admin p { color: #060; }

.chat .output .f1 .time { color: #999; }
.chat .output .f2 .time { color: #aaa; }
.chat .output .f3 .time { color: #bbb; }
.chat .output .f4 .time { color: #ccc; }
.chat .output .f5 .time { color: #eee; }

.chat .notice a {
	color: #fff;
}

.chat .output p {
	padding: 5px 5px;
}

.social {
	margin: 10px;
	position: relative;
}

.social ul li, .social ul li a {
	display: inline-block;
	width: 32px;
	height: 32px;
}

.social ul li a {
	text-indent: 99em;
	overflow: hidden;
	white-space: nowrap;
}

.social ul li a.twitter {
	background: url('/assets/i/social/twitter_32.png') no-repeat;
}
.social ul li a.facebook {
	background: url('/assets/i/social/facebook_32.png') no-repeat;
}
.social ul li a.vimeo {
	background: url('/assets/i/social/vimeo_32.png') no-repeat;
}
.social ul li a.email {
	background: url('/assets/i/social/email_32.png') no-repeat;
}

.youredrunk {
	background: #fff;
	margin-top: 70px;
}

.youredrunk .note, .youredrunk .sidenote {
	color: #000;
	text-align: center;
}

.youredrunk .note {
	font-family: Impact, Arial, sans-serif;
	font-size: 18px;
	padding: 20px 5px 10px;
	text-transform: uppercase;
	letter-spacing: 0.5em;
}

.youredrunk .sidenote {
	font-family: Helvetica, Tahoma, sans-serif;
	font-size: 12px;
	padding: 10px 5px;
}