﻿/*-------------------------------------------

              Title :  Tickler Cheese
              Usage :  Global Layout
              Author:  Adam Roberts - WSI

---------------------------------------------*/


/*====================TOC====================

                1. Reset
                2. Containers
                3. Skip Links
                4. Branding
                5. Site Navigation
                6. Content
                7. Supp Navigation
                8. Site Info

=============================================*/



/* 1. Reset
---------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	}

body {
	line-height: 1;
	}

ol, ul {
	list-style: none;
	}

a {
	text-decoration: none;
	}

a:hover {
	text-decoration: underline;
	}

img, fieldset {
	border: none;
	}

img {
	vertical-align: top;
	}

legend {
	display: none;
	}


/* 2. Containers
---------------------------------------------*/
html {
	background: url(../images/html_bg.jpg) fixed #779ee3 repeat-y;
	}

body {
	font-family: Helvetica, Arial, sans-serif;
	}

body #forefield,
body #backfield {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background: no-repeat top center;
	}

body #forefield { z-index: 5;  height: 126px; background-image: url(../images/forefield_bg.png); }
body #backfield { z-index: -1; height: 200px; background-image: url(../images/backfield_bg.png); }

body #sky {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	}

#wrapper {
   position: relative;
	z-index: 2;
	margin: 0 auto;
	width: 822px;
   }

/* 3. Skip Links
---------------------------------------------*/
#skip {
	position: absolute;
	left: -500em;
	}


/* 4. Branding
---------------------------------------------*/
#branding {
	position: relative;
	padding-top: 42px;
	height: 175px;
	background: url(../images/branding_bg.jpg) no-repeat bottom left;
	}

#brand{
	position: relative;
	padding-top: 42px;
	height: 175px;
	background: url(../images/branding_bg2.jpg) no-repeat bottom left;
	}

#branding h1 {
	position: relative;
	width: 100%;
	height: 17px;
	background: url(../images/branding_h1_bg.png) no-repeat top left;
	}

#brand h1 {
	position: relative;
	width: 100%;
	height: 17px;
	background: url(../images/branding_h1_bg.png) no-repeat top left;
	}

#branding h1 a {
	position: absolute;
	top: 8px;
	left: 43px;
	z-index: 3;
	width: 192px;
	height: 133px;
	overflow: hidden;
	text-indent: -500em;
	}

#brand h1 a {
	position: absolute;
	top: 8px;
	left: 43px;
	z-index: 3;
	width: 192px;
	height: 133px;
	overflow: hidden;
	text-indent: -500em;
	}

#branding embed {
	position: absolute;
	top: 48px;
	left: 40px;
	z-index: 2;
	}

#brand embed {
	position: absolute;
	top: 48px;
	left: 40px;
	z-index: 2;
	}


/* 5. Site Navigation
---------------------------------------------*/
#site-nav {
	position: absolute;
	top: 42px;
	right: 1px;
	width: 509px;
	}

#site-nav h3 {
	position: absolute;
	left: -500em;;
	}

#site-nav ul li {
	position: absolute;
	}

#site-nav ul li                 {
	top: 52px;
	left:  -30px;
	width:  80px;
	height: 42px;
}
#site-nav ul li + li            {
	top: 52px;
	left: 50px;
	width: 140px;
	height: 42px;
}
#site-nav ul li + li + li       {
	top: 52px;
	left: 190px;
	width: 142px;
	height: 42px;
}
#site-nav ul li + li + li + li  {
	top: 52px;
	left: 332px;
	width: 142px;
	height: 42px;
}

#site-nav ul li a {
	display: block;
	height: 100%;
	overflow: hidden;
	background: url(../images/site-nav_a_bg.png) no-repeat;
	text-indent: -500em;
	}

#site-nav ul li a                { background-position: -8px -73px; }
#site-nav ul li + li a           { background-position: -78px -73px; }
#site-nav ul li + li + li a      { background-position: -223px -73px; }
#site-nav ul li + li + li + li a { background-position: -362px -73px; }

#site-nav ul li a:hover                { background-position: -8px -141px; }
#site-nav ul li + li a:hover           { background-position: -78px -141px; }
#site-nav ul li + li + li a:hover      { background-position: -223px -141px; }
#site-nav ul li + li + li + li a:hover { background-position: -362px -141px; }




/* 6. Content
---------------------------------------------*/
#loader {
   background: #000;
   opacity: .75;
   filter: alpha(opacity=75);
   -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   z-index: 100;
   }

#loaderText {
   background: #fff;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   width: 430px;
   height: 28px;
   margin: 0 auto;
   padding: 10px 10px 3px 10px;
   position: relative;
   z-index: 999;
   top: 200px;
   }
   
#loaderText span {
   background: url('../images/lightbox-ico-loading.gif') top left no-repeat;
   padding: 5px 15px 20px 40px;
   font-size: 24px;
   color: #000;
   }
   
#content {
	position: relative;
	height: 1%;
	background: url(../images/content_bg.jpg) repeat-y top left;
	}

#content2 {
	position: relative;
	height: 1%;
	background: url(../images/content_bg2.jpg) repeat-y top left;
	}

#content:after, #content2:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

#main {
	float: left;
	margin: -12px 0 0 63px;
	width: 426px;
	}

#main2 {
	float: left;
	margin: -12px 0 0 63px;
	width: 680px;
	}

#sub {
	float: right;
	margin: -12px 50px 0 0;
	width: 255px;
	}

#sub #news {
	position: relative;
	margin-top: -5px;
	padding-left: 19px;
	min-height: 196px;
	background: url(../images/news_bg.png) no-repeat top left;
	text-shadow: #E0C68B 0 1px 1px;
	}

#sub #news h4 {
	margin-bottom: -0px;
	padding-top: 19px;
	font: bold 1.1em/0.9em 'Myriad Pro', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	}

#sub #news ul {
	padding: 0 34px 0 1px;
	}

#sub #news ul li {
	margin-bottom: -1px;
	}

html:not(:first-of-type) #sub #news ul li {   /* for WebKit */
	margin-bottom: 0
	}

#sub #news ul li a {
	color: #5A2049;
	font-weight: bold;
	font-size: 0.75em;
	line-height: 1.5em;
	}

html:not(:first-of-type) #sub #news ul li a {
	line-height: 1.4em
	}

#sub #news > a {
	position: absolute;
	bottom: 8px;
	left: 33px;
	width: 183px;
	height: 36px;
	overflow: hidden;
	text-indent: -500em;
	}

#sub #usa {
	text-align: center;
	margin-top: 20px;
	}

#sub #watch {
	margin: 31px 0 35px;
	}

#sub #watch h4 {
	position: absolute;
	left: -500em;
	}

#sub #watch a {
	display: block;
	margin: 0 auto;
	width: 254px;
	height: 201px;
	overflow: hidden;
	background: url(../images/bottons_bg.jpg) no-repeat top left;
	text-indent: -500em;
	}

#sub #talk h4 {
	position: absolute;
	left: -500em;
	}

#sub #talk a {
	display: block;
	margin: 0 auto;
	width: 252px;
	height: 90px;
	overflow: hidden;
	background: url(../images/bottons_bg.jpg) no-repeat 0 -201px;
	text-indent: -500em;
	}


/* 7. Supplementary Navigation
---------------------------------------------*/
#supp-nav {
	position: absolute;
	bottom: 154px;
	left: 44px;
	}

#supp-nav h4 {
	position: absolute;
	left: -500em;
	}

#supp-nav ul li {
	float: left;
	margin-right: 14px;
	}

#supp-nav ul li a {
	color: #FFFAE8;
	font-size: 0.7em;
	text-shadow: #BDA271 0 1px 1px;
	}


/* 8. Site Info
---------------------------------------------*/
#siteinfo {
	padding-top: 86px;
	height: 145px;
	background: url(../images/siteinfo_bg.jpg) no-repeat top left;
	color: #FFFAE8;
	font-size: 0.7em;
	text-indent: 44px;
	text-shadow: #BDA271 0 1px 1px;
	}

#siteinfo2 {
	padding-top: 86px;
	height: 145px;
	background: url(../images/siteinfo_bg2.jpg) no-repeat top left;
	color: #FFFAE8;
	font-size: 0.7em;
	text-indent: 44px;
	text-shadow: #BDA271 0 1px 1px;
	}
	

#legal {
	text-shadow: #FFF9E3 0 1px 1px;
	}

#legal h2 {
	margin-bottom: 6px;
	color: #411E3D;
	font: bold 1.8em 'Myriad Pro', Helvetica, Arial, sans-serif;
	}

#legal p {
	margin-bottom: 5px;
	color: #462042;
	font-style: normal;
	font-size: 0.8em;
	line-height: 1.4em;
	}

#legal p span {
	font-weight: bold;
	}

#legal ul {
	padding-top: 5px;
	}

#legal ul li {
	margin-bottom:7px;
	color: #5C2D57;
	font-size: 0.75em;
	line-height: 1.5em;
	text-align: left;
	}

#legal img {
	display: block;
	margin: 0px 0px 5px 15px;
	}
