/* normalize.css */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block; }

[hidden] {
  display: none; }

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */ }

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

body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  font-weight: 400;
  color: white;
  background-color: #21bbab;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#21bbab), to(#12645c));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, #21bbab, #12645c);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(top, #21bbab, #12645c);
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, #21bbab, #12645c);
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(to bottom, #21bbab, #12645c);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

a, .link {
  color: white; }

p > a, li > a {
  color: #a8e563; }

a:focus {
  outline: thin dotted; }

a:hover, a:active {
  outline: 0;
  text-decoration: underline; }

h1 {
  font-size: 1.5em;
  margin: 0.3em 0 1.3em 0;
  text-shadow: 1px 1px 0px black;
  text-transform: uppercase; }

h2 {
  font-size: 1.5em;
  margin: 1em 0 0.3em 0;
  text-shadow: 1px 1px 0px black; }

h3 {
  font-size: 1.17em;
  margin: 0;
  text-shadow: 1px 1px 0px black; }

h4 {
  font-size: 1em;
  margin: 0 0 .6em 0;
  text-decoration: underline;
  text-shadow: 1px 1px 0px black; }

h5 {
  font-size: 1em;
  margin: 0;
  text-shadow: 1px 1px 0px black; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

h3.category{
	text-align:center;
	margin-bottom:5px;
}

b, strong {
  font-weight: bold; }

blockquote {
  margin: 1em 40px; }

p, pre {
  margin: 1em 0; }

small {
  font-size: 75%; }

menu, ol, ul {
  margin: 1em 0; }
  menu li, ol li, ul li {
    margin-bottom: 0.5em; }

menu, ol, ul {
  padding: 0 0 0 40px; }

nav ul, nav ol {
  list-style: none;
  list-style-image: none; }

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */ }

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/*** end normalise ***/
/* IDs */
#wrapper {
  padding-top: 1px;
  width: 960px;
  margin: 0 auto;
  background: url(../images/websitebg.jpg) white no-repeat;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  height: auto; }

nav {
  width: 890px;
  margin: 0 auto;
  height: 40px;
  position: relative;
  top: 120px; }
  nav ul {
    padding: 0;
    margin: 0; }
  nav li {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: #21bbab;
    border: 1px solid #12645c;
    float: left;
    display: inline;
    margin-right: 10px; }
    nav li a {
      color: white;
      text-decoration: none;
      font-family: Arial, sans-serif;
      font-size: 1.1em;
      font-variant: 400;
      text-shadow: 1px 1px 0px black; }
  nav li:hover {
    background-color: #199083; }

#main_content {
  height: auto;
  width: 850px;
  background: url(../images/header_bg.png) repeat-x #21bbab;
  min-height: 400px;
  padding: 0 20px 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin: 120px auto 0 auto;
  border: 1px solid #12645c;
  position: relative;
  z-index: 1; }

/* Classes */
.clear {
  clear: both; }

.hide {
  display: none; }

footer {
  margin: auto 0;
  background: url("../images/sitefooter.jpg") no-repeat bottom center;
  width: 960px;
  height: 300px;
  text-indent: -9999px;
  position: relative;
  z-index: 0; }

/** winner list **/

.videoplayer{
	width:600px;
	height:320px;
	margin:0 auto;
	margin-bottom:40px;
}


.videoplayer-wrap {
  width: 100%;
  height: auto;
  border-top: 1px dashed #fff;
  border-bottom: 1px dashed #fff;
  padding: 20px 0;
  margin: 30px 0; }

.winner-wrap {
  width: 620px;
  height: auto;
  margin: 0 auto; }

.winner_list {
  width: 275px;
  float: left; }
  .winner_list a {
    padding: 10px;
    display: block;
    text-decoration: none;
	color:#333;
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f1f1f1), color-stop(51%,#e1e1e1), color-stop(100%,#f6f6f6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#f1f1f1 50%,#e1e1e1 51%,#f6f6f6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
    width: 250px;
    border: #888 1px solid;
	border-radius:5px;
    position: relative;
    font-size: .86em;
	text-align:center;}
  .winner_list a:hover {
	background: #fceabb; /* Old browsers */
	background: -moz-linear-gradient(top,  #fceabb 0%, #fccd4d 50%, #f8b500 51%, #fbdf93 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fceabb), color-stop(50%,#fccd4d), color-stop(51%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fceabb 0%,#fccd4d 50%,#f8b500 51%,#fbdf93 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

.link_r {
  position: relative; }
  .link_r p {
    margin: 0 0 1em 0; }

.gold_star, .silver_star {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  right: -20px; }

.gold_star {
  background: url(images/star_gold.png) no-repeat top left; }

.silver_star {
  background: url(images/star_silver.png) no-repeat top left; }

.button {
  width: 300px;
  height: 30px;
  padding: 20px;
  background: #fff;
  color: #000;
  display: block;
  font-size: 2.5em;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #199083;
  background: #ffffff;
  background: -moz-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
  background: -webkit-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -o-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: -ms-linear-gradient(top, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  background: linear-gradient(to bottom, white 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
  text-shadow: -1px -1px 0px white;
  filter: dropshadow(color=white, offx=-1, offy=-1);
  -moz-box-shadow: inset 0 0 0 1px white;
  -webkit-box-shadow: inset 0 0 0 1px white;
  box-shadow: inset 0 0 0 1px white;
  font-family: 'Lobster', cursive; }

.button:hover {
  text-decoration: none;
  color: #a8e563; }
