/*
Theme Name: Ludum Dare
Theme URI: http://ludumdare.com/
Description: Custom
Version: 0.1
Author: PoV
Author URI: 
Tags: goat

*/

a, a:hover {
	text-decoration:none;
}

/* A blank (/_.png) inside a div */
.blank {
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}

.hidden {
	display:none !important;
}

/* ************ */

/* Darkest Background Color */
body, .section .group, .section .group-left, .section .group-right { 
	background: #445;
}
.section .link, .section .link:hover, .section .link a, .section .link a:hover {
	color: #445;
}
/* Post Shadows */
/*.event, #header .login, .post { border-bottom:3px solid #445; } */

/* Page Body Color */
#status .section, #body, #header .headline {
	background:#889;
}
.section .link-off {
	color:#889;
}

/* Lighter Body Color */
.section .link {
	background:#BBC;
}
.section .label {
	color:#BBC;
}

/* ************ */

/* Fonts */
body, #commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;	
}

h1, h2, h3, .section .label {
	font-family: 'Roboto Condensed', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, sans-serif;
}

/* Event Boxes */
@font-face {
	font-family: LetsGoDigital;
	src: url('ld2014/LetsgoHaxed-Regular.eot');
}
@font-face {
	font-family: LetsGoDigital;
	src: url('ld2014/LetsgoHaxed-Regular.ttf');
}
.section .clock {	
	font-family: LetsGoDigital;
}
/* Steam */
small, .imagebox {	
	font-family: Arial, Helvetica, sans-serif;
}

/* ************ */

body {
	margin: 0 0 20px 0;	/* Little Gap below all content */
	padding: 0;

	color: #876;
	text-align: center;
	font-size: 62.5%; /* Resets 1em to 10px */
}

#page { 
	margin: 0px auto;	/* Center inside body */
	padding: 0;
	width: 960px;

	color: #334;
	text-align: left;
}

#header {
	margin:0;
	padding:0;

	background: -moz-linear-gradient(top, #445 50%, #889 50%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#445), color-stop(50%,#889)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #445 50%,#889 50%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #445 50%,#889 50%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #445 50%,#889 50%); /* IE10+ */
	background: linear-gradient(to bottom,#445 50%,#889 50%); /* W3C */

/*	background: -moz-linear-gradient(top, #445 50%, #CCE 50%, #889 53%); /* FF3.6+ */
/*	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#445), color-stop(50%,#CCE), color-stop(53%,#889)); /* Chrome,Safari4+ */
/*	background: -webkit-linear-gradient(top, #445 50%,#CCE 50%,#889 53%); /* Chrome10+,Safari5.1+ */
/*	background: -o-linear-gradient(top, #445 50%,#CCE 50%,#889 53%); /* Opera 11.10+ */
/*	background: -ms-linear-gradient(top, #445 50%,#CCE 50%,#889 53%); /* IE10+ */
/*	background: linear-gradient(to bottom,#445 50%,#CCE 50%,#889 53%); /* W3C */
}

#footer {
	padding:10px;
	border-radius:0 0 0 30px;
	clear:both;
	
	background: #778;
	
	text-align: center;
}
/*
#footer {
	padding: 0;
	margin: 0 auto;
	width: 960px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	}*/

/* ************ */

.event {
	margin:0 0 10px;
	border-radius:2px;
	/*border-radius:30px 10px 10px 10px;
	/*border-top:1px solid #FF4;*/

	background: #FC7; /* Old browsers */
	background: -moz-linear-gradient(left, #FC7 0%, #FA8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#FC7), color-stop(100%,#FA8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #FC7 0%, #FA8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #FC7 0%, #FA8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #FC7 0%, #FA8 100%); /* IE10+ */
	background: linear-gradient(to right, #FC7 0%, #FA8 100%); /* W3C */
}

.event .info {
	padding:10px;	

	color:#445;
	font-size:15px;
}
.event > div {
	padding-left:20px !important;
}

.event a {
	color:#F40;	
}
.event a:hover {
	color:#FFF;	
}

.event .name {
}
.event .navigation {
	float:right;
	margin:0;
	padding:0;
	font-size:13px;
}
.event .navigation a {
	color:#A20;	
}
.event .navigation a:hover {
	color:#FF0;
}

/* ************ */

.ld-news {
	color: #342;
	background: url('povimg/News.png') no-repeat top right, #DFB; /* Old browsers */
	background: url('povimg/News.png') no-repeat top right, -moz-linear-gradient(top, #DFB 0%, #EEE 25%); /* FF3.6+ */
	background: url('povimg/News.png') no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DFB), color-stop(25%,#EEE)); /* Chrome,Safari4+ */
	background: url('povimg/News.png') no-repeat top right, -webkit-linear-gradient(top, #DFB 0%, #EEE 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/News.png') no-repeat top right, -o-linear-gradient(top, #DFB 0%, #EEE 25%); /* Opera 11.10+ */
	background: url('povimg/News.png') no-repeat top right, -ms-linear-gradient(top, #DFB 0%, #EEE 25%); /* IE10+ */
	background: url('povimg/News.png') no-repeat top right, linear-gradient(to bottom, #DFB 0%, #EEE 25%); /* W3C */
}
.ld-news .minimize {
	background: url('povimg/News.png') no-repeat top right, #DFB; /* Old browsers */
	background: url('povimg/News.png') no-repeat top right, -moz-linear-gradient(left, #EFE 0%, #DFB 25%); /* FF3.6+ */
	background: url('povimg/News.png') no-repeat top right, -webkit-gradient(linear, left top, right top, color-stop(0%,#EFE), color-stop(25%,#DFB)); /* Chrome,Safari4+ */
	background: url('povimg/News.png') no-repeat top right, -webkit-linear-gradient(left, #EFE 0%, #DFB 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/News.png') no-repeat top right, -o-linear-gradient(left, #EFE 0%, #DFB 25%); /* Opera 11.10+ */
	background: url('povimg/News.png') no-repeat top right, -ms-linear-gradient(left, #EFE 0%, #DFB 25%); /* IE10+ */
	background: url('povimg/News.png') no-repeat top right, linear-gradient(to right, #EFE 0%, #DFB 25%); /* W3C */
}
.ld-news .header { }
.ld-news .footer { background: #DFB; }
.ld-news small { color:#684; }
.ld-news a { color:#2A6; }
.ld-news a:hover { color:#FB0; }
.ld-news h2 a {	color:#184; }

.ld-admin {
	color: #432;
	background: url('povimg/Admin.png') no-repeat top right, #FEC; /* Old browsers */
	background: url('povimg/Admin.png') no-repeat top right, -moz-linear-gradient(top, #FEC 0%, #EEE 25%); /* FF3.6+ */
	background: url('povimg/Admin.png') no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FEC), color-stop(25%,#EEE)); /* Chrome,Safari4+ */
	background: url('povimg/Admin.png') no-repeat top right, -webkit-linear-gradient(top, #FEC 0%, #EEE 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Admin.png') no-repeat top right, -o-linear-gradient(top, #FEC 0%, #EEE 25%); /* Opera 11.10+ */
	background: url('povimg/Admin.png') no-repeat top right, -ms-linear-gradient(top, #FEC 0%, #EEE 25%); /* IE10+ */
	background: url('povimg/Admin.png') no-repeat top right, linear-gradient(to bottom, #FEC 0%, #EEE 25%); /* W3C */
}
.ld-admin .minimize {
	background: url('povimg/Admin.png') no-repeat top right, #FEC; /* Old browsers */
	background: url('povimg/Admin.png') no-repeat top right, -moz-linear-gradient(left, #FFE 0%, #FEC 25%); /* FF3.6+ */
	background: url('povimg/Admin.png') no-repeat top right, -webkit-gradient(linear, left top, right top, color-stop(0%,#FFE), color-stop(25%,#FEC)); /* Chrome,Safari4+ */
	background: url('povimg/Admin.png') no-repeat top right, -webkit-linear-gradient(left, #FFE 0%, #FEC 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Admin.png') no-repeat top right, -o-linear-gradient(left, #FFE 0%, #FEC 25%); /* Opera 11.10+ */
	background: url('povimg/Admin.png') no-repeat top right, -ms-linear-gradient(left, #FFE 0%, #FEC 25%); /* IE10+ */
	background: url('povimg/Admin.png') no-repeat top right, linear-gradient(to right, #FFE 0%, #FEC 25%); /* W3C */
}
.ld-admin .header { }
.ld-admin .footer { background: #FEC; }
.ld-admin small { color:#875; }
.ld-admin a { color:#F42; }
.ld-admin a:hover { color:#0CF; }
.ld-admin h2 a { color:#820; }

.ld-sticky {
	color: #314;
	background: url('povimg/Featured.png') no-repeat top right, #DBE; /* Old browsers */
	background: url('povimg/Featured.png') no-repeat top right, -moz-linear-gradient(top, #DBE 0%, #EEE 25%); /* FF3.6+ */
	background: url('povimg/Featured.png') no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DBE), color-stop(25%,#EEE)); /* Chrome,Safari4+ */
	background: url('povimg/Featured.png') no-repeat top right, -webkit-linear-gradient(top, #DBE 0%, #EEE 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Featured.png') no-repeat top right, -o-linear-gradient(top, #DBE 0%, #EEE 25%); /* Opera 11.10+ */
	background: url('povimg/Featured.png') no-repeat top right, -ms-linear-gradient(top, #DBE 0%, #EEE 25%); /* IE10+ */
	background: url('povimg/Featured.png') no-repeat top right, linear-gradient(to bottom, #DBE 0%, #EEE 25%); /* W3C */
}
.ld-sticky .minimize {
	background: url('povimg/Featured.png') no-repeat top right, #DBE; /* Old browsers */
	background: url('povimg/Featured.png') no-repeat top right, -moz-linear-gradient(left, #FEF 0%, #DBE 25%); /* FF3.6+ */
	background: url('povimg/Featured.png') no-repeat top right, -webkit-gradient(linear, left top, right top, color-stop(0%,#FEF), color-stop(25%,#DBE)); /* Chrome,Safari4+ */
	background: url('povimg/Featured.png') no-repeat top right, -webkit-linear-gradient(left, #FEF 0%, #DBE 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Featured.png') no-repeat top right, -o-linear-gradient(left, #FEF 0%, #DBE 25%); /* Opera 11.10+ */
	background: url('povimg/Featured.png') no-repeat top right, -ms-linear-gradient(left, #FEF 0%, #DBE 25%); /* IE10+ */
	background: url('povimg/Featured.png') no-repeat top right, linear-gradient(to right, #FEF 0%, #DBE 25%); /* W3C */
}
.ld-sticky .header { }
.ld-sticky .footer { background: #DBE; }
.ld-sticky small { color:#87A; }
.ld-sticky a { color:#74C; }
.ld-sticky a:hover { color:#FF8; }
.ld-sticky h2 a { color:#406; }

.ld-love {
	color: #422;
	background: url('povimg/Heart.png') no-repeat top right, #FCC; /* Old browsers */
	background: url('povimg/Heart.png') no-repeat top right, -moz-linear-gradient(top, #FCC 0%, #EEE 25%); /* FF3.6+ */
	background: url('povimg/Heart.png') no-repeat top right, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FCC), color-stop(25%,#EEE)); /* Chrome,Safari4+ */
	background: url('povimg/Heart.png') no-repeat top right, -webkit-linear-gradient(top, #FCC 0%, #EEE 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Heart.png') no-repeat top right, -o-linear-gradient(top, #FCC 0%, #EEE 25%); /* Opera 11.10+ */
	background: url('povimg/Heart.png') no-repeat top right, -ms-linear-gradient(top, #FCC 0%, #EEE 25%); /* IE10+ */
	background: url('povimg/Heart.png') no-repeat top right, linear-gradient(to bottom, #FCC 0%, #EEE 25%); /* W3C */
}
.ld-love .minimize {
	background: url('povimg/Heart.png') no-repeat top right, #FCC; /* Old browsers */
	background: url('povimg/Heart.png') no-repeat top right, -moz-linear-gradient(left, #FEE 0%, #FCC 25%); /* FF3.6+ */
	background: url('povimg/Heart.png') no-repeat top right, -webkit-gradient(linear, left top, right top, color-stop(0%,#FEE), color-stop(25%,#FCC)); /* Chrome,Safari4+ */
	background: url('povimg/Heart.png') no-repeat top right, -webkit-linear-gradient(left, #FEE 0%, #FCC 25%); /* Chrome10+,Safari5.1+ */
	background: url('povimg/Heart.png') no-repeat top right, -o-linear-gradient(left, #FEE 0%, #FCC 25%); /* Opera 11.10+ */
	background: url('povimg/Heart.png') no-repeat top right, -ms-linear-gradient(left, #FEE 0%, #FCC 25%); /* IE10+ */
	background: url('povimg/Heart.png') no-repeat top right, linear-gradient(to right, #FEE 0%, #FCC 25%); /* W3C */
}
.ld-love .header { }
.ld-love .footer { background: #FCC; }
.ld-love small { color:#855; }
.ld-love a { color:#A08; }
.ld-love a:hover { color:#0BF; }
.ld-love h2 a { color:#604; }

.ld-mod {
	background: url('povimg/Moderator.png') no-repeat top right, #EEE;
}
.ld-mod .header {
	background: url('povimg/Moderator.png') no-repeat top right, #FFF;/*rgba(255,255,255,0.5)*/
}

.ld-post {
	color: #222;
	background: #EEE; /* Old browsers */
	background: -moz-linear-gradient(top, #DDD 0%, #EEE 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#DDD), color-stop(25%,#EEE)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #DDD 0%, #EEE 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #DDD 0%, #EEE 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #DDD 0%, #EEE 25%); /* IE10+ */
	background: linear-gradient(to bottom, #DDD 0%, #EEE 25%); /* W3C */
}
.ld-post .minimize {
	background: #EEE; /* Old browsers */
	background: -moz-linear-gradient(left, #EEE 0%, #DDD 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#EEE), color-stop(25%,#DDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #EEE 0%, #DDD 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #EEE 0%, #DDD 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #EEE 0%, #DDD 25%); /* IE10+ */
	background: linear-gradient(to right, #EEE 0%, #DDD 25%); /* W3C */
}
.ld-post .header {
}
.ld-post .footer {
	background: #DDD;
}
.ld-post small { color:#777; }
.ld-post a { color:#04C; }
.ld-post a:hover { color:#FA0; }
.ld-post h2 a { color:#026; }


.ld-post-alt {
	color: #222;
	background: #DDD; /* Old browsers */
	background: -moz-linear-gradient(top, #CCC 0%, #DDD 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#CCC), color-stop(25%,#DDD)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #CCC 0%, #DDD 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #CCC 0%, #DDD 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #CCC 0%, #DDD 25%); /* IE10+ */
	background: linear-gradient(to bottom, #CCC 0%, #DDD 25%); /* W3C */
}
.ld-post-alt .minimize {
	background: #DDD; /* Old browsers */
	background: -moz-linear-gradient(left, #DDD 0%, #CCC 25%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#DDD), color-stop(25%,#CCC)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #DDD 0%, #CCC 25%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #DDD 0%, #CCC 25%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #DDD 0%, #CCC 25%); /* IE10+ */
	background: linear-gradient(to right, #DDD 0%, #CCC 25%); /* W3C */
}
.ld-post-alt .header {
}
.ld-post-alt .footer {
	background: #CCC;
}
.ld-post-alt small { color:#777; }
.ld-post-alt a { color:#04C; }
.ld-post-alt a:hover { color:#FA0; }
.ld-post-alt h2 a { color:#026; }


/* ************ */

.section {
	padding:0;
	overflow:auto;
	width:100%;
}
.fatsection {
	width:980px;
	position:relative;
	left:-10px;
}

.section > div {
	display:block;
	margin:0 0 0 10px;
}
.section p {
	display:inline;
}

.section .cell {
	position:relative;
	float:left;
	width:100%;
}

.section .biggercell {
	background-size:320px auto !important;
	width:320px !important;
}

.section .bigcell {
	background-size:300px auto;
	height:80px;
	overflow:hidden;
	border-radius:2px;

	width:300px; /* .s4of15 */
}

.section .bigcell .overlay {
	background:rgba(64,64,80,0.8);
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
}

.section .cell .text {
	font-size:15px;
}
.section .cell .text small {
	font-size:11px;
	color: inherit;
}


.section .light {
	font-size:14px;
}

/*
.section .when, .section .name, .section .desc, .section .clock, .section .clock-desc {
	background:rgba(64,64,80,0.8);	
}
*/

.section .when {
	color:#FFF;
	padding:2px 3px;
	font-weight:bold;
}
.section .name {
	font-weight:bold;
	font-size:18px;
	color:#FC2;
	padding:4px 0 4px 14px;
	text-shadow:0 1px #820;
	position:relative;
}
.section .desc {
	color:#FFF;
	padding:0 14px 4px 14px;
	display:inline-block;
	border-radius:0 0 10px 0;
	position:relative;
}
.section .timezone {
	color:#000;
	padding:2px 4px;
	background:#DDD;
	display:inline-block;
	border-radius:0 0 0 5px;
	text-align:right;
}
.section .timezone:hover {
	background:#FFF;
}
.section .timezone a, .section .timezone a:hover {
	color:#000;
}

.botleft, .botright, .topleft, .topright { position:absolute; }
.botleft { left:0; bottom:0; }
.botright {	right:0; bottom:0; }
.topleft { left:0; top:0; }
.topright {	right:0; top:0; }

.gap { margin:10px; }
.botgap { margin-bottom:10px; }
.topgap { margin-top:10px; }
.leftgap { margin-left:10px; }
.rightgap { margin-right:10px; }
.no-gap { margin:0; }
.no-botgap { margin-bottom:0; }
.no-topgap { margin-top:0; }
.no-leftgap { margin-left:0; }
.no-rightgap { margin-right:0; }

.pad { padding:10px; }
.botpad { padding-bottom:10px; }
.toppad { padding-top:10px; }
.leftpad { padding-bottom:10px; }
.rightpad { padding-top:10px; }
.no-pad { padding:0; }
.no-botpad { padding-bottom:0; }
.no-toppad { padding-top:0; }
.no-leftpad { padding-bottom:0; }
.no-rightpad { padding-top:0; }

.round-top { border-top-left-radius:2px; border-top-right-radius:2px; }
.round-bot { border-bottom-left-radius:2px; border-bottom-right-radius:2px; }
.round-left { border-top-left-radius:2px; border-bottom-left-radius:2px; }
.round-right { border-top-right-radius:2px; border-bottom-right-radius:2px; }

.section .clock {	
	font-size:28px;
	text-shadow:0 1px #000;

	color:#F80;
	padding:2px 14px;
}
.section .clock-desc {
	color:#FF0;
	padding:2px 3px;
}

.section .bigtext {	
	font-size:18px;
	text-shadow:0 1px #000;

	color:#F80;
	padding:2px 14px;
}

.glow {
  text-shadow:
    -1px -1px 0 #FFF,
    1px -1px 0 #FFF,
    -1px 1px 0 #FFF,
    1px 1px 0 #FFF;
}
.shadow {
  text-shadow:
    -1px 0px 0 #000,
    1px 0px 0 #000,
    -1px 2px 0 #000,
    1px 2px 0 #000,
    0px 2px 0 #000,
    0 -1px 0 #000;
}


.section .s1of8 { width:110px; }
.section .s2of8 { width:230px; }
.section .s3of8 { width:350px; }
.section .s4of8 { width:470px; }
.section .s5of8 { width:590px; }
.section .s6of8 { width:710px; }
.section .s7of8 { width:830px; }
.section .s8of8 { width:950px; }

.section .s1of10 { width:86px; }
.section .s2of10 { width:182px; }
.section .s3of10 { width:278px; }
.section .s4of10 { width:374px; }
.section .s5of10 { width:470px; }
.section .s6of10 { width:566px; }
.section .s7of10 { width:662px; }
.section .s8of10 { width:758px; }
.section .s9of10 { width:854px; }
.section .s10of10 { width:950px; }

.section .s1of12 { width:70px; }
.section .s2of12 { width:150px; }
.section .s3of12 { width:230px; }
.section .s4of12 { width:310px; }
.section .s5of12 { width:390px; }
.section .s6of12 { width:470px; }
.section .s7of12 { width:550px; }
.section .s8of12 { width:630px; }
.section .s9of12 { width:710px; }
.section .s10of12 { width:790px; }
.section .s11of12 { width:870px; }
.section .s12of12 { width:950px; }

.section .s1of15 { width:54px; }
.section .s2of15 { width:118px; }
.section .s3of15 { width:182px; }
.section .s4of15 { width:246px; }
.section .s5of15 { width:310px; }
.section .s6of15 { width:374px; }
.section .s7of15 { width:438px; }
.section .s8of15 { width:502px; }
.section .s9of15 { width:566px; }
.section .s10of15 { width:630px; }
.section .s11of15 { width:694px; }
.section .s12of15 { width:758px; }
.section .s13of15 { width:822px; }
.section .s14of15 { width:886px; }
.section .s15of15 { width:950px; }

.left { float:left; }
.right { float:right; }

.section .free {
	display:inline-block;
	white-space:nowrap;
	position:relative;
}

.section .label {
	line-height:24px;
	font-size:13px;
/*	padding-left:12px;*/
	font-weight:bold;
	vertical-align:middle;
}

.section .link {
	border-radius:2px;
	padding:0 12px;
	line-height:24px;
/*	border-top:2px solid #889;
	border-bottom:0px solid;*/
	
	font-size:13px;
	vertical-align:middle;
}
.section .link:hover {
	background:#44F;/*#C31;/*#F63;/*#44F;/*#CEF;*/
	color:#FFF;
/*	border-top:0px solid;
	border-bottom:2px solid #ABC;*/
}

.section .link-off {
	border-radius:12px;
	padding:0 12px;
	line-height:22px;
	border:1px solid #889;
	
	font-size:13px;
	vertical-align:middle;
}

.section .group {
	border-radius:24px;
	padding:2px;
	display:inline-block;
}

.section .group-left {
	border-radius:0 4px 4px 0;
	padding:2px 3px 4px 3px;
	margin:0;
	display:inline-block;
	float:left;
}
.section .group-right {
	border-radius:4px 0 0 4px;
	padding:2px 3px 4px 3px;
	margin:0;
	display:inline-block;
	float:right;
}

/* ************ */

.announce {
	font-size:16px;
	padding:4px;
	background:#AF4;
	color:#260;
	width:952px;
	text-align:center;
}

/* ************ */

.imagebox {	
	font-size: 12px;
	width:100%;
}
.imagebox > div {
	display:table;
	border-radius:5px;
	overflow:auto;
	width:100%;
	position:relative;
}
.imagebox > div > div {
	display:table-cell;
	vertical-align:middle;
	width:228px;
	padding-left:4px;
}
.imagebox > div:hover {
	background: #44F;/*#C31;/*#F63;/*#44F;*/
	cursor: pointer;
	color: #FFF !important;
}


.imagebox img {
	padding: 4px;
/*	display:table-cell;*/
	float:left;
}

.imagebox .headline {
	font-size: 18px;
	font-weight: bold;
	color: #8CF;/*#FC8;/*#8CF;*/
	text-shadow:0 1px #445;
}

/* ************ */

.thickbox {
	border:4px solid #445;
	border-radius:2px;
	border-top:0;
	background-color:#BBC;
}

.thickbox h1 {
	font-size: 24px;
	color:#000;
	/*margin:4px !important;*/
	padding:0;
	text-align:left;
}

.thickbox h2 {
	background-color:#445;
	color:#FFF;
	margin:0px !important;
}

.thickbox h3 {
	margin:0px !important;
}

.thickbox a {/*, .thickbox a:visited {*/
	color:#26A;
}
.thickbox a:hover {
	color:#FFF;
}

.thickbox div .pad {
	padding:4px;
}

/* ************ */

.trophylist {
	overflow:hidden;
	padding:4px 0;
}

.trophylist .cell {
	float:left;
	position:relative;
	height:160px;
	text-align:center;

/*	width:50%;*/

/*	width:144px;*/
/*	border:1px solid #bbd;*/

	width:144px;
	margin:1px;
}

.trophylist .cell .inner {
	top:0%;
	position:absolute;
	width:100%;
}

.trophylist .cell .inner div {
	padding:2px;
}

.trophylist .cell:nth-child(4n-1), .trophylist .cell:nth-child(4n-2) {
	background-color:#bbd;
}
.trophylist .cell:nth-child(4n-0), .trophylist .cell:nth-child(4n-3) {
/*	border:1px solid #bbd;*/
}

/* ************ */

img {
	border: 0px;
}

/* various warnings and things */
.error, .content .error {
    border: 2px solid #faa;
    background: #a00;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}
.warning, .content .warning {
    border: 2px solid #aa0;
    background: #ff5;
    color: #000;
    padding: 4px;
    font-weight: bold;
}
.message, .content .message {
    border: 2px solid #5af;
    background: #000;
    color: #fff;
    padding: 4px;
    font-weight: bold;
}

#compo2 .links {
    font-size:20px;
}

#mythumb table {
    border-collapse: collapse;
    background:#000000;
}
#mythumb td {
    padding:1px;
    margin:0px;
}

#compo-status {
    margin: 10px;
    border-bottom: 1px solid #000;
    background: #eeeeee;
    padding: 4px;
    font-size: 1.2em;
}

#compo-navigation {
    font-size: 1.2em;
    margin: 6px;
}

/* Begin Typography & Colors */

#content {
	font-size: 1.2em;
	}

#content img {
    max-width: 550px;
/* TODO: Try this... but not today */
/*	max-width:100%;
	height:auto;*/
}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.thread-alt, .comment .alt {
	background-color: #EEE !important;
}
.comment {
	background-color: #FFF;
}
.depth-1 {
/*border: 1px solid #ddd;*/
border-radius:2px;
}

.comment {
	color: #445;
}
.comment a {
	color: #44F;
}
.comment a:hover, .comment cite a:hover {
	color: #FA0;
}
.comment cite a {
	color: #026;
}

.even, .alt {

	border-left: 1px solid #ddd;
}

small {
	font-size: 0.9em;
	line-height: 1.5em;
}

h1, h2, h3 {
	font-weight: bold;
}

h1 {
	font-size: 3em;
/*	text-align: center;*/
	}

#headerimg .description {
	margin: 2px 18px 0;
	font-size: 1.2em;
	text-align: right;
	}

h2 {
	font-size: 1.7em;
	}

h2.pagetitle {
	font-size: 1.9em;
	}

/*#sidebar h2 {
	font-size: 1.2em;
}*/

h3 {
	font-size: 1.4em;
	}

h1 a:hover, #headerimg .description {
	color: white;
	}

h1, h1 a, h2, h2 a, h3, h3 a {
	color: #333;
	}

h2, h2 a, h2 a:hover, h3, h3 a, h3 a:hover, #sidebar h2, #wp-calendar caption, cite {
	}

/*.entry p a:visited {
	color: #44C;
	}*/

.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
	}
.sticky h2 {
	padding-top: 10px;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.comment {
	overflow:hidden;	
}

.commentlist li .avatar { 
	float: right;
/*	border: 1px solid #eee;*/
	padding: 4px;
/*	background: #fff;*/
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.2em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #BBC;
}

a:hover, h2 a:hover, h3 a:hover {
	color: #FFF;
}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

#header .body {
	width:100%;
}

#header .login {
	float: right;
	background:#889;
	border-top:2px solid #445;
	height:32px;
}

#header .login-user {
	float:right;
	background: #CCD;
	white-space: nowrap;
	border-radius:4px 0 0 4px;
	border:2px solid #445;
	border-right:0;
	padding-left:2px;
	
	position:relative;
	top:-2px;
}

#header .login-nav {
	float: right;
}

#header .login-search {
	float:right;
	background: #889;
	padding:4px;
	padding-left:3px;
/*	border:2px solid #445;*/
	border-right:0;
	border-radius:4px 0 0 4px;
	margin-top:32px;
	
/*	position:relative;
	right:-30px;
	padding-right:30px;
	*/
}


#header .searchbar {
	display:inline-block;
}
#header .searchbar-text {
	border:none;
	border-radius:30px;
	padding:4px 8px;
	line-height:20px;
	width:100px;
	opacity:0.5;
}
#header .searchbar-text:focus {
	opacity:1.0;
}
#header .searchbar-button {
	background: url('ld2014/search.png');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height:28px;
	width:32px;
	border:none;
	opacity:0.5;
	vertical-align:top;
	cursor:pointer;
}
#header .searchbar-button:hover {
	opacity:0.9;
}
#header .searchbar-button span {
	display:none;
}

#header .login-search img {
	opacity:0.5;
	vertical-align:top;
}

#header .login-search img:hover {
	opacity:0.9;
}



#header .login-not {
	float: right;
	white-space: nowrap;
}

#header .login .avatar {
	float: left;
}

#header .login .avatar img {
	padding:4px;	
}
#header .login .avatar img:hover {
	background: #FFF;
	border-radius:8px;
}

#header .login .info {
	float: left;
	height: 60px;
	position:relative;
}

#header .headline {
	font-size:15px;
	padding:4px;
	margin-left:4px;
	border-radius:4px 0 0 4px;
	border:2px solid #445;
	border-right:0;
	position:relative;
	top:-2px;
}

#header, #header a {
	color: #445;
}

#header .headline, #header .headline a {
	color: #CCD;
}

#header .login .info .action {
	font-size:18px;
	padding:4px;
	position:absolute;
	bottom:0px;
	right:0px;
}

#header a:hover {
	color:#FFF;
}



.narrowcolumn {
	padding: 0 0 5px 10px;
	margin: 0;
	width: 640px;
	display:inline-block;
}
.widecolumn {
	padding: 10px 0 5px 160px;
	margin: 0;
	width: 640px;
}
.fullcolumn {
	padding: 0 0 0 10px;
	margin: 0;
	width: 940px;
}

.fullcolumn > div > div {
	margin:10px;
}


.postflag {
	background-color: #5d4d69;
	margin: 0 0 0px;
	padding: 10px;
	text-align: justify;
	overflow:hidden;
	
	font-size: 16px;
	font-weight:bold;
	color: #fff;
	}

.promoform {
	display:inline-block;
}
.promobutton {
	border: none;
	background: none;
	color: #00f;
	cursor: pointer;
	display: in-line;
	margin: 0px;
	padding: 0px;

	font-size: 16px;
	font-weight:bold;
	color: #a8c;
}

.promobutton2 {
	border: none;
	background: none;
	color: #00f;
	cursor: pointer;
	display: in-line;
	margin: 0px;
	padding: 0px;

	font-size: 16px;
	font-weight:bold;
	color: #FA6;
}

.post {
	margin: 0 0 10px;
	/*border-top: 1px solid #FFF;*/
	overflow:hidden;

	border-radius: 2px;
}

.post, .wp-page {
	text-align: justify;
}

.wp-page {
	background:#FFF;
}

.narrowcolumn .post, .narrowcolumn .event {
	position:relative;
	left:-20px;
	width:660px;
}
.narrowcolumn .post > div {
	padding-left:20px;
}

.post .header {
	padding: 10px;
/*	padding-left: 20px !important;*/
	padding-bottom:0 !important; /* Since we're not styling header bottoms, prefer magin. */
	margin-bottom: 10px; /* for people that don't use <p> tags */
}
.post .minimize {
	padding: 10px;
/*	padding-left: 20px !important;*/
}
.post .body {
	padding: 0 10px;	
}
.post .footer {
	padding: 10px;
	margin-top: 10px; /* for people that don't use <p> tags */
}

.post-with-border {
	background-color: #ffffff;
	margin: 0 0 10px;
	padding: 10px;
	text-align: justify;
	border: 1px solid #5e7582;
	overflow:hidden;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
/*	margin: 0;*/
	}

/*.narrowcolumn .postmetadata {
	padding-top: 5px;
	}*/

.widecolumn .postmetadata {
	margin: 0px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
/*	border-top: 1px dashed;*/
	text-align:center;
}

.clear {
	clear: both;
}

/* End Structure */



/*	Begin Headers */
h1 {
/*	padding: 12px;*/
	margin: 0;
	}

h2 {
	margin: 0px 0 0;
	text-align: left;
	}

h2.pagetitle {
	margin-top: 0px;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #daefff;
}

#sidebar h2 {
	margin: 5px 0 0;
	padding: 0;
	}

h3 {
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 3px 0 4px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\2022 \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 192px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

.postform {
	width: 256px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	border:none;
	border-radius:4px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	overflow:hidden;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar {
	float:right;
	padding-right:8px; /* Should be 10px, but I accidentially made the sidebar 292 wide, not 290 */
/*	margin-left: 660px;*/
	width: 292px;
}

#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow:auto;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */