style.css 30 KB

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