/* @override 
	http://local.faniefouriemovie.com/css/style.css?v=3.1
 */

/* 
 * HTML5 ✰ Boilerplate
 *
 * What follows is the result of much research on cross-browser styling. 
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 *
 * Detailed information about this CSS: h5bp.com/css
 * 
 * ==|== normalize ==========================================================
 */
 
 /* @group - normalise */
 
 /* =============================================================================
    HTML5 display definitions
    ========================================================================== */
 
 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; }
 
 /* =============================================================================
    Base
    ========================================================================== */
 
 /*
  * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
  * 2. Force vertical scrollbar in non-IE
  * 3. Prevent iOS text size adjust on device orientation change, without disabling user zoom: h5bp.com/g
  */
 
 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; }
 
 /* 
  * Remove text-shadow in selection highlight: h5bp.com/i
  * These selection declarations have to be separate
  * Also: hot pink! (or customize the background color to match your design)
  */
 
 ::-moz-selection { color: #fff; text-shadow: none; background: #168f22; }
 ::selection { background: #168f22; color: #fff; text-shadow: none; }
 
 
 /* =============================================================================
    Links
    ========================================================================== */
 
 a { color: #00e; }
 a:visited { color: #551a8b; }
 a:hover { color: #06e; }
 a:focus { outline: thin dotted; }
 
 /* Improve readability when focused and hovered in all browsers: h5bp.com/h */
 a:hover, a:active { outline: 0; }
 
 
 /* =============================================================================
    Typography
    ========================================================================== */
 
 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; }
 
 /* Redeclare monospace font family: h5bp.com/j */
 pre, code, kbd, samp { font-family: monospace, monospace; _font-family: 'courier new', monospace; font-size: 1em; }
 
 /* Improve readability of pre-formatted text in all browsers */
 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%; }
 
 /* Position subscript and superscript content without affecting line-height: h5bp.com/k */
 sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
 sup { top: -0.5em; }
 sub { bottom: -0.25em; }
 
 
 /* =============================================================================
    Lists
    ========================================================================== */
 
 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; }
 
 
 /* =============================================================================
    Embedded content
    ========================================================================== */
 
 /*
  * 1. Improve image quality when scaled in IE7: h5bp.com/d
  * 2. Remove the gap between images and borders on image containers: h5bp.com/e 
  */
 
 img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
 
 /*
  * Correct overflow not hidden in IE9 
  */
 
 svg:not(:root) { overflow: hidden; }
 
 
 /* =============================================================================
    Figures
    ========================================================================== */
 
 figure { margin: 0; }
 
 
 /* =============================================================================
    Forms
    ========================================================================== */
 
 form { margin: 0; }
 fieldset { border: 0; margin: 0; padding: 0; }
 
 /* Indicate that 'label' will shift focus to the associated form element */
 label { cursor: pointer; }
 
 /* 
  * 1. Correct color not inheriting in IE6/7/8/9 
  * 2. Correct alignment displayed oddly in IE6/7 
  */
 
 legend { border: 0; *margin-left: -7px; padding: 0; }
 
 /*
  * 1. Correct font-size not inheriting in all browsers
  * 2. Remove margins in FF3/4 S5 Chrome
  * 3. Define consistent vertical alignment display in all browsers
  */
 
 button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
 
 /*
  * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
  * 2. Correct inner spacing displayed oddly in IE6/7
  */
 
 button, input { line-height: normal; *overflow: visible; }
 
 /*
  * Reintroduce inner spacing in 'table' to avoid overlap and whitespace issues in IE6/7
  */
 
 table button, table input { *overflow: auto; }
 
 /*
  * 1. Display hand cursor for clickable form elements
  * 2. Allow styling of clickable form elements in iOS
  */
 
 button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }
 
 /*
  * Consistent box sizing and appearance
  */
 
 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; }
 
 /* 
  * Remove inner padding and border in FF3/4: h5bp.com/l 
  */
 
 button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
 
 /* 
  * 1. Remove default vertical scrollbar in IE6/7/8/9 
  * 2. Allow only vertical resizing
  */
 
 textarea { overflow: auto; vertical-align: top; resize: vertical; }
 
 /* Colors for form validity */
 input:valid, textarea:valid {  }
 input:invalid, textarea:invalid { background-color: #f0dddd; }
 
 
 /* =============================================================================
    Tables
    ========================================================================== */
 
 table { border-collapse: collapse; border-spacing: 0; }
 td { vertical-align: top; }
 
 /* @end */
 
 
 /* @group -grid system */
 
 body {
   min-width: 960px;
 }
 
 /* Containers
 ----------------------------------------------------------------------------------------------------*/
 .container_12 {
   margin-left: auto;
   margin-right: auto;
   width: 960px;
 }
 
 /* Grid >> Global
 ----------------------------------------------------------------------------------------------------*/
 
 
 .grid_1,
 .grid_2,
 .grid_3,
 .grid_4,
 .grid_5,
 .grid_6,
 .grid_7,
 .grid_8,
 .grid_9,
 .grid_10,
 .grid_11,
 .grid_12 {
   display:inline;
   float: left;
   position: relative;
   margin-left: 10px;
   margin-right: 10px;
 }
 
 
 
 .push_1, .pull_1,
 .push_2, .pull_2,
 .push_3, .pull_3,
 .push_4, .pull_4,
 .push_5, .pull_5,
 .push_6, .pull_6,
 .push_7, .pull_7,
 .push_8, .pull_8,
 .push_9, .pull_9,
 .push_10, .pull_10,
 .push_11, .pull_11,
 .push_12, .pull_12 {
   position:relative;
   z-index: 1;
 }
 
 
 /* Grid >> Children (Alpha ~ First, Omega ~ Last)
 ----------------------------------------------------------------------------------------------------*/
 
 .alpha {
   margin-left: 0;
 }
 
 .omega {
   margin-right: 0;
 }
 
 /* Grid >> 12 Columns
 ----------------------------------------------------------------------------------------------------*/
 
 
 .container_12 .grid_1 {
   width:60px;
 }
 
 .container_12 .grid_2 {
   width:140px;
 }
 
 .container_12 .grid_3 {
   width:220px;
 }
 
 .container_12 .grid_4 {
   width:300px;
 }
 
 .container_12 .grid_5 {
   width:380px;
 }
 
 .container_12 .grid_6 {
   width:460px;
 }
 
 .container_12 .grid_7 {
   width:540px;
 }
 
 .container_12 .grid_8 {
   width:620px;
 }
 
 .container_12 .grid_9 {
   width:700px;
 }
 
 .container_12 .grid_10 {
   width:780px;
 }
 
 .container_12 .grid_11 {
   width:860px;
 }
 
 .container_12 .grid_12 {
   width:940px;
 }
 
 
 
 
 /* Prefix Extra Space >> 12 Columns
 ----------------------------------------------------------------------------------------------------*/

.container_12 .prefix {
  padding-left:20px;
} 
 
 .container_12 .prefix_1 {
   padding-left:80px;
 }
 
 .container_12 .prefix_2 {
   padding-left:160px;
 }
 
 .container_12 .prefix_3 {
   padding-left:240px;
 }
 
 .container_12 .prefix_4 {
   padding-left:320px;
 }
 
 .container_12 .prefix_5 {
   padding-left:400px;
 }
 
 .container_12 .prefix_6 {
   padding-left:480px;
 }
 
 .container_12 .prefix_7 {
   padding-left:560px;
 }
 
 .container_12 .prefix_8 {
   padding-left:640px;
 }
 
 .container_12 .prefix_9 {
   padding-left:720px;
 }
 
 .container_12 .prefix_10 {
   padding-left:800px;
 }
 
 .container_12 .prefix_11 {
   padding-left:880px;
 }
 
 
 
 /* Suffix Extra Space >> 12 Columns
 ----------------------------------------------------------------------------------------------------*/

.container_12 .suffix {
  padding-right:40px;
} 
 .container_12 .suffix_1 {
   padding-right:80px;
 }
 
 .container_12 .suffix_2 {
   padding-right:160px;
 }
 
 .container_12 .suffix_3 {
   padding-right:240px;
 }
 
 .container_12 .suffix_4 {
   padding-right:320px;
 }
 
 .container_12 .suffix_5 {
   padding-right:400px;
 }
 
 .container_12 .suffix_6 {
   padding-right:480px;
 }
 
 .container_12 .suffix_7 {
   padding-right:560px;
 }
 
 .container_12 .suffix_8 {
   padding-right:640px;
 }
 
 .container_12 .suffix_9 {
   padding-right:720px;
 }
 
 .container_12 .suffix_10 {
   padding-right:800px;
 }
 
 .container_12 .suffix_11 {
   padding-right:880px;
 }
 
 
 
 /* Push Space >> 12 Columns
 ----------------------------------------------------------------------------------------------------*/
 
 
 .container_12 .push_1 {
   left:80px;
 }
 
 .container_12 .push_2 {
   left:160px;
 }
 
 .container_12 .push_3 {
   left:240px;
 }
 
 .container_12 .push_4 {
   left:320px;
 }
 
 .container_12 .push_5 {
   left:400px;
 }
 
 .container_12 .push_6 {
   left:480px;
 }
 
 .container_12 .push_7 {
   left:560px;
 }
 
 .container_12 .push_8 {
   left:640px;
 }
 
 .container_12 .push_9 {
   left:720px;
 }
 
 .container_12 .push_10 {
   left:800px;
 }
 
 .container_12 .push_11 {
   left:880px;
 }
 
 
 
 /* Pull Space >> 12 Columns
 ----------------------------------------------------------------------------------------------------*/
 
 
 .container_12 .pull_1 {
   left:-80px;
 }
 
 .container_12 .pull_2 {
   left:-160px;
 }
 
 .container_12 .pull_3 {
   left:-240px;
 }
 
 .container_12 .pull_4 {
   left:-320px;
 }
 
 .container_12 .pull_5 {
   left:-400px;
 }
 
 .container_12 .pull_6 {
   left:-480px;
 }
 
 .container_12 .pull_7 {
   left:-560px;
 }
 
 .container_12 .pull_8 {
   left:-640px;
 }
 
 .container_12 .pull_9 {
   left:-720px;
 }
 
 .container_12 .pull_10 {
   left:-800px;
 }
 
 .container_12 .pull_11 {
   left:-880px;
 }
 
 /* `Clear Floated Elements
 ------------------------------------------------------------------------------*/
 
 /* http://sonspring.com/journal/clearing-floats */
 
 .clear
 {
 	clear: both;
 	display: block;
 	overflow: hidden;
 	visibility: hidden;
 	width: 0;
 	height: 0;
 	float: none;
 }
 
 /* @end */
 
 
 /* ==|== primary styles =====================================================
   Author: Weekday Heroes / superhero@weekdayheroes.co.za
   ========================================================================== */

/*@group - general styles*/

body {
  background: #000;
  overflow: hidden;
  font: normal 14px/120% Helvetica, Arial, sans-serif;
}

.ct {
  background: pink;
}

p {
  font-size: 14px;
  line-height: 1.3;
}

h1, h2, h3 {
  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1;
}

h1 {
  margin: 0;
  font-size: 35px;
  color: #fac626;
  text-shadow: 4px 4px 0px #4e0000;
  letter-spacing: 2px;
  
}
h2 {
  font-size: 27px;
  margin: 30px 0;
}

h3 {
  font-size: 21px;
  margin: 0 0 15px 0;
}
strong {
  white-space: nowrap;
}
#main img, #footer img {
  width: 100%;
  max-width: 100%;
  height: auto;
}
ul.nav a:link,
ul.nav a:visited,
#strap ul a:link,
#strap ul a:visited,
h2 a:link,
h2 a:visited,
p a:link,
p a:visited,
small a:link,
small a:visited {
	text-decoration: none;
	padding: 2px 6px;
	color: #6e1212;	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #f2dc63;
}

ul.nav a:hover,
ul.nav a:active,
#strap ul a:hover,
#strap ul a:active,
h2 a:hover,
h2 a:active,
p a:hover,
p a:active,
small a:hover,
small a:active {
  color: #4e0000 !important;
  background-color: #fac626 !important;
}
a:hover img {
  opacity: 0.8;
}

blockquote {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 24px;
	margin-left: 0px;
	padding-left: 10px;
	border-left: 4px solid #fdbe1e;
}

#home #container {
  background: #000 url(../img/header-backing-blk.jpg) no-repeat center top;
  min-height: 740px;
  padding-bottom: 20px;
  margin-bottom: 100px;
}

/*@end*/

/* @group - Nav */

ul.nav, #strap ul {
padding: 0;
list-style: none;
}
	ul.nav li, #strap ul li {
    margin: 0 4px;
		display: inline;
	  font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
	  text-transform: uppercase;
	  font-weight: normal;
	  font-size: 16px;
	}

/* @end */

/* @group - strap */

#strap {
	border-bottom: 1px solid #f2dc63;
  height: auto;
/*  margin-top: -1.3em;*/
/*  padding-top: 0.4em;*/
	background-color: #6e1212;
	line-height: 3.2em;
}

	#strap, #strap .container_12 {
		overflow: hidden;
	  white-space: nowrap;
	}
	#strap a {
	}
	#strap a img {
		position: relative;
		top: -2px;
	}

/* @end */

/*@group - sub-strap */

#sub-strap {
  position: absolute;
  z-index: 10;
  /*height: 78px;
  margin-bottom: -78px;*/
  overflow: visible;
}
#downloads #sub-strap,
#social #sub-strap,
#story #sub-strap,
#premiere #sub-strap,
#videos #sub-strap,
#news #sub-strap {
  margin-top: -5.8em;
}
#social h2 {
  margin: 0;
}
#news h3 {
  padding-top: 15px;
  border-top: 1px solid #124679;
}
#news p {
  margin-bottom: 40px;
}
#videos iframe {
  margin-bottom: 2em;
}
#trailer {
  position: relative;
  left: -20px;
}

/*@end*/

/*@group - header*/

    .countdown {
      color: #6e1212;
      float: left;
      font-size: 34px;
      margin: -12px 0 0 15px;
      text-align: center;
      text-shadow: 0 1px 0 #4e0000;
      width: 79px;
    }
    
    #header {
      margin-bottom: -2em;
    }
    
    #header .grid_8 {
      text-align: center;
    }
    
    #header .grid_2 {
      padding-top: 240px;
    }
    #header .grid_2 img {
      margin-top: 310px;
      }
    
    #home #header h3 {
      text-align: center;
      line-height: 1.2;
      font-size: 21px;
      color: #fefefe;
       text-shadow: 2px 2px 0 #013362;
      margin: -120px 0 -1.6em -90px;
      width:  320px;
    }
    #home #header h3 small {
    color: #bde7fc;
     }
     
     #home #header h3 a {
       color: inherit;
       text-decoration: none;
       display: block;
     }
     #home #header h3 a:hover {
      text-shadow: 4px 4px 0 #0459a8;
       color: #f8e209;
     }
/*@end*/
/* @group - tickets */

#header #ticket-position {
   margin-top: -210px;
 }
 
#tickets {
  left: 140px;
	width: 320px;
	height: 62px;
	background: url(../img/tickets_bg.jpg) repeat-x #006ea7;
	overflow: hidden;
	margin-top: 12px;
	
	        border-radius: 10px; /*future proofing*/ 
	   -moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	 -khtml-border-radius: 10px; /*for old Konqueror browsers*/
	
	   -moz-box-shadow: 0 2px 5px #000;
	-webkit-box-shadow: 0 2px 5px #000;
	        box-shadow: 0 2px 5px #000;
  }

	#tickets img {
		float: left;
	}

	#tickets a {
		background-image: url(../img/tickets_sprite.jpg);
		background-repeat: no-repeat;
		display: block;
    float: left;
    height: 62px;
	}
	
	#tickets a.nu {
		background-position: 3px 0;
		width: 107px;
	}
		
	#tickets a:hover.nu {
		background-position: -139px 0;
	}
	
	#tickets a.ster {
		background-position: -285px 0;
		width: 107px;
	}
	
	#tickets a:hover.ster {
		background-position: -427px 0;
	}
	
	#tickets a.ind {
		background-position: -556px 0;
		width: 99px;
	}
		
	#tickets a:hover.ind {
		background-position: -700px 0;
	}
	
  #tickets a.DVD {
  	background: transparent;
  	line-height: 62px;
  	width: 100%;
  	color: #ebf2f6;
  	font-size: 18px;
  	text-align: center;
  	font-weight: normal;
  	text-decoration: none;
  } 
  #tickets a.DVD small {
    font-size: 12px;
  }
  #tickets a.DVD:hover {
  	color: white;
  	font-weight: bold;
  }

/* @end */

/*@group - main*/

#main {
  overflow: hidden;
  margin-top: 6em;
  margin-bottom: 2em;
}

#main h2, 
#main .supplementary { 
	margin: .2em 0 1.25em; 
	line-height: 1em;
}
#main h2 {
    color: #8cd7fe;
    text-shadow: none;
  } 
#main .supplementary {
  font-size: 27px;
}
#main .supplementary img {
  position: relative;
  top: -5px;
}

table {
  	border: 2px solid #fbd815;
  	border-collapse: collapse;
  	color: #168f22; 
  	background-color: #fef9e1;
  }
  td {
  	border: 1px solid #fbd815;
  	border-collapse: inherit;
  	padding: 12px;
  }
  th,
  tfoot  {
    border: 1px solid #fbd815;
  	border-collapse: inherit;
  	padding: 12px;
    background-color: #fdf3bc;
    color: #2c2500; 
  }


/*@end*/

/* @group - gallery */

#gallery h2 { 
	margin: 16px 12px 16px; 
	text-align: left;
}		

.gallery-more { 
	padding-top: 1em;
	text-align: left;
	text-transform: uppercase;
}
.gallery-more a:link, .gallery-more a:visited, 
.gallery-more a:hover, .gallery-more a:active { 
	color: #2b2b2e !important;
	padding: 10px;
}

#gallery { 
	margin-bottom: 2.5em;
	text-align: center;
	border-bottom: 1px solid #88888d; 
	color: #f6f5f4;
	}
	/*dl*/
	.gallery-item { 
		float: left;
		width: 200px;
		margin: 10px 10px 16px 10px;
		text-align: center;
		}
		/*dt*/
		.gallery-icon { 
			display: block;
			padding: 0px;
			}		
		.gallery-icon a { 
			line-height: 0px;
			border: 6px solid #525257; 
			display: block;
			padding: 0px;
			margin: 0px;
			}		
		.gallery-icon a:hover { 
			border-color: #2b9cdb; 
			}		
			.gallery-icon img{ 			
				padding: 0px;
				/*margin:-10px -5px -11px;*/
				}			
		/*dd*/
		/*.gallery-caption*/
			/*<dl>Some words</dl>*/
		.gallery-item dd { 
      margin: 10px 0 10px;
			display: block;
			width: 200px;
			height: 3.6em;
			overflow: hidden;
			
			}

/* @end */

/*@group - footer*/

#footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  text-align: left;
	color: #f6f5f4;
/*	border-top: 1px solid #88888d; */
}	

#footer > div {
  background: transparent url('../img/footer-border.gif') no-repeat right 20px;
  
}
#footer p a { 
/*	float: right;*/
	clear: right;
	width: auto;
	}
#footer h2,
#footer h3,
#footer h4 {
  color: #006ea7;
}
#footer h3 { 
	margin-bottom: .55em; 
}
#footer h4{ 
	margin: 4px 16px 16px; 
}

#title {
  padding-top: 1em;
}
#title img {
  margin-right: 20px;
}
/*		#footer a:link, 
		#footer a:visited  {
			padding: 1em .55em 1.1em;
			font-size:0.85em; 
		 	color: #aae9ff; 
			}
		#footer a:hover { 
		 	color: #5decec; 
		 	text-decoration: none;
			}
		#footer a:active { 
		 	color: #6c0b0e; 
		 	text-decoration: none;
			}
		#footer a:focus { color:#212222; }*/
		
	
#meta-info{ 
	 overflow: hidden;
	}

		#cast-info h5, 
		#meta-info h5 { 
			font: bold 12px/100% Helvetica, Arial, sans-serif;
			text-align: right;
			float: left;
			clear: both;
			width: 35%;
			margin: 1em 0 1em;
			}
		#cast-info p,
		#meta-info p { 
			font: normal 12px/120% Helvetica, Arial, sans-serif;
			margin: 1em 0 0 0.65em;
			float: right;
			width: 60%;
			}
	
			
#poster { 
	overflow: visible; 
	text-align: center;
	}		
#poster img { 
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	margin-top: 48px;
	}
	
	#copyright { 
	padding: 14px 0px;
	margin-top: 32px;
	background: #000;
	text-align: center;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px; 
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4);
	}
	#copyright img { 
	height: 70px;
	width: auto; 
	}
	
.twidget a {
  background: transparent !important;
  padding: 0 !important;
}
.twidget img {
  height: auto !important;
  width: auto !important;
}

#downloadTone {
  padding: 20px;
  color: #f8f81e;
  background-color: #619402;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border-top-left-radius: 5px 5px;
  border-top-right-radius: 5px 5px;
  border-bottom-right-radius: 5px 5px;
  border-bottom-left-radius: 5px 5px;
  margin-bottom: 20px;
}
#downloadTone form {
  overflow: hidden;
  margin-bottom: 10px;
}
#downloadTone div, #downloadTone input[type="text"] {

color: #035b71;
font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
#downloadTone h2 {
margin: 0 0 0.3em;
color: #f7d31e;
}
#downloadTone h3 {
color: #f7d31e;
}
#downloadTone div {
  margin: 20px 0;
  text-align: center;
}
#downloadTone div.form-item {
margin: 5px 0 0;
text-align: left;
}
form label, form input[type="text"], form textarea, form input[type="submit"] {
color: #e6f9fe;
font-size: 12px;
letter-spacing: 0;
line-height: 150%;
width: 65%;
}
#downloadTone .form-item input[type="text"] {
padding: 8px 13px;
background-color: #f2fa0e;
border: 2px solid #2d7b00;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
border-top-left-radius: 5px 5px;
border-top-right-radius: 5px 5px;
border-bottom-right-radius: 5px 5px;
border-bottom-left-radius: 5px 5px;
}
#downloadTone .form-item label {
margin-top: 0;
padding-top: 30px;
float: left;
width: 15%;
text-transform: uppercase;
text-align:right;
margin-right: 2%;
}
#TheMailingList {
  margin-right: 10px;
}
input[type="submit"] {
  padding: 0px 15px;
  background-color: transparent;
}

a.button-link, a#rollover, input[type="submit"] {
border: none;
-moz-border-radius: 8px;
-webkit-border-radius: 8px;
border-radius: 8px;
border-top-left-radius: 8px 8px;
border-top-right-radius: 8px 8px;
border-bottom-right-radius: 8px 8px;
border-bottom-left-radius: 8px 8px;
}

#downloadTone #rollover {
  width: auto;
  line-height: 1;
  margin: 0 auto;
  font: 1.2em/1.5em Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, "Helvetica Inserat", "Bitstream Vera Sans Bold", "Arial Black", sans-serif;
  color: #035b71;
}

#downloadTone #rollover {

display: block;
text-align: center;
background-color: #c6e942;
padding: 15px 15px 15px; 
color: #31644a;
width: 80%;
margin-top: 24px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
text-shadow: 0 -1px 0 #ddfb92;
}

#downloadTone #rollover:hover{
background-color: #faee1b;
color: #49a006;
text-decoration: none;
text-shadow: 0 3px 0 #cac007;
}
	.last-col {
  background-image: none !important;
}

/*@end*/

/* @group - Ticker */

  /* ---------------------------------------------------- */
  /* SLIDESHOW
  /* ---------------------------------------------------- */
  #slideshow {
  width: 100%;
  margin: 0;
  background-color: #03af1f;
  border-bottom: 1px solid #01500e;
  /*position: fixed;
  bottom: 0;*/
  text-align: center;
  }
  .newsLink {
    height: 45px; width: 80px;
    position: absolute; right: 0; line-height: 45px;
    z-index: 9998;
    background-color: #b7f1a2;
    border-left: 2px solid #039e1d;
  }
  .newsLink:hover,.newsLink:focus {
    background-color: #092100;
  }
  #slideshow h4 {
    margin: 0;
  }
  #slideshow h4 a {
    display: block;
  }
  #slideshow ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  height: 1%; /* IE fix */}
  
  #slideshow ul:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  visibility: hidden;}            
  
  /* ---------------------------------------------------- */
  /* SLIDESHOW > SLIDES
  /* ---------------------------------------------------- */
  #slideshow .slides {
  overflow: hidden;
  width: 960px;
  margin: auto;
  }
  
  #slideshow .slides ul {
  width: 2880px;}
  
  #slideshow .slides li {
  text-align: center;
  width: 920px;
  float: left;
  padding: 10px;}
  
  #slideshow .slides h3,
  #slideshow .slides p {
  margin-top: 2px;
  margin-bottom: 0;
  display: inline;
  display: inline-block;
  }
  #slideshow .slides p {
  margin-left: 20px;
  color: #f9e245;
  }
  #slideshow a:link, #slideshow a:visited {
    color: #01500e;
    text-decoration: none;
  }
  #slideshow a:hover, #slideshow a:active {
    color: #f9e245;
  }
  
  /* ---------------------------------------------------- */
  /* SLIDESHOW > NAVIGATION
  /* ---------------------------------------------------- */
  #slideshow .slides-nav {
  background-color: #ddd;
  border-top: 2px solid #ccc;
  margin: auto;
  width: 960px;
  }
  
  #slideshow .slides-nav li {
  float: left;
  font-size: 11px;
}
  
  #slideshow .slides-nav li a {
  display: block;
  padding: 5px 20px;
  outline: none;}
  
  .js #slideshow .slides-nav li.on,
  .js #slideshow .slides-nav li.on a {
  background-color: #eee;}
  
  .js #slideshow .slides-nav li.on a {
  position: relative;
  top: -4px;}

/* @end */

/* @group - social shares */

.social-shares {
   padding: 24px 0 10px;
}
.twidget {

}
.st_facebook_custom{
	background: url("../img/facebook.png") no-repeat scroll left top transparent;
	padding:0px 16px 0 0;
}

/* @end */

/* @group - FancyBox */

/*! fancyBox v2.0.6 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-tmp iframe, .fancybox-tmp object {
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
	overflow: visible !important;
}

.fancybox-skin {
	position: relative;
	padding: 0;
	margin: 0;
	background: #000;
	color: #999;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}
.fancybox-type-inline .fancybox-skin {
	background: #f9f9f9;
	color: #444;
	}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer {
  overflow: visible !important;
}

.fancybox-outer, .fancybox-inner {
	padding: 0;
	margin: 0;
	position: relative;
	outline: none;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 10px;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
	vertical-align: top;
}

fancybox-iframe body {
  margin: 0;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8020;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
  width: 60px;  
	height: 100%;
	cursor: pointer;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-type-iframe .fancybox-nav span {
    visibility: visible;
    opacity: 0.5;
}

.fancybox-prev {
	left: 0;
	left: -60px;
}

.fancybox-next {
	right: 0;
	right: -60px;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
	visibility: visible;
	opacity: 0.5;
}
.fancybox-nav:hover span {
  	visibility: visible;
    opacity: 1;
}


.fancybox-prev span {
/*	left: 20px;*/
	background-position: 0 -36px;
}

.fancybox-next span {
/*	right: 20px;*/
  right: 0;
	background-position: 0 -72px;
}

.fancybox-tmp {
	position: absolute;
	top: -9999px;
	left: -9999px;
	padding: 0;
	overflow: visible;
	visibility: hidden;
}

/* Overlay helper */

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: #000;
}

#fancybox-overlay.overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8030;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	margin-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* @group - Fancy Buttons */

#fancybox-buttons {
	position: fixed;
	left: 0;
	width: 100%;
	z-index: 8050;
}

#fancybox-buttons.top {
	top: 10px;
}

#fancybox-buttons.bottom {
	bottom: 10px;
}

#fancybox-buttons ul {
	display: block;
	width: 166px;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	border: 1px solid #111;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	   -moz-box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	        box-shadow: inset 0 0 0 1px rgba(255,255,255,.05);
	background: rgb(50,50,50);
	background: -moz-linear-gradient(top, rgb(68,68,68) 0%, rgb(52,52,52) 50%, rgb(41,41,41) 50%, rgb(51,51,51) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(68,68,68)), color-stop(50%,rgb(52,52,52)), color-stop(50%,rgb(41,41,41)), color-stop(100%,rgb(51,51,51)));
	background: -webkit-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -o-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: -ms-linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	background: linear-gradient(top, rgb(68,68,68) 0%,rgb(52,52,52) 50%,rgb(41,41,41) 50%,rgb(51,51,51) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#444444', endColorstr='#222222',GradientType=0 );
}

#fancybox-buttons ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#fancybox-buttons a {
	display: block;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	background-image: url('../img/fancybox_buttons.png');
	background-repeat: no-repeat;
	outline: none;
	opacity: 0.8;
}

#fancybox-buttons a:hover {
	opacity: 1;
}

#fancybox-buttons a.btnPrev {
	background-position: 5px 0;
}

#fancybox-buttons a.btnNext {
	background-position: -33px 0;
	border-right: 1px solid #3e3e3e;
}

#fancybox-buttons a.btnPlay {
	background-position: 0 -30px;
}

#fancybox-buttons a.btnPlayOn {
	background-position: -30px -30px;
}

#fancybox-buttons a.btnToggle {
	background-position: 3px -60px;
	border-left: 1px solid #111;
	border-right: 1px solid #3e3e3e;
	width: 35px
}

#fancybox-buttons a.btnToggleOn {
	background-position: -27px -60px;
}

#fancybox-buttons a.btnClose {
	border-left: 1px solid #111;
	width: 35px;
	background-position: -56px 0px;
}

#fancybox-buttons a.btnDisabled {
	opacity : 0.4;
	cursor: default;
}
/* @end */

/* @group - Fancy Thumbs */

#fancybox-thumbs {
	position: fixed;
	left: 0;
	width: 100%;
	overflow: hidden;
	z-index: 8050;
}

#fancybox-thumbs.bottom {
	bottom: 2px;
}

#fancybox-thumbs.top {
	top: 2px;
}

#fancybox-thumbs ul {
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}

#fancybox-thumbs ul li {
	float: left;
	padding: 1px;
	opacity: 0.5;
}

#fancybox-thumbs ul li.active {
	opacity: 0.75;
	padding: 0;
	border: 1px solid #fff;
}

#fancybox-thumbs ul li:hover {
	opacity: 1;
}

#fancybox-thumbs ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	background: #111;
	outline: none;
}

#fancybox-thumbs ul li img {
	display: block;
	position: relative;
	border: 0;
	padding: 0;
}

/* @end */

/* @end */
	



/* ==|== non-semantic helper classes ========================================
   Please define your styles before this section.
   ========================================================================== */
   
   /* @group -helper classes */
   
   /* For image replacement */
   .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; }
   .ir br { display: none; }
   
   /* Hide from both screenreaders and browsers: h5bp.com/u */
   .hidden { display: none !important; visibility: hidden; }
   
   /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
   .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
   
   /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
   .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
   
   /* Hide visually and from screenreaders, but maintain layout */
   .invisible { visibility: hidden; }
   
   /* Contain floats: h5bp.com/q */ 
   .clearfix:before, .clearfix:after { content: ""; display: table; }
   .clearfix:after { clear: both; }
   .clearfix { zoom: 1; }
   
   .div.contain {
     overflow: hidden;
     width: 100%;
   }
   .fr {
      float: right;
      position: absolute;
      right: 20px;
      z-index:99;
    }
   .fl {
     float: left;
   }
   
   .center-box {
      text-align: center;  
   }
   .center-box .inner {
   display: inline;
   display: inline-block;
   width: auto;
   margin: 0 auto;
   }
   
   
   /* @end */
   
   
   
/* ==|== media queries ======================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */
   
   /* @group - media queries */
   
   @media only screen and (min-width: 480px) {
     /* Style adjustments for viewports 480px and over go here */
   
   }
   
   @media only screen and (min-width: 768px) {
     /* Style adjustments for viewports 768px and over go here */
   
   }
   
   /* @end */
   
   
   
/* ==|== print styles =======================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
}



/*
  Variable Grid System.
  Learn more ~ http://www.spry-soft.com/grids/
  Based on 960 Grid System - http://960.gs/

  Licensed under GPL and MIT.
*/

/*
  Forces backgrounds to span full width,
  even if there is horizontal scrolling.
  Increase this if your layout is wider.

  Note: IE6 works fine without this fix.
*/

