
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';
}
.hidden {
  display: none !important;
}

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;
}

.darkblue {
  background: #262a34;
  color: #f1f1f1;
}
/* 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;}

.fullwidth {
  max-width: auto;
}


/* HEADER */
header {
  background-color: #000;
  position: relative;
}
header:before {
  content: '';
  display: block;
  height: 30px;
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.25) 0%, rgba(0,0,0,0) 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.25)), color-stop(100%,rgba(0,0,0,0))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* IE10+ */
  background: linear-gradient(to bottom,  rgba(0,0,0,0.25) 0%,rgba(0,0,0,0) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#40000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 1;
}
nav {
  padding-top: 0px;
}
nav ul li {
  display: inline;
}
nav ul li a {
  display: block;
  float: left;
  text-align: left;
  width: 140px;
  overflow: hidden;
  font-size: 14px;
  line-height: 14px;
  color: #FFF;
  padding: 10px;
  border-right: 1px dotted rgba(255,255,255,.3);
  position: relative;
  z-index: 100;
}
nav ul li.icon-only a {
  width: 40px;
  text-align: center;
  padding-bottom: 18px;
}
nav a:hover {
  color: #ff2376;
}
nav ul li:last-child a {
  border-right: none;
}
nav ul li a .icon {
  font-size: 40px;
  line-height: 20px;
  margin-right: 5px;
  float: left;
  display: block;
  vertical-align: top;
}
nav ul li a span {
  font-size: .6em;
  display: block;
  text-transform: uppercase;
}
nav ul li a.active {
  background: #262a34;
  color: #FFF;
  border-right: 1px solid #262a34;
}


#container {

}
#content {


}

#pages {
  text-align: left;
  overflow: hidden;
  width: 910px;
  height: 1px;
  margin: 0 auto;
}
#pages.open {
  height: 440px;
}
#pages .mask {
  width: 6000px;
  height: 420px;
}
#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 .row {

}

#pages article.page {
  height: 380px;
  width: 910px;
  float: left;
  position: relative;
  padding: 10px;
}
#pages article.page h1,
#pages article.page h2,
#pages article.page h3 {
    color: #FFF;
    text-align: left;
    line-height: 1;
}
#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 ul {
  margin-top: 20px;
}
#pages #rules ul li  {
  clear: left;
  height: 100px;
}

article.page h1 {
	padding-top: 20px;
  font-size: 40px;
}
article.page h2 {
	padding-bottom: 20px;
  font-size: 22px;
}
#pages #rules  .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  .txt {
  padding-top: 0px;
}
#pages #rules .txt.long {
  padding-top: 0px;
}
#pages #rules .txt.short {
  padding-top: 20px;
}
#themes h1 {
	margin-bottom: 10px;
}
#pages #themes h5 {
  color: #999;
  line-height: 1em;
  font-size: 12px;
  margin: 0;
}
#pages #themes ul li {
  margin-bottom: 15px;
}
#pages #themes .border-left {
  border-left: 1px dotted #999;

}
#pages .rotator {
  position: relative;
  height: 256px;
}
#pages .rotator .entry {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
#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 .row {

}
#pages #submit .submitted {
  border-right: none;

}
#pages #submit .icon {
 font-size: 130px;
 line-height: 1;
 float: left;
 overflow: hidden;
 margin-right: 20px;
}


#pages #submit dl {

}
#pages #submit h3 {
  padding-top: 30px;
}
#pages #submit dt label,
body.inner dd,
body.inner .add dt {
  font-size: 12px;
  text-transform: uppercase;
  color: #f1f1f1;
}
label.error {
  color: #F00 !important;
}
#pages #submit dd {
  margin-bottom: 7px;
}
#pages #submit .button:actie {
  color: #000;
}
input.textfield,
.modal input.textfield {
  padding: 4px;
  font-size: 15px;
  border: 1px solid #999;
}
.textarea,
.modal .textarea {
  -webkit-appearance: none;
  font-family: Helvetica, Arial, sans-serif;
  height: 180px;
  font-size: 15px;
  padding: 4px;
  border: 1px solid #999;
}
input.button,
a.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,
.button:hover {
 background-color: #FF2376;
 color: #FFF;
}
input.button:active {

}
a.button {
  display: block;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

#pages #about .art {
  padding-top: 30px;
  -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;
  font-size: 14px;
  margin: 15px 0 0 0;
  text-transform: uppercase;
}
#pages #about p {
  font-size: 30px;
  line-height: 1;
}
#pages #about a:hover {
  color: #FFF;
}
#pages #stats .row {
  margin-bottom: 30px;
}
#stats .entry {
  clear: both;
  height: 100px;
  margin-bottom: 20px;
}
#pages #stats .img {
  width: 100px;
  float: left;
  margin-right: 10px;
}
#pages #stats h4 {
  color: #fff;
  line-height: 1.5em;
  font-size: 15px;
}
#pages #stats h5 {
  color: #adadad;
  line-height: 1;
  font-size: 13px;
}
#pages #stats h6 {
  color: #adadad;
  line-height: 1;
  font-size: 13px;
}
#pages #stats .percolating {
  padding-top: 200px;
}

#pages  .topper {
  border-bottom: 1px dotted #f1f1f1;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#pages .icon {
  font-size: 30px;
}

#pages .columns.img  {
  padding-right: 0px;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* no mixes found */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
.thenothing {
  border-top: 1px solid rgba(255,255,255,.3);
  border-bottom: 1px solid rgba(255,255,255,.3);
	text-align: center;
	 padding-bottom: 200px;
  padding-top: 200px;
}
.thenothing h3 {
	margin-top: 3px;
	font-weight: normal;
	color: #CCC;
}
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* MIX CONTENT STARTS HERE */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
#submissions {
  margin-top: 0px;
  /*background-color: #262a34;*/
  background-color: #FFF;
}
#submissions .row.fullwidth {
  max-width: 100%;
}
#submissions .row.featurespots {
  border-bottom: 3px solid #CCC;
}


#submissions .txt {
  padding-left: 6px;
}
#submissions h1,
#submissions h2,
.modal h1,
.modal h2 {
  line-height: 1.3em;
  font-size: 34px;
font-weight: bold;
  color: #000;
}


#submissions hgroup,
.modal hgroup {
  margin-bottom: 20px;
  padding-botom: 10px;
}
#submissions h1 {
  font-size: 34px;
  font-weight: bold;
}
#submissions .large {
  background-color: #262a34;
}
#submissions .large h1 a {
  color: #FFF;
  text-decoration: none;
}
#submissions .large h1 a:hover {
  opacity: .8;
}
#submissions .large h1 {
    padding-top: 0px;
    line-height: 1;
    color: #FFF;
    text-shadow: 0px 0px 1px rgba(0,0,0,.3);
}
#submissions h2 span.icon {
  display:inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  margin-top: 0px;
  position: relative;
  top: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1;
  padding: 0;

  overflow: hidden;
}
#submissions h2 span.icon img {
  width: 100%;
  height: auto;
}


#submissions h2,
.modal h2 {
  font-size: 22px;
  font-weight: normal;
  opacity: .6;
  margin-top: 0px;
  color: rgba(255,255,255,.7);
}
/*
.modal article#comments {
  width: 440px;
  height: 81%;
  margin-left: 20px;
  padding-left: 0px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
}
*/

#submissions .large {
  position: relative;
  border-bottom: 3px solid #FFF;
}
#submissions .large li {
  position: relative;
  padding-bottom: 0px;
}
#submissions .large li .row {
  z-index: 10;
  max-width: 63.4em;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
}
#submissions .large li .row.bordered {
border-bottom: 1px solid rgba(255,255,255,.2);
  padding-bottom: 40px;
}
#submissions .large li .row.bordered.nopad {
  padding-top: 0px;
}
#submissions .large .bg {
  position: absolute;

  z-index: 5;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


#submissions .large .bg .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  margin-top: -10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
   -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
#submissions .large .bg .img:before {
  content:'';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262a34;
  opacity: .3;

}

/*

LARGE

*/
#submissions .embed {
  margin-top: 30px;
}
#submissions .embed div,
#submissions .embed p {
  display: none !important;
}
#submissions .embed iframe {
  height: 100px;
  width: 100%;
}
#submissions .large .linkz {
  padding-top: 60px;
}

#submissions .large .linkz a {
  color: #FFF;
}
#submissions .large .linkz a:hover {
  color: #ff2376;
}

#submissions .large .desc {
  text-shadow: 0px 0px 1px rgba(0,0,0,.3);
}


/*

REGULAR

*/

#submissions .regular {
  padding-top: 60px;
}
#submissions .regular .img a {
  display: block;
}
#submissions .regular .img a img {
  width: 100%;
  height: auto;
}
#submissions .regular hgroup {
  padding-left: 10px;
}
#submissions .regular h1 {
  font-size :22px;
  line-height: 1;
  margin: 10px 0 10px 0;
}
#submissions .regular h2 {
  font-size: 16px;
  opacity: .5;
  color: #000;
}
#submissions .regular ul {
  margin: 0;
  padding: 0;
}
#submissions .regular h1 a {
  color: #000;
}
#submissions .regular h1 a:hover {
   color: #ff2376;
}
#submissions .regular ul a {
  color: #000;
  opacity: .5;
}
#submissions .regular ul a:hover {
  color: #ff2376;
  opacity: 1;
}
#submissions .regular .desc {
  display: none;
}
/*}
#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 {
  /*margin-top: -200px;
  position: relative;
  z-index: 6;*/
}


/*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;

	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,
body.inner ul.options li a.button:hover {
	background-color: #ff2376;
	color: #FFF;
}


/* CRAZY DROPSHADOW!
.modal .img a {
  display: block;
}
.modal .img a img {
  width: 100%;
  height: auto;
}
.modal article .img:before,
.modal article .img:after {
  content:"";
  z-index:-2;
  position: absolute;
}
.modal article .img:before
.modal article .img:after {


}
.modal article .img:after {

        }
.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! */















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,
body.inner ul.options li a  {
  padding-top: 3px;
  padding-bottom: 5px;
  -webkit-transition: all .1s ease;
  -moz-transition: all .1s ease;
  -o-transition: all .1s ease;
  transition: all .1s ease;
}
#submissions ul.options li a .icon,
.modal ul.options li a .icon,
.body.inner ul.options li a  {
	font-size: 40px;
	position: relative;
	top: 6px;
}
#submissions ul.options li a:hover,
.modal ul.options li a:hover {

}



/*
INNER PAGE
*/
body.inner .row.fullwidth {
  max-width: 100%;
}
body.inner header {
  background: #262a34;
  height: 300px;
  padding-top: 20px;
}
body.inner header .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
   -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -o-filter: blur(25px);
  -ms-filter: blur(25px);
  filter: blur(25px);
}
body.inner header .image:before {
  content:'';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #262a34;
  opacity: .3;

}
body.inner header .overlay {

}
body.inner header h1 {
  width: 300px;
  margin: 0 auto;
}
body.inner #submissions {
  position: relative;
  top: -150px;
  background-color: transparent;
}
body.inner .coverart img {
  width: 100%;
  height: auto;
}
body.inner .infocol {
  padding-top: 170px;
  color: #000;
}
body.inner #submissions h1 {
  font-size: 40px;
  margin: 0;
  line-height: 1;
}
body.inner #submissions h2 {
  color: rgba(0,0,0,.7);
}
body.inner #submissions h1.long {

}


.modal article .img img {
  width: 100%;
  height: auto;
}



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%;
  color: #000;
  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;
  right: -320px;
  top: 0;
  width: 320px;
  height: 100%;
  margin: 0;
  z-index: 100003;
  overflow-x: hidden;
  overflow-y: scroll;
}
.modal.details .img {
  padding-top: 0.9375em;
}
.modal hgroup {
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom: 1px solid #ccc;
}
.modal h1 {
  line-height: 1.3em;
  margin: 0 0 5px 0;
  font-size: 18px;
}
.modal h2 {
  font-size: 14px;
  color: #000;
  opacity: .5;
}

.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;
  opacity: .3;
}
.modal .tabs li a:hover {
  opacity: 1;
}
.modal .tabs li a.active {
  background-color: #FFF;
  color: #000;
  opacity: 1;
}
.modal .tabs li a span {
  font-size: 30px;
  position: relative;
  top: 3px;
}

.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-top: 20px;
  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: 100%
}
.modal .add .wide textarea,
body.inner .add textarea {
  height: 90px;
}
.modal label {
  font-size: 12px;
text-transform: uppercase;
}
/*
.modal .commentshold,
.modal .infohold {
  height: 100%;
  overflow: auto;
  padding-right: 10px;
  padding-left: 10px;
  padding-top: 20px;
}
*/
.modal .infohold {
  display: none;
  padding-bottom: 100px;
}
.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;
  font-weight: normal;
  color: #000;
}
.modal .list dt:first-child,
body.inner .list dt:first-child {
  border-top: none;
}
.modal dd,
body.inner dd {
  margin-bottom: 10px;
}
.modal .list dd a:hover {
  color: #000;
}

/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* site closed */
/* ------------------------------------------------------------------------------------------------------------------------------------------------ */

#closed {
  background-color: #000;
}
#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 {
  width: 500px;
  margin: 0 auto;
  color: #FFF;
  padding: 40px 0;
}
#closed hgroup h1 {
  line-height: 1em;
  font-size: 1.5em;
  color: #FFF;
}
#closed hgroup h2 {
  font-size: 1em;
  color: #FFF;
}
#closed h3 {
	font-weight: normal;
	color: #d3d3d3;
	margin: 0 auto;
  font-size: 14px;
}
footer {
  line-height: 1.5em;
  text-align: left;
  color: #fafafa;
  border-top: 1px solid #bbb;
  padding-top: 40px;
  padding-bottom: 100px;
  background-color: #000;

}

footer a {
	color: #bbb;
}
footer a:hover {
	color: #ff2376;
}
footer h4 {
	font-size: 15px;
	margin-bottom: 0px;
  color: #fafafa;
}
footer h5 {
	font-size: 12px;
	width: 80%;
  color: #fafafa;
	margin: 10px 0;
	text-align: left;
	font-weight: normal;
}
footer h6 {
  color: #bbb;
  font-size: 12px;
  margin-bottom: 0;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------ */
/* 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 {
		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;
	}

  /*
	#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;
	}
  */


}