/*
Theme Name: Swissted
Description: Custom theme coded by <a href="http://tristanader.com/">Tristan Ader</a> anddesigned by Mike Joyce for www.swissted.com
Version: 1 (WP3.3)
Author: Tristan Ader
Author URI: http://tristanader.com/
*/


/*********** Reset ***************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family: helvetica, arial, sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/****** layout ****/
#mobi {width: 1160px; margin: 0 auto; padding: 0 10px;}
#page {width: 1140px; margin: 0 auto; padding: 0 0 50px 0; overflow: auto;}

/* Header */
#header {width: 1140px;}
h1#logo {width: 1140px; height: 217px; margin: 20px 0 10px; display: block; 
  background: url(/a/i/logo.png) no-repeat left top; text-indent: -9999px;}
#header P {padding: 10px 0; border-top: 2px solid black; border-bottom: 2px solid black; 
  font-size: 18px; line-height: 22px; text-align: justify;}
#header strong {font-weight: bold;}
#header a {text-decoration: none; color: #000;}
#header a:hover {text-decoration: underline;}

/* mini-poster grid layout */
#mini-posters {overflow: auto;}
#mini-posters ul {}
#mini-posters li {float: left; margin: 20px 20px 0 0; border-bottom: 2px solid black; position: relative; z-index: 1;}
#mini-posters li.last {margin: 20px 0 0;}
#mini-posters img {margin: 0 0 18px;}

.title {height: 34px; width: 212px; position: absolute; top: 250px; z-index: 2;
  background-color: #000;
  background-color:rgba(0,0,0,0.5); color: #fff; font-size: 10px; line-height: 1.6; text-align: center; overflow: hidden;
  padding: 3px 0;
  display: none;}

/* poster detail page */
#detail-page {margin: 10px auto; text-align: center;}

#poster a {background: none;}
#poster img {display: none; cursor: hand; cursor: pointer;}
#poster img:hover {cursor: hand; cursor: pointer;}

#left {height: 100%;position: absolute;  left: 20px; top: 0;}

#left a { width: 250px; height: 100%; display: block; 
  background: url(/a/i/next.png) no-repeat left center; text-indent: -9999px;}
#left a:hover {background: url(/a/i/next_rolls.png) no-repeat left center;}

#right {height: 100%; position: absolute; right: 20px; top: 0;}
#right a {width: 250px; height: 100%; display: block; 
  background: url(/a/i/prev.png) no-repeat right center; text-indent: -9999px;}
#right a:hover {background: url(/a/i/prev_rolls.png) no-repeat right center;}


#footy {width: 100%; height: 30px; clear: both; background: #fff;
  text-align: center; border-top: 2px solid black; border-bottom: 2px solid black;}
#footy h1 {padding: 5px 0; font-size: 12px; line-height: 16px;}



