@charset "utf-8";

/* Global Element Styles */
embed, img, object, video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  font-family: arial, arial narrow, sans-serifs;
  color: #fff;
  background-color: #4C2722 !important;
  background-image: url(../aworanx/whiteblur2.png);
  background-repeat: no-repeat !important;
  background-position: top;
}

/* Scrollbar Styling */
body::-webkit-scrollbar {
  width: 10px !important;
  margin: 0;
  background: #ccc;
}

body::-webkit-scrollbar-thumb {
  background: #1493BE;
}

body::-webkit-scrollbar-thumb:hover,
.insidePane::-webkit-scrollbar-thumb:hover {
  background: #F5A79E;
}

.UpdateBody::-webkit-scrollbar {
  width: 10px;
  margin: 0;
  background: #C02613;
}

.UpdateBody::-webkit-scrollbar-thumb {
  background: #1493BE;
}

/* Form and App Structure */
#appform tr {
  height: 50px;
}

#appform td {
  text-align: center;
  font-size: 15px;
  line-height: 50px;
}

#appform {
  background-color: #FFF;
}

#ConfirmationIndex {
  width: 80%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 10px auto;
  box-shadow: 0 0 2px #999;
  border-radius: 5px;
  background-color: #fff;
}

#padZeroes {
  height: 50px;
  width: 300px;
  margin: 10px auto;
}

/* Admin Content Sections */
#AdminContent {
  width: 90%;
  height: auto;
  min-height: 400px;
  background-color: #F8F8F8;
  display: none;
  margin: 0 auto;
  color: #666 !important;
  border-radius: 10px;
  overflow: hidden;
}

#AdminContent1 {
  width: 100%;
  height: auto;
  min-height: 200px;
  background-color: #fff;
  padding-bottom: 30px;
  box-shadow: 0 0 3px #666;
}

#AdminContent2 {
  width: 100%;
  height: auto;
  min-height: 200px;
  padding: 0 0 40px;
  text-align: center;
}

/* Inputs and Form Elements */
#inpt {
  width: 300px;
  height: 30px;
  border: 1px solid #CCC;
  text-indent: 10px;
  font-size: 13px;
  font-family: Verdana;
  box-shadow: 0 0 5px #CCC inset;
  border-radius: 5px;
}

#inptsub {
  width: 310px;
  font-family: Verdana;
  font-size: 13px;
  color: #fff;
  height: 50px;
  background: #36D900;
  border: none;
  font-weight: 700;
}

#inptsub:focus {
  outline: 0;
}

/* Grid and Layout */
.gridContainer {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

/* Header Section */
#header {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  height: 54px;
  color: #FFF;
}

#header ul {
  width: 278px !important;
  float: right;
  margin: 0 2.5% 0 0;
  list-style: none;
  color: #333;
  padding: 0;
}

#header ul li {
  float: left !important;
  padding: 0 5px;
  color: #FFF;
}

/* Subheader */
#subheader {
  clear: both;
  float: left;
  margin-left: 0;
  width: 100%;
  display: block;
  min-height: 100px;
  text-shadow: 1px 1px 1px #681204;
}

#subheader .logWrap {
  margin: 40px 3% 0 30px;
  font-size: 20px;
  padding: 10px 10px 10px 0;
  text-align: right;
  color: #f4f4f4;
}

/* Slideshow */
#slideshow {
  clear: both;
  float: left;
  margin-left: 0;
  width: 98%;
  display: block;
  padding-top: 40px;
}

#slides {
  clear: none;
  float: left;
  margin-left: 6%;
  width: 94%;
  display: block;
}

#slides ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#slides li {
  width: 96%;
}

#logoWrap span, 
#slides h4 {
  font-size: 36px;
  color: #FFF;
  padding: 0;
  margin: 0;
}

#slides p {
  line-height: 24px;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

/* Updates Section */
#updates {
  clear: none;
  float: left;
  margin-left: 6%;
  width: 90%;
  display: block;
  margin-top: 40px;
  background: white;
  box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px 2px 9px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  border-radius: 5px;
}

.UpdateHead {
  background: url(../aworanx/header_bg.jpg) repeat-x;
  height: 40px;
  color: #7e7d7d;
  font-weight: 700;
  line-height: 40px;
  padding-left: 20px;
  border-bottom: 1px solid #999;
  font-size: 18px;
}

.UpdateBody {
  color: #999;
  min-height: 150px;
  max-height: 280px;
}

.UpdateBody ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.UpdateBody ul li h4 {
  margin: 0;
  padding: 10px 10px 0;
}

.UpdateBody ul li p {
  border-bottom: 1px solid #ccc;
  margin: 0;
  padding: 10px;
}

/* Content Sections */
#cations_, 
#image_ {
  clear: none;
  float: left;
  margin-left: 2%;
  width: 96%;
  display: block;
}

/* Footer */
#footer {
  clear: both;
  float: left;
  margin-left: 7%;
  width: 86%;
  display: block;
  font-size: 12px;
  text-shadow: 1px 1px 1px #000;
  line-height: 50px;
  color: #C8E3F0;
  margin-top: 20px;
}

/* Logo Sections */
#logoWrap {
  clear: none;
  float: left;
  margin-left: 4.1666%;
  width: 90%;
  display: block;
}

#logWrap {
  clear: none;
  float: left;
  margin-left: 4.1666%;
  width: 90%;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding-top: 40px;
  text-align: right;
}

/* Media Queries */
@media only screen and (min-width: 481px) {
  .gridContainer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  
  #header {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #header ul {
    width: 148px;
    float: right;
    margin: 0 3% 0 0;
    list-style: none;
    color: #333;
    padding: 0;
  }
  
  #header ul li {
    float: left;
    padding: 0 5px;
    line-height: 50px;
  }
  
  #subheader {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #subheader h4 {
    margin-right: 5%;
  }
  
  #slideshow {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #slides {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    width: 96%;
    display: block;
  }
  
  #slides ul li h4 {
    margin-top: 40%;
  }
  
  #updates {
    clear: none;
    float: left;
    margin-left: 4.5641%;
    width: 89%;
    display: block;
  }
  
  #image_ {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    width: 43.7179%;
    display: block;
  }
  
  #cations_ {
    clear: none;
    float: left;
    margin-left: 2.5641%;
    width: 40.0769%;
    display: block;
  }
  
  #footer {
    clear: both;
    float: left;
    margin-left: 7%;
    width: 86%;
    display: block;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    line-height: 50px;
    color: #C8E3F0;
    margin-top: 20px;
  }
  
  #logoWrap {
    clear: none;
    float: left;
    margin-left: 7%;
    width: 50%;
    display: block;
  }
  
  #logWrap {
    clear: none;
    float: left;
    margin-left: 5%;
    width: 30%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-top: 70px;
    text-align: right;
  }
}

@media only screen and (min-width: 769px) {
  .gridContainer {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin: auto;
  }
  
  #header {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #header ul {
    width: 148px;
    float: right;
    margin: 0 6.5% 0 0;
    list-style: none;
    color: #333;
    padding: 0;
  }
  
  #header ul li {
    float: left;
    padding: 0 5px;
    line-height: 50px;
  }
  
  #subheader {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
    padding-right: 0;
  }
  
  #subheader h4 {
    margin-right: 7%;
    margin-left: 7%;
    pading-right: 0;
  }
  
  #slideshow {
    clear: both;
    float: left;
    margin-left: 0;
    width: 100%;
    display: block;
  }
  
  #slides {
    clear: none;
    float: left;
    margin-left: 7.0408%;
    width: 59.3877%;
    display: block;
  }
  
  #slides ul li h4 {
    margin-top: 20%;
  }
  
  #updates {
    clear: none;
    float: left;
    margin-left: 2.0408%;
    width: 24.3673%;
    display: block;
  }
  
  #image_ {
    clear: none;
    float: left;
    margin-left: 2.0408%;
    width: 36.5714%;
    display: block;
  }
  
  #inpt {
    width: 400px;
    height: 40px;
    font-size: 15px;
  }
  
  #startaprogramme {
    display: none;
  }
  
  #inptsub {
    width: 410px;
    height: 50px;
    background: url(../aworanx/register.png) no-repeat;
    border: 1px solid #F8F8F8;
    font-size: 15px;
  }
  
  #cations_ {
    clear: none;
    float: left;
    margin-left: 2.0408%;
    width: 56.5714%;
    display: block;
  }
  
  #footer {
    clear: both;
    float: left;
    margin-left: 7%;
    width: 86%;
    display: block;
    font-size: 12px;
    text-shadow: 1px 1px 1px #000;
    line-height: 50px;
    color: #C8E3F0;
  }
  
  #logoWrap {
    clear: none;
    float: left;
    margin-left: 7%;
    width: 40%;
    display: block;
  }
  
  #logWrap {
    clear: none;
    float: left;
    margin-left: 25%;
    width: 20%;
    display: block;
    font-size: 18px;
    font-weight: 700;
    padding-top: 70px;
    text-align: right;
  }
}