@import url(http://fonts.googleapis.com/css?family=Fjalla+One);

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

body {
  background-color: #f6f6f6;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 62.5%;
}

#container {
  position: relative;
  width: 500px;
  border: 1px solid #f00;
  margin: 0px auto;
}
	
#sidebar {
  position: absolute;
  width: 200px;
  right: -200px;
  border: 1px solid #0f0;
}

header {
  background-color: #ffffff;
  padding: 0 20px;
  height: 115px;
}

header h1 {
  font-family: "Fjalla One", sans-serif;
  font-size: 2.8em;
  font-weight: 600;
  padding: .5em 0;
  text-transform: uppercase;
}

header .fa {
  margin-right: .2em;
}

header h1 a {
  color: #555555;
  text-decoration: none;
}

header h1 a:hover, header h1 a:active {
  color: #5c4383;
}

header .upload {
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6em;
  background-color: #5c4383;
  border-radius: 5px;
  padding: .6em .8em;
  margin-top: .6em;
  border: 1px solid #563D7C;
}

header .search {
  float: right;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6em;
  margin-top: .66em;
  margin-right: .1em;
  background-color: #5c4383;
  border-radius: 5px;
}

header .title {
  position: absolute;
  color: #ffffff;
  text-decoration: none;
  margin-top: 3.3em;
  margin-left: 320px;
  color: #5c4383;
  border-radius: 5px;
  font-size: 2.5em;
  font-weight: bold
}

header .donate {
  position: absolute;
  float: right;
  top: 70px;
  right: 20px;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.6em;
}

#frontptext {
	font-family: Verdana, Geneva, sans-serif;
	color: #5c4383;
	font-size: 2.0em;
	text-decoration: none;
	font-weight: bolder;
	
}

main, footer {
  width: 960px;
  margin: 0 auto;
  padding: 2em 0;
}

nav {
  padding: 0 20px;
  background-color: #eeeeee;
}

nav ul {
  font-size: 0;
}

nav ul li {
  display: inline;
}

nav ul li.active a {
  background-color: #dddddd;
}

nav ul li a {
  color: #555555;
  font-size: 16px;
  text-decoration: none;
  padding: .6em 1em;
  display: inline-block;
}

nav ul li a:hover {
  background-color: #dddddd;
}

li ul {
    display: none;
}

ul li a:hover {
background: #3b3b3b;
}

li:hover li a:hover {
	background-color: #dddddd;
}

li:hover ul {
    display: initial;
    position: absolute;
}

nav ul li a .fa {
  margin-right: .2em;
}

section.content {
  width: 960px;
}

section.content .col {
  width: 240px;
  float: left;
  margin: 0 0px 20px;
  text-align: center;
}

section.content .col ul {
  margin-bottom: .5em;
}

section.content .col ul li {
  display: inline;
  font-size: 1.4em;
  margin: 0 .2em;
  font-weight: 600;
}

section.content .col img {
  width: 95%;
  height: 120px;
  border: 1px solid #dddddd;
}


@media screen and (max-width: 960px) {
  main,
  footer,
  section.content {
    width: auto;
  }
  
  section.content .col {
    width: 90%;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }

  section.content .col img {
    height: auto;
  }
}


h2 {
  font-size: 2.6em;
  font-weight: 600;
  margin-bottom: .6em;
  border-bottom: 1px solid #dddddd;
  padding-bottom: .4em;
}

h3.message {
  font-size: 2.4em;
  font-weight: 600;
  text-align: center;
  padding: 50px 0;
}

.clearfix:before, 
.clearfix:after { 
  content: "";
  display: table; 
}

.clearfix:after {
  clear: both; 
}
.clearfix {
  zoom: 1; /* IE6&7 */ 
}

section.filter {
  margin-bottom: 2em;
  text-align: center;
}

section.filter a {
  font-size: 2em;
  color: #666666;
  text-decoration: none;
  margin: 0 1.2em;
  font-weight: 600;
}

section.filter a:hover, section.filter a:active {
  color: #000000;
}

section.filter a.active {
  color: #000000;
}

main video {
  max-width: 960px;
}

.webm-form {
  font-size: 1.6em;
}

.webm-form p {
  margin-bottom: 1em;
}

.btn {
  font-size: 1em;
  text-decoration: none;
  border-radius: 4px;
  padding: .4em .8em;
  cursor: pointer;
}

.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border: 1px solid #4cae4c;
}

.btn-default {
  background-color: #ffffff;
  border: 1px solid #cccccc;
}

select {
  font-size: 1em;
  border: 1px solid #cccccc;
  padding: 3px 6px;
  border-radius: 4px;
}

.webm {
  text-align: center;
  font-size: 1.6em;
}

.webm p {
  margin: 10px 0;
  font-weight: 600;
}

.webm ul {
  margin: 10px 0;
  font-size: 0;
}

.webm ul li {
  display: inline;
  font-size: 30px;
  cursor: pointer;
}

.webm ul li i {
  padding: 0 2px;
}

.uploading {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.uploading h3 {
  font-weight: 600;
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 3em;
  display: inline;
  width: 300px;
  text-align: center;
  height: 1em;
  margin-top: -15px;
  margin-left: -150px;
  text-transform: uppercase;
}

.uploading h3 .fa {
  margin-right: 5px;
}

.searching {
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}

.searching h3 {
  font-weight: 600;
  color: #ffffff;
  top: 50%;
  left: 50%;
  position: absolute;
  font-size: 3em;
  display: inline;
  width: 300px;
  text-align: center;
  height: 1em;
  margin-top: -15px;
  margin-left: -150px;
  text-transform: uppercase;
}

.searching h3 .fa {
  margin-right: 5px;
}

.loading {
  text-align: center;
  display: none;
}

section.pages {
  text-align: center;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  border-radius: 4px;
  font-size: 1.4em;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #5c4383;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #4e386b;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #5c4383;
  border-color: #5c4383;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

footer {
  padding-top: 0;
  text-align: center;
}

footer ul li {
  display: inline;
  margin: 0 1em;
}

footer ul li a {
  font-size: 1.2em;
  color: #5c4383;
  font-weight: bold;
  text-decoration: none;
}

footer ul li a:hover {
  background-color: inherit;
  border-bottom: 1px solid;
}

.modal {
  width: 400px;
  height: 300px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -150px;
  margin-left: -200px;
  z-index: 1001;
  display: none;
}

.modal .modal-header, 
.modal .modal-body,
.modal .modal-footer {
  padding: 0 10px;
}

.modal .modal-header {
  background-color: #5e447f;
  height: 40px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.modal .modal-header h3 {
  color: #fff;
  font-size: 1.8em;
  font-weight: 400;
  padding-top: 10px;
}

.modal .modal-body {
  font-size: 1.4em;
  padding-top: 10px;
  height: 210px;
  background-color: #fff;
}

.modal .modal-footer {
  background-color: #eeeeee;
  height: 50px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

.modal .modal-footer button {
  float: right;
  height: 30px;
  margin: 0;
  margin-left: 5px;
  margin-top: 10px;
  cursor: pointer;
  border-radius: 2px;
  font-weight: 600;
  padding: 0 10px;
  line-height: 28px;
  font-size: 1.2em;
}

.modal .modal-footer button.accept {
  background-color: #60457b;
  color: #fff;
  border: 1px solid #563d7c;
}

.modal .modal-footer button.reject {
  background-color: #fff;
  color: #333;
  border: 1px solid #888;
}

.cont .sub {
	margin: 10px 0 0 21px;
    color: #505050;
	font-weight:normal;
	text-shadow:0px 1px #f8f8f8;
}

.cont .sub2 {
	margin: 10px 0 0 42px;
    color: #505050;
	font-weight:normal;
	text-shadow:0px 1px #f8f8f8;
}

.cont .sub3 {
	margin: 10px 0 0 62px;
    color: #505050;
	font-weight:normal;
	text-shadow:0px 1px #f8f8f8;
}

input, textarea, select {
  font-size: 1em;
  border-radius: 5px;
  border: 1px solid #CCCCCC;
  padding: 0.4em 0.7em;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  color: #3A3D40;
}

span.helptext {
  font-size: 0.8em;
}

a.tag {
  font-size: 0.8em;
  font-weight: 400;
  border-radius: 4px;
  background-color: #5C4383;
  color: #ffffff;
  padding: 2px 5px;
  text-decoration: none;
}

div.tags {
  margin-top: 5px;
  font-size: 1.2em;
}

form label {
  text-align: right;
  width: 100px;
  display: inline-block;
  margin-right: 10px;
}