/* RESET */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

strong {
  font-weight: bold;
}

ul, li {
  list-style: none;
}

em {
  font-style: italic;
}

img {
  border: none;
}

a {
  outline: none;
  text-decoration: none;
  color: #000;
}

/* RESET */
@font-face {
  font-family: "wed";
  src: url("assets/fonts/wed.eot");
  src: url("assets/fonts/wed.eot?#iefix") format("embedded-opentype"), url("assets/fonts/wed.ttf") format("truetype");
}
a:link {
  color: #fff;
}

a:visited {
  color: #fff;
}

a:hover {
  text-shadow: 2px 2px #000;
  color: #fff;
  text-decoration: underline;
}

a:active {
  color: #000;
}

h1 {
  font-size: 20px;
}

body {
  background-color: #fff;
}

#container {
  width: 1000px;
  margin: 0 auto;
  border: 1px solid #1c2645;
}

#header {
  width: 100%;
  background: #4b322a;
  padding-top: 20px;
  padding-bottom: 10px;
}

#logo {
  position: relative;
  top: -10px;
  left: 634px;
  width: 200px;
}

#cover {
  position: relative;
  top: -110px;
  left: 20px;
  background-color: #4b322a;
  width: 320px;
  height: 410px;
  padding-left: 20px;
  z-index: 89;
}

#current_header {
  position: relative;
  z-index: 11;
  width: 350px;
  padding: 5px;
  background-color: #4b322a;
  color: #FFF;
  font-family: arial;
  font-size: 20px;
  margin-top: 20px;
}

#current_header_sub {
  position: relative;
  top: -35px;
  z-index: 11;
  width: 340px;
  padding: 5px;
  background-color: #4b322a;
  color: #FFF;
  font-family: "wed";
  font-size: 30px;
  height: 20px;
}

#sub_tag {
  position: relative;
  left: 780px;
  width: 200px;
  background-color: #4b322a;
  border-radius: 100px;
  height: 200px;
  color: #FFF;
  top: -760px;
}

#sub_txt {
  position: absolute;
  top: 75px;
  color: #FFF;
  font-family: arial;
  font-size: 30px;
  text-align: center;
}

#sub_tag2 {
  position: relative;
  left: 90px;
  width: 200px;
  background-color: #4b322a;
  border-radius: 100px;
  height: 200px;
  color: #FFF;
  margin-top: -500px;
}

#sub_txt2 {
  position: absolute;
  top: 55px;
  color: #FFF;
  font-family: arial;
  font-size: 25px;
  text-align: center;
}

#sub_tag3 {
  position: relative;
  margin-top: -130px;
  left: 90px;
  width: 200px;
  background-color: #4b322a;
  border-radius: 100px;
  height: 200px;
  color: #FFF;
}

#sub_txt3 {
  position: absolute;
  top: 55px;
  color: #FFF;
  font-family: arial;
  font-size: 25px;
  text-align: center;
}

.break {
  position: relative;
  width: 100%;
  height: 20px;
  background-color: #4b322a;
  z-index: 11;
}

/* iPhone 5 only */
@media only screen and (min-device-width: 560px) and (max-device-width: 1136px) and (-webkit-min-device-pixel-ratio: 2) {
  ul#navigation li {
    font-size: 15px;
  }
}
/*IPad Mini*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
  ul#navigation li {
    font-size: 15px;
  }
}
#cont_ab {
  background-color: #FFF;
  position: relative;
  width: 600px;
  left: 380px;
  margin-top: -390px;
  height: 730px;
}

#cont_wr {
  background-color: #FFF;
  position: relative;
  width: 1000px;
  margin-top: -410px;
}

#cont_sub {
  background-color: #FFF;
}

#about_txt {
  padding-left: 270px;
  width: 300px;
  font-family: verdana;
  position: relative;
  top: -25px;
}

#about_pic {
  position: absolute;
  top: 0px;
}

#tag_about {
  position: absolute;
  top: 280px;
}

#ct_info {
  text-align: center;
  font-family: "verdana";
  position: relative;
  width: 600px;
  left: 380px;
}

#ct_form {
  position: relative;
  margin-top: 100px;
}

#ct_info a {
  color: #000;
}

#nav {
  position: relative;
  float: right;
  right: 30px;
  top: -25px;
  height: 45px;
  z-index: 89;
  color: #000;
  font-family: arial;
  margin: auto;
  margin-top: 0px;
}

ul#menu {
  margin: 0;
  position: relative;
  padding: 10px 0 0 0;
  list-style: none;
  height: 30px;
  font-size: 17px;
  color: #FFF;
}

#menu li {
  float: left;
  padding: 0 0 10px 10px;
  position: relative;
}

#menu a {
  float: left;
  height: 25px;
  padding: 0 0px;
  color: #FFF;
  text-decoration: none;
}

#menu li:hover > a {
  color: #fafafa;
}

html #menu li a:hover { /* IE6 */
  color: #fafafa;
}

#menu li:hover > ul {
  display: block;
}

/* Sub-menu */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 99999;
  background-color: #4b322a;
  border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#menu ul li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
  box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#menu ul li:last-child {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#menu ul a {
  padding: 10px;
  height: auto;
  line-height: 1;
  display: block;
  white-space: nowrap;
  float: none;
  text-transform: none;
}

html #menu ul a { /* IE6 */
  height: 10px;
  width: 150px;
}

*:first-child + html #menu ul a { /* IE7 */
  height: 10px;
  width: 150px;
}

#menu ul a:hover {
  background: #999999; /* Old browsers */
}

#menu ul li:first-child a {
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

#menu ul li:first-child a:after {
  content: "";
  position: absolute;
  left: 30px;
  top: -8px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 11px solid #4b322a;
}

#menu ul li:first-child a:hover:after {
  border-bottom-color: #999999;
}

#menu ul li:last-child a {
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

/* Clear floated elements */
#menu:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html #menu {
  zoom: 1;
} /* IE6 */
*:first-child + html #menu {
  zoom: 1;
} /* IE7 */
.slides {
  height: 350px;
  margin: 0px auto;
  position: relative;
  width: 620px;
  z-index: 10;
  position: relative;
  top: -380px;
  left: 190px;
}

.current {
  height: 170px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
  z-index: 10;
  position: relative;
}

.full_page {
  height: 400px;
  width: 335px;
  margin-top: -80px;
  margin-left: 20px;
  background-color: #4b322a;
  position: absolute;
}

.full_page .csPrev {
  left: 20px;
}

.full_page .csNext {
  right: 20px;
}

#dist {
  position: relative;
  width: 990px;
  height: 25px;
  text-align: center;
  background: #c2bd91;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MyYmQ5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2UwZGFhOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjkzJSIgc3RvcC1jb2xvcj0iI2MyYmQ5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #c2bd91 0%, #e0daa8 49%, #c2bd91 93%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c2bd91), color-stop(49%, #e0daa8), color-stop(93%, #c2bd91));
  background: -webkit-linear-gradient(top, #c2bd91 0%, #e0daa8 49%, #c2bd91 93%);
  background: -o-linear-gradient(top, #c2bd91 0%, #e0daa8 49%, #c2bd91 93%);
  background: -ms-linear-gradient(top, #c2bd91 0%, #e0daa8 49%, #c2bd91 93%);
  background: linear-gradient(to bottom, #c2bd91 0%, #e0daa8 49%, #c2bd91 93%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#c2bd91", endColorstr="#c2bd91",GradientType=0 );
  padding: 5px;
  font-family: "arial";
  text-transform: uppercase;
  font-size: 20px;
}

#dist a {
  color: #3b0b0b;
  text-shadow: -1px -1px 0 #F8FFD8, 1px -1px 0 #F8FFD8, -1px 1px 0 #F8FFD8, 1px 1px 0 #F8FFD8;
}

.wr_title {
  font-family: arial;
  text-transform: uppercase;
  font-size: 35px;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: bold;
}

.wr_desc {
  font-family: "verdana";
  padding-left: 5px;
  padding-right: 5px;
}

.wr_desc a {
  color: #000;
}

.current_sub {
  height: 250px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
  z-index: 10;
  position: relative;
  top: -235px;
}

.current ul {
  list-style: none;
  position: relative;
}

.current_sub ul {
  list-style: none;
  position: relative;
}

.ad4 a {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  text-decoration: none; /* No underlines on the link */
  z-index: 10; /* Places the link above everything else in the div */
  background-color: #FFF; /* Fix to make div clickable in IE */
  opacity: 0; /* Fix to make div clickable in IE */
  filter: alpha(opacity=1); /* Fix to make div clickable in IE */
}

.ad4 a:nth-child(2) {
  left: 0px;
}

.ad4 a:nth-child(3) {
  left: 250px;
}

.ad4 a:nth-child(4) {
  left: 500px;
}

.ad4 a:nth-child(5) {
  left: 750px;
}

.full_page_sub {
  height: 250px;
  margin: 0px auto;
  overflow: hidden;
  position: relative;
  width: 1000px;
  z-index: 10;
  position: relative;
  top: -235px;
}

.form-label {
  width: 150px !important;
}

.form-label-left {
  width: 150px !important;
}

.form-line {
  padding-top: 12px;
  padding-bottom: 12px;
}

.form-label-right {
  width: 150px !important;
}

.cont2 {
  width: 600px;
  background: #FFFFFF;
  color: #555 !important;
  font-family: "Lucida Grande";
  font-size: 14px;
  position: relative;
  left: 370px;
  margin-top: -400px;
  padding-bottom: 40px;
}

.cont {
  width: 600px;
  background: #FFFFFF;
  color: #555 !important;
  font-family: "Lucida Grande";
  font-size: 14px;
  position: relative;
  left: 370px;
  margin-top: -400px;
  padding-bottom: 40px;
}

.form-radio-item label, .form-checkbox-item label, .form-grading-label, .form-header {
  color: #555;
}

#photoContestAnnounce {
  width: 100%;
  position: relative;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
  margin-top: -20px;
  margin-bottom: 10px;
  text-align: center;
  font-family: arial, sans-serif;
  color: #fff;
  z-index: 5;
}

#contest_intro {
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 20px;
}

#photoContestAnnounce a {
  color: #fff;
  text-decoration: underline;
}

#photoContestAnnounce a:hover {
  text-shadow: none;
}

.photo img {
  width: auto;
  height: 130px;
}

.skeleton {
  position: relative;
  margin-left: 37%;
  margin-top: -400px;
  height: 1400px;
  font-family: "Lucida Grande";
}

.photoUL li {
  float: left;
  text-align: center;
  width: 210px;
  height: 300px;
  overflow: hidden;
}

#submitContainer {
  position: absolute;
  bottom: 10px;
  left: 30%;
}

#submit {
  height: 60px;
  min-width: 250px;
  background-color: rgb(39, 147, 39);
  color: #fff;
  font-size: 17px;
}

#message {
  text-align: left;
  padding: 10px;
}

.title {
  font-size: 18px;
  font-style: italic;
  width: 200px;
}

#votingToolbar {
  width: 200px;
}

#votingToolbar form {
  font-size: 12px;
  color: #6F6464;
  display: inline-flex;
  width: 150px;
}

.accept {
  height: 75px;
  background-color: #7df16a;
}

.reject {
  padding-right: 30px;
  background-color: #F34C4C;
  color: #FFF;
  margin-top: 20px;
  text-align: left;
}

#ajaxLoader {
  position: absolute;
  top: 20px;
  left: 130px;
  display: none;
}

.full_page .csSlideOuter {
  height: 400px !important;
}

.full_page .csSlideWrapper {
  height: 400px !important;
}

.current .csSlideOuter {
  height: 170px !important;
}

.current .csSlideWrapper {
  height: 170px !important;
}

/*# sourceMappingURL=site.css.map */
