style.css 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173
  1. /* @override http://macs.local/david/wp-content/themes/dw/style.css */
  2. /*!
  3. Theme Name: dw
  4. Theme URI: http://davidawindham.com/
  5. Author: windhamdavid
  6. Version: 2.0
  7. Thanks:
  8. normalize.css v3.0.1 * MIT License
  9. bootstrap v3.2.0 * MIT License
  10. font awesome 4.2.0 * MIT License
  11. _S | GPL License
  12. */
  13. html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
  14. html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-family:inherit;font-size: 100%;font-style:inherit;font-weight:inherit;background:transparent;border:0;margin:0;padding:0;outline:0;vertical-align: baseline;}
  15. html{overflow-y: scroll;-webkit-text-size-adjust:100%;-ms-text-size-adjust: 100%;}
  16. body{line-height:1;}
  17. *,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
  18. article,aside,details,figcaption,figure,footer,header,main,nav,section{display:block;}
  19. h1,h2,h3,h4,h5,h6{clear:both;font-weight:normal;}
  20. ol,ul{list-style: none;}
  21. blockquote,q{quotes: "" "";}
  22. blockquote:before,blockquote:after,q:before,q:after{content:'';}
  23. del {text-decoration:line-through;}
  24. table{border-collapse:collapse;border-spacing:0;}
  25. a:focus {outline:thin dotted;}
  26. a img {border: 0;}
  27. .clear {clear: both;}
  28. /*============================================
  29. Body
  30. ==============================================*/
  31. body {
  32. background: rgba(242,242,242,.7)
  33. }
  34. body,input,textarea {
  35. color: #666;
  36. font-size: 12px;
  37. line-height: 18px;
  38. }
  39. /*============================================
  40. Typography
  41. ==============================================*/
  42. body {font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;font-size: 14px;line-height: 1.42857143;}
  43. input,button,select,textarea {font-family: inherit;font-size: inherit;line-height: inherit;}
  44. .light {
  45. color:#fcfcfc;
  46. }
  47. .dim {
  48. color: #737373;
  49. }
  50. .right {
  51. text-align: right;
  52. }
  53. /*============================================
  54. Grid
  55. ==============================================*/
  56. .container {
  57. padding-right: 15px;
  58. padding-left: 15px;
  59. margin-right: auto;
  60. margin-left: auto;
  61. }
  62. .container-full {
  63. margin: 0 auto;
  64. width: 100%;
  65. }
  66. @media (max-width: 768px) {
  67. .offcanvas {
  68. display: none;
  69. }
  70. }
  71. @media (min-width: 768px) {
  72. .container {
  73. width: 750px;
  74. }
  75. .offcanvas {
  76. display: none;
  77. }
  78. .site-title {
  79. font-size: 25px;
  80. }
  81. }
  82. @media (min-width: 992px) {
  83. .container {
  84. width: 970px;
  85. }
  86. .offcanvas {
  87. display: none;
  88. }
  89. }
  90. @media (min-width: 1200px) {
  91. .container {
  92. width: 1170px;
  93. }
  94. }
  95. @media (min-width: 1310px) {
  96. .offcanvas {
  97. display: block;
  98. z-index: 1;
  99. }
  100. body {
  101. margin-right: 150px !important;
  102. }
  103. .navbar {
  104. margin-right: 150px !important;
  105. }
  106. .nav-toggle {
  107. display: none;
  108. }
  109. }
  110. /*============================================
  111. Loader
  112. ==============================================*/
  113. #loader {
  114. position: fixed;
  115. width: 100%;
  116. height: 100%;
  117. top: 0;
  118. left: 0;
  119. font-size: 150px;
  120. text-align: center;
  121. vertical-align: middle;
  122. color: #000000;
  123. z-index: 200000;
  124. background-color: #000;
  125. }
  126. .loading-animation {
  127. background-color: rgba(0,0,0,0);
  128. width: 100px;
  129. height: 100px;
  130. position: absolute;
  131. top: 0;
  132. bottom: 0;
  133. right: 0;
  134. left: 0;
  135. margin: auto;
  136. -moz-animation: spin .5s infinite linear;
  137. -webkit-animation: spin .5s infinite linear;
  138. -o-animation: spin .5s infinite linear;
  139. animation: spin .5s infinite linear;
  140. }
  141. .zw-logo {
  142. -webkit-transform-origin: 50% 50%;
  143. transform-origin: 193px 164px;
  144. animation: spin 4s cubic-bezier(.49,.05,.32,1.04) infinite alternate;
  145. }
  146. @keyframes spin {
  147. 50% {
  148. transform: rotate(360deg);
  149. }
  150. }
  151. /*============================================
  152. Navbar
  153. ==============================================*/
  154. .navbar {
  155. background-color: rgba(237, 237, 237, 0.7);
  156. }
  157. .navbar {
  158. -webkit-transition: background-color 0.3s;
  159. -moz-transition: background-color 0.3s;
  160. transition: background-color 0.3s;
  161. -webkit-transform: translate3d(0, 0, 0);
  162. -moz-transform: translate3d(0, 0, 0);
  163. -ms-transform: translate3d(0, 0, 0);
  164. -o-transform: translate3d(0, 0, 0);
  165. transform: translate3d(0, 0, 0);
  166. -webkit-backface-visibility: hidden;
  167. backface-visibility: hidden;
  168. }
  169. .navbar.fixed {
  170. position: fixed;
  171. top: -80px;
  172. background-color: rgba(237, 237, 237, 0.7);
  173. border-bottom: 1px solid #f2f2f2;
  174. -webkit-transition: -webkit-transform 0.3s;
  175. -moz-transition: -moz-transform 0.3s;
  176. transition: transform 0.3s;
  177. }
  178. .navbar.visible {
  179. -webkit-transform: translate3d(0, 100%, 0);
  180. -moz-transform: translate3d(0, 100%, 0);
  181. -ms-transform: translate3d(0, 100%, 0);
  182. -o-transform: translate3d(0, 100%, 0);
  183. transform: translate3d(0, 100%, 0);
  184. }
  185. /*============================================
  186. NavMenu
  187. ==============================================*/
  188. .offcanvas.in {
  189. display: block;
  190. }
  191. .canvas-sliding {
  192. -webkit-transition: .25s ease-in-out;
  193. transition: .25s ease-in-out;
  194. }
  195. .navmenu,
  196. .navbar-offcanvas {
  197. width: 150px;
  198. height: auto;
  199. border-style: solid;
  200. border-width: 1px;
  201. border-radius: 4px;
  202. padding-top:80px;
  203. }
  204. .navmenu-fixed-right,
  205. .navbar-offcanvas {
  206. position: fixed;
  207. top: 0;
  208. bottom: 0;
  209. z-index: 1030;
  210. overflow-y: auto;
  211. border-radius: 0;
  212. background-color: rgba(237, 237, 237, 0.7);
  213. left: auto;
  214. right: 0;
  215. border-width: 0 0 0 0px;
  216. }
  217. .nav-toggle {
  218. padding: 15px 0;
  219. padding: 10px 35px 16px 0px;
  220. right: 15px;
  221. top: 25px;
  222. cursor: pointer;
  223. position: absolute;
  224. }
  225. .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  226. cursor: pointer;
  227. border-radius: 1px;
  228. height: 5px;
  229. width: 35px;
  230. background: #333E52;
  231. position: absolute;
  232. display: block;
  233. content: '';
  234. }
  235. .nav-toggle span:before {
  236. top: -10px;
  237. }
  238. .nav-toggle span:after {
  239. bottom: -10px;
  240. }
  241. .nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
  242. transition: all 500ms ease-in-out;
  243. }
  244. .nav-toggle.active span {
  245. background-color: transparent;
  246. }
  247. .nav-toggle.active span:before, .nav-toggle.active span:after {
  248. top: 0;
  249. }
  250. .nav-toggle.active span:before {
  251. transform: rotate(45deg);
  252. -webkit-transform: rotate(45deg);
  253. -o-transform: rotate(45deg);
  254. }
  255. .nav-toggle.active span:after {
  256. transform: rotate(-45deg);
  257. -webkit-transform: rotate(-45deg);
  258. -o-transform: rotate(-45deg);
  259. }
  260. ul.social {
  261. padding: 5px 15px;
  262. }
  263. ul.social li {
  264. float: left;
  265. padding: 1px 3px;
  266. }
  267. #archives li {
  268. list-style: none;
  269. margin: 2px 8px;
  270. float: left;
  271. }
  272. .fa {
  273. color: #777;
  274. }
  275. .fa-15x {
  276. font-size: 1.6em !important;
  277. padding: 2px 2px;
  278. }
  279. /*============================================
  280. Header
  281. ==============================================*/
  282. .site-title {
  283. float: right;
  284. padding: 15px 0;
  285. font: 21px/27px "Courier New", Courier, mono;
  286. }
  287. .site-title a {
  288. color: #000;
  289. text-decoration: none;
  290. }
  291. img.dw {
  292. float: right;
  293. margin: 15px 0;
  294. }
  295. #site-description {
  296. clear: right;
  297. float: right;
  298. font-style: italic;
  299. margin: 14px 0 18px 0;
  300. width: 160px;
  301. }
  302. /*============================================
  303. Content
  304. ==============================================*/
  305. /*===== Structure =====*/
  306. .leader {
  307. margin: 80px 0;
  308. padding: 50px 0;
  309. }
  310. .dark {
  311. background: #222;
  312. }
  313. .footer {
  314. padding: 50px 0 100px;
  315. }
  316. /*===== Wordpress =====*/
  317. .post {
  318. background: #fff;
  319. margin-bottom: 40px;
  320. }
  321. #content {
  322. margin-bottom: 36px;
  323. margin-top: 100px;
  324. }
  325. #content,
  326. #content input,
  327. #content textarea {
  328. color: #333;
  329. font-size: 16px;
  330. line-height: 24px;
  331. }
  332. #content p,
  333. #content ul,
  334. #content ol,
  335. #content dd,
  336. #content pre,
  337. #content hr {
  338. margin-bottom: 24px;
  339. font-family: "Courier New", Courier, mono;
  340. }
  341. #content ul ul,
  342. #content ol ol,
  343. #content ul ol,
  344. #content ol ul {
  345. margin-bottom: 0;
  346. }
  347. #content pre,
  348. #content kbd,
  349. #content tt,
  350. #content var {
  351. font-size: 15px;
  352. line-height: 21px;
  353. }
  354. #content code {
  355. font-size: 13px;
  356. }
  357. #content dt,
  358. #content th {
  359. color: #000;
  360. }
  361. #content h1,
  362. #content h2,
  363. #content h3,
  364. #content h4,
  365. #content h5,
  366. #content h6 {
  367. color: #000;
  368. line-height: 1.5em;
  369. margin: 0 0 20px 0;
  370. }
  371. #content table {
  372. border: 1px solid #e7e7e7;
  373. margin: 0 -1px 24px 0;
  374. text-align: left;
  375. width: 100%;
  376. }
  377. #content tr th,
  378. #content thead th {
  379. color: #888;
  380. font-size: 12px;
  381. font-weight: bold;
  382. line-height: 18px;
  383. padding: 9px 24px;
  384. }
  385. #content tr td {
  386. border-top: 1px solid #e7e7e7;
  387. padding: 6px 24px;
  388. }
  389. #content tr.odd td {
  390. background: #f2f7fc;
  391. }
  392. .hentry {
  393. margin: 0 0 30px 0;
  394. }
  395. .reserved-gallery {
  396. float: left;
  397. padding: 5px;
  398. }
  399. .home .sticky {
  400. background: #f2f7fc;
  401. border-top: 4px solid #000;
  402. margin-left: -20px;
  403. margin-right: -20px;
  404. padding: 18px 20px;
  405. }
  406. .single .hentry {
  407. margin: 0 0 36px 0;
  408. }
  409. .page-title {
  410. color: #000;
  411. font-size: 14px;
  412. font-weight: bold;
  413. margin: 0 0 36px 0;
  414. }
  415. .page-title span {
  416. color: #333;
  417. font-size: 16px;
  418. font-style: italic;
  419. font-weight: normal;
  420. }
  421. .entry-caption-parent .page-title span {
  422. color: #777;
  423. font-size: 12px;
  424. font-style: italic;
  425. font-weight: normal;
  426. }
  427. .nav-previous span.meta-nav {
  428. color: #888;
  429. font-size: 12px;
  430. font-style: italic;
  431. font-weight: normal;
  432. }
  433. .nav-next span.meta-nav {
  434. color: #888;
  435. font-size: 12px;
  436. font-style: italic;
  437. font-weight: normal;
  438. }
  439. .page-title a:link,
  440. .page-title a:visited {
  441. color: #888;
  442. text-decoration: none;
  443. }
  444. .page-title a:active,
  445. .page-title a:hover {
  446. color: #373339;
  447. }
  448. #content .entry-title {
  449. color: #000;
  450. font-size: 18px;
  451. line-height: 1.3em;
  452. margin-bottom: 20px;
  453. }
  454. h2.entry-title {
  455. color: #999;
  456. }
  457. .entry-title a:link,
  458. .entry-title a:visited {
  459. color: #000;
  460. text-decoration: none;
  461. }
  462. .entry-title a:active,
  463. .entry-title a:hover {
  464. color: #a0aec4;
  465. }
  466. .entry-meta {
  467. color: #888;
  468. font-size: 12px;
  469. }
  470. .entry-meta-attachment {
  471. float: right;
  472. color: #888;
  473. font: 11px "Courier New", Courier, mono;
  474. }
  475. .entry-meta abbr,
  476. .entry-utility abbr {
  477. border: none;
  478. }
  479. .entry-meta abbr:hover,
  480. .entry-utility abbr:hover {
  481. border-bottom: 1px dotted #666;
  482. }
  483. .entry-content,
  484. .entry-summary {
  485. clear: both;
  486. padding: 18px 0 20px;
  487. }
  488. .entry-guestbook {
  489. clear: both;
  490. padding: 3px 0 10px 0;
  491. }
  492. .entry-content h5 {
  493. font: 14px "Courier New", Courier, mono;
  494. }
  495. .signature {
  496. font: 16px "Courier New", Courier, mono;
  497. float: right;
  498. margin: 10px 150px 40px 0px;
  499. }
  500. #inside h3 {
  501. font: 16px "Courier New", Courier, mono;
  502. line-height: 10px;
  503. margin: 0 0 10px 0;
  504. }
  505. #inside p {
  506. margin: 0 0 10px 0;
  507. line-height: 20px;
  508. }
  509. #content .entry-summary p:last-child {
  510. margin-bottom: 12px;
  511. }
  512. .entry-content fieldset {
  513. border: 1px solid #e7e7e7;
  514. margin: 0 0 24px 0;
  515. padding: 24px;
  516. }
  517. .entry-content fieldset legend {
  518. background: #fff;
  519. color: #000;
  520. font-weight: bold;
  521. padding: 0 24px;
  522. }
  523. .entry-content input {
  524. margin: 0 0 24px 0;
  525. }
  526. .entry-content input.file,
  527. .entry-content input.button {
  528. margin-right: 24px;
  529. }
  530. .entry-content label {
  531. color: #888;
  532. font-size: 12px;
  533. }
  534. .entry-content select {
  535. margin: 0 0 24px 0;
  536. }
  537. .entry-content sup,
  538. .entry-content sub {
  539. font-size: 10px;
  540. }
  541. .entry-content blockquote.left {
  542. float: left;
  543. margin-left: 0;
  544. margin-right: 24px;
  545. text-align: right;
  546. width: 33%;
  547. }
  548. .entry-content blockquote.right {
  549. float: right;
  550. margin-left: 24px;
  551. margin-right: 0;
  552. text-align: left;
  553. width: 33%;
  554. }
  555. .page-link {
  556. color: #000;
  557. font-weight: bold;
  558. margin: 0 0 22px 0;
  559. word-spacing: 0.5em;
  560. }
  561. .page-link a:link,
  562. .page-link a:visited {
  563. background: #f1f1f1;
  564. color: #333;
  565. font-weight: normal;
  566. padding: 0.5em 0.75em;
  567. text-decoration: none;
  568. }
  569. .home .sticky .page-link a {
  570. background: #d9e8f7;
  571. }
  572. .page-link a:active,
  573. .page-link a:hover {
  574. color: #ff4b33;
  575. }
  576. body.page .edit-link {
  577. clear: both;
  578. display: block;
  579. }
  580. #entry-author-info {
  581. background: #f2f7fc;
  582. border-top: 4px solid #000;
  583. clear: both;
  584. font-size: 14px;
  585. line-height: 20px;
  586. margin: 24px 0;
  587. overflow: hidden;
  588. padding: 18px 20px;
  589. }
  590. #entry-author-info #author-avatar {
  591. background: #fff;
  592. border: 1px solid #e7e7e7;
  593. float: left;
  594. height: 60px;
  595. margin: 0 -104px 0 0;
  596. padding: 11px;
  597. }
  598. #entry-author-info #author-description {
  599. float: left;
  600. margin: 0 0 0 104px;
  601. }
  602. #entry-author-info h2 {
  603. color: #000;
  604. font-size: 100%;
  605. font-weight: bold;
  606. margin-bottom: 0;
  607. }
  608. .entry-utility {
  609. clear: both;
  610. color: #888;
  611. font-size: 12px;
  612. line-height: 18px;
  613. }
  614. .entry-meta a,
  615. .entry-utility a {
  616. color: #888;
  617. }
  618. .entry-meta a:hover,
  619. .entry-utility a:hover {
  620. color: #ff4b33;
  621. }
  622. #content .video-player {
  623. padding: 0;
  624. }
  625. .date {
  626. float: right;
  627. margin: 0px 0 20px 50px;
  628. color: #777;
  629. font: 14px/18px "Courier New", Courier, mono;
  630. }
  631. /*============================================
  632. Meta
  633. ==============================================*/
  634. .meta {
  635. font-size: 11px;
  636. }
  637. .categories-fb {
  638. text-align: right;
  639. }
  640. span.fb {
  641. width: 16px;
  642. height: 16px;
  643. margin-left: 5px;
  644. padding: 3px 4px 2px 5px;
  645. background-image: url(img/fb1.png) ;
  646. background-position: 0 16px;
  647. position: relative;
  648. -webkit-transition: all ease 0.3s;
  649. -moz-transition: all ease 0.3s;
  650. -o-transition: all ease 0.3s;
  651. -ms-transition: all ease 0.3s;
  652. transition: all ease 0.3s;
  653. }
  654. span.fb:hover {
  655. background-position: 0 0;
  656. }
  657. /*============================================
  658. Comments
  659. ==============================================*/
  660. .commentbubble {
  661. font-size: 12px;
  662. color: #777;
  663. float: right;
  664. margin: 0 55px 0 0;
  665. }
  666. .comment {
  667. padding: 10px;
  668. }
  669. .commentbubble a.toogle-comments {
  670. float: right;
  671. text-align: right;
  672. }
  673. .comments-area {
  674. background: #ebebeb;
  675. padding: 15px;
  676. }
  677. #content .comments-area p {
  678. margin: 0 0 8px;
  679. font-size: 13px;
  680. }
  681. #content .comments-area .reply {
  682. margin: 5px 8px 0px;
  683. padding: 2px 9px;
  684. background: #ebeaea;
  685. font-size: 11px;
  686. }
  687. .comments-title {
  688. margin-bottom: 48px;
  689. margin-bottom: 3.428571429rem;
  690. font-size: 16px;
  691. font-size: 1.142857143rem;
  692. line-height: 1.5;
  693. font-weight: normal;
  694. }
  695. .comments-area {
  696. margin: 0px 50px;
  697. }
  698. .comments-area ul {
  699. margin: 0px 0px;
  700. list-style: none;
  701. }
  702. .comments-area h3 {
  703. margin: 0 0 0;
  704. }
  705. .comments-meta {
  706. font-size: 10px;
  707. }
  708. .comments-area article {
  709. margin: 24px 0;
  710. }
  711. .comments-area article header {
  712. margin: 0 0 48px;
  713. overflow: hidden;
  714. position: relative;
  715. }
  716. .comments-area article header img {
  717. float: left;
  718. padding: 0;
  719. line-height: 0;
  720. }
  721. .comments-area article header cite,
  722. .comments-area article header time {
  723. display: block;
  724. margin-left: 85px;
  725. }
  726. .comments-area article header cite {
  727. font-style: normal;
  728. font-size: 15px;
  729. }
  730. .comments-area cite b {
  731. font-weight: normal;
  732. }
  733. .comments-area article header time {
  734. text-decoration: none;
  735. font-size: 12px;
  736. color: #5e5e5e;
  737. }
  738. .comments-area article header a {
  739. text-decoration: none;
  740. color: #5e5e5e;
  741. }
  742. .comments-area article header a:hover {
  743. color: #21759b;
  744. }
  745. .comments-area article header cite a {
  746. color: #444;
  747. }
  748. .comments-area article header cite a:hover {
  749. text-decoration: underline;
  750. }
  751. a.comment-reply-link,
  752. a.comment-edit-link {
  753. color: #686868;
  754. font-size: 13px;
  755. }
  756. a.comment-reply-link:hover,
  757. a.comment-edit-link:hover {
  758. color: #21759b;
  759. }
  760. .commentlist .pingback {
  761. line-height: 1.714285714;
  762. margin-bottom: 24px;
  763. }
  764. li.comment.even {
  765. background: #fff;
  766. }
  767. li.comment.odd {
  768. background: #f3f3f3;
  769. }
  770. li.comment.thread-even {
  771. background: #f5f5f5;
  772. }
  773. li.comment.thread-odd {
  774. background: #fff;
  775. }
  776. .comment-meta {
  777. font-size: 11px;
  778. line-height: 12px;
  779. }
  780. .comment-meta a {
  781. color: #777;
  782. float: right;
  783. }
  784. /*====== Comment form ======*/
  785. #respond {
  786. margin-top: 10px;
  787. }
  788. #respond h3#reply-title {
  789. margin: 0px 8px 0px;
  790. padding: 2px 9px;
  791. background: #ebeaea;
  792. font-size: 11px;
  793. margin: 0;
  794. }
  795. #respond h3#reply-title #cancel-comment-reply-link {
  796. margin-left: 10px;
  797. font-weight: normal;
  798. font-size: 12px;
  799. font-size: 0.857142857rem;
  800. }
  801. #respond form {
  802. margin: 24px 0;
  803. margin: 1.714285714rem 0;
  804. }
  805. #respond form p {
  806. margin: 11px 0;
  807. margin: 0.785714286rem 0;
  808. }
  809. #respond form p.logged-in-as {
  810. margin-bottom: 24px;
  811. margin-bottom: 1.714285714rem;
  812. }
  813. #respond form label {
  814. display: block;
  815. line-height: 1.714285714;
  816. }
  817. #respond form input[type="text"],
  818. #respond form textarea {
  819. -moz-box-sizing: border-box;
  820. box-sizing: border-box;
  821. font: 0.857142857rem "Courier New", Courier, mono;
  822. line-height: 1.714285714;
  823. padding: 10px;
  824. padding: 0.714285714rem;
  825. width: 100%;
  826. }
  827. #respond form p.form-allowed-tags {
  828. margin: 0;
  829. font-size: 12px;
  830. font-size: 0.857142857rem;
  831. line-height: 2;
  832. color: #5e5e5e;
  833. }
  834. .required {
  835. color: red;
  836. }
  837. img.avatar {
  838. width: 20px;
  839. height: 20px;
  840. margin: 0 0 -5px;
  841. }
  842. /*============================================
  843. Media
  844. ==============================================*/
  845. .video-container {
  846. position: relative;
  847. padding-bottom: 56.25%;
  848. padding-top: 30px; height: 0; overflow: hidden;
  849. }
  850. .video-container iframe,
  851. .video-container object,
  852. .video-container embed {
  853. position: absolute;
  854. top: 0;
  855. left: 0;
  856. width: 100%;
  857. height: 100%;
  858. }
  859. .category-gallery .size-thumbnail img {
  860. border: 10px solid #f1f1f1;
  861. margin-bottom: 0;
  862. }
  863. .category-gallery .gallery-thumb {
  864. float: left;
  865. margin-right: 20px;
  866. margin-top: -4px;
  867. }
  868. .home #content .category-gallery .entry-utility {
  869. padding-top: 4px;
  870. }
  871. /*===== Attachments =====*/
  872. .single-attachment .hentry {
  873. margin: 0px;
  874. }
  875. .attachment .entry-content .entry-caption {
  876. font-size: 140%;
  877. margin-top: 24px;
  878. }
  879. .entry-caption-attachment {
  880. margin: 0px auto 0;
  881. text-align: center;
  882. }
  883. #content .entry-caption-attachment h2.entry-title {
  884. margin: 0 0 5px;
  885. font-weight: normal;
  886. }
  887. #content .entry-caption-parent p.page-title {
  888. margin: -30px 0 0 0;
  889. font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  890. }
  891. #content .entry-caption-parent p.page-title a {
  892. color: #555;
  893. }
  894. #content .entry-caption-attachment p {
  895. font-size: 14px;
  896. text-indent: 0px;
  897. line-height: 15px;
  898. margin-bottom: 0px;
  899. }
  900. .entry-caption-attachment h2 {
  901. font: bold 27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  902. }
  903. .attachment .entry-content .nav-previous a:before {
  904. content: '\2190\00a0';
  905. }
  906. .attachment .entry-content .nav-next a:after {
  907. content: '\00a0\2192';
  908. }
  909. /*===== Images ======*/
  910. .entry-content img {
  911. max-width: 100%;
  912. height: auto;
  913. }
  914. .img-rounded {
  915. border-radius: 6px;
  916. }
  917. .img-thumbnail {
  918. padding: 4px;
  919. line-height: 1.42857143;
  920. background-color: #ffffff;
  921. border: 1px solid #dddddd;
  922. border-radius: 4px;
  923. -webkit-transition: all 0.2s ease-in-out;
  924. -o-transition: all 0.2s ease-in-out;
  925. transition: all 0.2s ease-in-out;
  926. display: inline-block;
  927. width: 100% \9;
  928. max-width: 100%;
  929. height: auto;
  930. }
  931. .img-circle {
  932. border-radius: 50%;
  933. }
  934. #content .home img {
  935. border: 15px solid #000;
  936. }
  937. #content .attachment img {
  938. max-width: 900px;
  939. }
  940. #content .alignleft,
  941. #content img.alignleft {
  942. display: inline;
  943. float: left;
  944. margin-right: 24px;
  945. margin-top: 4px;
  946. }
  947. #content .alignright,
  948. #content img.alignright {
  949. display: inline;
  950. float: right;
  951. margin-left: 24px;
  952. margin-top: 4px;
  953. }
  954. #content .aligncenter,
  955. #content img.aligncenter {
  956. clear: both;
  957. display: block;
  958. margin-left: auto;
  959. margin-right: auto;
  960. }
  961. #content img.alignleft,
  962. #content img.alignright,
  963. #content img.aligncenter {
  964. margin-bottom: 12px;
  965. }
  966. #content .wp-caption {
  967. background: #f1f1f1;
  968. line-height: 18px;
  969. margin-bottom: 20px;
  970. padding: 4px;
  971. text-align: center;
  972. }
  973. #content .wp-caption img {
  974. margin: 5px 5px 0;
  975. }
  976. #content .wp-caption p.wp-caption-text {
  977. color: #888;
  978. font-size: 12px;
  979. margin: 5px;
  980. }
  981. #content .gallery {
  982. margin: 0 auto 18px;
  983. }
  984. #content .gallery .gallery-item {
  985. float: left;
  986. margin-top: 0;
  987. text-align: center;
  988. width: 33%;
  989. }
  990. #content .gallery img {
  991. border: 2px solid #cfcfcf;
  992. }
  993. #content .gallery .gallery-caption {
  994. color: #888;
  995. font-size: 12px;
  996. margin: 0 0 12px;
  997. }
  998. #content .gallery dl {
  999. margin: 0;
  1000. }
  1001. #content .gallery img {
  1002. border: 10px solid #f1f1f1;
  1003. }
  1004. #content .gallery br+br {
  1005. display: none;
  1006. }
  1007. #content .attachment img {
  1008. display: block;
  1009. margin: 0 auto;
  1010. }
  1011. /*============================================
  1012. Pagination
  1013. ==============================================*/
  1014. .navigation {
  1015. color: #888;
  1016. font-size: 12px;
  1017. line-height: 18px;
  1018. overflow: hidden;
  1019. clear: both;
  1020. }
  1021. .navigation a:link,
  1022. .navigation a:visited {
  1023. color: #888;
  1024. text-decoration: none;
  1025. }
  1026. .navigation a:active,
  1027. .navigation a:hover {
  1028. color: #ff4b33;
  1029. }
  1030. .nav-previous {
  1031. float: left;
  1032. width: 50%;
  1033. margin: 0 0 15px 0;
  1034. }
  1035. .nav-next {
  1036. float: right;
  1037. text-align: right;
  1038. width: 50%;
  1039. }
  1040. #nav-above {
  1041. margin: 0 0 18px 0;
  1042. }
  1043. #nav-above {
  1044. display: none;
  1045. }
  1046. .paged #nav-above,
  1047. .single #nav-above {
  1048. display: block;
  1049. }
  1050. #nav-below {
  1051. margin: 50px 0 0px;
  1052. padding: 20px 10px 0;
  1053. border-top: 1px solid #cecece;
  1054. }
  1055. .pagination {
  1056. margin-top: 40px;
  1057. border-top: 1px solid #cecece;
  1058. padding: 20px 0 0;
  1059. }
  1060. .pagination a {
  1061. padding: 4px 5px;
  1062. color: #fff;
  1063. font-weight: bold;
  1064. font-size: 16px;
  1065. }
  1066. .pagination a:active {
  1067. padding: 4px 5px;
  1068. background: #707071;
  1069. color:#fff;
  1070. }
  1071. .pagination a:hover {
  1072. padding: 4px 5px;
  1073. background: #fff;
  1074. color: #ec0000;
  1075. }
  1076. .pagination a.next,
  1077. .pagination a.prev {
  1078. padding: 4px 7px;
  1079. color: #ec0000;
  1080. font-weight: bold;
  1081. font-size: 27px;
  1082. }
  1083. .pagination .current {
  1084. padding: 4px 5px;
  1085. background: #fff;
  1086. color: #ec0000;
  1087. font-weight: bold;
  1088. font-size: 16px;
  1089. }
  1090. /*============================================
  1091. Footer
  1092. ==============================================*/
  1093. p.cc {
  1094. float: right;
  1095. font-size: 14px;
  1096. margin: 2px 20px 30px 10px;
  1097. }
  1098. span.quiet {
  1099. display: none;
  1100. }