/*-----FONTS------
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700,800,300);
@import url(http://fonts.googleapis.com/css?family=Six+Caps);
*/

/*-----NORMALIZE------*/
article, aside, details, figcaption, figure, footer, header, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline;
  zoom: 1;
}

audio:not([controls]) {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

html, button, input, select, textarea {
  font-family: sans-serif;
  color: #222;
}

title {
  text-transform: capitalize;
}

body {
  margin: 0;
  font-size: 1em;
  line-height: 1.4;
}

a:hover, a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

ol li {
  margin: 10px 0;
}

ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

pre, code, kbd, samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before, q:after {
  content: none;
}

small {
  font-size: 85%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

ul, ol {
  margin: 1em 0;
  padding: 0 0 0 40px;
}

dd {
  margin: 0 0 0 40px;
}

nav ul, nav ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

.padding {
  padding: 10px;
}

legend {
  border: 0;
  padding: 0;
  white-space: normal;
  margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: middle;
}

button, input {
  line-height: normal;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
  overflow: visible;
}

button[disabled], input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
  width: 13px;
  height: 13px;
}

input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

.chromeframe {
  margin: .2em 0;
  background: #ccc;
  color: #000;
  padding: .2em 0;
}

img, object, video {
  max-width: 100%;
  height: auto;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

p {
  margin: 0;
}

html {
  overflow: scroll;
}

/*-----Defaults-----*/
body {
  font-family: 'Trebuchet MS', sans-serif;
  background-image: none;
  background-color: #E8E8E8;
  font-size: .9em;
}

a {
  color: #952C76;
  text-decoration: none;
}

a:visited {
  color: #b04096;
  text-decoration: none;
}

a:hover {
  color: #95647f;
  text-decoration: underline;
}

a:active {
  color: #952C76;
  text-decoration: underline;
}

a:focus {
  color: #952C76;
  text-decoration: underline;
}

img {
  border: none 0;
}

body {
  color: #6e6e6e;
  background-color: #EEEEEE;
}

.greenstep {
  color: #AEAEAE;
}

p, h1, h2, h3, h4 {
  margin: 0 0 10px 0;
}

h1, h2, h3 {
  color: #000;
  font-weight: normal;
  font-family: 'Trebuchet MS', serif;
  line-height: normal;
  text-transform: uppercase;
}

h1 {
  font-size: 1.4em;
}

h2 {
  font-size: 1.3em;
  clear: both;
}

h3 {
  font-size: 1.2em;
  margin: 20px 0 5px;
  clear: both;
}

h4 {
  font-size: 1.1em;
  font-weight: normal;
}

hr {
  border: none;
  border-bottom: solid 1px #AEAEAE;
}

/*-----Forms-----*/
input[type=submit] {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

input {
  border: none;
  background-color: #E8E8E8;
  padding: 4px;
}

form.add_entry {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  background-color: #E8E8E8;
  color: #000000;
  text-align: left;
  font-size: .9em;
}

form.add_entry input[type=submit] {
  display: block;
  margin: 10px auto 5px;
  width: 100px;
}

form.entry_code {
  display: block;
  margin: 15px 0 40px;
  clear: both;
  float: left;
}

input[type=text]:focus, input[type=password]:focus, input[type=email]:focus {
  border: none;
  background-color: #E8E8E8;
}

.form-inline label {
  display: inline-block;
  margin-right: 5px;
}

.form-inline .form-control {
  display: inline-block;
  margin-right: 5px;
}

.standardform {
  width: 620px;
  margin: 0 auto;
}

.formblock {
  clear: left;
  padding: 5px;
}

.standardform label {
  width: 250px;
  margin-right: 10px;
  float: left;
  text-align: right;
}

.standardform label + input + label {
  display: inline;
  float: none;
  padding-left: 20px;
}

input[type=email] {
  vertical-align: middle;
  margin-left: 10px;
}

/*Fix for radio boxes*/

.standardform input[type=text], .standardform input[type=password], .standardform input[type=email] {
  font-size: 1em;
  width: 200px;
}

.standardform textarea {
  width: 300px;
}

.standardform input[type=submit] {
  margin: 4px 0 0 260px;
}

input[type=submit],
.button {
  padding: 5px 10px;
  color: #FFF;
  background-color: #952c76;
  text-transform: uppercase;
  font-size: .8em;
}

header form#login1 a.button.secondary,
a.button.secondary {
  background-color: #314878;
  color: #ffffff;
  margin: 0 0 0 5px;
}

header form#login1 input[type=submit] {
  margin: 0 0 0 5px;
}

input[type=file] {
  color: #fff;
}

ol.entries {
  margin-left: 0;
  padding-left: 0;
}

.entry {
  min-height: 2em;
  padding: 10px 10px 0;
  display: block;
}

.entry:nth-child(even) {
  clear: both;
}

.entry:hover {

}

.entry span, .entry label, .entry select {
  display: block;
  float: left;
  margin-right: 1em;
}

.entry a.image {
  display: block;
  width: 25%;
  height: 100px;
  margin: 10px 10px 10px 0;
  background-color: #EEEEEE;
  text-indent: -5000px;
  overflow: hidden;
  float: left;

  background-size: 100%;
}

.entry form span {
  display: inline;
}

.entry .number {
  font-weight: bold;
}

.entry .category {
  text-align: right;
  font-weight: bold;
  text-transform: uppercase;
  clear: both;
}

ol.entries li {
  display: block;
  margin-bottom: 10px;
  padding: 5px;
  width: auto;
}

.entry label {
  text-align: right;
}

.entry select {
  width: 150px;
  padding: 0;
}

.entry input[type=submit] {
  font-size: .8em;
  padding: 5px;
  margin-top: 10px;
  clear: both;
  display: block;
}

span.files {
  display: block;
  clear: both;
}

.entry img {
  width: 20px;
  height: auto;
}

.entry .email {
}

.entry .register {
}

.fourcolumn {
  clear: both;
  overflow: hidden;
}

.fourcolumn:nth-child(odd) {
  background-color: #333;
}

.fourcolumn:hover {
  background-color: #666;
}

.fourcolumn div {
  float: left;
  width: 200px;
  padding: 0 10px;
  min-height: 2em;
}

.fourcolumn div + div {
  width: 320px;
}

.fourcolumn div + div + div {
  width: 300px;
}

.fourcolumn form input[type=submit] {
  display: inline;
  float: none;
  margin: 0;
}

/*-----Icons-----
a[href$='.ai'] {
  padding-right: 18px;
  background: url(../images/icons/ai.png) no-repeat center right;
}

a[href$='.pdf'] {
  padding-right: 18px;
  background: url(../images/icons/pdf.png) no-repeat center right;
}

a[href$='.psd'] {
  padding-right: 18px;
  background: url(../images/icons/psd.png) no-repeat center right;
}

a[href$='.zip'] {
  padding-right: 18px;
  background: url(../images/icons/zip.png) no-repeat center right;
}

a[href$='indd'] {
  padding-right: 18px;
  background: url(../images/icons/indd.png) no-repeat center right;
}
*/
#pagenav {
  display: none;
}

body#home #theme {
  border: none;

  max-width: 952px;
  width: 100%;
}

body#home nav#main_nav ul li {
  background-color: #8A8A8A;
}

/*-----PageNavigation-----*/
#pagenav {
  font-size: 1px;
  float: left;
  text-indent: -3000px;
  overflow: hidden;
  height: 1px;
  width: 1px;
}

ul#top_nav {
  display: flex;
  flex-direction: row;
}

ul#top_nav li {
  flex-grow: 1;
}

/*-----Container-----*/
#container {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  background-color: #fff;
}

main {
  padding: 40px 40px 0;
}

/*-----Header-----*/
header {
  overflow: hidden;
  position: relative;
  border: none;
  clear: both;
  padding: 0;
  background-color: #ffffff;
  margin-top: 0px;
  font-weight: 700;
  color: #2c2c2c;
}

h1#masthead {
  margin: 0;
}

header form#login1 a, header div#login a {
  color: #2c2c2c;
  text-transform: uppercase;
}

header #baltimore {
  float: left;
  margin: 20px 20px 20px 30px;
}

header form#login1 {
  float: right;
  padding: 28px 20px;
  font-size: 12px;
}

header div#login {
  float: right;
  padding: 20px;
  font-size: 14px;
}

a.masthead img {
  width: 100%;
}

header #subtitle {
  display: block;
  position: absolute;
  font: bold 24px 'Gibson SemiBold', sans-serif;
  top: 140px;
  right: 6px;
  z-index: 10;
  color: #8A8A8A;
  text-shadow: 2px 2px 0px #000;
}

/*-----Navigation-----*/
nav#main_nav {
  background-color: #952C76;
  clear: both;
}

nav#main_nav ul {
  list-style: none;
  height: 30px;
  margin: 0;
  padding: 0;
  text-align: center;
}

nav#main_nav ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 16.56%;
  position: relative;
  border-right: thin #fff solid;
}

nav#main_nav ul li:last-child {
  border-right: none;
}

nav#main_nav ul li a:link, nav ul li a:visited {
  display: block;
  width: 100%;
  height: 30px;
  text-decoration: none;
  text-align: center;
  font: normal 12px/32px 'Trebuchet MS', sans-serif;
  background-color: #314878;
  color: #FFF;
  text-transform: uppercase;
}

nav#main_nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
  color: #FFF;
  background: #5b6d92;
}

nav#footer_nav ul li a:hover, nav ul li a:active, nav ul li a:focus {
  color: #FFF;
  text-decoration: underline;
}

body#home nav#main_nav a#nav-home,
body#vote nav#main_nav a#nav-vote,
body#judges nav#main_nav a#nav-judges,
body#awards nav#main_nav a#nav-awards,
body#sponsors nav#main_nav a#nav-sponsors,
body#reception nav#main_nav a#nav-reception,
body#enter nav#main_nav a#nav-enter,
body#past-winners nav#main_nav a#nav-past-winners {
  background: #5b6d92;
  color: #fff;
}

.winner > a {
  display: inline-block;
}

body#enter nav#main_nav a#nav-enter,
nav#main_nav ul li a#nav-enter:link,
nav ul li a#nav-enter:visited,
nav#main_nav ul li a#nav-enter:hover,
nav ul li a#nav-enter:active,
nav ul li a#nav-enter:focus {
  background: #952C76;
  color: #fff;
}

body#home nav#footer_nav a#nav-home,
body#vote nav#footer_nav a#nav-vote,
body#judges nav#footer_nav a#nav-judges,
body#awards nav#footer_nav a#nav-awards,
body#sponsors nav#footer_nav a#nav-sponsors,
body#reception nav#footer_nav a#nav-reception,
body#enter nav#footer_nav a#nav-enter,
body#past-winners nav#footer_nav a#nav-past-winners {
  text-decoration: underline;
  color: #fff;
}

p {
  padding: 0;
}

/*-----Content Area-----*/
article {
  padding: 0 0 40px 0;
  background-color: transparent;
}

main article.whitespace {
  max-width: 70%;
  overflow: visible;
}

article h1 {
  margin-top: 10px;
  font-size: 2em;
  color: #314878;
}

.formblock .error {
  display: inline;
  margin: 0;
  padding: 0 0 0 4px;
  background-color: transparent;
}

/*-----CLASSES-----*/

.winners {
  padding: 15px;
  clear: both;
  border-radius: 4px;
  background-color: #ededed;
}

.winners,
.winners > .winner,
.winner.normal {
  display: inline-block;
}

.winners h3 {
  color: #314878;
  margin-top: 5px;
  font-size: 1.5em;
}

.winner h3 {
  color: inherit;
  margin: 0 0 10px 0;
}

.winner {
  padding: 15px;
  clear: both;
}

.winners > hr {
  clear: both;
  margin: 20px 0;
}

#winners h1 {
  margin-top: 10px;
}

#winners div div {
  float: left;
  clear: left;
}

#winners h4 {
  color: #AEAEAE;
}

#winners img {
  margin: 0 10px 10px 0;
  display: inline-block;
  border-radius: 4px;
  box-shadow: 0px 0px 20px #cfcfcf;
}

#winners section {
  float: left;
  padding: 10px;
  width: 300px;
}

#entry_purchase {
  float: right;
  max-width: 30%;
  margin: 20px 0 0 20px;
}

.box {
  float: left;
  width: 49%;
  min-height: 150px;
}

.right {
  float: right;
  padding-left: 20px;
}

.left {
  float: left;
  padding-right: 20px;
}

.enter {
  text-align: center;
  font-size: 34px;
  transform: rotate(-10deg);
  line-height: 34px;
}

.enter a:link, .enter a:visited {
  color: #AEAEAE;
  text-decoration: none;
}

.enter a:focus, .enter a:hover, .enter a:active {
  color: #FFF;
}

.error {
  color: #F00;
  background-color: #FCC;
  padding: 10px;
  margin: 10px;
}

/*.alert {
    color: #000000;
    background-color: #fff5c3;
    padding: 10px;
    display: none;
    text-align: center;
    clear: both;
}*/

.error a:link, .error a:visited {
  color: #00F;
}

.error a:focus, .error a:hover, .error a:active {
  color: #666;
}

.ThreeColumn {
  overflow: hidden;
  padding-bottom: 10px;
}

.ThreeColumn section {
  float: left;
  width: 250px;
}

.ThreeColumn section + section {
  margin: 0 30px;
}

.ThreeColumn section + section + section {
  margin: 0 0 0 0;
}

.inline_thumb {
  display: inline-block;
  height: 40px;
  width: auto;
  margin: 0 5px;
}

img.profile_pic {
  max-height: 200px;
  max-width: 200px;
  margin-bottom: 10px;
}

.summary {
  font-size: 1.4em;
  padding-bottom: 40px;
}

section.deadline {
  padding: 10px;
  border: 2px dashed #952C76;
  margin-bottom: 20px;
}

section.deadline h2 {
  color: #952C76;
}

.clear {
  clear: both;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.prices {
  color: #000000;
}

.price {
  color: #952C76;
  white-space: nowrap;

}

.no_border {
  border: none;
}

.like_h3 {
  display: block;
  font-size: 1.2em;
  clear: both;
  text-transform: uppercase;
  color: #000000;
  margin: 0 0 10px 0;
}

section.judge {
  clear: both;
  padding: 10px 20px 20px
}

section.judge h2 {
  clear: none;
}

section.judge img {
  padding-right: 20px;
  padding-bottom: 20px;
}

section.judge {
  clear: none;
}

/*-----Sponsor Logos----*/

#sponsor_links {
  list-style: none
}

#sponsor_links li {
  list-style: none;
  display: inline-block;
}

#sponsor_links li a {
  display: block;
  overflow: hidden;
  text-indent: -5000px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 100%;
  border-radius: 4px;
  width: 100%;
  max-width: 300px;
  margin: 5px auto;
}

#sponsor_links li a#Kaineg {
  height: 100px;
  background-image: url(/assets/images/sponsors/Kaineg.png);
}

#sponsor_links li a#adobe {
  height: 100px;
  background-image: url(/assets/images/sponsors/adobe.png);
}

#sponsor_links li a#cowork {
  height: 120px;
  background-image: url(/assets/images/sponsors/cowork.png);
}

#sponsor_links li a#hbp {
  height: 100px;
  background-image: url(/assets/images/sponsors/hbp.png);
}

#sponsor_links li a#txt {
  height: 100px;
  background-image: url(/assets/images/sponsors/textdesign.png);
  background-size: 100%;
}

#sponsor_links li a#typewolf {
  height: 75px;
  background-image: url(/assets/images/sponsors/typewolf.png);
}

#sponsor_links li a#dickblick {
  height: 44px;
  margin-top: 22px;
  background-image: url(/assets/images/sponsors/blick-logo.png);
}

#sponsor_links li a#psdart {
  height: 85px;
  background-image: url(/assets/images/sponsors/psdart.png);
  background-size: 100% auto;
}

#sponsor_links li.clear {
  clear: both;
  display: block;
}

.align-center {
  text-align: center !important;
}

/*-----Footer-----*/
footer {
  clear: both;
  padding: 0 20px 20px;
  overflow: hidden;
  margin: 0 20px 20px;
  background-color: #ffffff;
  font-size: .9em;
  color: #000000;
}

footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
}

footer ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
  float: left;
}

footer ul li a:link, footer ul li a:visited {
  padding: 10px 10px 10px 0;
  text-decoration: none;
  color: #952c76;
}

footer ul li a:focus, footer ul li a:hover, footer ul li a:active {
  text-decoration: underline;
  color: #952c76;
}

footer a, footer a:visited {
  color: #952c76;
}

footer a:hover {
  color: #AEAEAE;
}

footer #social {
  float: right;
}

footer #social img {
  padding-left: 10px;
}

footer .ThreeColumn {
  padding: 0;
  border-top: 8px solid #E8E8E8;
}

footer .ThreeColumn section {
  width: 30%;
}

.percentage_todo {
  display: block;
  margin: 10px 0;
  background-color: #ffffff;
  height: 20px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
  padding: 6px;
  min-height: 32px;
  border: thin solid #e0e0e0;
  /*
  box-shadow: inset 0 0 16px 0 #777;
  */
}

.percentage_todo .done_text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding: 5px;
  color: #e7e7e7;
  /*
  text-shadow: 1px 1px 4px #3b3738;
  */
  font-weight: 700;
}

.percentage_done {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: #314878;
}

a.btn-primary,
a.btn-primary:link,
a.btn-primary:active,
a.btn-primary:visited {
  color: #fff;
}

.form-group {
  margin: 5px 0;
  clear: both;
}

.nav-tabs > li {
  cursor: pointer;
}

.full-width {
  margin: 0 -55px 0 -25px;
}
.standardform input[type=text], .standardform input[type=password], .standardform input[type=email], .standardform select.form-control {
  font-size: 1em;
  width: 200px;
}
@media screen {

}