/* HTML5 ✰ Boilerplate
 * ==|== normalize ==========================================================
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
  font-size: 13px;
  line-height: 1.231;
}
body,
button,
input,
select,
textarea {
  font-family: sans-serif;
  color: #222;
}
::-moz-selection {
  color: #666666;
  background:#D3D3D3;
  text-shadow: none;
}
::selection {
  color: #666666;
  background:#D3D3D3;
  text-shadow: none;
}


a {
  outline: 0;
  color: #ffffff;
}
a:visited {/*color: #666666;*/}

a:hover {
  outline: 0;
  color: #D0B02C;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b, strong {
  font-weight: bold;
}
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;
}
ins {
  background: #ff9;
  color: #000;
  text-decoration: none;
}
mark {
  background: #ff0;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}
small {
  font-size: 85%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd {
  margin: 0 0 0 40px;
}
nav ul, nav ol {
  list-style: none;
  list-style-image: none;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
label {
  cursor: pointer;
}
legend {
  border: 0;
  *margin-left: -7px;
  padding: 0;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
table button, table input {
  *overflow: auto;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
}
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 {
  -webkit-appearance: none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}
input:invalid, textarea:invalid {
  background-color: #f0dddd;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: top;
}
/* ==|== primary styles =====================================================
   Author: 
   ========================================================================== */


p, h3, ul, li{
  margin: 0;
  padding: 0;
}

body{
  font-family: "Arial", Gadget, sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  background-color: #FFF;
  color: #707070;
  line-height: 120%;
}

a{
  color: #707070;
  text-decoration: none;
}

a:hover{
  color: #d0b02c;
}

strong{
  color: #d0b02c;
}


#header{
  margin: 0 auto;
  width: 992px;
  height: 95px;
  position: relative;
}

#main-logo{
  float: left;
  margin-left: 20px;
  padding-top: 16px;
}

#header-links a{
  font-size: 1.5em;
}

#header-social{
  position: absolute;
  margin-right: 18px;
  margin-bottom: 5px;
  bottom: 0;
  right: 0;

}

a.twitter-icon{
  background-image:url('../images/twitter.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  zoom: 1; 
  *display: inline;
}

a.twitter-icon:hover{
  background-image:url('http://www.shinegroup.tv/temp_static/images/twitter-select.png');
}

a.facebook-icon{
  background-image:url('../images/facebook.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-left: 5px;
  zoom: 1; 
  *display: inline;

}

a.facebook-icon:hover{
  background-image:url('http://www.shinegroup.tv/temp_static/images/facebook-select.png');
}

.home-main-image{
  margin: 0 auto;
  width: 992px;
  position: relative;
}

.content-overlay{
  color: #fbfbfb;
  font-size: 1em;
  text-align: left;
  background-color: rgb(47,52,52);
  background-color: rgba(47,52,52,0.7);
  position: absolute;
  bottom: 30px;
  right: 40px;
  width: 280px;
  padding: 15px 20px 15px 20px;
}

.content-program{
  color: #fbfbfb;
  font-size: 2em;
  position: absolute;
  bottom: 65px;
  left: 20px;
  text-shadow: 1px 4px 10px #666666;
}

.content-channel{
  color: #fbfbfb;
  font-size: 1.5em;
  position: absolute;
  bottom: 30px;
  left: 20px;
  text-shadow: 1px 4px 10px #666666;
}

.center-content{
  margin: 0 auto;
  width: 971px;
  background-image:url('../images/lower_body.png');
  background-repeat: no-repeat;
  padding-top: 10px;
}

.center-content-top{
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.5em;
  line-height: 120%;
  width: 80%;
}


.center-content-bottom-text{
  width: 50%; 
  font-size: 1.2em;
  margin: 0 auto;
  margin-bottom: 40px;
  line-height: 120%;
  text-align: center;
}

.footer-butter{
  height: 30px;
}

#footer{
  background-image:url('../images/footer.png');
  width: 989px;
  height: 75px;
  margin: 0 auto;
}

.footer-links{
  font-size: 0.8em;
  padding-top: 9px;
}

.footer-links ul{
  list-style-type: none;
  text-align: center;
  margin-top: 3px;
}

.footer-links li{
  display: inline;
  padding-right: 12px;
  padding-left: 8px;
  border-right: 1px solid #B1B4B6;
}

li.footer-link-last {
  border-right: 0; 
}