style.css 29 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330
  1. /* @override http://macs.local/phf/wp-content/themes/ph/style.css */
  2. /* @override http://magicbullet.local/phf/wp-content/themes/ph/style.css */
  3. /*
  4. Theme Name: Pennebaker Hegedus Films
  5. Theme URI: https://phfilms.com
  6. Author: windhamdavid
  7. Author URI: http://davidawindham.com
  8. Description: pretty good
  9. /* Thanks!
  10. http://meyerweb.com/eric/tools/css/reset/ - Eric Myer
  11. http://html5boilerplate.com/ - HTML5 ✰ Boilerplate - Paul Irish
  12. https://github.com/Automattic/_s - Automattic
  13. http://www.google.com/webfonts/specimen/Josefin+Sans - Santiago Orozco
  14. http://dimsemenov.com/plugins/magnific-popup/ - Dmitry Semenov
  15. https://github.com/Wilto/Dynamic-Carousel - Mat Marquis
  16. */
  17. /* TABLE OF CONTENTS
  18. Reset | Typography | Color | Stucture [header/content/footer] | Grid | @media [480/1024/1920) | @print
  19. */
  20. html, body, div, span, object, iframe,
  21. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  22. abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
  23. small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
  24. fieldset, form, label, legend,
  25. table, caption, tbody, tfoot, thead, tr, th, td,
  26. article, aside, canvas, details, figcaption, figure,
  27. footer, header, hgroup, menu, nav, section, summary,
  28. time, mark, audio, video {
  29. margin: 0;
  30. padding: 0;
  31. border: 0;
  32. font-size: 100%;
  33. font: inherit;
  34. vertical-align: baseline;
  35. }
  36. article, aside, details, figcaption, figure,
  37. footer, header, hgroup, menu, nav, section {
  38. display: block;
  39. }
  40. blockquote, q { quotes: none; }
  41. blockquote:before, blockquote:after,
  42. q:before, q:after { content: ""; content: none; }
  43. ins { background-color: #ff9; color: #000; text-decoration: none; }
  44. mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
  45. del { text-decoration: line-through; }
  46. abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
  47. table { border-collapse: collapse; border-spacing: 0; }
  48. hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
  49. input, select { vertical-align: middle; }
  50. html { overflow-y: scroll; }
  51. a:hover, a:active { outline: none; }
  52. ul, ol { margin-left: 0; }
  53. ol { list-style-type: decimal; }
  54. nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
  55. small { font-size: 85%; }
  56. strong, th { font-weight: bold; }
  57. td { vertical-align: top; }
  58. sub, sup { font-size: 75%; line-height: 0; position: relative; }
  59. sup { top: -0.5em; }
  60. sub { bottom: -0.25em; }
  61. pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
  62. textarea { overflow: auto; }
  63. .ie6 legend, .ie7 legend { margin-left: -7px; }
  64. input[type="radio"] { vertical-align: text-bottom; }
  65. input[type="checkbox"] { vertical-align: bottom; }
  66. .ie7 input[type="checkbox"] { vertical-align: baseline; }
  67. .ie6 input { vertical-align: text-bottom; }
  68. label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
  69. button, input, select, textarea { margin: 0; }
  70. input:valid, textarea:valid { }
  71. 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; }
  72. form, input, textarea {padding: 0; margin: 0;}
  73. a:link { text-decoration: none; }
  74. a:visited { text-decoration: none; }
  75. a:hover { text-decoration: none; }
  76. a:active { text-decoration: none; }
  77. form { margin: 0;padding: 0; }
  78. .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
  79. .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
  80. .hidden { display: none; visibility: hidden; }
  81. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  82. .visuallyhidden.focusable:active,
  83. .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  84. .invisible { visibility: hidden; }
  85. .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
  86. .clearfix:after { clear: both; }
  87. .clearfix { zoom: 1; }
  88. .clear { clear: both;}
  89. /** /\/\/*** TYPOGRAPHY ***\/\/\/ **/
  90. @font-face {
  91. font-family: 'JosefinSansStdLight';
  92. src: url('img/fonts/JosefinSansStd-Light-webfont.eot');
  93. src: url('img/fonts/JosefinSansStd-Light-webfont.eot?#iefix') format('embedded-opentype'),
  94. url('img/fonts/JosefinSansStd-Light-webfont.woff') format('woff'),
  95. url('img/fonts/JosefinSansStd-Light-webfont.ttf') format('truetype'),
  96. url('img/fonts/JosefinSansStd-Light-webfont.svg#JosefinSansStdLight') format('svg');
  97. font-weight: normal;
  98. font-style: normal;
  99. }
  100. @font-face {
  101. font-family: 'Josefin Sans';
  102. font-style: normal;
  103. font-weight: 600;
  104. src: local('Josefin Sans SemiBold'), local('JosefinSans-SemiBold'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v3/C6HYlRF50SGJq1XyXj04zxefZI2gqg-NXpw43Z_DJ3I.woff') format('woff');
  105. }
  106. @font-face {
  107. font-family: 'Josefin Sans';
  108. font-style: normal;
  109. font-weight: 400;
  110. src: local('Josefin Sans'), local('JosefinSans'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v3/xgzbb53t8j-Mo-vYa23n5qRDOzjiPcYnFooOUGCOsRk.woff') format('woff');
  111. }
  112. @font-face {
  113. font-family: 'Josefin Sans';
  114. font-style: normal;
  115. font-weight: 700;
  116. src: local('Josefin Sans Bold'), local('JosefinSans-Bold'), url('http://themes.googleusercontent.com/static/fonts/josefinsans/v3/C6HYlRF50SGJq1XyXj04zxAPw1J91axKNXP_-QX9CC8.woff') format('woff');
  117. }
  118. body { font:13px/1.231 sans-serif; *font-size:small; }
  119. body {font-size: 12px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;}
  120. select, input, textarea, button { font:99% sans-serif; }
  121. pre, code, kbd, samp { font-family: monospace, sans-serif; }
  122. ::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
  123. ::selection { background:#FF5E99; color:#fff; text-shadow: none; }
  124. a:link { -webkit-tap-highlight-color: #FF5E99; }
  125. button { width: auto; overflow: visible; }
  126. .ie7 img { -ms-interpolation-mode: bicubic; }
  127. body, select, input, textarea { color: #444; }
  128. h1.josefin {
  129. color:#fff;
  130. font-family: 'Josefin Sans', 'JosefinSansStdLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  131. font-size: 26px;
  132. font-weight: 700;
  133. line-height: 27px;
  134. text-shadow: 1px 1px 1px #000;
  135. letter-spacing:7px;
  136. margin-top: 15px;
  137. font-weight: 800;
  138. }
  139. h1.josefin-head {
  140. color:#fff;
  141. font-family: 'Josefin Sans', 'JosefinSansStdLight', "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  142. font-size: 21px;
  143. font-weight: 700;
  144. line-height: 27px;
  145. letter-spacing:0px;
  146. margin-top: 15px;
  147. }
  148. h2.josefin {
  149. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  150. font-size: 15px;
  151. font-weight: 800;
  152. line-height: 17px;
  153. text-shadow: 1px 1px 1px #000;
  154. letter-spacing:0px;
  155. color:#cecece;
  156. }
  157. h3.josefin {
  158. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  159. font-size: 21px;
  160. font-weight: 300;
  161. line-height: 14px;
  162. color:#cecece;
  163. margin: 7px 0;
  164. }
  165. h5.josefin {
  166. font-family: 'JosefinSansStdLight', 'Josefin Sans', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  167. font-weight: 700;
  168. font-size: 13px;
  169. line-height: 17px;
  170. text-shadow: 1px 1px 1px #000;
  171. letter-spacing:2px;
  172. color:#cecece;
  173. }
  174. h1.film-title {
  175. font-family: 'JosefinSansStdLight', "Helvetica Neue", Helvetica, Geneva, sans-serif;
  176. font-size: 26px;
  177. line-height: 27px;
  178. color:#fff;
  179. margin: 0px 0 0;
  180. }
  181. h1.film-title a{
  182. color:#fff;
  183. }
  184. h3.film-title {
  185. font-size: 14px;
  186. }
  187. h1.page-title {
  188. font-family: Helvetica, Geneva, sans-serif;
  189. font-size: 26px;
  190. line-height: 27px;
  191. color:#111;
  192. margin: 24px 0 20px;
  193. }
  194. h2 {
  195. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  196. font-size: 21px;
  197. line-height: 21px;
  198. margin: 0 0 20px;
  199. color:#000;
  200. }
  201. ul#theNavigation h2.josefin {
  202. margin: 0 29px;
  203. }
  204. h1 {
  205. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  206. font-size: 27px;
  207. line-height: 21px;
  208. margin: 0 0 20px;
  209. color:#000;
  210. }
  211. h1.entry-title {
  212. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  213. font-size: 21px;
  214. line-height: 26px;
  215. margin: 15px 0 20px;
  216. color:#000;
  217. }
  218. h2.col-title{
  219. font-family: Arial, Helvetica, Geneva, sans-serif;
  220. font-size: 26px;
  221. line-height: 27px;
  222. margin: 25px 0 0;
  223. color:#000;
  224. }
  225. p {
  226. font-size: 14px;
  227. line-height: 16px;
  228. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  229. margin: 0 0 10px;
  230. display: block;
  231. -webkit-margin-before: 1em;
  232. -webkit-margin-after: 1em;
  233. -webkit-margin-start: 0px;
  234. -webkit-margin-end: 0px;
  235. }
  236. a {
  237. color:#333 ;
  238. }
  239. a:hover {
  240. color: #999;
  241. }
  242. /** /\/\/*** STRUCTURE ***\/\/\/ **/
  243. body {
  244. margin: 0;
  245. padding: 0;
  246. background: #f2f2f2;
  247. }
  248. nav {
  249. margin: -85px 0 0px;
  250. float: right;
  251. }
  252. /** /\/\/*** HEADER ***\/\/\/ **/
  253. #header-wrap {
  254. margin: 0;
  255. background: url(img/banner-bg.jpg) no-repeat #777777;
  256. }
  257. #header-wrap .container {
  258. background: url(img/trans.png);
  259. }
  260. .s
  261. #header-wrap img.blur { width:367; height:459px;
  262. filter: blur(3px); -webkit-filter: blur(3px); -moz-filter: blur(3px);
  263. -o-filter: blur(3px); -ms-filter: blur(3px); }
  264. header {
  265. margin: 0;
  266. padding: 0;
  267. }
  268. header h1.title {
  269. margin: 67px 0 10px;
  270. }
  271. header h1.josefin a {
  272. color: #fff;
  273. }
  274. header h1.josefin a:hover {
  275. color: #555;
  276. }
  277. nav h2 a {
  278. color: #fff;
  279. margin: 0 7px;
  280. }
  281. nav h2 a:hover {
  282. color: #fff;
  283. }
  284. nav h2.josefin {
  285. margin: 0;
  286. }
  287. header img.logo {
  288. float: left;
  289. margin: 25px 20px 0 0;
  290. }
  291. header .head-secondary {
  292. float: right;
  293. margin: -60px 0 0 0;
  294. }
  295. /*** SLIDER ***/
  296. .slided {display: none;} /*Flash of un-styled content*/
  297. #slider-wrap {
  298. background:#252525;
  299. margin: 0;
  300. padding: 0;
  301. }
  302. #slider-wrap .container {
  303. background: url(img/trans.png) #252525;
  304. }
  305. .slided {
  306. margin: 0;
  307. padding: 0;
  308. }
  309. .slided li {
  310. list-style: none;
  311. margin: -20px 0 10px;
  312. padding: 0;
  313. }
  314. .slided img {
  315. padding: 0 20px 0 0;
  316. margin: 0 0 0 0;
  317. }
  318. li.slide img {
  319. margin: 0;
  320. float: left;
  321. /**background: #2d2d2d;
  322. padding: 4px;**/
  323. }
  324. ul.slidecontrols {
  325. margin: 0;
  326. }
  327. .slided a.film-prev {
  328. float: right;
  329. position: relative;
  330. left: 0px;
  331. top: 280px;
  332. background: url(img/prevButton.png);
  333. height: 50px;
  334. width: 50px;
  335. z-index: 300;
  336. -webkit-transition: all ease 0.3s;
  337. -moz-transition: all ease 0.3s;
  338. -o-transition: all ease 0.3s;
  339. -ms-transition: all ease 0.3s;
  340. transition: all ease 0.3s;
  341. }
  342. .slided a.film-prev:hover {
  343. background: url(img/prevButton.png);
  344. background-position: -50px 0;
  345. }
  346. .slided a.film-next {
  347. float: right;
  348. position: relative;
  349. right: 0px;
  350. top: 280px;
  351. background: url(img/nextButton.png) -50px 0px;
  352. height: 50px;
  353. width: 50px;
  354. z-index: 300;
  355. -webkit-transition: all ease 0.3s;
  356. -moz-transition: all ease 0.3s;
  357. -o-transition: all ease 0.3s;
  358. -ms-transition: all ease 0.3s;
  359. transition: all ease 0.3s;
  360. }
  361. .slided a.film-next:hover {
  362. background: url(img/nextButton.png);
  363. background-position: 0px 0px;
  364. }
  365. .slided p {
  366. //background-color: rgba(18, 14, 15, .3);
  367. color: #b3b3b3;
  368. letter-spacing: 0px;
  369. padding: 20px;
  370. margin: 0px 0 0 20px;
  371. font: 300 17px/19px "Helvetica Neue", Helvetica, Geneva, sans-serif;
  372. }
  373. .slided a {
  374. color: #777;
  375. }
  376. .slided h2{
  377. color: #fff;
  378. font: 700 22px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  379. }
  380. .slided h1 {
  381. padding: 10px;
  382. }
  383. .slided h1.film-title a {
  384. color: #fff;
  385. //background-color: rgba(18, 14, 15, .9);
  386. font: 25px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  387. line-height: 35px;
  388. font-weight: 300;
  389. padding: 12px 20px;
  390. margin: 0 0 0 -20px;
  391. }
  392. .slided h3{
  393. color: #c7c7c7;
  394. margin: 10px 0 0 5px;
  395. font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  396. z-index: 0;
  397. }
  398. .slider {
  399. padding: 0;
  400. margin: 0;
  401. }
  402. .slided .film-tabs {
  403. padding: 0px 0 0px;
  404. margin: 0px auto 2px;
  405. float:left;
  406. }
  407. .slided .film-tabs li {
  408. display: inline-block;
  409. padding: 2px;
  410. margin: 0;
  411. background: #222;
  412. }
  413. .slided .film-tabs a {
  414. display: inline-block;
  415. height: 11px;
  416. text-indent: -9999px;
  417. width: 11px;
  418. border-radius: 0px;
  419. margin-left: 3px;
  420. background-color: #393939;
  421. opacity: 0.7;
  422. filter: alpha(opacity = 70);
  423. -webkit-transition: all ease 0.3s;
  424. -moz-transition: all ease 0.3s;
  425. -o-transition: all ease 0.3s;
  426. -ms-transition: all ease 0.3s;
  427. transition: all ease 0.3s;
  428. }
  429. .slided .film-tabs a:hover {
  430. background: #f5f5f5;
  431. }
  432. .ie .slided .film-tabs li,
  433. .ie .slided .film-tabs a {
  434. display: block;
  435. float: left;
  436. }
  437. .slided .film-tabs .film-active-tab a {
  438. background: #777;
  439. outline: none;
  440. }
  441. ul.dots {
  442. float: right;
  443. }
  444. ul.dots li {
  445. display: inline-block;
  446. height: 13px;
  447. text-indent: -9999px;
  448. width: 13px;
  449. border-radius: 0px;
  450. margin: 10px 0 0 6px;
  451. float: left;
  452. }
  453. /** /\/\/*** CONTENT ***\/\/\/ **/
  454. .404 {
  455. padding: 20px;
  456. margin: 20px 0;
  457. min-height: 540px;
  458. }
  459. .front {
  460. margin:0;
  461. background: #fff
  462. }
  463. .search-results {
  464. margin: 10px 0 50px;
  465. }
  466. .single {
  467. margin: 10px 0 50px;
  468. background: #f8f8f8;
  469. }
  470. #film-wrap {
  471. background: #f2f2f2;
  472. margin: 0;
  473. padding: 0;
  474. }
  475. #film-wrap .container {
  476. background: #fff;
  477. padding: 0 30px 40px;
  478. }
  479. .film-page {
  480. padding: 30px 0;
  481. min-height: 480px;
  482. }
  483. .film-page h2 {
  484. margin: 0px 0 5px;
  485. color: #000;
  486. font-size: 25px;
  487. font-weight: 500;
  488. background: #fff;
  489. padding: 10px;
  490. }
  491. .film-page h5 {
  492. font-size: 15px;
  493. padding: 0 10px;
  494. }
  495. .film-page p {
  496. font-size: 14px;
  497. margin-bottom: 5px;
  498. }
  499. .film-page img {
  500. float: left;
  501. padding: 10px 0;
  502. }
  503. .film-page li {
  504. list-style: none;
  505. padding: 0;
  506. margin: 0;
  507. }
  508. li.credits {
  509. font-size: 14px;
  510. }
  511. .film-page .cover img {
  512. margin: 5px 10px 30px;
  513. max-width: 150px;
  514. }
  515. .summary {
  516. background: #fff;
  517. }
  518. .container.films {
  519. padding: 20px 30px;
  520. background: #fff;
  521. }
  522. .films {
  523. background-color: #fff;
  524. }
  525. .film {
  526. background-color: rgba(255, 255, 255, .7);
  527. margin: 10px 2px;
  528. padding: 12px;
  529. -moz-box-shadow: 1px 1px 5px #575757;
  530. -webkit-box-shadow: 1px 1px 5px #575757;
  531. box-shadow: 1px 1px 5px #575757;
  532. height: 200px;
  533. overflow: hidden;
  534. }
  535. .film:hover #slidingbox {
  536. margin-top: -210px;
  537. opacity: 1;
  538. }
  539. .film:hover img {
  540. opacity: 0;
  541. }
  542. .film:hover h3 {
  543. opacity: 0;
  544. }
  545. .film:hover p.date {
  546. opacity: 0;
  547. }
  548. .slidingbox {
  549. -webkit-transition: all 300ms ease;
  550. -moz-transition: all 300ms ease;
  551. -o-transition: all 300ms ease;
  552. transition: all 300ms ease;
  553. }
  554. .film p {
  555. text-align:left;
  556. color: #333;
  557. font-size: 12px;
  558. }
  559. .film img {
  560. max-height: 140px;
  561. min-height: 133px;
  562. }
  563. .film p.date {
  564. margin: 0px 0 10px;
  565. color: #777;
  566. font-weight: 500;
  567. font-size: 14px;
  568. text-align: right;
  569. }
  570. .film h3 {
  571. margin: 0 0 2px;
  572. padding: 3px;
  573. text-align: left;
  574. background: #fff;
  575. height: 40px;
  576. }
  577. .film h3 a {
  578. font-size: 17px;
  579. font-weight: 800;
  580. font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  581. text-align: left;
  582. color: #333;
  583. }
  584. .film img {
  585. border: 1px solid #555;
  586. -webkit-transition: all ease 0.5s;
  587. -moz-transition: all ease 0.5s;
  588. -o-transition: all ease 0.5s;
  589. -ms-transition: all ease 0.5s;
  590. transition: all ease 0.5s;
  591. }
  592. .film img:hover {
  593. opacity: 0;
  594. }
  595. .film-page li.previous {
  596. float: left;
  597. }
  598. .film-page li.next {
  599. float: right;
  600. }
  601. .media-loading {
  602. }
  603. img.play {
  604. position: relative;
  605. margin: 0 auto -300px;
  606. max-width: 50px;
  607. }
  608. .history {
  609. padding: 30px 0;
  610. min-height: 540px;
  611. }
  612. .history h1 {
  613. font-size: 21px;
  614. }
  615. .history h2 {
  616. }
  617. .history h3 {
  618. font-size: 17px;
  619. font-weight: 300;
  620. margin: 10px 0 0;
  621. }
  622. .history .top-pad {
  623. padding: 26px 0;
  624. }
  625. #press-wrap {
  626. margin: 0;
  627. }
  628. #press-wrap .container {
  629. background: #fff;
  630. }
  631. .press {
  632. margin: 23px 0;
  633. }
  634. .press img {
  635. float: left;
  636. margin: 0px 0px 15px 15px;
  637. }
  638. .press article {
  639. margin: 0 0 11px;
  640. padding: 20px 0px 10px;
  641. clear: both;
  642. }
  643. .front .press article {
  644. margin: 20px 0 0;
  645. padding: 15px;
  646. border-top: 1px dashed #888;
  647. }
  648. .front .press article img {
  649. max-width: 255px;
  650. margin: 0 0 10px;
  651. width: 100%;
  652. }
  653. .press h3.josefin {
  654. font: small-caps 100 23px "Helvetica Neue", Helvetica, sans-serif;
  655. font-size: 17px;
  656. font-weight: 600;
  657. line-height: 17px;
  658. margin: 0 0 10px;
  659. color: #000;
  660. }
  661. .press h3 a {
  662. color: #000;
  663. }
  664. .press p {
  665. color: #555;
  666. font-size: 14px;
  667. padding: 0px;
  668. }
  669. .press_highlight {
  670. background: #f3f3f3;
  671. padding: 55px 28px;
  672. margin: 0 0;
  673. }
  674. .press_highlight p {
  675. color: #888;
  676. }
  677. .more-press {
  678. float: right;
  679. padding: 20px;
  680. margin: 0px 0 5px;
  681. background: #f5f5f5;
  682. -webkit-border-radius: 0 4px 4px 0;
  683. -moz-border-radius: 0 4px 4px 0;
  684. border-radius: 0 4px 4px 0;
  685. display: inline-block;
  686. *display: inline;
  687. padding: 4px 12px;
  688. *margin-left: .3em;
  689. font-size: 14px;
  690. line-height: 20px;
  691. color: #333333;
  692. text-align: center;
  693. text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  694. vertical-align: middle;
  695. cursor: pointer;
  696. background-color: #f5f5f5;
  697. *background-color: #e6e6e6;
  698. background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  699. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  700. background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  701. background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  702. background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  703. background-repeat: repeat-x;
  704. border: 1px solid #cccccc;
  705. *border: 0;
  706. border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  707. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  708. border-bottom-color: #b3b3b3;
  709. -webkit-border-radius: 4px;
  710. -moz-border-radius: 4px;
  711. border-radius: 4px;
  712. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  713. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  714. *zoom: 1;
  715. -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  716. -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  717. box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  718. }
  719. li.previous {
  720. margin: 13px 0;
  721. float: left;
  722. }
  723. li.next {
  724. margin: 13px 0;
  725. float: right;
  726. }
  727. .journal {
  728. background: #fff;
  729. }
  730. .journal img {
  731. float: left;
  732. margin: 0 21px 11px 0;
  733. padding: 10px;
  734. background: #cecece;
  735. }
  736. .journal article {
  737. padding: 47px;
  738. margin: 0px 0;
  739. clear: both;
  740. color: #333;
  741. min-height: 400px;
  742. }
  743. .journal h1 {
  744. color: #333;
  745. margin: 27px 0 7px;
  746. font: 500 23px "Helvetica Neue", Helvetica, sans-serif;
  747. }
  748. .journal h1 a {
  749. color: #333;
  750. }
  751. .journal h2 {
  752. font-size: 21px;
  753. }
  754. .journal h2 a {
  755. color: #333;
  756. }
  757. .journal h3 {
  758. font-size: 19px;
  759. font-family: "Helvetica Neue", Helvetica, sans-serif;
  760. margin: 14px 0 8px;
  761. }
  762. .journal h3 a {
  763. color: #000;
  764. }
  765. .journal h3 a:hover {
  766. color: #555;
  767. }
  768. form.show-btn input {
  769. padding: 10px;
  770. margin: 10px 0 0;
  771. color: #ffffff;
  772. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  773. background-color: #49afcd;
  774. *background-color: #2f96b4;
  775. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  776. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  777. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  778. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  779. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  780. background-repeat: repeat-x;
  781. border-color: #2f96b4 #2f96b4 #1f6377;
  782. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  783. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  784. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  785. }
  786. .buy-now input {
  787. padding: 10px;
  788. margin: 10px 0 0;
  789. color: #ffffff;
  790. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  791. background-color: #49afcd;
  792. *background-color: #2f96b4;
  793. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  794. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  795. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  796. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  797. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  798. background-repeat: repeat-x;
  799. border-color: #2f96b4 #2f96b4 #1f6377;
  800. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  801. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  802. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  803. }
  804. .store-item {
  805. padding: 10px 0 0;
  806. margin: 10px 0;
  807. min-height: 400px;
  808. }
  809. .store-item h4 {
  810. min-height: 30px;
  811. font-weight: 500px;
  812. background-color: #f1f1f1;
  813. padding: 10px;
  814. }
  815. #store-wrap {
  816. background:#f2f2f2;
  817. }
  818. #store-wrap .container {
  819. background: #fff;
  820. }
  821. .store-item input {
  822. width:auto !important; overflow:visible; border:1px solid #bfbfbf; border-right-color:#908d8d; border-bottom-color:#908d8d; padding:1px .5em; background:#e1e1e1 url(images/button_default.gif) left center repeat-x; color:#000;
  823. margin: 10px 0 0;
  824. }
  825. .store-item input.buy-now {
  826. padding: 3px 10px;
  827. margin: 3px 0 0;
  828. color: #ffffff;
  829. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  830. background-color: #49afcd;
  831. *background-color: #2f96b4;
  832. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  833. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  834. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  835. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  836. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  837. background-repeat: repeat-x;
  838. border-color: #2f96b4 #2f96b4 #1f6377;
  839. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  840. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  841. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  842. }
  843. .store-item input.button:active { border:1px solid #908d8d; border-right-color:#afafaf; border-bottom-color:#afafaf; }
  844. div#PPMiniCart img {
  845. display: none;
  846. }
  847. div#PPMiniCart form ul {
  848. margin: 0px 0 0;
  849. }
  850. div#PPMiniCart form {
  851. margin: 0px 0 0;
  852. }
  853. div#PPMiniCart form input.quantity {
  854. margin: 0px;
  855. background: #f5f5f5;
  856. color: #000;
  857. }
  858. div#PPMiniCart form input {
  859. padding: 3px; 10px
  860. margin: 10px 0 10px;
  861. color: #ffffff;
  862. text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  863. background-color: #49afcd;
  864. *background-color: #2f96b4;
  865. background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  866. background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  867. background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  868. background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  869. background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
  870. background-repeat: repeat-x;
  871. border-color: #2f96b4 #2f96b4 #1f6377;
  872. border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  873. filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2f96b4', GradientType=0);
  874. filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  875. }
  876. /*** TABS ***/
  877. ul.tabs {
  878. display: block;
  879. margin: 35px 0 20px 0;
  880. border-bottom: 1px solid #cecece;
  881. }
  882. ul.tabs li {
  883. display: block;
  884. width: auto;
  885. height: 29px;
  886. padding: 0;
  887. float: left;
  888. margin-bottom: 0;
  889. background: #fff;
  890. }
  891. ul.tabs li a {
  892. color: #111;
  893. display: block;
  894. font-weight: bold;
  895. text-decoration: none;
  896. width: auto;
  897. padding: 0px 20px;
  898. line-height: 28px;
  899. border-right: solid 1px #333;
  900. border-width: 1px 1px 0 0;
  901. margin: 0;
  902. font-size: 13px;
  903. }
  904. ul.tabs li:last-child a {
  905. border: none;
  906. }
  907. ul.tabs li a.active {
  908. position: relative;
  909. margin: 0;
  910. color: #444;
  911. }
  912. ul.tabs li:first-child a.active {
  913. margin-left: 0;
  914. }
  915. ul.tabs li:first-child a {
  916. border-width: 1px 1px 0 1px;
  917. }
  918. ul.tabs-content { margin: 0; display: block; }
  919. ul.tabs-content > li { display:none; }
  920. ul.tabs-content > li.active { display: block; }
  921. /* Clearfixing tabs for beautiful stacking */
  922. ul.tabs:before,
  923. ul.tabs:after {
  924. content: '\0020';
  925. display: block;
  926. overflow: hidden;
  927. visibility: hidden;
  928. width: 0;
  929. height: 0; }
  930. ul.tabs:after {
  931. clear: both; }
  932. ul.tabs {
  933. zoom: 1;}
  934. .gallery .image-title,
  935. .gallery .image-description,
  936. .gallery .image-author,
  937. .gallery .image-link {
  938. display:none;
  939. }
  940. .gallery
  941. {
  942. width: 100%;
  943. text-align: center;
  944. margin-left: auto;
  945. margin-right: auto;
  946. padding: none;
  947. }
  948. .gallery ul.images
  949. {
  950. list-style-type: none;
  951. border: none;
  952. padding: none;
  953. }
  954. .gallery ul.images li.image
  955. {
  956. display: inline;
  957. line-height: 0;
  958. }
  959. .gallery ul.images li.image a
  960. {
  961. text-decoration: none;
  962. color: inherit;
  963. cursor: pointer;
  964. margin: 14px;
  965. display: inline-block;
  966. background: white;
  967. padding: 3px;
  968. line-height: 0;
  969. -webkit-border-radius: 4px 4px;
  970. -moz-border-radius: 4px 4px;
  971. border-radius: 4px 4px;
  972. -moz-box-shadow: 0px 0px 8px #AAA;
  973. -webkit-box-shadow: 0px 0px 8px #AAA;
  974. box-shadow: 0px 0px 8px #AAA;
  975. -webkit-transition: -webkit-box-shadow 0.1s ease-out;
  976. -moz-transition: -webkit-box-shadow 0.1s ease-out;
  977. -o-transition: -webkit-box-shadow 0.1s ease-out;
  978. transition: -webkit-box-shadow 0.1s ease-out;
  979. }
  980. .gallery ul.images li.image a img
  981. {
  982. border: none;
  983. padding: none;
  984. -webkit-border-radius: 4px 4px;
  985. -moz-border-radius: 4px 4px;
  986. border-radius: 4px 4px;
  987. }
  988. .gallery ul.images li.image a:hover
  989. {
  990. -moz-box-shadow: 0px 0px 8px #222;
  991. -webkit-box-shadow: 0px 0px 8px #222;
  992. box-shadow: 0px 0px 8px #222;
  993. }
  994. /** /\/\/*** FOOTER ***\/\/\/ **/
  995. #footer-wrap {
  996. width: 100%;
  997. min-height: 100px;
  998. margin: 0;
  999. background: #252525;
  1000. }
  1001. #footer-wrap .container {
  1002. background: url(img/trans.png) #252525;
  1003. opacity: 0.7;
  1004. filter: alpha(opacity = 70); /* For IE */
  1005. }
  1006. .s
  1007. footer {
  1008. clear: both;
  1009. }
  1010. footer img.logo {
  1011. margin: 30px 0 0;
  1012. float: left;
  1013. }
  1014. footer a {
  1015. color: #c7c7c7;
  1016. }
  1017. footer a:hover {
  1018. color: #fff;
  1019. }
  1020. footer p {
  1021. text-align: left;
  1022. color: #777;
  1023. font-size: 13px;
  1024. line-height: 14px;
  1025. margin: 0;
  1026. }
  1027. .info {
  1028. text-align: right;
  1029. margin: 25px 40px 0px 0;
  1030. padding: 20px 0px 40px;
  1031. }
  1032. .social {
  1033. margin: 45px 0px 0px 0;
  1034. }
  1035. .social-tweet {
  1036. position: relative;
  1037. bottom: 0px;
  1038. }
  1039. .social li a {
  1040. text-decoration: none;
  1041. }
  1042. .social a {
  1043. color: #888;
  1044. }
  1045. .social p {
  1046. margin: 20px 0 0 0;
  1047. }
  1048. .social ul {
  1049. margin: 0 0 10px;
  1050. list-style-type: none;
  1051. }
  1052. .social img {
  1053. float: right;
  1054. margin: 0 0 0 15px;
  1055. }
  1056. span.twit:hover {
  1057. background-position: 0 0px;
  1058. }
  1059. span.twit {
  1060. width: 32px;
  1061. height: 32px;
  1062. margin-left: 10px;
  1063. background-image: url(img/tweet.png);
  1064. background-position: 0 32px;
  1065. position: relative;
  1066. float: right;
  1067. -webkit-transition: all ease 0.3s;
  1068. -moz-transition: all ease 0.3s;
  1069. -o-transition: all ease 0.3s;
  1070. -ms-transition: all ease 0.3s;
  1071. transition: all ease 0.3s;
  1072. }
  1073. span.vimeo:hover {
  1074. background-position: 0 0px;
  1075. }
  1076. span.vimeo {
  1077. width: 32px;
  1078. height: 32px;
  1079. margin-left: 10px;
  1080. background-image: url(img/vimeo.png);
  1081. background-position: 0 32px;
  1082. position: relative;
  1083. float: right;
  1084. -webkit-transition: all ease 0.3s;
  1085. -moz-transition: all ease 0.3s;
  1086. -o-transition: all ease 0.3s;
  1087. -ms-transition: all ease 0.3s;
  1088. transition: all ease 0.3s;
  1089. }
  1090. span.fb:hover {
  1091. background-position: 0 0px;
  1092. }
  1093. span.fb {
  1094. width: 32px;
  1095. height: 32px;
  1096. margin-left: 10px;
  1097. background-image: url(img/fb.png);
  1098. background-position: 0 32px;
  1099. position: relative;
  1100. float: right;
  1101. -webkit-transition: all ease 0.3s;
  1102. -moz-transition: all ease 0.3s;
  1103. -o-transition: all ease 0.3s;
  1104. -ms-transition: all ease 0.3s;
  1105. transition: all ease 0.3s;
  1106. }
  1107. span.yt:hover {
  1108. background-position: 0 0px;
  1109. }
  1110. span.yt {
  1111. width: 32px;
  1112. height: 32px;
  1113. margin-left: 10px;
  1114. background-image: url(img/yt.png);
  1115. background-position: 0 32px;
  1116. position: relative;
  1117. float: right;
  1118. -webkit-transition: all ease 0.3s;
  1119. -moz-transition: all ease 0.3s;
  1120. -o-transition: all ease 0.3s;
  1121. -ms-transition: all ease 0.3s;
  1122. transition: all ease 0.3s;
  1123. }
  1124. span.gowatch:hover {
  1125. background-position: 0 0px;
  1126. }
  1127. span.gowatch {
  1128. width: 32px;
  1129. height: 32px;
  1130. margin-left: 10px;
  1131. background-image: url(img/gowatchit.png);
  1132. background-position: 0 32px;
  1133. position: relative;
  1134. float: right;
  1135. -webkit-transition: all ease 0.3s;
  1136. -moz-transition: all ease 0.3s;
  1137. -o-transition: all ease 0.3s;
  1138. -ms-transition: all ease 0.3s;
  1139. transition: all ease 0.3s;
  1140. }
  1141. span.tumblr:hover {
  1142. background-position: 0 0px;
  1143. }
  1144. span.tumblr {
  1145. width: 32px;
  1146. height: 32px;
  1147. margin-left: 10px;
  1148. background-image: url(img/tumblr.png);
  1149. background-position: 0 32px;
  1150. position: relative;
  1151. float: right;
  1152. -webkit-transition: all ease 0.3s;
  1153. -moz-transition: all ease 0.3s;
  1154. -o-transition: all ease 0.3s;
  1155. -ms-transition: all ease 0.3s;
  1156. transition: all ease 0.3s;
  1157. }
  1158. .tooltip{display:inline;position:relative}
  1159. .tooltip:hover{text-decoration:none}
  1160. .tooltip:hover:after{
  1161. margin-left: 150px;
  1162. background:#111;
  1163. background:rgba(0,0,0,.8);
  1164. border-radius:5px;
  1165. bottom:18px;
  1166. color:#fff;
  1167. content:attr(title);
  1168. display:block;
  1169. left:50%;
  1170. padding:5px 15px;
  1171. position:absolute;
  1172. white-space:nowrap;
  1173. z-index:98
  1174. }
  1175. .tooltip:hover:before{
  1176. border:solid;
  1177. border-color:#111 transparent;
  1178. border-width:6px 6px 0 6px;
  1179. bottom:12px;
  1180. content:"";
  1181. display:block;
  1182. left:75%;
  1183. position:absolute;
  1184. z-index:99
  1185. }
  1186. #searchform {
  1187. margin: -35px 0 25px;
  1188. padding: 0px 0 0;
  1189. width: 100%;
  1190. display: block;
  1191. cursor: pointer;
  1192. text-align: right;
  1193. }
  1194. #searchform input#s.field {
  1195. margin: 0 10px;
  1196. width: 100px;
  1197. background: #fff;
  1198. }
  1199. #searchform input#searchsubmit.submit {
  1200. padding: 0;
  1201. margin: 0 0 0;
  1202. width: 20px;
  1203. height: 21px;
  1204. background: url(img/search2.png) no-repeat;
  1205. border: none;
  1206. }
  1207. .elsewhere {
  1208. text-align: right;
  1209. margin: 0px 0 11px;
  1210. }
  1211. .elsewhere p {
  1212. font-family:WebSymbolsRegular;
  1213. font-size: 22px;
  1214. line-height: 24px;
  1215. color: #c7c7c7;
  1216. }
  1217. .elsewhere p a {
  1218. color: #c7c7c7;
  1219. }
  1220. .elsewhere p a:hover {
  1221. color: #fff;
  1222. }