ie.css 25 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331
  1. /**
  2. * Global Styles for older IE versions (previous to IE9).
  3. */
  4. pre,
  5. fieldset,
  6. table,
  7. th,
  8. td,
  9. input,
  10. textarea {
  11. border: 1px solid #e5e5e5;
  12. }
  13. hr {
  14. background-color: #e5e5e5;
  15. }
  16. button,
  17. input,
  18. select,
  19. textarea {
  20. vertical-align: middle;
  21. }
  22. input:focus,
  23. textarea:focus {
  24. border: 1px solid #b2b2b2;
  25. }
  26. .site-content blockquote.alignleft,
  27. .site-content blockquote.alignright {
  28. border-top: 1px solid #e5e5e5;
  29. border-bottom: 1px solid #e5e5e5;
  30. }
  31. .post-thumbnail,
  32. a.post-thumbnail:hover {
  33. background: transparent;
  34. }
  35. .list-view .site-content .hentry {
  36. border-top: 1px solid #e5e5e5;
  37. padding-top: 48px;
  38. }
  39. .gallery-caption {
  40. background: #000;
  41. filter: alpha(opacity=0);
  42. }
  43. .gallery-item:hover .gallery-caption {
  44. filter: alpha(opacity=70);
  45. }
  46. .nav-links {
  47. border-top: 1px solid #e5e5e5;
  48. }
  49. .post-navigation a,
  50. .image-navigation .previous-image,
  51. .image-navigation .next-image,
  52. .contributor {
  53. border-bottom: 1px solid #e5e5e5;
  54. }
  55. .contributor-avatar,
  56. .comment-author .avatar {
  57. border: 1px solid #e5e5e5;
  58. }
  59. .comment-list article,
  60. .comment-list .pingback,
  61. .comment-list .trackback {
  62. border-top: 1px solid #e5e5e5;
  63. }
  64. .comment-list .reply {
  65. margin-top: 0;
  66. }
  67. #secondary {
  68. color: #b3b3b3;
  69. }
  70. .widget abbr[title] {
  71. border-color: #b3b3b3;
  72. }
  73. .widget pre,
  74. .widget fieldset,
  75. .widget table,
  76. .widget th,
  77. .widget td,
  78. .widget input,
  79. .widget textarea {
  80. border-color: #4d4d4d;
  81. }
  82. .widget blockquote,
  83. .widget .wp-caption,
  84. .widget_twentyfourteen_ephemera .entry-meta a {
  85. color: #b3b3b3;
  86. }
  87. .widget del {
  88. color: #666;
  89. }
  90. .widget hr {
  91. background-color: #4d4d4d;
  92. }
  93. .widget input,
  94. .widget textarea {
  95. background-color: #1a1a1a;
  96. }
  97. .widget input:focus,
  98. .widget textarea:focus {
  99. border-color: #262626;
  100. }
  101. .widget_calendar thead th {
  102. background-color: #1a1a1a;
  103. }
  104. .widget_twentyfourteen_ephemera > ol > li {
  105. border-bottom: 1px solid #4d4d4d;
  106. }
  107. .widget_archive li,
  108. .widget_categories li,
  109. .widget_links li,
  110. .widget_meta li,
  111. .widget_nav_menu li,
  112. .widget_pages li,
  113. .widget_recent_comments li,
  114. .widget_recent_entries li,
  115. .widget_categories li ul,
  116. .widget_nav_menu li ul,
  117. .widget_pages li ul {
  118. border-top: 1px solid #4d4d4d;
  119. }
  120. .content-sidebar .widget pre,
  121. .content-sidebar .widget fieldset,
  122. .content-sidebar .widget table,
  123. .content-sidebar .widget th,
  124. .content-sidebar .widget td,
  125. .content-sidebar .widget input,
  126. .content-sidebar .widget textarea,
  127. .content-sidebar .widget_archive li,
  128. .content-sidebar .widget_categories li,
  129. .content-sidebar .widget_links li,
  130. .content-sidebar .widget_meta li,
  131. .content-sidebar .widget_nav_menu li,
  132. .content-sidebar .widget_pages li,
  133. .content-sidebar .widget_recent_comments li,
  134. .content-sidebar .widget_recent_entries li,
  135. .content-sidebar .widget_categories li ul,
  136. .content-sidebar .widget_nav_menu li ul,
  137. .content-sidebar .widget_pages li ul {
  138. border-color: #e5e5e5;
  139. }
  140. .content-sidebar .widget hr {
  141. background-color: #e5e5e5;
  142. }
  143. .content-sidebar .widget input:focus,
  144. .content-sidebar .widget textarea:focus {
  145. border: 1px solid #b2b2b2;
  146. }
  147. .content-sidebar .widget_calendar thead th {
  148. background-color: #fafafa;
  149. }
  150. .content-sidebar .widget_twentyfourteen_ephemera > ol > li {
  151. border-bottom: 1px solid #e5e5e5;
  152. }
  153. .site-footer,
  154. .site-info,
  155. .site-info a {
  156. color: #b3b3b3;
  157. }
  158. #supplementary + .site-info {
  159. border-top: 1px solid #4d4d4d;
  160. }
  161. .featured-content {
  162. background: #000;
  163. }
  164. /**
  165. * Internet Explorer 8
  166. */
  167. .ie8 img.size-full,
  168. .ie8 img.size-large,
  169. .ie8 img.header-image,
  170. .ie8 img.wp-post-image,
  171. .ie8 img[class*="align"],
  172. .ie8 img[class*="wp-image-"],
  173. .ie8 img[class*="attachment-"] {
  174. height: auto;
  175. width: auto; /* Prevent stretching of full-size and large-size images with height and width attributes in IE8 */
  176. }
  177. .ie8 .full-size-link:before,
  178. .ie8 .parent-post-link:before,
  179. .ie8 .site-content span + .byline:before,
  180. .ie8 .site-content span + .comments-link:before,
  181. .ie8 .site-content span + .edit-link:before,
  182. .ie8 .site-content span + .entry-date:before {
  183. content: "";
  184. }
  185. .ie8 .attachment span.entry-date:before,
  186. .ie8 .entry-content .edit-link a:before,
  187. .ie8 .entry-meta .edit-link a:before,
  188. .ie8 .site-content .byline a:before,
  189. .ie8 .site-content .comments-link a:before,
  190. .ie8 .site-content .entry-date a:before,
  191. .ie8 .site-content .featured-post:before,
  192. .ie8 .site-content .full-size-link a:before,
  193. .ie8 .site-content .parent-post-link a:before,
  194. .ie8 .site-content .post-format a:before {
  195. display: inline-block;
  196. font: normal 16px/1 Genericons;
  197. text-decoration: inherit;
  198. vertical-align: text-bottom;
  199. }
  200. .ie8 .site-content .entry-meta > span {
  201. margin-right: 10px;
  202. }
  203. .ie8 .site-content .format-video .post-format a:before {
  204. content: "\f104";
  205. }
  206. .ie8 .site-content .format-audio .post-format a:before {
  207. content: "\f109";
  208. }
  209. .ie8 .site-content .format-image .post-format a:before {
  210. content: "\f473";
  211. position: relative;
  212. top: 1px;
  213. }
  214. .ie8 .site-content .format-quote .post-format a:before {
  215. content: "\f106";
  216. margin-right: 2px;
  217. }
  218. .ie8 .site-content .format-gallery .post-format a:before {
  219. content: "\f103";
  220. margin-right: 4px;
  221. }
  222. .ie8 .site-content .format-aside .post-format a:before {
  223. content: "\f101";
  224. margin-right: 2px;
  225. }
  226. .ie8 .site-content .format-link .post-format a:before {
  227. content: "\f107";
  228. position: relative;
  229. top: 1px;
  230. }
  231. .ie8 .site-content .featured-post:before {
  232. content: "\f308";
  233. margin-right: 3px;
  234. position: relative;
  235. top: 1px;
  236. }
  237. .ie8 .site-content .entry-date a:before,
  238. .ie8 .attachment .site-content span.entry-date:before {
  239. content: "\f303";
  240. margin-right: 1px;
  241. position: relative;
  242. top: 1px;
  243. }
  244. .ie8 .site-content .byline a:before {
  245. content: "\f304";
  246. }
  247. .ie8 .site-content .comments-link a:before {
  248. content: "\f300";
  249. margin-right: 2px;
  250. }
  251. .ie8 .entry-content .edit-link a:before,
  252. .ie8 .entry-meta .edit-link a:before {
  253. content: "\f411";
  254. }
  255. .ie8 .site-content .full-size-link a:before {
  256. content: "\f402";
  257. margin-right: 1px;
  258. }
  259. .ie8 .site-content .parent-post-link a:before {
  260. content: "\f301";
  261. }
  262. .ie8 .main-content {
  263. float: left;
  264. }
  265. .ie8 .content-area {
  266. float: left;
  267. padding-top: 72px;
  268. width: 100%;
  269. }
  270. .ie8 .site-content {
  271. margin-right: 29.04761904%;
  272. margin-left: 17.61904761%;
  273. }
  274. .ie8 .search-box-wrapper,
  275. .ie8 .featured-content {
  276. padding-left: 17.61904761%;
  277. }
  278. .ie8 .header-main {
  279. padding: 0 0 0 30px;
  280. }
  281. .ie8 .search-toggle {
  282. margin-right: 0;
  283. }
  284. .ie8 .search-box .search-field {
  285. width: 324px;
  286. }
  287. .ie8 .site-navigation li .current_page_item > a,
  288. .ie8 .site-navigation li .current_page_ancestor > a,
  289. .ie8 .site-navigation li .current-menu-item > a,
  290. .ie8 .site-navigation li .current-menu-ancestor > a {
  291. background-color: #000;
  292. }
  293. .ie8 .primary-navigation {
  294. float: right;
  295. font-size: 11px;
  296. margin: 0 1px 0 -10px;
  297. padding: 0;
  298. text-transform: uppercase;
  299. }
  300. .ie8 .primary-navigation .menu-toggle {
  301. display: none;
  302. padding: 0;
  303. }
  304. .ie8 .primary-navigation .nav-menu {
  305. border-bottom: 0;
  306. display: block;
  307. }
  308. .ie8 .primary-navigation.toggled-on {
  309. border-bottom: 0;
  310. margin: 0;
  311. padding: 0;
  312. }
  313. .ie8 .primary-navigation li {
  314. border: 0;
  315. display: inline-block;
  316. height: 48px;
  317. line-height: 48px;
  318. position: relative;
  319. }
  320. .ie8 .primary-navigation a {
  321. display: inline-block;
  322. padding: 0 10px;
  323. white-space: nowrap;
  324. }
  325. .ie8 .primary-navigation ul ul {
  326. background-color: #24890d;
  327. float: left;
  328. margin: 0;
  329. position: absolute;
  330. top: 48px;
  331. left: -999em;
  332. z-index: 99999;
  333. }
  334. .ie8 .primary-navigation li li {
  335. border: 0;
  336. display: block;
  337. height: auto;
  338. line-height: 1.0909090909;
  339. }
  340. .ie8 .primary-navigation ul ul ul {
  341. left: -999em;
  342. top: 0;
  343. }
  344. .ie8 .primary-navigation ul ul a {
  345. padding: 18px 12px;
  346. white-space: normal;
  347. width: 176px;
  348. }
  349. .ie8 .primary-navigation li:hover > a,
  350. .ie8 .primary-navigation li.focus > a {
  351. background-color: #24890d;
  352. color: #fff;
  353. }
  354. .ie8 .primary-navigation ul ul a:hover,
  355. .ie8 .primary-navigation ul ul li.focus > a {
  356. background-color: #41a62a;
  357. }
  358. .ie8 .primary-navigation ul li:hover > ul,
  359. .ie8 .primary-navigation ul li.focus > ul {
  360. left: auto;
  361. }
  362. .ie8 .primary-navigation ul ul li:hover > ul,
  363. .ie8 .primary-navigation ul ul li.focus > ul {
  364. left: 100%;
  365. }
  366. .ie8 .archive-header,
  367. .ie8 .page-header {
  368. margin: 0 auto 60px;
  369. padding: 0 10px;
  370. }
  371. .ie8 .site-content .has-post-thumbnail .entry-header {
  372. margin-top: -48px;
  373. }
  374. .ie8 .archive-header,
  375. .ie8 .comments-area,
  376. .ie8 .image-navigation,
  377. .ie8 .page-header,
  378. .ie8 .page-content,
  379. .ie8 .post-navigation,
  380. .ie8 .site-content .entry-header,
  381. .ie8 .site-content .entry-content,
  382. .ie8 .site-content .entry-summary,
  383. .ie8 .site-content footer.entry-meta {
  384. margin-right: 54px;
  385. padding-right: 30px;
  386. padding-left: 30px;
  387. }
  388. .ie8 .list-view .site-content .hentry:first-child,
  389. .ie8 .list-view .site-content .hentry.has-post-thumbnail {
  390. border-top: 0;
  391. padding-top: 0;
  392. }
  393. .ie8 .comment-list .trackback,
  394. .ie8 .comment-list .pingback,
  395. .ie8 .comment-list article {
  396. margin-bottom: 36px;
  397. padding-top: 36px;
  398. }
  399. .ie8 .comment-author .avatar {
  400. height: 34px;
  401. top: 2px;
  402. width: 34px;
  403. }
  404. .ie8 .comment-author,
  405. .ie8 .comment-awaiting-moderation,
  406. .ie8 .comment-content,
  407. .ie8 .comment-list .reply,
  408. .ie8 .comment-metadata {
  409. padding-left: 50px;
  410. }
  411. .ie8 .comment-list .children {
  412. margin-left: 20px;
  413. }
  414. .ie8 .full-width .site-content {
  415. margin-right: 0;
  416. }
  417. .ie8 .full-width .archive-header,
  418. .ie8 .full-width .comments-area,
  419. .ie8 .full-width .image-navigation,
  420. .ie8 .full-width .page-header,
  421. .ie8 .full-width .page-content,
  422. .ie8 .full-width .post-navigation,
  423. .ie8 .full-width .site-content .entry-header,
  424. .ie8 .full-width .site-content .entry-content,
  425. .ie8 .full-width .site-content .entry-summary,
  426. .ie8 .full-width .site-content footer.entry-meta {
  427. padding-right: 30px;
  428. padding-left: 30px;
  429. margin-right: auto;
  430. }
  431. .ie8 .full-width.singular .hentry.has-post-thumbnail {
  432. margin-top: -72px;
  433. }
  434. .ie8 .singular .hentry.has-post-thumbnail {
  435. margin-top: 0;
  436. }
  437. .ie8 .error404 .page-header {
  438. margin-bottom: 24px;
  439. }
  440. .ie8 .contributor-avatar {
  441. margin-left: -168px;
  442. }
  443. .ie8 .contributor-summary {
  444. float: left;
  445. }
  446. .ie8 .site:before {
  447. background-color: #000;
  448. content: "";
  449. display: block;
  450. height: 100%;
  451. min-height: 100%;
  452. position: absolute;
  453. top: 0;
  454. left: 0;
  455. width: 17.61904761%;
  456. z-index: 2;
  457. }
  458. .ie8 #secondary {
  459. border: 0;
  460. clear: none;
  461. color: #b3b3b3;
  462. float: left;
  463. margin: 0 0 0 -100%;
  464. min-height: 100vh;
  465. padding: 0 30px;
  466. width: 12.85714285%;
  467. }
  468. .ie8 .site-description {
  469. display: block;
  470. margin: -3px 0 21px;
  471. }
  472. .ie8 .secondary-navigation {
  473. font-size: 11px;
  474. margin: 0 -30px 48px;
  475. width: calc(100% + 60px);
  476. }
  477. .ie8 .secondary-navigation li {
  478. border-top: 1px solid #4d4d4d;
  479. position: relative;
  480. }
  481. .ie8 .secondary-navigation a {
  482. padding: 10px 30px;
  483. }
  484. .ie8 .secondary-navigation ul ul {
  485. background-color: #24890d;
  486. position: absolute;
  487. top: 0;
  488. left: -999em;
  489. width: 222px;
  490. z-index: 99999;
  491. }
  492. .ie8 .secondary-navigation li li {
  493. border-top: 0;
  494. }
  495. .ie8 .secondary-navigation li:hover > a,
  496. .ie8 .secondary-navigation li.focus > a {
  497. background-color: #24890d;
  498. color: #fff;
  499. }
  500. .ie8 .secondary-navigation ul ul a:hover,
  501. .ie8 .secondary-navigation ul ul li.focus > a {
  502. background-color: #41a62a;
  503. }
  504. .ie8 .secondary-navigation ul li:hover > ul,
  505. .ie8 .secondary-navigation ul li.focus > ul {
  506. left: 202px;
  507. }
  508. .ie8 .content-sidebar {
  509. border: 0;
  510. float: right;
  511. margin-left: -29.04761904%;
  512. padding: 72px 30px 24px;
  513. width: 29.04761904%;
  514. }
  515. .ie8 #supplementary {
  516. padding: 0;
  517. }
  518. .ie8 .footer-sidebar {
  519. font-size: 12px;
  520. line-height: 1.5;
  521. }
  522. .ie8 .footer-sidebar .widget,
  523. .ie8 .primary-sidebar .widget {
  524. font-size: 12px;
  525. line-height: 1.5;
  526. }
  527. .ie8 .footer-sidebar .widget {
  528. -webkit-box-sizing: border-box;
  529. -moz-box-sizing: border-box;
  530. box-sizing: border-box;
  531. float: left;
  532. padding: 0 30px;
  533. width: 25%;
  534. }
  535. .ie8 .footer-sidebar .widget h1,
  536. .ie8 .primary-sidebar .widget h1 {
  537. font-size: 20px;
  538. line-height: 1.2;
  539. }
  540. .ie8 .footer-sidebar .widget h2,
  541. .ie8 .primary-sidebar .widget h2 {
  542. font-size: 18px;
  543. line-height: 1.3333333333;
  544. }
  545. .ie8 .footer-sidebar .widget h3,
  546. .ie8 .primary-sidebar .widget h3 {
  547. font-size: 16px;
  548. line-height: 1.5;
  549. }
  550. .ie8 .footer-sidebar .widget h4,
  551. .ie8 .primary-sidebar .widget h4 {
  552. font-size: 14px;
  553. line-height: 1.7142857142;
  554. }
  555. .ie8 .footer-sidebar .widget h5,
  556. .ie8 .primary-sidebar .widget h5 {
  557. font-size: 12px;
  558. line-height: 2;
  559. }
  560. .ie8 .footer-sidebar .widget h6,
  561. .ie8 .primary-sidebar .widget h6 {
  562. font-size: 11px;
  563. line-height: 2.1818181818;
  564. }
  565. .ie8 .footer-sidebar .widget code,
  566. .ie8 .footer-sidebar .widget kbd,
  567. .ie8 .footer-sidebar .widget tt,
  568. .ie8 .footer-sidebar .widget var,
  569. .ie8 .footer-sidebar .widget samp,
  570. .ie8 .footer-sidebar .widget pre,
  571. .ie8 .primary-sidebar .widget code,
  572. .ie8 .primary-sidebar .widget kbd,
  573. .ie8 .primary-sidebar .widget tt,
  574. .ie8 .primary-sidebar .widget var,
  575. .ie8 .primary-sidebar .widget samp,
  576. .ie8 .primary-sidebar .widget pre {
  577. font-size: 11px;
  578. line-height: 1.6363636363;
  579. }
  580. .ie8 .footer-sidebar .widget blockquote,
  581. .ie8 .primary-sidebar .widget blockquote {
  582. font-size: 14px;
  583. line-height: 1.2857142857;
  584. }
  585. .ie8 .footer-sidebar .widget blockquote cite,
  586. .ie8 .primary-sidebar .widget blockquote cite {
  587. font-size: 12px;
  588. line-height: 1.5;
  589. }
  590. .ie8 .footer-sidebar .widget input,
  591. .ie8 .footer-sidebar .widget textarea,
  592. .ie8 .primary-sidebar .widget input,
  593. .ie8 .primary-sidebar .widget textarea {
  594. font-size: 12px;
  595. padding: 3px 2px 4px 4px;
  596. }
  597. .ie8 .footer-sidebar .widget input[type="button"],
  598. .ie8 .footer-sidebar .widget input[type="reset"],
  599. .ie8 .footer-sidebar .widget input[type="submit"],
  600. .ie8 .primary-sidebar .widget input[type="button"],
  601. .ie8 .primary-sidebar .widget input[type="reset"],
  602. .ie8 .primary-sidebar .widget input[type="submit"] {
  603. padding: 5px 15px 4px;
  604. }
  605. .ie8 .footer-sidebar .widget .widget-title,
  606. .ie8 .primary-sidebar .widget .widget-title {
  607. font-size: 11px;
  608. font-weight: 700;
  609. line-height: 1.6363636363;
  610. margin-bottom: 18px;
  611. }
  612. .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-title,
  613. .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-meta,
  614. .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
  615. .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
  616. .ie8 .footer-sidebar .widget_twentyfourteen_ephemera .entry-content table,
  617. .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-title,
  618. .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-meta,
  619. .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .wp-caption-text,
  620. .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .post-format-archive-link,
  621. .ie8 .primary-sidebar .widget_twentyfourteen_ephemera .entry-content table {
  622. font-size: 11px;
  623. line-height: 1.6363636363;
  624. }
  625. .ie8 .footer-sidebar .widget_archive li,
  626. .ie8 .footer-sidebar .widget_categories li,
  627. .ie8 .footer-sidebar .widget_links li,
  628. .ie8 .footer-sidebar .widget_meta li,
  629. .ie8 .footer-sidebar .widget_nav_menu li,
  630. .ie8 .footer-sidebar .widget_pages li,
  631. .ie8 .footer-sidebar .widget_recent_comments li,
  632. .ie8 .footer-sidebar .widget_recent_entries li,
  633. .ie8 .primary-sidebar .widget_archive li,
  634. .ie8 .primary-sidebar .widget_categories li,
  635. .ie8 .primary-sidebar .widget_links li,
  636. .ie8 .primary-sidebar .widget_meta li,
  637. .ie8 .primary-sidebar .widget_nav_menu li,
  638. .ie8 .primary-sidebar .widget_pages li,
  639. .ie8 .primary-sidebar .widget_recent_comments li,
  640. .ie8 .primary-sidebar .widget_recent_entries li {
  641. border-top: 0;
  642. padding: 0 0 6px;
  643. }
  644. .ie8 .footer-sidebar .widget_categories li ul,
  645. .ie8 .footer-sidebar .widget_nav_menu li ul,
  646. .ie8 .footer-sidebar .widget_pages li ul,
  647. .ie8 .primary-sidebar .widget_categories li ul,
  648. .ie8 .primary-sidebar .widget_nav_menu li ul,
  649. .ie8 .primary-sidebar .widget_pages li ul {
  650. border-top: 0;
  651. margin-top: 0;
  652. }
  653. .ie8 .grid .featured-content .entry-header {
  654. border-color: #000;
  655. border-style: solid;
  656. border-width: 12px 10px;
  657. height: 96px;
  658. padding: 0;
  659. }
  660. .ie8 .featured-content {
  661. padding-left: 17.61904761%;
  662. }
  663. .ie8 .grid .featured-content .hentry {
  664. float: left;
  665. width: 33.3333333%;
  666. }
  667. .ie8 .grid .featured-content .hentry:nth-child( 3n+1 ) {
  668. clear: both;
  669. }
  670. .ie8 .grid .featured-content .entry-header {
  671. height: 120px;
  672. }
  673. .ie8 .slider .featured-content .entry-title {
  674. font-size: 33px;
  675. line-height: 1.0909090909;
  676. }
  677. .ie8 .slider .featured-content .entry-header {
  678. min-height: inherit;
  679. padding: 24px 30px 48px;
  680. position: absolute;
  681. left: 0;
  682. bottom: 0;
  683. width: 50%;
  684. z-index: 3;
  685. }
  686. .ie8 .slider-control-paging {
  687. background: transparent;
  688. margin-top: -48px;
  689. padding-left: 24px;
  690. width: 50%;
  691. }
  692. .ie8 .slider-control-paging li {
  693. margin: 12px 12px 12px 0;
  694. }
  695. .ie8 .slider-control-paging a {
  696. height: 24px;
  697. width: 24px;
  698. }
  699. .ie8 .slider-control-paging a:before {
  700. top: 6px;
  701. left: 6px;
  702. }
  703. .ie8 .slider-direction-nav {
  704. clear: none;
  705. float: right;
  706. margin-top: -48px;
  707. width: 98px;
  708. }
  709. .ie8 .slider-direction-nav li:first-child {
  710. padding: 0 1px 0 0;
  711. }
  712. .ie8 .slider-direction-nav li {
  713. border: 0;
  714. padding: 0 0 0 1px;
  715. }
  716. .ie8 .slider-direction-nav a {
  717. height: 48px;
  718. }
  719. .ie8 .slider-direction-nav a:before {
  720. line-height: 48px;
  721. }
  722. /**
  723. * Internet Explorer 7
  724. */
  725. .ie7 audio,
  726. .ie7 canvas,
  727. .ie7 video {
  728. display: inline;
  729. zoom: 1;
  730. }
  731. .ie7 button,
  732. .ie7 input,
  733. .ie7 select,
  734. .ie7 textarea {
  735. vertical-align: middle;
  736. }
  737. .ie7 button,
  738. .ie7 input[type="button"],
  739. .ie7 input[type="reset"],
  740. .ie7 input[type="submit"] {
  741. overflow: visible;
  742. }
  743. .ie7 .screen-reader-text {
  744. clip: rect(1px 1px 1px 1px);
  745. }
  746. .ie7 .site,
  747. .ie7 .site-header {
  748. max-width: 100%;
  749. }
  750. .ie7 .search-toggle {
  751. line-height: 45px;
  752. margin-right: 190px;
  753. padding: 0 20px;
  754. text-transform: uppercase;
  755. width: auto;
  756. }
  757. .ie7 .search-toggle .screen-reader-text {
  758. color: #fff;
  759. position: relative; /* Override inherited `absolute` value set in style.css. */
  760. }
  761. .ie7 .search-box {
  762. height: 24px;
  763. padding: 12px 0;
  764. }
  765. .ie7 .search-box .search-field {
  766. margin: 0 10px;
  767. width: 33%;
  768. }
  769. .ie7 .site-navigation li {
  770. border-top: 1px solid #4d4d4d;
  771. }
  772. .ie7 .primary-navigation .nav-menu,
  773. .ie7 .secondary-navigation {
  774. border-bottom: 1px solid #4d4d4d;
  775. }
  776. .ie7 .secondary-navigation {
  777. margin: 48px auto;
  778. max-width: 474px
  779. }
  780. .ie7 .content-area {
  781. padding-top: 48px;
  782. }
  783. .ie7 .hentry {
  784. max-width: 100%;
  785. }
  786. .ie7 .menu-toggle {
  787. color: #fff;
  788. font-weight: 400;
  789. font-size: 16px;
  790. line-height: 45px;
  791. text-transform: uppercase;
  792. width: 200px;
  793. }
  794. .ie7 .post-thumbnail img {
  795. display: block;
  796. margin: 0 auto;
  797. }
  798. .ie7 .entry-meta .tag-links a {
  799. margin-left: 0;
  800. }
  801. .ie7 .content-sidebar {
  802. padding: 48px 10px;
  803. }
  804. .ie7 .singular .hentry.has-post-thumbnail {
  805. margin-top: -48px;
  806. }
  807. .ie7 .entry-meta > span,
  808. .ie7 .widget_twentyfourteen_ephemera .entry-title {
  809. margin-right: 20px;
  810. }
  811. .ie7 #secondary {
  812. border-bottom: 1px solid #4d4d4d;
  813. }
  814. .ie7 .content-sidebar {
  815. border-top: 1px solid #e5e5e5;
  816. border-bottom: 1px solid #e5e5e5;
  817. }
  818. .ie7 .widget {
  819. margin: 0 auto 48px;
  820. max-width: 474px;
  821. }
  822. .ie7 .content-sidebar .widget_twentyfourteen_ephemera .widget-title {
  823. padding-top: 7px;
  824. }
  825. .ie7 .slider .featured-content .hentry {
  826. display: block;
  827. }
  828. .ie7 .featured-content .entry-header {
  829. min-height: 0;
  830. }
  831. .ie7 .slider-control-paging a {
  832. line-height: 40px;
  833. text-indent: 0;
  834. }
  835. .ie7 .slider-control-paging .slider-active {
  836. color: #41a62a;
  837. }
  838. .ie7 .slider-direction-nav {
  839. border-top: 2px solid #fff;
  840. }
  841. .ie7 .slider-direction-nav li {
  842. border: 0;
  843. width: 49%;
  844. }
  845. .ie7 .slider-direction-nav a {
  846. font-size: 16px;
  847. line-height: 45px;
  848. text-transform: uppercase;
  849. }
  850. .ie7 .slider-direction-nav a:hover {
  851. background-color: #000;
  852. color: #41a62a;
  853. }
  854. .ie7 .search-toggle {
  855. line-height: 45px;
  856. margin-right: 190px;
  857. }
  858. .ie7 .featured-content .post-thumbnail,
  859. .ie7 .slider .featured-content .post-thumbnail {
  860. padding-top: 0;
  861. }
  862. .ie7 .featured-content .post-thumbnail img {
  863. position: relative;
  864. }
  865. .ie7 .featured-content .entry-header {
  866. width: auto;
  867. }
  868. .ie7 .grid .featured-content .hentry {
  869. float: left;
  870. margin: 0 auto;
  871. max-width: 672px;
  872. width: 33.333333%;
  873. }
  874. .ie7 .slider .featured-content .entry-header {
  875. margin: 0 auto;
  876. max-width: 1038px;
  877. }
  878. .ie7 .slider-control-paging {
  879. float: none;
  880. margin: -24px auto 0;
  881. max-width: 1038px;
  882. width: auto;
  883. }
  884. /**
  885. * RTL for Internet Explorer 8 & 7
  886. */
  887. .rtl .attachment a,
  888. .rtl .gallery a,
  889. .rtl .wp-caption a,
  890. .rtl .widget_twentyfourteen_ephemera .entry-content a {
  891. display: inline;
  892. }
  893. /**
  894. * RTL overrides for Internet Explorer 8
  895. */
  896. .ie8 .rtl .site-content .entry-meta > span {
  897. margin-right: auto;
  898. margin-left: 10px;
  899. }
  900. .ie8 .rtl .site-content .format-quote .post-format a:before {
  901. margin-right: auto;
  902. margin-left: 2px;
  903. }
  904. .ie8 .rtl .site-content .format-gallery .post-format a:before {
  905. margin-right: auto;
  906. margin-left: 4px;
  907. }
  908. .ie8 .rtl .site-content .format-aside .post-format a:before {
  909. margin-right: auto;
  910. margin-left: 2px;
  911. }
  912. .ie8 .rtl .site-content .featured-post:before {
  913. margin-right: auto;
  914. margin-left: 3px;
  915. }
  916. .ie8 .rtl .site-content .entry-date a:before,
  917. .ie8 .rtl .attachment .site-content span.entry-date:before {
  918. margin-right: auto;
  919. margin-left: 1px;
  920. }
  921. .ie8 .rtl .site-content .comments-link a:before {
  922. margin-right: auto;
  923. margin-left: 2px;
  924. }
  925. .ie8 .rtl .site-content .full-size-link a:before {
  926. margin-right: auto;
  927. margin-left: 1px;
  928. }
  929. .ie8 .rtl .main-content {
  930. float: right;
  931. }
  932. .ie8 .rtl .content-area {
  933. float: right;
  934. }
  935. .ie8 .rtl .site-content {
  936. margin-right: 17.61904761%;
  937. margin-left: 29.04761904%;
  938. }
  939. .ie8 .rtl .search-box-wrapper,
  940. .ie8 .rtl .featured-content {
  941. padding-right: 17.61904761%;
  942. padding-left: 0;
  943. }
  944. .ie8 .rtl .header-main {
  945. padding: 0 30px 0 0;
  946. }
  947. .ie8 .rtl .search-toggle {
  948. margin-right: auto;
  949. margin-left: 0;
  950. }
  951. .ie8 .rtl .primary-navigation {
  952. float: left;
  953. margin: 0 -10px 0 1px;
  954. }
  955. .ie8 .rtl .primary-navigation ul ul {
  956. float: right;
  957. right: -999em;
  958. left: auto;
  959. }
  960. .ie8 .rtl .primary-navigation ul ul ul {
  961. right: -999em;
  962. left: auto;
  963. }
  964. .ie8 .rtl .primary-navigation ul li:hover > ul,
  965. .ie8 .rtl .primary-navigation ul li.focus > ul {
  966. right: auto;
  967. left: auto;
  968. }
  969. .ie8 .rtl .primary-navigation ul ul li:hover > ul,
  970. .ie8 .rtl .primary-navigation ul ul li.focus > ul {
  971. right: 100%;
  972. left: auto;
  973. }
  974. .ie8 .rtl .entry-meta .tag-links a:before {
  975. right: -8px;
  976. }
  977. .ie8 .rtl .archive-header,
  978. .ie8 .rtl .comments-area,
  979. .ie8 .rtl .image-navigation,
  980. .ie8 .rtl .page-header,
  981. .ie8 .rtl .page-content,
  982. .ie8 .rtl .post-navigation,
  983. .ie8 .rtl .site-content .entry-header,
  984. .ie8 .rtl .site-content .entry-content,
  985. .ie8 .rtl .site-content .entry-summary,
  986. .ie8 .rtl .site-content footer.entry-meta {
  987. margin-right: auto;
  988. margin-left: 54px;
  989. }
  990. .ie8 .rtl .comment-author,
  991. .ie8 .rtl .comment-awaiting-moderation,
  992. .ie8 .rtl .comment-content,
  993. .ie8 .rtl .comment-list .reply,
  994. .ie8 .rtl .comment-metadata {
  995. padding-right: 50px;
  996. padding-left: 0;
  997. }
  998. .ie8 .rtl .comment-list .children {
  999. margin-right: 20px;
  1000. margin-left: auto;
  1001. }
  1002. .ie8 .rtl.full-width .site-content {
  1003. margin-left: 0;
  1004. }
  1005. .ie8 .rtl.full-width .archive-header,
  1006. .ie8 .rtl.full-width .comments-area,
  1007. .ie8 .rtl.full-width .image-navigation,
  1008. .ie8 .rtl.full-width .page-header,
  1009. .ie8 .rtl.full-width .page-content,
  1010. .ie8 .rtl.full-width .post-navigation,
  1011. .ie8 .rtl.full-width .site-content .entry-header,
  1012. .ie8 .rtl.full-width .site-content .entry-content,
  1013. .ie8 .rtl.full-width .site-content .entry-summary,
  1014. .ie8 .rtl.full-width .site-content footer.entry-meta {
  1015. margin-left: auto;
  1016. }
  1017. .ie8 .rtl .contributor-avatar {
  1018. margin-right: -168px;
  1019. margin-left: auto;
  1020. }
  1021. .ie8 .rtl .contributor-summary {
  1022. float: right;
  1023. }
  1024. .ie8 .rtl .site:before {
  1025. right: 0;
  1026. left: auto;
  1027. }
  1028. .ie8 .rtl #secondary {
  1029. float: right;
  1030. margin: 0 -100% 0 0;
  1031. }
  1032. .ie8 .rtl .secondary-navigation ul ul {
  1033. right: -999em;
  1034. left: auto;
  1035. }
  1036. .ie8 .rtl .secondary-navigation ul li:hover > ul,
  1037. .ie8 .rtl .secondary-navigation ul li.focus > ul {
  1038. right: 202px;
  1039. left: auto;
  1040. }
  1041. .ie8 .rtl .content-sidebar {
  1042. float: left;
  1043. margin-right: -29.04761904%;
  1044. margin-left: auto;
  1045. }
  1046. .ie8 .rtl .footer-sidebar .widget {
  1047. float: right;
  1048. }
  1049. .ie8 .rtl .featured-content {
  1050. padding-right: 17.61904761%;
  1051. padding-left: 0;
  1052. }
  1053. .ie8 .rtl.grid .featured-content .hentry {
  1054. float: right;
  1055. }
  1056. .ie8 .rtl.slider .featured-content .entry-header {
  1057. right: 0;
  1058. left: auto;
  1059. }
  1060. .ie8 .rtl .slider-control-paging {
  1061. padding-right: 24px;
  1062. padding-left: 0;
  1063. }
  1064. .ie8 .rtl .slider-control-paging li {
  1065. margin: 12px 0 12px 12px;
  1066. }
  1067. .ie8 .rtl .slider-control-paging a:before {
  1068. right: 6px;
  1069. left: auto;
  1070. }
  1071. .ie8 .rtl .slider-direction-nav {
  1072. float: left;
  1073. }
  1074. .ie8 .rtl .slider-direction-nav li {
  1075. padding: 0 1px 0 0;
  1076. }
  1077. .ie8 .rtl .slider-direction-nav li:first-child {
  1078. padding: 0 0 0 1px;
  1079. }
  1080. /**
  1081. * RTL overrides for Internet Explorer 7
  1082. */
  1083. .ie7 .rtl.grid .featured-content .hentry {
  1084. float: right;
  1085. }
  1086. .ie7 .rtl .slider-control-paging {
  1087. float: none;
  1088. margin: -24px auto 0;
  1089. }
  1090. .ie7 .rtl .entry-meta .tag-links a {
  1091. margin-right: 0;
  1092. margin-left: auto;
  1093. }
  1094. .ie7 .rtl .search-toggle {
  1095. margin-right: auto;
  1096. margin-left: 190px;
  1097. }