/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, strong, u, i, center,
dl, dt, dd, ol ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	overflow-x: hidden;
}
ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

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


@font-face {
    font-family: 'BebasRegular';
    src: url('BEBAS___-webfont.eot');
    src: url('BEBAS___-webfont.eot?#iefix') format('embedded-opentype'),
         url('BEBAS___-webfont.woff') format('woff'),
         url('BEBAS___-webfont.ttf') format('truetype'),
         url('BEBAS___-webfont.svg#BebasRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
	background: #000 url('i/ink-bg.jpg') center -150px no-repeat;
	text-align: center;
	line-height: 1.5;
	padding-top: 25px;
	font-family: "BebasRegular", "Helvetica Neue", Helvetica, sans-serif;
	color: white;
	word-spacing: 3px;
}

.c {
	width: 450px;
	margin: 10px auto;
	padding: 25px 0;
	text-align: left;
}
.cw {
	width: 720px;
	margin: 20px auto;
}
.cws {
	width: 80%;
	margin: 0px auto;
}


#finalists .fifty {
	padding: 1%;
}

.fourth {
	width: 25%;
	padding: 1%;
	float: left;
}
.video {
	margin: 25px 0;
}
img {
	max-width: 100%;
	height: auto;
}

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

#movinglogo {
	cursor: pointer;
}

#header {
	text-align: center;
	position: relative;
	width: 1140px;
	margin: 0px auto;
}

#leftmenu {
	position: absolute;
	left: 50%;
	top: 23%;
	margin-left: -40%;
	margin-top: -30px;
	text-align: right;
}
#rightmenu {
	position: absolute;
	right: 50%;
	top: 23%;
	margin-top: -30px;
	margin-right: -35%;
	text-align: left;
}
.menu {
	text-transform: uppercase;
	font-size: 36px;
}
.menu li {
	margin: 50px 0;
	display: block;
}
.menu a  {
	background: white;
	padding: 3px 10px 5px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
        	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
	
}
.menu a.active {
	color: #FB0201;
}

#leftmenu li:first-child {
	-webkit-transform: rotate(4deg);
	-moz-transform: rotate(4deg);
	-o-transform: rotate(4deg);
	opacity: .5;
	cursor: default !important;
}

#leftmenu li:nth-child(2) {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}

#rightmenu li:first-child {
	-webkit-transform: rotate(-4deg);
	-moz-transform: rotate(-4deg);
	-o-transform: rotate(-4deg);
	font-size: 24px;
}

#rightmenu li:nth-child(2) {
	font-size: 18px;
}
#rightmenu li:last-child {
	-webkit-transform: rotate(2deg);
	-moz-transform: rotate(2deg);
	-o-transform: rotate(2deg);
	margin-top: -10px;	
	font-size: 18px;
}

h1 {
	font-size: 36px;
}
p {
	margin: 10px 0;	
	font-family: "Helvetica Neue", Arial, sans-serif;
}
p strong {
	font-size: 18px;
	font-weight: bold;
	color: black;
}

a {
	text-decoration: none;
	color: black;
}
.headline span {
	background: white;
	color: black;
	padding: 2px 10px 5px;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
        	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
        	line-height: 20px;
}

h2.headline {
	margin-bottom: 10px;
	margin-top: 10px;
}
h1.headline {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	margin-bottom: 10px;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	margin: 20px 0;
	text-align: center;
	line-height: 16px;
	
}
h1.headline span {
	color: #00ABFF;
}
div.headline {
	-webkit-transform: rotate(-1deg);
	-moz-transform: rotate(-1deg);
	-o-transform: rotate(-1deg);
	margin-bottom: 10px;
	z-index: 10;
	position: relative;
	text-transform: uppercase;
	margin: 20px 0;
	text-align: center;
}

#submissions {
	position: relative;
}
#current-submissions {
	font-size: 12px;
	font-family: Arial, sans-serif;
	margin-top: 40px;
	display: none;
	width: 100%;
}
#submissions-wrapper {
	max-height: 400px;
	overflow-y: auto;
	width: auto;;
}
#current-submissions th {
	font-family: "BebasRegular";
}

h1.ar {
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
	
}
p.headline,
h3.headline {
	margin: 0;
	-webkit-transform: rotate(1deg);
	-moz-transform: rotate(1deg);
	-o-transform: rotate(1deg);
}

.al {
	-webkit-transform: rotate(-1deg) !important;
	-moz-transform: rotate(-1deg) !important;
	-o-transform: rotate(-1deg) !important;
}

h3.headline {
	color: black;
}

#likes iframe {
	display: inline;
}

#content {
	padding: 35px 0;
}

#promovideo {
	border: 10px solid white;
	-webkit-box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
        	box-shadow:  0px 0px 3px 0px rgba(0, 0, 0, .2);
	
}

#ss-form {
	width: 100%;
	margin: 0px auto;
	text-align: left;
	line-height: 1.3;
	
}
#ss-form label {
	display: block;
	text-transform: uppercase;
	padding-bottom: 5px;
}
#ss-form input[type="text"],
#ss-form textarea {
	background: white;
	background: rgba(255,255,255,.9);
	border: 1px solid #6D6E70;
	clear: both;
	width:100%;
	padding: 10px;
	font-size: 13px;
}
#ss-form input[type="submit"] {
	display: block;
	padding: 10px 20px;
	background: black;
	color: white;
	border: none;
	width: 50%;
	margin: 0px auto;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 16px;
	cursor:pointer;
	-webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
	
}

.ss-choices li {
	text-align: left;
	word-spacing: .2em;
}

.ss-q-title {
	width: 50%;
	display: block;
}

input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}

 
input[type=text]:focus, textarea:focus,
input[type=submit]:hover {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

.entrynum {
	position: absolute;
	display: none;
	background: #ffffff;
	right: 20px;
	height: 30px;
	top: 50%;
	font-size: 18px;
	line-height: 24px;
	padding: 5px 10px;
	margin-top: -15px;
	padding-left: 0;
	cursor: pointer;
	opacity: .5;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
.entrynum:hover,
.entrynum.active {
	opacity: 1;
}
.entrynum:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.entrynum:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 15px;
	top: 50%;
	margin-top: -15px;
}
.entrynum.active {
	opacity: 1;
}

.vid {
	width: 48%;
	margin: 1%;
	float: left;
}
.laurel {
	width: 50%;
	height: auto;
	margin: 0px auto;
}



#ss-form {
line-height: 1;
	
}

.ss-secondary-text {
	padding-top: 5px;
}

.ss-q-title {
	display: inline;
	word-spacing: .2em;
}
.ss-q-help {
	float: right;
	margin-left: 10px;
	font-size: 12px;
	color: #6D6E70;
}
.ss-form-entry {
	margin: 20px 0;	
}
.fifty .ss-form-entry {
	margin: 0 0 20px;
}

.ss-required-asterisk {
	color: red;
}
.fifty {
	float: left;
	width: 50%;
	padding-right: 2%;
}
.l {
	padding-right: 0;
}

ol {
	width: 450px;
	text-align: left;
	margin: 20px auto;
}
#guidelines li {
	margin: 10px 0;
}
#footer {
	text-align: center;
}

@media screen and (max-width: 980px) {
	#header {
		width: 100%;
	}
	.c {
		width: 90%;
	}
	ol, #ss-form {
		width: 80%;
	}
}