html {
    font-size: 62.5%;
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.1em;
    color: #fff;
    margin: 0;
    background: url(../images/bg/main.jpg) top center  no-repeat #333333 fixed;
    text-align: center;
}

div.container {
    width: 940px;
    text-align: left;
    margin: 0 auto;
}

img {
    border: 0;
}

h2 {
    font-size: 1.7em;
    margin-top: 0;
}

h3 {
    font-size: 1.4em;
    margin-top: 0;
}

h4 {
    font-size: 1em;
    margin-top: 0;
}

a {
    color: #fff;
    outline: none;
}

p {
    margin: 0 0 8px 0;
}

table {
    font-size: 1em;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

/* Top bar */
#top-bar {
    background: #000;
    height: 32px;
    overflow: hidden;
}

#top-bar ul, #top-bar ul li {
    margin: 0;
    display: inline;
    padding: 0;
    list-style: none;
}

#top-bar ul.buttons li a {
    background: url(../images/bg/top_button.png) no-repeat;
    width: 105px;
    height: 22px;
    display: block;
    float: left;
    padding: 10px 0px 0px 10px;
    text-decoration: none;
    color: #fff;
    margin-right: 2px;
}


#top-bar ul.icons li a {
    width: 22px;
    height: 22px;
    display: block;
    float: right;
    text-indent: -9999px;
    margin: 5px 0px 0px 10px;
}

#top-bar ul.icons li a.twitter {
    background: url(../images/icons/twitter.png) no-repeat;
}

#top-bar ul.icons li a.facebook {
    background: url(../images/icons/facebook.png) no-repeat;
}

#top-bar ul.icons li a.linkedin {
    background: url(../images/icons/linkedIn.png) no-repeat;
}

#top-bar ul.icons li a.you-tube {
    background: url(../images/icons/you_tube.png) no-repeat;
}

/* Header */

#header {
    clear: both;
    height: 126px;
}

#header h1 {
    text-indent: -9999px;
    float: left;
    width: 313px;
    height: 126px;
    margin: 0;
    background: url(../images/logos/nick_nairn_tv.png) no-repeat 30px 40px;
}

#header h1 a {
    display: block;
    width: 313px;
    height: 126px;
}

#header #banner {
    margin-top: 18px;
    float: left;
    width: 627px;
    height: 89px;
    overflow: hidden;
}

/* Nav */
#nav {
    height: 33px;
    background: url(../images/bg/nav_bar.png) top center no-repeat;
    overflow: hidden;
}

#nav ul , #nav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

#nav ul li a {
    width: 107px;
    height: 23px;
    display: block;
    padding: 10px 0px 0px 10px;
    text-decoration: none;
    color: #fff;
    float: left;
}

#nav ul li {
    display: inline;
}

#nav ul li.blue span {
    background: url(../images/bg/blue_bar.png) no-repeat;
}
#nav ul li.blue a {   
    background: url(../images/bg/blue_bar.png) no-repeat;
}

#nav ul li.green a {
    background: url(../images/bg/green_bar.png) no-repeat;
}

#nav ul li.pink a {
    background: url(../images/bg/pink_bar.png) no-repeat;
}

#nav ul li.ppurple a {
    background: url(../images/bg/ppurple_bar.png) no-repeat;
}

#nav ul li.purple a {
    background: url(../images/bg/purple_bar.png) no-repeat;
}

#nav ul li.orange a {
    background: url(../images/bg/orange_bar.png) no-repeat;
}

#nav ul li.lime a {
    background: url(../images/bg/lime_bar.png) no-repeat;
}

#nav ul li.red a {
    background: url(../images/bg/red_bar.png) no-repeat;
}

#nav ul li a.on {
    background-position: 0px -33px;
}

/* Sub Nav */

#sub-nav {
    clear: left;
    height: 34px;
    background: url(../images/bg/gray_bar.png) repeat-x;
    overflow: hidden;
}

#sub-nav ul {
    padding: 7px 0 0 10px;
    margin: 0;
}

#sub-nav li {
    list-style: none;
    padding: 0 20px 0 0 ;
    margin: 0;
    display: inline;
}

#sub-nav li a {
    color: #fff;
    text-decoration: none;
}

#sub-nav li.blue a.on { color: #00A9E8; }

#sub-nav li.green a.on { color: #3FA746; }

#sub-nav li.pink a.on { color: #E30F86; }

#sub-nav li.ppurple a.on { color: #CA47E5; }

#sub-nav li.purple a.on { color: #BA88F2; }

#sub-nav li.orange a.on { color: #E7A002; }

#sub-nav li.lime a.on { color: #CBE202; }

#sub-nav li.red a.on { color: #CB2229; }

/* Main */

#main {
    background: url(../images/bg/content.png) repeat-y;
}

/* Content */

#content {
    float: left;
    width: 704px;
    font-size: 1.1em;
	overflow: hidden;
}

#content div.full {
    padding: 8px 8px 8px 14px;
}

#video-player {
    padding: 16px 16px;
}

#content h2.news {
    background: url(../images/bg/news.jpg) no-repeat;
    height: 170px;
    margin: 0;
    padding: 10px;
}

#content div.side-gallery {
    padding: 8px 8px 8px 14px;
    float: left;
    width: 482px;
}

#content .blue { color: #00A9E8; text-decoration: none; }

#content .green  { color: #3FA746; text-decoration: none;  }

#content .pink  { color: #E30F86; text-decoration: none;  }

#content .ppurple  { color: #CA47E5; text-decoration: none;  }

#content .purple  { color: #BA88F2; text-decoration: none;  }

#content .orange { color: #E7A002; text-decoration: none;  }

#content .lime { color: #CBE202; text-decoration: none;  }

#content .red { color: #CB2229; text-decoration: none;  }

#content div.slide-section h4 { margin-bottom: 3px; cursor: pointer; text-decoration: underline; }

/* Side Gallery */

#side-gallery {
    width: 188px;
    float: left;
    padding-top: 8px;
    overflow: hidden;
}

#side-gallery div.images {
    overflow: hidden;
    width: 10000px;
    height: 240px;
    position: relative;
}

#side-gallery a.left-arr, #gallery-nav a.left-arr {
    display: block;
    float: left;
    width: 18px;
    font-size: 1.8em;
    text-decoration: none;
    padding-top: 5px;
}

#side-gallery div.caption {
    display: block;
    float: left;
    width: 152px;
    text-align: center;
    padding-top: 11px;
    font-size: .9em;
}

#side-gallery a.right-arr, #gallery-nav a.right-arr {
    display: block;
    float: left;
    width: 18px;
    font-size: 1.8em;
    text-align: right;
    text-decoration: none;
    padding-top: 5px;
}

/* Gallery */

#gallery {
    padding: 0px 0px 0px 8px;
}

#gallery a {
    float: left;
    display: block;
    margin: 0px 6px 8px 6px;
}

#gallery-nav {
    float: right;
    padding: 10px 15px;
    word-spacing: 5px;
}

#gallery-nav a {
    text-decoration: none;

}

#gallery-nav span a {
    color: #bbb;
}

#gallery-nav span a.on {
    color: #fff;
}

#gallery-nav span {
    float: left;
    padding-top: 6px;
}

#gallery-nav a.left-arr, #gallery-nav a.right-arr {
    padding: 0;
}

/* Side-bar */

#side-bar {
    float: left;
    width: 235px;
    color: #000;
}

#side-bar div.header {
    background: url(../images/bg/side_bar_header.png) repeat-x;
    margin: 0px 0px 10px 4px;
    padding: 5px 10px;
    height: 32px;
}

#side-bar div.header a {
    text-decoration: none;
    color: #000;
}

#side-bar div.header h3 {
    background: url(../images/logos/flame.png) no-repeat;
    padding: 4px 0px 0px 25px;
    margin: 0;
    height: 33px;
    width: 110px;
    float: left;   
}

#side-bar div.header h4 {
    background: url(../images/icons/rss.png) no-repeat 0px 4px;
    padding: 6px 0px 0px 23px;
    margin: 0;
    height: 33px;
    float: left;
}

#side-bar div.post img {
    margin: 3px 12px 0px 16px;
    float: left;
    width: 60px;
    height: 60px;
}

#side-bar div.post {
    margin-bottom: 10px;
    color: #000;
}

#side-bar div.post h4 a {
    text-decoration: none;
    font-size: 1.1em;
    color: #000;
    font-weight: normal;
}

#side-bar div.post h4 a span {
    color: #00A9E8;
}

#side-bar div.post p.date {
    color: #00A9E8
}

#side-bar div.post p, #side-bar div.post h4 {
    margin: 0;
    padding-right: 4px;
}

/* Footer */

#footer {
    clear: left;
    padding-top: 5px;
}

#footer div.container div {
    float: left;
    width: 232px;
    margin-right: 4px;
}

#footer div.container div img {
    width: 232px;
}

#footer div.container div.last {
    margin: 0;
}

/* Forms */

form.std label {
    clear: left;
    float: left;
    width: 120px;
    margin-top: 5px;
}

form.std input, form.std select, form.std textarea {
    width: 300px;
    background: #000;
    color: #fff;
    border: 1px solid #ccc;
    padding: 3px;
    margin: 3px 0px;
}

form.std input.submit {
    background: none;
    color: #00A9E8;
    font-weight: bold;
    width: auto;
    padding: 5px 0px;
    border: 0;
    text-align: left;
    margin: 0;
}

form.std input.chk {
    width: auto;
}

form.std table {
    clear: left;
}
