/*  Less Framework 4
  http://lessframework.com
  by Joni Korpi
  License: http://opensource.org/licenses/mit-license.php  */


/*  Resets
  ------  */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, hr,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figure, figcaption, hgroup,
menu, footer, header, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, canvas, figure, figure img, figcaption, hgroup,
footer, header, nav, section, audio, video {
  display: block;
}

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

a img {border: 0;}

a {
  text-decoration: none;
  color: #ff2376;
  outline: none;
}
.clear {
  clear: left;
  line-height: 1px;
  font-size: 1px;
}

/*  Typography presets
  ------------------  */
@font-face {
    font-family: 'Entypo';
    src: url('fonts/entypo.eot');
    src: url('fonts/entypo.eot?#iefix') format('embedded-opentype'),
         url('fonts/entypo.woff') format('woff'),
         url('fonts/entypo.ttf') format('truetype'),
         url('fonts/entypo.svg#entypo') format('svg');
    font-weight: normal;
    font-style: normal;
}
.icon {
	font-family: 'Entypo';	
}
.gigantic {
  font-size: 110px;
  line-height: 120px;
  letter-spacing: -2px;
}

.huge, h1 {
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -1px;
  margin-bottom: 4px;
}

.large, h2 {
  font-size: 18px;
  line-height: 48px;
}

.bigger, h3 {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.big, h4 {
  font-size: 13px;
  line-height: 15px;
  margin-bottom: 10px;
}

body {
  /*font: 16px/24px 'Open Sans', sans-serif;*/
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
	font-size: 16px;
	line-height: 24px;
}
ul, ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.small, small {
  font-size: 13px;
  line-height: 18px;
}

/* Selection colours (easy to forget) */

::selection      {background: rgb(255,35,118); color: #FFF;}
::-moz-selection   {background: rgb(255,35,118); color: #FFF;}
img::selection     {background: transparent;}
img::-moz-selection  {background: transparent;}
body {-webkit-tap-highlight-color: rgb(255,35,118); color: #FFF;}


/*    Default Layout: 992px.
    Gutters: 24px.
    Outer margins: 48px.
    Leftover space for scrollbars @1024px: 32px.
-------------------------------------------------------------------------------
cols    1     2      3      4      5      6      7      8      9      10
px      68    160    252    344    436    528    620    712    804    896    */
html, body {
	height: 100%;	
}
body {
  color: #000;
  -webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
}
.contained {
  width: 950px;
  margin: 0 auto;
}
body.inner .contained {
	width: 960px;	
}
.modal .contained {
  width: 820px;
  height: 100%;
}
.right {
  float: right;
}
.hidden {
  display: none !important;
}
.error {
  color: #f00;
}
#bg {
	height: 50%;
	overflow: hidden;	
}
#bg ul {
	list-style: none;	
}
#bg ul li {
	width: 100%;	
}
#bg ul li img {
	width: 100%;
	height: auto;
}


header {
  background: #000;
  height: 20%;
  position: relative;
  width: 100%;
  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header.short {
	/*height: 10px;	*/
}
header .video {
	position: relative;
	height: 100%;	
	overflow: hidden;
	z-index: 2;
}
header .video .embed {
	position: relative;
	padding-bottom: 56.25%; 
	padding-top: 0px;
	height: 0; 
}
header .video iframe {
	position: absolute;
	top: -30%;
	left: 0;
	width: 100%;
	height: 100%;
}
header .video img {
	display: none;	
}
body.inner header {
	height: 40%;	
}
header .image {
	position: relative;
	height: 100%;
	overflow: hidden;	
	background-color: #FFF;
}
header .image img {
	width: 100%;
	height: auto;
	margin-top: -40%;
	opacity: .5;
}
header .image:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
}
header .overlay {
	position: absolute;
	z-index: 5;	
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
body.inner header .overlay img {
	width: 280px;
	height: auto;
}

header .contained.text {

}
header h1 {
	text-align: center;
	padding-top: 4.5%;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
header.short h1 {
	/*padding-top: 1%;	*/
}
body.inner header h1 {
	padding-top: 20px;	
}
header h1 a {

}
header nav {
	background: url(_img/header-texture1.jpg);
	padding: 0;
	position: relative;
}
nav:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	z-index: 1;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);

background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);

background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
}
header nav .contained {
	padding-bottom: 0px;
	position: relative;
	overflow: hidden;
}

nav ul {
  list-style: none; position: relative; float: left; display: block; left: 50%;
}
nav ul li {
	position: relative; float: left; display: block; right: 50%;
}
nav ul li a  {
	display: block;
	padding: 20px 10px;
	width: 200px;
	height: 80px;
	overflow: hidden;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	position: relative;
	z-index: 10;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
nav ul li a:hover,
nav ul li a.inactive:hover {
  color: #ff2376;
}
nav ul li a.active {
	color: #000;	
}
nav ul li a.inactive {
	color: #9a9a9a;	
}
nav ul li a.active:after {
	content:'';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 0;
	z-index: 10;
	margin-left: -15px;
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	
	border-bottom: 15px solid white;	
}
nav ul li a .icon {
	font-size: 90px;
	line-height: 45px;
	font-weight: normal;
	float: left;	
}
nav ul li a .txt {
	float: left;
	margin: 0;
	padding: 5px 0 0 5px;
}
nav ul li a span {
	font-size: .6em;
	text-transform: uppercase;
	display: block;
	line-height: 1;
	font-weight: normal;	
}
nav ul.right {
	width: 200px;
	float: right;
	left: 0;	
}
nav ul.right li {
	right: 0;	
}
nav ul.right li a {
	width: auto;	
}
/*nav ul li a.rules {
  width: 115px;
}
nav ul li a.themes {
  background-position: -140px 0px;
  width: 140px;
}
nav ul li a.submit {
  background-position: -310px 0px;
  width: 140px;
}
nav ul li a.about {
  background-position: 0px -50px;
  width: 15px;
  height: 16px;
}
nav ul li a.stats {
  background-position: -140px -50px;
  width: 15px;
  height: 16px;
}*/

nav ul.small {
  position: relative;
  right: 0;
  top: 5px;
}
nav ul.small li a {
  background-color: transparent;
  margin-right: 4px;
}
#content {
  padding: 10px;

}
#pages {
  width: 910px;
  height: 1px;
  text-align: left;
  overflow: hidden;
  margin-top: 80px;
}
#pages.open {
  height: 440px;
}
#pages .mask {
  width: 6000px;
  height: 420px;
  border-bottom: 1px dotted #999;
}
#pages .mask.rules {
  margin-left:0px;
}
#pages .mask.themes {
  margin-left: -910px;
}
#pages .mask.submit {
  margin-left: -1820px;
}
#pages .mask.stats {
  margin-left: -2730px;
}
#pages .mask.about {
  margin-left: -3640px;
}
#pages article {
  height: 380px;
  width: 910px;
  float: left;
  position: relative;
  padding: 10px;
}
#pages .col {
  float: left;
  width: 50%;
  margin-top: 10px;
}
#pages .tri .col {
  width: 32%;
}

#pages .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	text-align: left;
	color: #fafafa;
	font-size: 900px;
	line-height: 360px;
	z-index: -1;
}

#pages #rules .col {
  width: 45%;
  margin-right: 40px;
}
#pages #rules .col ul li  {
  clear: left;
  height: 100px;
}
#rules h1, 
#rules h2 {
	text-align: center;
	line-height: 1;	
}
#rules h1 {
	padding-top: 20px;	
}
#rules h2 {
	padding-bottom: 20px;
}
#pages #rules .col ul li .number {
  font-size: 30px;
  line-height: 15px;
  font-weight: bold;
  background-color: #000;
  color: #FFF;
  padding: 20px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  float: left;
  margin-right: 10px;
}
#pages #rules .col ul li .txt {
  padding-top: 0px;
}
#pages #rules .col ul li .txt.long {
  padding-top: 0px;
}
#pages #rules .col ul li .txt.short {
  padding-top: 20px;
}
#themes h1 {
	margin-bottom: 15px;	
}
#pages #themes h5 {
  color: #999;
  line-height: 1em;
}
#pages #themes .col ul li {
  margin-bottom: 15px;
}
#pages #themes .col.tight  {
  border-left: 1px dotted #999;
  padding-left: 20px;
  width: 32%;
}
#pages #themes .col.tight ul li {
  margin-bottom: 2px;
}
#pages #themes h5.flush {
  line-height: 0em;
  margin-bottom: 15px;
}

#pages #themes .col .entry,
#pages #stats .col .entry {
  clear: left;
  height: 99px;
}
#pages #stats .col .entry {
  border-bottom: 1px dotted #999;
  margin-bottom: 10px;
}
#pages #stats .col .entry:last-child {
  border-bottom: none;
}
#pages #themes .col .img,
#pages #stats .col .img {
  width: 75px;
  height: 75px;
  float: left;
}
#pages #themes .col .img img,
#pages #stats .col .img img {
  width: 100%;
  height: auto;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,.3);
}
#pages #themes .col .txt,
#pages #stats .col .txt {
  padding-left: 10px;
  float: left;
  width: 160px;
  font-style: italic;
}
#pages #themes .col .txt.short,
#pages #stats .col .txt.short {
	padding-top: 15px;	
}
#pages #stats .col .txt h4 {
  font-size: 1em;
  line-height: 1.3em;
}
#pages #stats .col .txt h5,
#pages #stats .col .txt h6 {
  font-style: normal;
  color: rgba(0,0,0,.4);
  line-height: 1.4em;
}
#pages #stats .col .txt
#pages #themes .col .txt.short,
#pages #stats .col .txt.short {
  padding-top: 15px;
}
#pages #submit .third {
  width: 300px;
  padding-right: 30px;
  margin-right: 20px;
  border-right: 1px dotted #999;
  float: left;
}
#pages #submit .submitted {
  border-right: none;
  margin-left: 37%;
}
#pages #submit .icon {
 font-size: 450px;
 line-height: 225px;
 height: 265px;
 overflow: hidden;
}
#pages #submit .form {
  width: 570px;
  float: left;
}
#pages #submit .form .col {
  width: 230px;
  float: left;
}
#pages #submit .form .coltwo {
  width: 320px;
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
#pages #submit dl {

}
#pages #submit dt,
body.inner dd,
body.inner .add dt {
  font-size: 12px;
  text-transform: uppercase;
}
label.error {
  color: #F00;
}
#pages #submit dd {
  margin-bottom: 7px;
}
input.textfield,
.modal input.textfield {
  padding: 4px;
  font-size: 15px;
  border: 1px solid #999;
}
.textarea,
.modal .textarea {
  height: 278px;
  font-family: Helvetica, Arial, sans-serif;
  width: 320px;
  font-size: 15px;
  padding: 4px;
  border: 1px solid #999;
}
input.button {
  display: inline-block;
  border: none;
  margin-top: 5px;
  padding: 8px 40px;
  background-color: #ccc;
  font-weight: bold;
  color: #FFF;
  cursor: pointer;

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;

  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;


}
input.button:hover {
 background-color: #FF2376;
 color: #FFF;
}
input.button:active {
 	
}

#pages #about .art {
  width: 380px;
  height: 380px;
  margin-left: 5px;
  margin-right: 20px;
  float: left;
  -webkit-box-shadow: 0px 0px  5px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px  5px rgba(0,0,0,.1);
  box-shadow: 0px 0px 5px rgba(0,0,0,.2);
}
#pages #about .art img {
	width: 100%;
	height: auto;	
}
#pages #about h4 {
  color: #999;
  text-transform: uppercase;
  margin-top: 29px;
}
#pages #about p {
  font-size: 30px;
}



/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* no mixes found */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.thenothing {
	text-align: center;	
	min-height: 400px;
}
.thenothing h3 {
	margin-top: 3px;
	font-weight: normal;
	color: #CCC;	
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* MIX CONTENT STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
#submissions {
  margin-top: 60px;
}
body.inner #submissions {
	margin-top: -200px;	
	position: relative;
	z-index: 6;
}
#submissions .col {
  width: 500px;
  position: relative;
}
#submissions .col.short {
  width: 370px;
  margin-left: 15px;
  padding-top: 80px;
}
#submissions .txt {
  padding-left: 6px;
}
#submissions h1,
#submissions h2,
.modal h1,
.modal h2 {
  line-height: 1.3em;
}
.modal h1 {
  font-size: 1.2em;
}
body.inner #submissions h1 {
	font-size: 2.7em;
	margin: 0;
	line-height: 1;	
}
body.inner #submissions h1.long {
	font-size: 1.7em;	
}
#submissions hgroup,
.modal hgroup {
  height: 65px;
}
#submissions h1.long {
	font-size: 1em;	
}
body.inner #submissions hgroup {
	min-height: 120px;	
}
.modal h1.long {
  font-size: 1.4em;
}
#submissions h2,
.modal h2 {
  color: #000;
  font-weight: normal;
  margin-top: 0px;
}
#submissions  article,
.modal article {
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
}
.modal article {
  margin-top: 0px;
  margin-bottom: 0px;
  position: realtive;
}
.modal article#comments {
  width: 440px;
  height: 81%;
  margin-left: 20px;
  padding-left: 0px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
#submissions .large article {
  width: 300px;
  height: 475px;
  overflow: hidden;
}
#submissions article .img,
.modal article .img {
  width: 300px;
  height: 300px;
  margin-bottom: 10px;
  position: relative;

  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.15);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.15);
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,.15);

  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

body.inner #submissions article .img,
body.inner #submissions article .img img {
  width: 500px;
  height: 500px;
}
.modal article .img img,
body.inner article .img img {
	width: 100%;
	height: auto;	
}

/*2013 additions */
.modal .bg {
	height: 30%;	
	overflow: hidden;
	position: relative;
	background-color: #FFF;
}
.modal .bg img {
	width: 100%;
	height: auto;	
	opacity: .5;
	margin-top: -50%;
}
.modal .bg:after {
	content:'';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 10px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.15) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.15)));
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.15) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#26000000',GradientType=0 );
}
.modal .col.coverimg {
	margin-top: -140px;	
}
.modal .col.mixinfo {
	margin-top: -120px;
	z-index: 20;	
}
.modal hgroup {
	height: 85px;	
}
.modal hgroup h1 {
	font-size: 2em;	
}
body.inner #submissions a.button,
.modal ul.options li a.button {
	display: block;
	background-color: #ccc;
	color: #FFF;
	border-radius: 6px;
	padding: 15px 6px;
	margin-bottom: 6px;
	text-align: center;
	font-size: 1.5em;	
	text-transform: uppercase;
	font-weight: normal;
	text-shadow: none;
}
body.inner #submissions ul.options li a span,
.modal ul.options li a.button span {
	top: 3px;	
}

body.inner #submissions a.button:hover,
.modal ul.options li a.button:hover {
	background-color: #ff2376;
	color: #FFF;	
}
.modal .tabs {
	
}
.modal .tabs ul {
	list-style: none;	
}
.modal .tabs li {
	display: block;
	float: left;	
}
.modal .tabs li a {
	display: block;
	padding: 5px 30px;
	border-radius: 3px 3px 0px 0px;
	color: #000;
}
.modal .tabs li a.active {
	background-color: #FFF;	
	color: #ff2376;
}
.modal .tabs li a span {
	font-size: 30px;
	position: relative;
	top: 3px;	
}


/* CRAZY DROPSHADOW! */
#submissions .img:before,
#submissions .img:after,
.modal article .img:before,
.modal article .img:after {
  content:"";
  z-index:-2;
  position: absolute;
}
#submissions .img:before,
#submissions .img:after,
.modal article .img:before
.modal article .img:after {
     

}
#submissions .img:after,
.modal article .img:after {

        }
#submissions .img:hover,
.modal article .img:hover  {
  /*-webkit-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 20px rgba(0, 0, 0, 0.1);*/
  -webkit-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
  -moz-box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);
  box-shadow: 0px 0px 3px 3px rgba(0,0,0,.1);

}
#submissions .regular {
  padding-top: 40px;
  /* border-top: 1px dotted #999; */
}
#submissions .hr {
  border-top: 1px dotted #999;
  clear: both;
  margin-top: 10px;
}
#submissions .regular article {
  width: 220px;
  height: 375px;
}
#submissions .regular .img {
  width: 220px;
  height: 220px;
  margin-right: 10px;
}
#submissions .regular img {
  width: 220px;
  height: 220px;
}
/* END CRAZY DROPSHADOW! */
#submissions article.edge {
  margin-right: 0px;
}
#submissions ul.options {
  margin-top: 35px;
}
body.inner #submissions ul.options {
	margin-top: 50px;	
}
#submissions ul.options li,
.modal ul.options li {
  line-height: 1em;
  margin-top: 6px;
  font-size: 13px;
  margin-bottom: 14px;
}
#submissions ul.options li a,
.modal ul.options li a  {
  padding-top: 3px;
  padding-bottom: 5px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
#submissions ul.options li a .icon,
.modal ul.options li a .icon {
	font-size: 40px;
	position: relative;
	top: 6px;
}
#submissions ul.options li a:hover,
.modal ul.options li a:hover {
  color: #000;
}
body.inner .textfield,
body.inner .textarea {
  width: 100%;
}
body.inner #submissions article.wide {
	width: 80%;
	margin: 0 auto;
	float: none;
	text-align: left;
	border-top: 1px solid #999;
	margin-top: 20px;
	padding-top: 20px;	
}
body.inner #submissions .commentshold .short {
	width: 50%;
	float: left;	
}
body.inner #submissions .commentshold .first input {
	width: 96%;
}

/* MODALS */
#dimmer-wrapper {
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100001;
	 visibility: visible;
}
#dimmer {
   background-color: #000;
   width: 100%;
    height: 100%;
	top: 0;
    left: 0;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: fixed;
}
.modal {
  width: 100%;
  
  background-color: #FFF;
  display: block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7);
 position: realtive;
  -moz-box-shadow: 0px 0px 13px rgba(0,0,0,.3);
  box-shadow: 0px 0px 13px rgba(0,0,0,.3);
}
.modal.details {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 80%;
  margin: -5000px 0 0 0;
  z-index: 100003;
  overflow: hidden;
}
.modal .loader {
  width: 100%;
  margin: 0px auto 0 auto;
  text-align: center;
  padding-top: 20px;
  margin-top: -500px;
}
.modal .loader h1 {
  display:block;
  text-indent: -9999px;
  width: 64px;
  height: 64px;
  margin: 0 auto;
  background: url(_img/modal-loader.gif) no-repeat;
}
.modal .txt {

}
.modal .txt ul.options li a {

}
.modal .add,
body.inner .add {
  margin-top: 15px;
  padding-bottom: 180px;
  border-top: 1px dotted #999;
}
body.inner .add {
  padding-left: 0px;
  padding-top: 15px;
}
.modal .add .short {
  float: left;
  width: 45%;
  margin-right: 10px;
}
.modal .add .short .textfield {
  width: 175px;
}
.modal .add .wide {
  width: 100%;
  clear: left;
}
.modal .add .wide input,
.modal .add .wide textarea {
  width: 377px;
}
.modal .add .wide textarea,
body.inner .add textarea {
  height: 90px;
}
.modal .commentshold,
.modal .infohold {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
}
.modal .infohold {
  display: none;
  height: 81%;
}
.modal .add dt,
.modal .list dd,
body.inner dd,
body.inner .add dt {
  font-size: .7em;
  color: #999;
  font-weight: bold;
  text-transform: uppercase;
}
.modal .list dt,
body.inner .list dt  {
  border-top: 1px dotted #CCC;
  padding-top: 10px;
}
.modal .list dt:first-child,
body.inner .list dt:first-child {
  border-top: none;
}
.modal dd,
body.inner dd {
  margin-bottom: 10px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* site closed */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

#closed {
  width: 922px;
  margin: 20px 0 20px 0;
  text-align: center;
  border: 10px solid #333;
  position: relative;
  border-radius: 0px 0px 20px 20px;
}
#closed:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 50%;
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #333;	
}
#closed hgroup {
  padding: 20px;
  line-height: 1em;
}
#closed hgroup h1 {
  line-height: 1em;
  font-size: 3em;
}
#closed h3 {
	font-weight: normal;
	color: #999;
	width: 70%;
	margin: 0 auto;	
}
footer {
  font-size: .7em;
  line-height: 1.5em;
  text-align: left;
  color: #bbb;
  border-top: 1px solid #bbb;
  padding: 10px 0 40px 0;
  margin-top: 40px;

}
footer .contained {
	margin: 0 auto;
	padding: 10px 0 10px 0;	
}
footer a {
	color: #bbb;	
}
footer a:hover {
	color: #ff2376;
}	
footer h4 {
	font-size: 15px;
	margin-bottom: 0px;	
}
footer h5 {
	font-size: 12px;
	width: 45%;
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}
footer .duo,
footer .trio {
	margin: 20px 0;
	border-top: 1px dotted #bbb;
	padding-top: 20px;	
	text-align: left;
}

footer .trio .col {
	width: 33%;
	float: left;	
}
footer .duo .col {
	width: 50%;
	float: left;	
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* misc bs */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
ol.tracklist {
	list-style-type: decimal-leading-zero;
	list-style-position: inside;
	font-size: 13px;	
}
ol.tracklist li {
	line-height: 1.6em;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* PC FIXES */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.win nav .icon {
	display: none;
}
.win .icon {
	line-height: 0;	
}
.win header {
	height: 20%;	
}


/*		Tablet Layout: 768px.   */
@media only screen and (min-width: 768px) and (max-width: 991px) {
	header {
		width: auto;	
	}
	header .video {
		width: auto;	
	}
	header .embed iframe {
		display: none;	
	}
	header .embed img {
		display: block;
		margin-top: -10%;	
	}
	.contained {
		width: auto;
		padding: 0;	
	}
	#pages {
		width: 90%;
		margin: 80px auto 0 auto;
		overflow: hidden;
	}
	#pages .mask {
		
	}
	#pages article {
			
	}
	#pages #rules .col.rightest {
		margin-right: 0;	
	}
	#pages #themes .col .txt {
		width: auto;	
		font-size: 14px;
	}
	#pages #submit .third {
		width: 30%;	
	}
	#pages #submit .form {
		width: 65%;	
	}
	#pages #submit .form .col {
		width: 40%;	
	}
	#pages #submit .form .coltwo {
		width: 40%;	
	}
	#pages #submit textarea {
		width: 100%;	
	}
	#pages #submit h1 {
		font-size: 20px;
		line-height: 25px;	
	}
	#pages #submit .icon {
		font-size: 300px;	
	}
	#themes h1 {
		font-size: 20px;	
		line-height: 25px;
	}
	#content {
		padding: 0;
	}	
	#submissions {
		margin: 30px;	
	}
	#submissions article {
		margin-right: 0;
		padding: 10px;	
	}
	#submissions article .img,
	#submissions .regular .img,
	#submissions .large .img {
		width: 100%;
		height: auto;	
		box-shadow: none;
		margin: 0;
	}
	#submissions article .img a {
		display: block;		
	}
	#submissions article .img img {
		width: 100%;
		height: auto;	
	}
	#submissions .regular hgroup {
		height: 40px;	
	}
	#submissions .regular h1 {
		font-size: 18px;	
	}
	#submissions .regular h2 {
		font-size: 14px;	
	}
	#submissions .large article {
		width: 33.33%;	
		height: auto;
		margin: 0;
	}
	#submissions .regular article { 
		width: 25%;
		height: auto;	
	}
	footer .contained {
		padding: 10px 30px;	
	}
	
	
	
	body.inner .contained {
		width: auto;	
	}
	body.inner #submissions .col {
		width: 50%;	
	}
	body.inner #submissions article .img {
		width: auto;
		height: auto;	
	}
	body.inner #submissions article .img img {
		width: 100%;
		height: auto;	
	}
	#submissions .col.short {
		margin-left: 0;	
	}
	
}
/*		Mobile Layout: 320px.   */

@media only screen and (max-width: 767px) {
	body {
		
	}
	h1, h2, h3, h4, h5 {
		font-family: sans-serif; 	
	}
	header {
		width: auto;	
	}
	header .video {
		width: auto;	
	}
	header .embed iframe {
		display: none;	
	}
	header .embed img {
		display: block;
		margin-top: -10%;	
	}
	header h1 {
		padding-top: 10%;	
	}
	header h1 a img {
		width: 90%;
		height: auto;	
	}
	
	#pages {
		width: 95%;
		margin: 100px auto 0 auto;
		overflow: hidden;
	}
	#pages .mask {
		
	}
	#pages article {
			
	}
	#pages #rules .col {
		width: auto;
		margin: 0;	
	}
	#pages #rules .col ul li {
		height: 70px;
		font-size: 13px;	
		line-height: 15px;
	}
	#pages #rules .col ul li .number {
		font-size: 10px;
		padding: 10px 15px;
			
	}
	#themes h1 {
		font-size: 18px;	
		line-height: 20px;
	}
	#pages .tri .col {
		width: 50%;
		font-size: 13px;	
		line-height: 15px;
	}
	#pages #themes .col.tight {
		display: none;	
	}
	#pages #submit .third {
		float: none;
		width: auto;	
		margin: 0 0 10px 0;
		padding: 0;
		border-right: none;
	}
	#pages #submit .third h1 {
		font-size: 16px;
		line-height: 20px;	
	}
	#pages #submit .icon {
		display: none;	
	}
	#pages #submit .form .col {
		width: auto;
		margin: 0;
		float: none;	
	}
	#pages #submit dt {
		float: left;
		margin-left: 10px;	
	}
	#pages #submit dt label {
		width: 100px;
		overflow: hidden;
		display: block;	
	}
	#pages #submit dt label.wide {
		width: 200px;	
	}
	#pages textarea {
		height: 50px;
		width: 88%;
	}
	#pages #submit dd.right {
		float: none;	
	}
	
	
	#content {
		padding: 0;	
	}
	.contained {
		width: auto;	
		padding: 0;
	}
	nav ul {
		width: 100%;	
	}
	nav ul li {
		width: 33%;	
	}
	nav ul li a {
		width: auto;
		padding: 0;	
		height: 100px;
		padding-left: 10px;
	}
	nav ul li a .icon {
		font-size: 70px;	
		float: none;
	}
	nav ul li a .txt {
		float: none;	
		font-size: 14px;
		font-family: sans-serif; 
	}
	#submissions {
		margin: 20px 0 0 0;	
	}
	#submissions article {
		margin-right: 0;
		padding: 10px;	
		float: none;
		width: auto;
	}
	#submissions article .img,
	#submissions .regular .img,
	#submissions .large .img {
		width: 100%;
		height: auto;	
		box-shadow: none;
		margin: 0;
	}
	#submissions article .img a {
		display: block;		
	}
	#submissions article .img img {
		width: 100%;
		height: auto;	
	}
	#submissions .regular hgroup {
		height: 40px;	
	}
	#submissions .regular h1 {
		font-size: 18px;	
	}
	#submissions .regular h2 {
		font-size: 14px;	
	}
	#submissions .large article {
		width: auto;
		height: auto;
		margin: 0;
	}
	#submissions .regular article { 
		width: auto;
		height: auto;	
	}
	footer .contained {
		padding: 10px 30px;	
	}
	footer h5 {
		width: auto;	
	}
	footer .trio .col {
		width: auto;
		float: none;
		margin-top: 10px;	
	}
	
	body.inner header {
		height: 120px;	
	}
	body.inner #container {
		margin-top: -50px;
	}
	body.inner .contained {
		width: auto;	
	}
	body.inner #submissions {
		margin-top: 0;	
	}
	body.inner #submissions hgroup {
		height: auto;
	}
	body.inner #submissions article {
		margin-bottom: 0;	
	}
	body.inner #submissions .col {
		width: auto;	
	}
	body.inner #submissions article .img {
		width: auto;
		height: auto;	
	}
	body.inner #submissions article .img img {
		width: 100%;
		height: auto;	
	}
	#submissions .col.short {
		margin-left: 0;	
		padding-top: 0;
	}
	body.inner #submissions hgroup {
		min-height: 0;	
	}
	body.inner #submissions ul.options {
		margin-top: 10px;	
	}
	body.inner #submissions article.wide {
		width: auto;	
	}
	body.inner label {
		font-family: sans-serif;	
	}
	
	
	
}