html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}


object, embed {
	outline: 0;
}

/**
 * Font normalization inspired by YUI Library's fonts.css: developer.yahoo.com/yui/
 */

body {
	font: 15px/20px sans-serif;
}

/* Hack retained to preserve specificity */
select, input, textarea, button {
	font: 99% sans-serif;
}

/* Always force a scrollbar in non-IE */
html {
	overflow-y: scroll;
}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: none;
}

ul, ol {
	margin-left: 2em;
}

ol {
	list-style-type: decimal;
}

/* Remove margins for navigation lists */
nav ul, nav li {
	margin: 0;
	list-style: none;
	list-style-image: none;
}

small {
	font-size: 85%;
}

strong, th {
	font-weight: bold;
}

td {
	vertical-align: top;
}

/* Set sub, sup without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

textarea {
	overflow: auto;
}

/* Align checkboxes, radios, text inputs with their label by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type='radio'] {
	vertical-align: text-bottom;
}

input[type='checkbox'] {
	vertical-align: bottom;
}

.ie7 input[type='checkbox'] {
	vertical-align: baseline;
}

.ie6 input {
	vertical-align: text-bottom;
}

/* Hand cursor on clickable input elements */
label, input[type='button'], input[type='submit'], input[type='image'], button {
	cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
	margin: 0;
}

/* Colors for form validity */
input:valid, textarea:valid {
}

input:invalid, textarea:invalid {
	border-radius: 1px;
	-moz-box-shadow: 0px 0px 5px red;
	-webkit-box-shadow: 0px 0px 5px red;
	box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
	background-color: #f0dddd;
}

::-moz-selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #FF5E99;
	color: #fff;
	text-shadow: none;
}

/* j.mp/webkit-tap-highlight-color */
a:link {
	-webkit-tap-highlight-color: #FF5E99;
}

button {
	width: auto;
	overflow: visible;
}

.ie7 img {
	-ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
	color: #444;
	font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bold;
}

a:hover {
	color: #444;
}

/* Defautl accent colours */
.accent,.accent:visited,#masthead .brand-list a:hover {
	color: #4cd4f1;
}

::-moz-selection {
	background: color:#4cd4f1;
}

::selection {
	background: color:#4cd4f1;
}

#brandindex-list li dd a:hover {
	color: #4cd4f1;
}

#masthead {
	z-index: 3;
	display: block;
	background-color: #000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	font-weight: bold;
	color: #999;
	padding: 10px 0;
}

#masthead ul a,#masthead ul a:visited {
	color: #FFF;
}

#masthead ul a:hover,#masthead ul a:visited:hover {
	color: #999;
}

nav {
	display: block;
	width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
}

nav ul {
	list-style: none;
	float: right;
	margin: 0 10px 0 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	margin: 0 0 0 1em;
}

.ie6 nav ul li,
.ie7 nav ul li {
	display: inline;
}

.ie6 nav ul li a,
.ie7 nav ul li a {
	display: block;
}

#logo {
	float: left;
}

#masthead #logo a {
	display: block;
	position: absolute;
	top: 10px;
}

#masthead #logo a strong {
	color: #fff;
}

#masthead #logo {
	height: 40px;
	overflow: hidden;
	position: absolute;
	width: 550px;
	top: 0;
}

.firsttime #masthead #logo a {
	top: 40px;
}

#masthead a:hover {
	color: #FFF;
}

footer {
	clear: both;
	background-color: #000;
	width: 100%;
	color: #888;
	margin: 0;
	overflow: hidden;
	font-size: 13px;
	padding-bottom: 40px;
}

footer ul {
	list-style: none;
	margin: 0;
	clear: both;
	overflow: hidden;
}

#credits a {
	color: #888;
	border: 0;
}

#credits a:hover {
	color: #FFF;
}

#links li {
	float: left;
	margin-right: 1em;
}

footer a,footer a:visited,footer a:active {
	color: #fff;
}

#container {
	padding-top: 40px;
}

#main {
	width: 1160px;
	margin: 0 auto;
	padding-top: 20px;
	position: relative;
	z-index: 1;
	overflow: hidden;
	min-height: 400px;
}

.ie7 #main {
	padding-top: 20px;
}

#search {
	position: relative;
	height: 20px;
	margin:0;
	padding:0;
}

.ie7 #search {
}

#search input {
	border: 0;
	background: #000 url(/img/interface/magnifier.png) no-repeat 100% 50%;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-weight: bold;
	width: 75px;
	padding: 0 .3em;
	color: #FFF;
	-webkit-transition: width .5s ease-out;
	-moz-transition: width .5s ease-out;
	-o-transition: width .5s ease-out;
	transition: width .5s ease-out;
	margin: 0;
}

#search input::-webkit-input-placeholder {
	color: #FFF;
}

#search input:focus,#search input.focus {
	width: 160px;
	outline: none;
	margin: 0;
}


.brand-list {
	clear: both;
	overflow: hidden;
	width: 1140px;
	margin: 0 auto;
	font-size: 13px;
	-webkit-transition: height .5s ease-out;
	-moz-transition: height .5s ease-out;
	-o-transition: height .5s ease-out;
	transition: height .5s ease-out;
}

header .brand-list {
	height: 0;
}

#masthead.on .brand-list {
	height: auto;
	outline: none;
}

footer h2 {
	font-size: 30px;
	letter-spacing: -1px;
	color: #fff;
	margin: 40px 0 20px 0;
}

footer #holder {
	width: 1140px;
	margin: 0 auto;
	padding: 0 10px;
}

.brand-list ul {
	-webkit-column-count: 4;
	-webkit-column-gap: 0;
	-moz-column-count: 4;
	-moz-column-gap: 0;
	column-count: 4;
	column-gap: 0;
	float: none;
	margin: 20px 10px 40px 0;
	padding: 0;
	overflow: hidden;
	line-height: 30px;
	list-style: none;
}

.brand-list ul li {
	display: block;
	border-bottom: 1px #444 solid;
	float: none;
	margin: 0;
	padding: 0;
	text-indent: 0;
	list-style: none;
}

.brand-list ul li a {
	padding: 5px 0 4px 0;
	margin: 0;
	line-height: 31px;
	width: 80%;
}

.ie7 .brand-list ul li a {
	text-indent: -16px;
}

.no-csscolumns .brand-list div {
	width: 1240px;
}

#facebook,#twitter {
	margin: 0;
	overflow: hidden;
}

header {
	display: block;
	position: relative;
	margin-bottom: 20px;
}

h1,h2 {
	font-weight: bold;
	font-size: 40px;
	color: #000;
	letter-spacing: -1px;
	line-height: 1;
	margin: 0 0 20px 0;
}

#main header {
	display: block;
	clear: both;
	overflow: visible;
	margin: 0 0 20px 0;
}

#hero {
	overflow: hidden;
	background-color: #eee;
	width: 1140px;
	margin: 0 auto;
	height: 570px;
	position: relative;
}

#hero img {
	float: left;
}

#hero #nav {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 90px;
	opacity: 1;
	z-index: 2;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.v {
	text-align: center;
	position:relative;
}

.v object {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.v img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
}

.v .poster {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index:3;
}

.ie7 .v .poster {
	display: block;
}

.v .poster .play {
	background: transparent url(/img/interface/play.png) no-repeat 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	cursor: pointer;
}

#hero #slideshow,#hero #slideshow li {
	width: 1140px;
	background-color: #000;
}

#slideshow {
	position: relative;
}

#pagination:hover {
	cursor: normal;
}

#nav .previous,
#nav .next {
	display: block;
	width: 90px;
	height: 90px;
	overflow: hidden;
	text-indent: -1234em;
	background: transparent url(/img/interface/next_arrow.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	outline: 0;
}

.ie7 #hero {
	background-color: #000;
}

#nav a:active {
	background-color: #000;
}

#nav .previous {
	background-image: url(/img/interface/previous_arrow.png);
	left: 0;
}

#nav .next {
	right: 0;
}

#pagination {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	line-height: 90px;
	height: 90px;
	padding: 0 20px;
	background: transparent url(/img/interface/pagination.png) repeat 0 0;
	display: block;
	position: absolute;
	bottom: 0;
	left: 91px;
	width: 918px;
	z-index: 3;
}

#hero ul {
	list-style: none;
	margin: 0;
	position: relative;
	z-index: 1;
}

#hero ul li {
	float: left;
	height: 570px;
}

#nav li {
	margin-left: 1px;
}

.description p {
	padding-right: 2em;
}

.summary,.lead {
	font-weight: bold;
	color: #000;
	font-size: 19px;
	line-height: 25px;
}

#extended {
	width: 1160px;
	margin-bottom: 20px;
	overflow: hidden;
	display: none;
}

.share {
	font-size: 13px;
	line-height: 20px;
	font-weight: bold;
	color: #000;
	margin: 40px 0;
}

.share a {
	display: inline-block;
	margin-left: 1em;
}

.facebook,
.twitter,
.website,
.place,
.email {
	background: transparent url(/img/interface/links_matrix.png) no-repeat 0 2px;
	padding-left: 20px;
}

.facebook {
	background-position: 0 -27px;
}

.twitter {
	background-position: 0 -56px;
}

.place {
	background-position: 0 -86px;
}

.email {
	background-position: 0 -116px;
}

#twitter-username {
	padding: 10px;
}

#tweet ul {
	list-style: none;
	margin: 0 10px 10px;
	font-size: 12px;
	line-height: 15px;
}

#tweet li {
	margin-bottom: 10px;
	border-top: 1px #fff solid;
	padding-top: 9px;
}

#tweet a {
	color: #000;
	font-weight: bold;
}

.description,.social {
	width: 560px;
	margin: 0 10px 20px 10px;
	float: left;
}

.social {
	margin-top: 20px;
}

#main header p {
	width: 50%;
}

.description p {
	margin-bottom: 1em;
}

.description.nosocial {
	width: 1140px;
}

.description .summary,
.description .extended {
	width: 560px;
	float: left;
	margin-right: 10px;
}

.nosocial header,.nosocial .share {
	clear: both;
}

.tabs {
	list-style: none;
	overflow: hidden;
	margin: 0;
	font-size: 13px;
	float: right;
	width: 460px;
	text-align: left;
}

.tabs li {
	display: inline-block;
	margin: 0 20px 0 0;
	float: left;
}

.tabs li a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 0 10px 0;
	color: #999;
}

.tabs .current {
	color: #000;
	cursor: default;
	background: transparent url(/img/interface/tab_arrow.png) no-repeat 50% 100%;
}

.panel {
	display: none;
	background-color: #efefef;
	padding: 10px;
	width: 440px;
	float: right;
}

.brand-logo {
	float: left;
	margin: 0 20px 10px 0;
	width: 80px;
	height: 80px;
	position: relative;
}

.brand-logo img {
	border: 1px #ccc solid;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.brand-logo:hover img {
	float: left;
	width: 160px;
	height: 160px;
	top: -40px;
	left: 0;
	-moz-box-shadow: 5px 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.8);
}

/* Frontpage specific */
#intro {
	margin: 0 10px;
	height: 280px;
	width: 1130px;
	position: relative;
	cursor: pointer;
	display: none;
}

.firsttime #intro {
	display: block;
}

#intro h1 {
	font-size: 80px;
	line-height: 1;
	letter-spacing: -3px;
	word-spacing: -3px;
	position: absolute;
	bottom: 0;
	font-weight: bold;
	margin: 0;
	width: 100%;
}

#intro a {
	position: absolute;
	top: 50px;
	right: 0;
	padding-right: 20px;
	background: transparent url(/img/interface/close.png) no-repeat 100% 50%;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: 0;
}

#intro:hover a {
	color: #999;
	opacity: 1;
}

.ie6 #intro a,
.ie7 #intro a,
.ie8 #intro a {
	display: none;
}

.ie6 #intro:hover a,
.ie7 #intro:hover a,
.ie8 #intro:hover a {
	display: block;
}

h1 sup {
	font-size: 40px;
	vertical-align: 10px;
}

.ie7 h1 sup,.ie8 h1 sup {
	padding-right: .5em;
}

#brandindex-grid,#council,#brandindex-list,#council {
	list-style: none;
	margin: 20px 5px 0 5px;
	/*width: 1140px;*/
	overflow: hidden;
}

#brandindex-grid li,#council li {
	float: left;
	background-color: #444;
	margin: 5px;
	position: relative;
}

#brandindex-grid li img,#council li img {
	float: left;
}

#brandindex-grid li figure,#council li figure {
	color: #fff;
	font-weight: bold;
	position: relative;
}

#brandindex-grid li figcaption,#council li figcaption {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 160px;
	height: 160px;
	background-color: rgba(0,0,0,.8);
	overflow: hidden;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
	padding: 10px;
	z-index: 2;
}

.ie6 #brandindex-grid li figcaption,
.ie7 #brandindex-grid li figcaption,
.ie8 #brandindex-grid li figcaption,
.ie6 #council li figcaption,
.ie7 #council li figcaption,
.ie8 #council li figcaption {
	display: none;
}

#brandindex-grid li figure:hover figcaption,
#council li figure:hover figcaption {
	opacity: 1;
}

.ie6 #brandindex-grid li figure:hover figcaption,
.ie7 #brandindex-grid li figure:hover figcaption,
.ie8 #brandindex-grid li figure:hover figcaption,
.ie6 #brandindex-grid .active figure figcaption,
.ie7 #brandindex-grid .active figure figcaption,
.ie8 #brandindex-grid .active figure figcaption,
.ie6 #council li figure:hover figcaption,
.ie7 #council li figure:hover figcaption,
.ie8 #council li figure:hover figcaption,
.ie6 #council .active figure figcaption,
.ie7 #council .active figure figcaption,
.ie8 #council .active figure figcaption {
	display: block;
	background: transparent;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
	zoom: 1;
}

#brandindex-grid li figure a,
#council li figure a {
	color: #fff;
	display: block;
	height: 100%;
}

#brandindex-list {
	margin: 10px;
	overflow: hidden;
	display: none;
}

#brandindex-list li {
	position: relative;
	overflow: hidden;
	border-bottom: 1px #ececec solid;
}

#brandindex-list img {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 10px;
}

#brandindex-list li figcaption {
	float: left;
	clear: both;
}

#brandindex-list li figcaption a {
	font-size: 40px;
	line-height: 1;
	font-weight: bold;
	color: #000;
	letter-spacing: -1px;
	padding: 10px 0 9px 95px;
	display: block;
}

#brandindex-list li figcaption a:hover {
	color: #EA4E9B;
}

#brandindex-grid .like {
	position: absolute;
	left: 10px;
	width: 48px;
	overflow: hidden;
	height: 20px;
	top: 145px;
}

#brandindex-list .like {
	position: absolute;
	right: 0;
	top: 20px;
	width: 48px;
	overflow: hidden;
}

#view {
	margin: 0 10px 0px 10px;
	padding-top: 40px;
	list-style: none;
	overflow: hidden;
	font-size: 13px;
}

#view li {
	display: inline-block;
	margin: 0 20px 0 0;
	float: left;
}

#view a {
	display: block;
	float: left;
	font-weight: bold;
	padding: 0 0 0 20px;
	color: #999;
	background: transparent url(/img/interface/view_matrix.png) no-repeat 0 0;
}

#view .gridview {
	background-position: 0 0;
}

#view .listview {
	background-position: 0 -60px;
}

#view .gridview.current {
	background-position: 0 -30px;
}

#view .listview.current {
	background-position: 0 -90px;
}

#view .current {
	color: #000;
	cursor: default;
}

.title {
	margin: 20px 10px;
	overflow: hidden;
	position: relative;
	width: 1130px;
}

.featured h1,.title h1 {
	font-size: 80px;
	line-height: 1;
	letter-spacing: -3px;
	word-spacing: -3px;
}

.featured ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

section h1 {
	font-size: 40px;
	line-height: 1;
	letter-spacing: -1px;
	word-spacing: -1px;
}

.columns {
	margin: 40px 10px;
	-webkit-column-count: 2;
	-webkit-column-break-after: always;
	-webkit-column-gap: 40px;
	-moz-column-count: 2;
	-moz-column-break-after: always;
	-moz-column-gap: 40px;
	column-count: 2;
	column-break-after: always;
	column-gap: 40px;
}

.columns p,section p {
	margin-bottom: 1em;
}

#council {
	min-height: 370px;
	padding-bottom: 190px;
}

#council .biography {
	display: none;
}

#council li {
	cursor: pointer;
	position: relative;
	z-index: 1;
}

#council .active {
	z-index: 3;
}

#council .active figcaption {
	overflow: hidden;
	height: 350px;
}

#council .active  .biography {
	font-size: 12px;
	line-height: 15px;
	color: #fff;
	z-index: 2;
	display: block;
	margin-top: 20px;
}

#council .active figcaption {
	opacity: 1;
}

#council .more {
	position: absolute;
	top: 140px;
	left: 0;
	background-color: transparent;
	height: auto;
	padding: 10px;
	font-size: 12px;
}

#council .active .more {
	display: none;
}

#teasers {
	margin: 0 auto;
	width: 1140px;
	overflow: hidden;
	padding: 0 10px;
}

#teasers li {
	margin: 60px 10px 60px 0;
	width: 370px;
	float: left;
}

#teasers ul {
	list-style: none;
	margin: 0;
	width: 1140px;
	overflow: hidden;
}

#teasers h2,#teasers p {
	padding-right: 20px;
}

#teasers h2 sup {
	font-size: 15px;
	vertical-align: 3px;
}

#teasers h2 {
	color: #000;
	font-size: 30px;
	letter-spacing: -1px;
	margin-bottom: 10px;
}

section {
	float: left;
	width: 530px;
	margin: 20px -10px 40px 10px;
	padding-right: 40px;
}

.featured {
	width: 80%;
}

.lines {
	list-style: none;
	margin: 0 0 20px 0;
	border-top: 1px #ececec solid;
}

.lines li {
	padding: 10px 0 9px 0;
	border-bottom: 1px #ececec solid;
}

p a {
	border-bottom: 1px #ccc solid;
}

/* Search results */
#search-results {
	right: 0;
	margin-top: 12px;
	position: absolute;
}

#search-results ul {
	background-color: rgba(0,0,0,.9);
	overflow: hidden;
	width: 370px;
	margin: 0;
}

#search-results ul  li {
	display: block;
	float: none;
	margin: 0;
}

#search-results ul  li a {
	padding: 10px 20px 9px 20px;
	border-bottom: 1px #333 solid;
	display: block;
}

#search-results ul  li a:hover {
	background-color: #000;
}

/* youtube*/
.youtube-player-container {
	width: 1140px;
	height: 570px;
}

/* The Magnificent Clearfix: Updated to prevent margin-collapsing on child elements.
   j.mp/bestclearfix */

.clearfix:before, .clearfix:after {
	content: '\0020';
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix {
	zoom: 1;
}

/**
 * Media queries
 *
 */

@media only screen and (max-width: 1139px) {
	#main {
		width: 960px;
	}

	#hero,#intro {
		width: 940px;
	}

	nav,
			.brand-list {
		width: 940px;
	}

	.description,.social {
		width: 460px;
	}

	#lateral dl {
		width: 470px;
	}

	.no-csscolumns .brand-list div {
		width: 1022px;
	}

	/* to overcome the columnize settings Ã¢â‚¬â€ 4 * 23%*/
	#hero {
		width: 940px;
		height: 470px;
		position: relative;
	}

	footer #holder {
		width: 940px;
	}

	section {
		width: 435px;
	}

	.featured {
		width: 800px;
	}

	#hero #nav {
	}

	#slideshow,#slideshow  li,#slideshow iframe {
		width: 940px !important;
	}

	#pagination {
		width: 718px;
	}

	.title {
		width: 940px !important;
	}

	#teasers {
		width: 940px;
	}

	#teasers li {
		width: 314px;
	}

	.description .summary,.description .extended {
		width: 470px;
	}

	.youtube-player-container {
		width: 940px;
		height: 470px;
	}

	#hero ul li {
		float: left;
		height: 470px;
	}
}

@media only screen and (min-width: 1140px) {
	#slideshow,#slideshow  li {
		width: 1140px !important;
	}

	#teasers {
		width: 1140px !important;
	}
}

/* iPad */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	#hero {
		width: 1024px;
		height: 510px;
	}

	#slideshow {
		height: 510px;
	}

	#slideshow iframe {
		margin-left: 92px;
	}

	.v object,.v div {
		left: 92px;
		border: 0;
	}

	.v .poster {
		display: none;
	}

	#slideshow,#slideshow  li,#slideshow iframe {
		width: 1024px !important;
	}

	#pagination {
		width: 802px;
	}

	#the-brands {
		display: none;
	}

	#brandindex-grid li, #council li {
		background-color: transparent;
	}

	#brandindex-grid li a:link, #council li a:link {
		-webkit-tap-highlight-color: transparent !important;
	}
}

/**
 * Print styles.
 *
 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
 */

@media print {
	* {
		background: transparent !important;
		color: black !important;
		text-shadow: none !important;
		filter: none !important;
		-ms-filter: none !important;
	}

	/* Black prints faster: sanbeiji.com/archives/953 */
	a, a:visited {
		color: #444 !important;
		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;
	}

	/* css-discuss.incutio.com/wiki/Printing_Tables */
	tr, img {
		page-break-inside: avoid;
	}

	@page { margin: 0.5cm; }

	p, h2, h3 {
		orphans: 3;
		widows: 3;
	}

	h2, h3 {
		page-break-after: avoid;
	}
}

