style.css 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641
  1. /* @override http://silverbullet-2.local/~david/trunk/kop/wp-content/themes/pastry/style.css */
  2. /*
  3. Theme Name: Kings of Pastry
  4. Theme URI: http://kingsofpastry.com
  5. Description: based on Kirby by Ian Stewart.
  6. Author: windhamdavid
  7. Author URI: http://kingsofpastry.com
  8. Version: 0.1.0
  9. */
  10. /* MINOR TWEAKS TO KEEP IT ROLLING */
  11. body.custom-background {
  12. background-size: cover !important;
  13. }
  14. /* --------------------------------------------------------------
  15. Reset default browser CSS.
  16. Based on work by Eric Meyer:
  17. http://meyerweb.com/eric/tools/css/reset/index.html
  18. -------------------------------------------------------------- */
  19. html, body, div, span, applet, object, iframe,
  20. h1, h2, h3, h4, h5, h6, p, blockquote, pre,
  21. a, abbr, acronym, address, big, cite, code,
  22. del, dfn, em, font, img, ins, kbd, q, s, samp,
  23. small, strike, strong, sub, sup, tt, var,
  24. b, u, i, center,
  25. dl, dt, dd, ol, ul, li,
  26. fieldset, form, label, legend,
  27. table, caption, tbody, tfoot, thead, tr, th, td {
  28. margin: 0;
  29. padding: 0;
  30. border: 0;
  31. vertical-align: baseline;
  32. background: transparent;
  33. }
  34. body {
  35. line-height: 1;
  36. }
  37. h1,h2,h3,h4,h5,h6 {
  38. font-weight: normal;
  39. clear: both;
  40. }
  41. ol, ul {
  42. list-style: none;
  43. }
  44. blockquote {
  45. quotes: none;
  46. }
  47. blockquote:before, blockquote:after {
  48. content: '';
  49. content: none;
  50. }
  51. del {
  52. text-decoration: line-through;
  53. }
  54. /* tables still need 'cellspacing="0"' in the markup */
  55. table {
  56. border-collapse: collapse;
  57. border-spacing: 0;
  58. }
  59. a img { border: none; }
  60. .hide {
  61. display: none;
  62. }
  63. .clear {
  64. clear: both;
  65. }
  66. /*
  67. LAYOUT: Two columns
  68. DESCRIPTION: Two-column fixed layout with one sidebar right of content
  69. */
  70. #container {
  71. float: left;
  72. margin: 0 -360px 0 0;
  73. width: 100%;
  74. }
  75. #content {
  76. margin: 0 360px 0 20px;
  77. }
  78. body.home #content {
  79. margin: 0 360px 0 0;
  80. }
  81. #primary,
  82. #secondary {
  83. float: right;
  84. overflow: hidden;
  85. width: 220px;
  86. }
  87. #secondary {
  88. clear: right;
  89. }
  90. #footer {
  91. clear: both;
  92. width: 100%;
  93. }
  94. /*
  95. LAYOUT: One column, no sidebar
  96. DESCRIPTION: One centered column with no sidebar
  97. */
  98. .onecolumn #content {
  99. margin: 0 auto;
  100. width: 640px;
  101. }
  102. /* =Fonts
  103. -------------------------------------------------------------- */
  104. body,
  105. input,
  106. textarea,
  107. .page-title span,
  108. .pingback a.url {
  109. font-family: Georgia, "Bitstream Charter", serif;
  110. }
  111. h3#comments-title,
  112. h3#reply-title,
  113. #access .menu,
  114. #cancel-comment-reply-link,
  115. .form-allowed-tags,
  116. #site-info,
  117. #site-title,
  118. #wp-calendar,
  119. .comment-meta,
  120. .comment-body tr th,
  121. .comment-body thead th,
  122. .entry-content label,
  123. .entry-content tr th,
  124. .entry-content thead th,
  125. .entry-meta,
  126. .entry-title,
  127. .entry-utility,
  128. #respond label,
  129. .navigation,
  130. .page-title,
  131. .pingback p,
  132. .reply,
  133. .widget_search label,
  134. .widget-title
  135. {
  136. font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
  137. }
  138. pre {
  139. font-family: "Courier 10 Pitch", Courier, monospace;
  140. }
  141. code {
  142. font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  143. }
  144. /* =Structure
  145. -------------------------------------------------------------- */
  146. /* The main theme structure */
  147. #access .menu-header,
  148. #colophon,
  149. #branding,
  150. #main,
  151. #wrapper {
  152. margin: 0 auto;
  153. width: 850px;
  154. }
  155. #wrapper {
  156. background: url(images/1.png);
  157. padding: 0 20px;
  158. color: #d7e3f7;
  159. margin-bottom: 20px;
  160. }
  161. /* Structure the footer area */
  162. #footer-widget-area {
  163. overflow: hidden;
  164. }
  165. #footer-widget-area .widget-area {
  166. float: left;
  167. margin-right: 20px;
  168. width: 220px;
  169. }
  170. #footer-widget-area #fourth {
  171. margin-right: 0;
  172. }
  173. #site-info {
  174. float: left;
  175. width: 700px;
  176. font-weight: bold;
  177. font-size: 14px;
  178. }
  179. #site-generator {
  180. float: right;
  181. width: 120px;
  182. }
  183. /* =Global Elements
  184. -------------------------------------------------------------- */
  185. /* Main global 'theme' and typographic styles */
  186. body {
  187. background: #f1f1f1;
  188. }
  189. body, input, textarea {
  190. color: #666;
  191. font-size: 12px;
  192. line-height: 18px;
  193. }
  194. hr {
  195. background-color: #E7E7E7;
  196. border:0;
  197. height: 1px;
  198. margin-bottom: 18px;
  199. clear:both;
  200. }
  201. /* Text elements */
  202. p {
  203. margin-bottom: 18px;
  204. color: #252525;
  205. }
  206. ul {
  207. list-style: square;
  208. margin: 0 0 18px 1.5em;
  209. line-height: 12px;
  210. }
  211. ol {
  212. list-style: decimal;
  213. margin: 0 0 18px 1.5em;
  214. }
  215. ol ol {
  216. list-style:upper-alpha;
  217. }
  218. ol ol ol {
  219. list-style:lower-roman;
  220. }
  221. ol ol ol ol {
  222. list-style:lower-alpha;
  223. }
  224. ul ul, ol ol, ul ol, ol ul {
  225. margin-bottom:0;
  226. }
  227. dl {
  228. margin:0 0 24px 0;
  229. }
  230. dt {
  231. font-weight: bold;
  232. }
  233. dd {
  234. margin-bottom: 18px;
  235. }
  236. strong {
  237. font-weight: bold;
  238. }
  239. cite, em, i {
  240. font-style: italic;
  241. }
  242. big {
  243. font-size: 131.25%;
  244. }
  245. ins {
  246. background: #FFFFCC;
  247. }
  248. blockquote {
  249. font-style: italic;
  250. padding: 0 3em;
  251. }
  252. blockquote cite,
  253. blockquote em,
  254. blockquote i {
  255. font-style: normal;
  256. }
  257. pre {
  258. background: #f7f7f7;
  259. color: #222;
  260. line-height: 18px;
  261. margin-bottom: 18px;
  262. padding: 1.5em;
  263. }
  264. abbr,
  265. acronym {
  266. border-bottom: 1px dotted #666;
  267. cursor: help;
  268. }
  269. ins {
  270. text-decoration: none;
  271. }
  272. sup,
  273. sub {
  274. height: 0;
  275. line-height: 1;
  276. vertical-align: baseline;
  277. position: relative;
  278. }
  279. sup {
  280. bottom: 1ex;
  281. }
  282. sub {
  283. top: .5ex;
  284. }
  285. input[type="text"], textarea {
  286. padding: 0 0 0 3px;
  287. }
  288. a {
  289. text-decoration: none;
  290. }
  291. a:link {
  292. color: #7a95ab;
  293. text-decoration: none;
  294. }
  295. a:visited {
  296. color: #7a95ab;
  297. text-decoration: none;
  298. }
  299. a:active {
  300. color: #000;
  301. outline:none;
  302. -moz-outline-style: none;
  303. }
  304. a:hover {
  305. color: #FFABE3;
  306. text-decoration: none;
  307. }
  308. /* Text meant only for screen readers */
  309. .screen-reader-text {
  310. position: absolute;
  311. left: -9000px;
  312. }
  313. /* =Header
  314. -------------------------------------------------------------- */
  315. #header {
  316. margin-top: 60px;
  317. padding: 30px 0 0 0;
  318. }
  319. #site-title {
  320. float: left;
  321. margin: 0 0 18px 0;
  322. width: 700px;
  323. font-size: 30px;
  324. line-height: 36px;
  325. display: none;
  326. }
  327. #site-title a {
  328. color: #000;
  329. font-weight: bold;
  330. text-decoration: none;
  331. }
  332. #site-description {
  333. clear: right;
  334. float: right;
  335. font-style: italic;
  336. margin: 14px 0 18px 0;
  337. width: 220px;
  338. display: none;
  339. }
  340. /* This is the custom header image */
  341. #branding img {
  342. clear: both;
  343. display: block;
  344. }
  345. /* PASTRY =Menu
  346. --------------------------------------------------------------
  347. */
  348. .page-item-58 {
  349. padding-left: 80px;
  350. }
  351. .page-item-11 {
  352. padding-left: 80px;
  353. }
  354. .page-item-15 {
  355. padding-left: 45px;
  356. }
  357. .page-item-21 {
  358. padding-left: 40px;
  359. }
  360. .page-item-2 {
  361. padding-left: 30px;
  362. }
  363. li#menu-item-120 {
  364. padding-left: 30px;
  365. }
  366. li#menu-item-122 {
  367. padding-left: 40px;
  368. }
  369. li#menu-item-125 {
  370. padding-left: 45px;
  371. }
  372. li#menu-item-181 {
  373. padding-left: 30px;
  374. }
  375. li#menu-item-183 {
  376. padding-left: 40px;
  377. }
  378. li#menu-item-186 {
  379. padding-left: 55px;
  380. }
  381. li#menu-item-390 {
  382. padding-left: 65px;
  383. }
  384. /* =Menu
  385. -------------------------------------------------------------- */
  386. #access {
  387. margin: -70px auto 0;
  388. width: 840px;
  389. display:block;
  390. float:left;
  391. }
  392. #access .menu-header {
  393. font-size: 21px;
  394. margin-left: 12px;
  395. }
  396. #access .menu-header ul {
  397. list-style: none;
  398. margin: 0;
  399. -moz-outline-style: none;
  400. outline: none;
  401. }
  402. #access .menu-header li {
  403. float:left;
  404. position: relative;
  405. }
  406. #access a {
  407. display:block;
  408. text-decoration:none;
  409. color: #7a95ab;
  410. padding:0 10px;
  411. line-height:38px;
  412. }
  413. #access ul ul {
  414. display:none;
  415. position:absolute;
  416. top:38px;
  417. left:0;
  418. float:left;
  419. -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  420. -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  421. box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
  422. z-index: 99999;
  423. }
  424. #access ul ul ul {
  425. left:100%;
  426. top:0;
  427. }
  428. #access ul ul a {
  429. background:#333;
  430. height:auto;
  431. line-height:1em;
  432. padding:10px;
  433. width: 130px;
  434. }
  435. #access li:hover > a,
  436. #access ul ul :hover > a {
  437. color: #000;
  438. }
  439. #access ul li:hover > ul {
  440. display:block;
  441. }
  442. /* PASTRY=Content
  443. -------------------------------------------------------------- */
  444. .synop_thumb {
  445. float: left;
  446. padding: 5px 10px 0 0;
  447. }
  448. .current_page_item a {
  449. text-decoration:none;
  450. color:#000;
  451. }
  452. #access a:active {
  453. text-decoration:none;
  454. color: #000;
  455. }
  456. li:active
  457. {
  458. outline: none;
  459. -moz-outline-style: none;
  460. }
  461. li:focus
  462. {
  463. -moz-outline-style: none;
  464. -moz-outline-style: none;
  465. }
  466. .loading {
  467. background: url(images/loading_sun.gif) no-repeat center;
  468. width: 480px;
  469. height: 360px;
  470. }
  471. #content .left_col_home {
  472. float: left;
  473. width: 200px;
  474. font-size: 12px;
  475. line-height: 10px;
  476. }
  477. #content .left_col_home h2 {
  478. margin: 0px 0px 0px;
  479. font-size: 13px;
  480. }
  481. #content .left_col_home h3 {
  482. margin: 0px 0px 0px;
  483. }
  484. #content .left_col_home p {
  485. margin-bottom: 0px;
  486. padding: 0px;
  487. line-height: 14px;
  488. }
  489. #content .right_col_home {
  490. padding: 0px 0px 68px 0px;
  491. font-size: 12px;
  492. line-height: 15px;
  493. }
  494. #content .right_col_home h2{
  495. margin: 0px 0px 0px;
  496. font-size: 13px;
  497. }
  498. #content .right_col_home p {
  499. font-size: 12px;
  500. line-height: 10px;
  501. margin: 6px;
  502. }
  503. #content_video {
  504. height: 360px;
  505. width: 480px;
  506. margin: 0px 0px 25px -10px;
  507. float: left;
  508. }
  509. #clips {
  510. line-height: 1.2em;
  511. font-size: 14px;
  512. }
  513. #sidebar_home {
  514. float: right;
  515. width: 325px;
  516. font-size: 13px;
  517. margin: 0 0 20px;
  518. }
  519. #sidebar_home p {
  520. margin-top: 0px;
  521. }
  522. #sidebar_home h2 {
  523. margin-left: 115px;
  524. margin-top: 3px;
  525. color: #252525;
  526. }
  527. #sidebar_home .sponsors h2 {
  528. color: #252525;
  529. margin: 0px 0px 10px;
  530. }
  531. #sidebar_home .sponsors p + p {
  532. text-indent: 0em;
  533. }
  534. .sidebar_loading {
  535. width: 280px;
  536. height: 360;
  537. }
  538. #sidebar_home p + p {
  539. text-indent: 2em;
  540. }
  541. #sidebar_home p:first-line {
  542. }
  543. .entry-content h3 {
  544. color: #000;
  545. text-transform: capitalize;
  546. font-weight: bold;
  547. font-variant: small-caps;
  548. }
  549. .entry-content h2 {
  550. color: #000;
  551. text-transform: capitalize;
  552. margin: 0 0 10px;
  553. }
  554. p.no {
  555. display: none;
  556. }
  557. .facebook {
  558. float: left
  559. }
  560. .twitter {
  561. float: right;
  562. }
  563. .flickr {
  564. float: left;
  565. }
  566. .phfilms_logo {
  567. margin: 10px 0;
  568. }
  569. .phfilms_logo a {
  570. background: url(images/phfilmslogo.png) no-repeat 0 0;
  571. width: 480px;
  572. height: 67px;
  573. float: left;
  574. overflow: hidden;
  575. margin: 0 0 10px;
  576. }
  577. .phfilms_logo a:hover {
  578. background: url(images/phfilmslogo.png) no-repeat 0 -67px;
  579. width: 480px;
  580. height: 67px;
  581. float: left;
  582. overflow: hidden;
  583. }
  584. .facebook a {
  585. margin: 0px 4px;
  586. width: 20px;
  587. height: 20px;
  588. float: left;
  589. overflow: hidden;
  590. background: #fff url(images/facebook.jpg) no-repeat 0 0;
  591. }
  592. .facebook a:hover {
  593. width: 20px;
  594. height: 20px;
  595. float: left;
  596. overflow: hidden;
  597. background: #fff url(images/facebook.jpg) no-repeat 0 -20px;
  598. }
  599. .twitter a {
  600. margin: 0px 4px;
  601. width: 20px;
  602. height: 20px;
  603. float: left;
  604. overflow: hidden;
  605. background: #fff url(images/twitter.jpg) no-repeat 0 0;
  606. }
  607. .twitter a:hover {
  608. width: 20px;
  609. height: 20px;
  610. float: left;
  611. overflow: hidden;
  612. background: #fff url(images/twitter.jpg) no-repeat 0 -20px;
  613. }
  614. .flickr a {
  615. margin: 0px 4px;
  616. width: 20px;
  617. height: 20px;
  618. float: left;
  619. overflow: hidden;
  620. background: #fff url(images/flickr.jpg) no-repeat 0 0;
  621. }
  622. .flickr a:hover {
  623. width: 20px;
  624. height: 20px;
  625. float: left;
  626. overflow: hidden;
  627. background: #fff url(images/flickr.jpg) no-repeat 0 -20px;
  628. }
  629. .roster {
  630. padding: 0 0 0 30px;
  631. font-size: 12px;
  632. line-height: 12px;
  633. }
  634. .roster p {
  635. line-height: 12px;
  636. margin: 0px;
  637. color: #333;
  638. }
  639. .roster p + p, .roster p:first-line {
  640. line-height: 12px;
  641. margin: 0px;
  642. font-weight: normal;
  643. }
  644. .roster2 {
  645. width: 250px;
  646. float: right;
  647. padding: 0 0 0 30px;
  648. margin: 0 0 0 30px;
  649. font-size: 12px;
  650. line-height: 12px;
  651. }
  652. .roster2 p {
  653. line-height: 12px;
  654. margin: 0px;
  655. color: #333;
  656. }
  657. .roster2 p + p, .roster p:first-line {
  658. line-height: 12px;
  659. margin: 0px;
  660. font-weight: normal;
  661. }
  662. .blog_separator {
  663. margin: 0 0 20px 180px;
  664. }
  665. .content_video {
  666. background: #fff;
  667. width: 480px;
  668. }
  669. .poster{
  670. background: #fff;
  671. width: 480px;
  672. margin: 0 0 10px;
  673. }
  674. .links {
  675. float: left;
  676. font-size: 13px;
  677. margin: 0 10px;
  678. color: #7a95ab;
  679. }
  680. .alink {
  681. float: left;
  682. font-size: 13px;
  683. margin: 0 10px;
  684. color: #7a95ab;
  685. }
  686. #content .contact_block p {
  687. line-height: 14px;
  688. margin: 0 0 10px;
  689. padding: 0px;
  690. }
  691. .contact_block {
  692. width: 300px;
  693. float: left;
  694. }
  695. /* =Content
  696. -------------------------------------------------------------- */
  697. #main {
  698. overflow: hidden;
  699. padding: 20px 0 0 0;
  700. border-top: solid 2px #7a95ab;
  701. }
  702. #content {
  703. margin-bottom: 36px;
  704. }
  705. #content,
  706. #content input,
  707. #content textarea {
  708. color: #444;
  709. font-size: 16px;
  710. line-height: 24px;
  711. }
  712. #content p,
  713. #content ul,
  714. #content ol,
  715. #content dd,
  716. #content pre,
  717. #content hr {
  718. margin-bottom:24px;
  719. }
  720. #content ul ul,
  721. #content ol ol,
  722. #content ul ol,
  723. #content ol ul {
  724. margin-bottom:0;
  725. }
  726. #content pre,
  727. #content kbd,
  728. #content tt,
  729. #content var {
  730. font-size: 15px;
  731. line-height: 21px;
  732. }
  733. #content code {
  734. font-size: 13px;
  735. }
  736. #content strong,
  737. #content b,
  738. #content dt,
  739. #content th {
  740. color: #000;
  741. }
  742. #content h1,
  743. #content h2,
  744. #content h3,
  745. #content h4,
  746. #content h5,
  747. #content h6 {
  748. color: #000;
  749. margin: 0 0 20px 0;
  750. line-height: 1.5em;
  751. }
  752. #content h3.light {
  753. color: #7a95ab;
  754. }
  755. #content .category-screenings p {
  756. margin: 0;
  757. }
  758. #content .category-screenings .excerpt p {
  759. margin: 0px;
  760. font-size: 13px;
  761. }
  762. #content .category-screenings h3 {
  763. margin: 25px 0 0;
  764. }
  765. #content table {
  766. border: 1px solid #e7e7e7;
  767. text-align: left;
  768. margin: 0 -1px 24px 0;
  769. width: 100%;
  770. }
  771. #content tr th,
  772. #content thead th {
  773. color: #888;
  774. font-size: 12px;
  775. font-weight: bold;
  776. line-height: 18px;
  777. padding: 9px 24px;
  778. }
  779. #content tr td {
  780. border-top: 1px solid #e7e7e7;
  781. padding: 6px 24px;
  782. }
  783. #content tr.odd td {
  784. background: #F2F7FC;
  785. }
  786. .hentry {
  787. margin: 0 0 14px 0;
  788. }
  789. .home .sticky {
  790. background: #F2F7FC;
  791. border-top: 4px solid #000;
  792. padding: 18px 20px;
  793. margin-left: -20px;
  794. margin-right: -20px;
  795. }
  796. .single .hentry {
  797. margin: 0 0 36px 0;
  798. }
  799. .page-title {
  800. color: #000;
  801. font-size: 14px;
  802. font-weight: bold;
  803. margin: 0 0 36px 0;
  804. }
  805. .page-title span {
  806. color: #444;
  807. font-size: 16px;
  808. font-style: italic;
  809. font-weight: normal;
  810. }
  811. .page-title a:link, .page-title a:visited {
  812. color:#888;
  813. text-decoration: none;
  814. }
  815. .page-title a:active, .page-title a:hover {
  816. color: #FF4B33;
  817. }
  818. .entry-title,
  819. .entry-meta {
  820. clear: left;
  821. float: left;
  822. margin-right: 68px;
  823. }
  824. #content .entry-title {
  825. color: #000;
  826. font-size: 21px;
  827. font-weight: bold;
  828. margin-bottom: 0;
  829. }
  830. .entry-title a:link, .entry-title a:visited {
  831. color:#000;
  832. text-decoration: none;
  833. }
  834. .entry-title a:active, .entry-title a:hover {
  835. color: #FF4B33;
  836. }
  837. .entry-meta {
  838. color: #888;
  839. font-size: 12px;
  840. }
  841. .entry-meta abbr, .entry-utility abbr {
  842. border: none;
  843. }
  844. .entry-meta abbr:hover, .entry-utility abbr:hover {
  845. border-bottom: 1px dotted #666;
  846. }
  847. .entry-content,
  848. .entry-summary {
  849. clear: both;
  850. padding: 12px 0 25px 0;
  851. }
  852. #content .entry-summary p:last-child {
  853. margin-bottom: 12px;
  854. }
  855. .entry-content fieldset {
  856. border: 1px solid #E7E7E7;
  857. margin: 0 0 24px 0;
  858. padding: 24px;
  859. }
  860. .entry-content fieldset legend {
  861. background: #fff;
  862. color: #000;
  863. font-weight: bold;
  864. padding: 0 24px;
  865. }
  866. .entry-content input {
  867. margin: 0 0 24px 0;
  868. }
  869. .entry-content input.file,
  870. .entry-content input.button {
  871. margin-right: 24px;
  872. }
  873. .entry-content label {
  874. color: #888;
  875. font-size: 12px;
  876. }
  877. .entry-content select {
  878. margin: 0 0 24px 0;
  879. }
  880. .entry-content sup,
  881. .entry-content sub {
  882. font-size: 10px;
  883. }
  884. .entry-content blockquote.left {
  885. float: left;
  886. margin-left: 0;
  887. margin-right: 24px;
  888. text-align: right;
  889. width: 33%;
  890. }
  891. .entry-content blockquote.right {
  892. float: right;
  893. margin-left: 24px;
  894. margin-right: 0;
  895. text-align: left;
  896. width: 33%;
  897. }
  898. .page-link {
  899. color: #000;
  900. font-weight:bold;
  901. margin:0 0 22px 0;
  902. word-spacing:0.5em;
  903. }
  904. .page-link a:link,
  905. .page-link a:visited {
  906. background: #f1f1f1;
  907. color:#444;
  908. font-weight:normal;
  909. padding:0.5em 0.75em;
  910. text-decoration:none;
  911. }
  912. .home .sticky .page-link a {
  913. background: #D9E8F7;
  914. }
  915. .page-link a:active,
  916. .page-link a:hover {
  917. color: #FF4B33;
  918. }
  919. #entry-author-info {
  920. background: #F2F7FC;
  921. border-top: 4px solid #000;
  922. padding: 18px 20px;
  923. margin: 24px 0;
  924. overflow: hidden;
  925. clear: both;
  926. font-size: 14px;
  927. line-height: 20px;
  928. }
  929. #entry-author-info #author-avatar {
  930. background: #fff;
  931. border: 1px solid #e7e7e7;
  932. float: left;
  933. margin: 0 -104px 0 0;
  934. padding: 11px;
  935. height: 60px;
  936. }
  937. #entry-author-info #author-description {
  938. float: left;
  939. margin: 0 0 0 104px;
  940. }
  941. #entry-author-info h2 {
  942. color: #000;
  943. font-weight: bold;
  944. font-size: 100%;
  945. margin-bottom: 0;
  946. }
  947. .entry-utility {
  948. color: #888;
  949. font-size: 12px;
  950. line-height: 18px;
  951. clear: both;
  952. }
  953. .entry-meta a, .entry-utility a {
  954. color: #888;
  955. }
  956. .entry-meta a:hover, .entry-utility a:hover {
  957. color: #FF4B33;
  958. }
  959. #content .video-player {
  960. padding: 0;
  961. }
  962. /* Asides
  963. -------------------------------------------------------------- */
  964. .home #content .category-asides p {
  965. font-size: 14px;
  966. line-height: 20px;
  967. margin-bottom: 10px;
  968. margin-top:0;
  969. }
  970. .home .hentry.category-asides {
  971. padding: 0;
  972. }
  973. .home #content .category-asides .entry-content {
  974. padding-top: 0;
  975. }
  976. /* Gallery listing
  977. -------------------------------------------------------------- */
  978. .category-gallery {
  979. margin-bottom: 48px;
  980. }
  981. .category-gallery h2 {
  982. margin-top: 10px;
  983. }
  984. .category-gallery .entry-meta {
  985. }
  986. .category-gallery .size-thumbnail img {
  987. border: 10px solid #f1f1f1;
  988. margin-bottom: 0;
  989. }
  990. .category-gallery .gallery-thumb {
  991. float: left;
  992. margin-right:20px;
  993. margin-top: -4px;
  994. }
  995. .home #content .category-gallery .entry-content p {
  996. display: inline;
  997. }
  998. .home #content .category-gallery .entry-utility {
  999. padding-top:4px;
  1000. }
  1001. /* Attachment pages
  1002. -------------------------------------------------------------- */
  1003. .entry-content .attachment img {
  1004. margin-bottom: 0;
  1005. }
  1006. .attachment .entry-content .entry-caption {
  1007. font-size: 140%;
  1008. margin-top: 24px;
  1009. }
  1010. .attachment .entry-content .nav-previous a:before {
  1011. content: '\2190\00a0';
  1012. }
  1013. .attachment .entry-content .nav-next a:after {
  1014. content: '\00a0\2192';
  1015. }
  1016. /* Images
  1017. -------------------------------------------------------------- */
  1018. .entry-content img {
  1019. margin: 0 0 14px 0;
  1020. max-width: 640px;
  1021. }
  1022. .alignleft,
  1023. img.alignleft {
  1024. display: inline;
  1025. float: left;
  1026. margin-right: 14px;
  1027. margin-top: 4px;
  1028. }
  1029. .alignright,
  1030. img.alignright {
  1031. display: inline;
  1032. float: right;
  1033. margin-left: 24px;
  1034. margin-top: 4px;
  1035. }
  1036. .aligncenter,
  1037. img.aligncenter {
  1038. clear: both;
  1039. display: block;
  1040. margin-left: auto;
  1041. margin-right: auto;
  1042. }
  1043. img.alignleft, img.alignright, img.aligncenter {
  1044. margin-bottom: 12px;
  1045. }
  1046. #content .wp-caption {
  1047. background: #f1f1f1;
  1048. color: #888;
  1049. font-size: 12px;
  1050. line-height: 18px;
  1051. text-align: center;
  1052. margin-bottom: 20px;
  1053. padding: 4px;
  1054. }
  1055. #content .wp-caption img {
  1056. margin: 5px;
  1057. }
  1058. #content .wp-caption p.wp-caption-text {
  1059. margin: 0 0 4px;
  1060. }
  1061. #content .wp-smiley {
  1062. margin:0;
  1063. }
  1064. #content .gallery {
  1065. margin: auto;
  1066. }
  1067. #content .gallery .gallery-item {
  1068. float: left;
  1069. margin-top: 10px;
  1070. text-align: center;
  1071. width: 33%;
  1072. }
  1073. #content .gallery img {
  1074. border: 2px solid #cfcfcf;
  1075. }
  1076. #content .gallery .gallery-caption {
  1077. margin-left: 0;
  1078. }
  1079. #content .gallery dl {
  1080. margin: 0;
  1081. }
  1082. #content .gallery img {
  1083. border: 10px solid #f1f1f1;
  1084. }
  1085. #content .gallery-caption {
  1086. color: #888;
  1087. font-size: 12px;
  1088. margin:-24px 0 24px 0;
  1089. }
  1090. #content .gallery br+br {
  1091. display: none;
  1092. }
  1093. /* =Navigation
  1094. -------------------------------------------------------------- */
  1095. .navigation {
  1096. font-size: 12px;
  1097. line-height: 18px;
  1098. overflow: hidden;
  1099. color: #888;
  1100. }
  1101. .navigation a:link, .navigation a:visited {
  1102. color: #888;
  1103. text-decoration: none;
  1104. }
  1105. .navigation a:active,
  1106. .navigation a:hover {
  1107. color: #FF4B33;
  1108. }
  1109. .nav-previous {
  1110. float: left;
  1111. width: 50%;
  1112. }
  1113. .nav-next {
  1114. float: right;
  1115. width: 50%;
  1116. text-align:right;
  1117. }
  1118. #nav-above {
  1119. margin: 0 0 18px 0;
  1120. }
  1121. #nav-above {
  1122. display: none;
  1123. }
  1124. .paged #nav-above,
  1125. .single #nav-above {
  1126. display: block;
  1127. }
  1128. #nav-below {
  1129. margin: -18px 0 0 0;
  1130. }
  1131. /* =Comments
  1132. -------------------------------------------------------------- */
  1133. #comments .navigation {
  1134. padding: 0 0 18px 0;
  1135. }
  1136. h3#comments-title, h3#reply-title {
  1137. color: #000;
  1138. font-weight: bold;
  1139. font-size: 20px;
  1140. margin-bottom: 0;
  1141. }
  1142. h3#comments-title {
  1143. padding: 24px 0;
  1144. }
  1145. .commentlist {
  1146. list-style: none;
  1147. margin: 0;
  1148. }
  1149. .commentlist li.comment {
  1150. border-bottom: 1px solid #e7e7e7;
  1151. line-height: 24px;
  1152. margin: 0 0 24px 0;
  1153. padding: 0 0 0 56px;
  1154. position: relative;
  1155. }
  1156. #comments .comment-body ul,
  1157. #comments .comment-body ol {
  1158. margin-bottom: 18px;
  1159. }
  1160. #comments .comment-body p:last-child {
  1161. margin-bottom: 6px;
  1162. }
  1163. #comments .comment-body blockquote p:last-child {
  1164. margin-bottom: 24px;
  1165. }
  1166. .commentlist ol {
  1167. list-style: decimal;
  1168. }
  1169. .commentlist .avatar {
  1170. position: absolute;
  1171. top: 4px;
  1172. left: 0;
  1173. }
  1174. .comment-author {
  1175. }
  1176. .comment-author cite {
  1177. color: #000;
  1178. font-style: normal;
  1179. font-weight: bold;
  1180. }
  1181. .comment-author .says {
  1182. font-style: italic;
  1183. }
  1184. .comment-meta {
  1185. font-size: 12px;
  1186. margin: 0 0 18px 0;
  1187. }
  1188. .comment-meta a:link, .comment-meta a:visited {
  1189. color: #888;
  1190. text-decoration: none;
  1191. }
  1192. .comment-meta a:active,
  1193. .comment-meta a:hover {
  1194. color: #FF4B33;
  1195. }
  1196. .commentlist .even {
  1197. }
  1198. .commentlist .bypostauthor {
  1199. }
  1200. .reply {
  1201. font-size: 12px;
  1202. padding: 0 0 24px 0;
  1203. }
  1204. .reply a, a.comment-edit-link {
  1205. color: #888;
  1206. }
  1207. .reply a:hover, a.comment-edit-link:hover {
  1208. color: #FF4B33;
  1209. }
  1210. .commentlist .children {
  1211. list-style: none;
  1212. margin: 0;
  1213. }
  1214. .commentlist .children li {
  1215. border: none;
  1216. margin: 0;
  1217. }
  1218. .nocomments {
  1219. display: none;
  1220. }
  1221. #comments .pingback {
  1222. margin-bottom: 18px;
  1223. padding-bottom: 18px;
  1224. border-bottom: 1px solid #e7e7e7;
  1225. }
  1226. .commentlist li.comment+li.pingback {
  1227. margin-top: -6px;
  1228. }
  1229. #comments .pingback p {
  1230. color: #888;
  1231. font-size: 12px;
  1232. line-height: 18px;
  1233. display:block;
  1234. margin: 0;
  1235. }
  1236. #comments .pingback .url {
  1237. font-style: italic;
  1238. font-size: 13px;
  1239. }
  1240. /* Comments form */
  1241. #respond {
  1242. overflow: hidden;
  1243. position: relative;
  1244. }
  1245. #respond p {
  1246. margin: 0;
  1247. }
  1248. #respond .comment-notes {
  1249. margin-bottom: 1em;
  1250. }
  1251. .children #respond {
  1252. margin: 0 48px 0 0;
  1253. }
  1254. h3#reply-title {
  1255. margin: 18px 0;
  1256. }
  1257. #comments-list #respond {
  1258. margin: 0 0 18px 0;
  1259. }
  1260. #comments-list ul #respond {
  1261. margin: 0;
  1262. }
  1263. #cancel-comment-reply-link {
  1264. font-size: 12px;
  1265. line-height: 18px;
  1266. font-weight: normal;
  1267. }
  1268. #respond .required {
  1269. color:#FF4B33;
  1270. font-weight:bold;
  1271. }
  1272. #respond label {
  1273. color: #888;
  1274. font-size: 12px;
  1275. }
  1276. #respond input {
  1277. margin:0 0 9px 0;
  1278. width:98%;
  1279. }
  1280. #respond textarea {
  1281. width:99%;
  1282. }
  1283. #respond dt,
  1284. #respond dd {
  1285. color: #888;
  1286. font-size: 12px;
  1287. line-height: 18px;
  1288. }
  1289. #respond dd code {
  1290. font-size: 11px;
  1291. }
  1292. #respond .form-submit {
  1293. margin: 0 0 24px;
  1294. }
  1295. #respond .form-submit input {
  1296. width: auto;
  1297. }
  1298. #respond dl {
  1299. margin: 0 0 10px;
  1300. }
  1301. #respond dt {
  1302. display: inline;
  1303. font-weight: normal;
  1304. }
  1305. #respond dd {
  1306. display: inline;
  1307. }
  1308. /* =Widget Areas
  1309. -------------------------------------------------------------- */
  1310. .widget-area ul {
  1311. list-style: none;
  1312. margin-left: 0;
  1313. }
  1314. .widget-area ul ul {
  1315. list-style: square;
  1316. margin-left: 1.3em;
  1317. }
  1318. .widget_search #s { /* This keeps the search inputs in line */
  1319. width: 60%;
  1320. }
  1321. .widget_search label {
  1322. font-size: 14px;
  1323. font-weight: bold;
  1324. color: #222;
  1325. display: block;
  1326. }
  1327. .widget-container {
  1328. margin: 0 0 18px 0;
  1329. }
  1330. .widget-title {
  1331. color: #222;
  1332. font-weight: bold;
  1333. }
  1334. .widget-area a:link, .widget-area a:visited {
  1335. text-decoration: none;
  1336. }
  1337. .widget-area a:active, .widget-area a:hover {
  1338. text-decoration: underline;
  1339. }
  1340. #wp_tag_cloud div {
  1341. line-height: 1.6em;
  1342. }
  1343. #wp-calendar {
  1344. width:100%;
  1345. }
  1346. #wp-calendar caption {
  1347. font-weight: bold;
  1348. color: #222;
  1349. text-align: left;
  1350. font-size:14px;
  1351. padding-bottom: 4px;
  1352. }
  1353. #wp-calendar thead {
  1354. font-size:11px;
  1355. }
  1356. #wp-calendar thead th {
  1357. }
  1358. #wp-calendar tbody {
  1359. color: #aaa;
  1360. }
  1361. #wp-calendar tbody td {
  1362. padding: 3px 0 2px;
  1363. background: #f5f5f5;
  1364. border:1px solid #fff;
  1365. text-align: center;
  1366. }
  1367. #wp-calendar tbody .pad {
  1368. background: none;
  1369. }
  1370. #wp-calendar tfoot #next {
  1371. text-align: right;
  1372. }
  1373. .widget_rss a.rsswidget {
  1374. color: #000;
  1375. }
  1376. .widget_rss a.rsswidget:hover {
  1377. color: #FF4B33;
  1378. }
  1379. .widget_rss .widget-title img {
  1380. height: 11px;
  1381. width: 11px;
  1382. }
  1383. /* Main sidebars */
  1384. #main .widget-area ul {
  1385. margin-left: 0;
  1386. padding: 0 20px 0 0;
  1387. }
  1388. #main .widget-area ul ul {
  1389. border: none;
  1390. margin-left: 1.3em;
  1391. padding: 0;
  1392. }
  1393. #primary {
  1394. }
  1395. #secondary {
  1396. }
  1397. /* Footer widget areas */
  1398. #footer-widget-area {
  1399. }
  1400. /* =Footer
  1401. -------------------------------------------------------------- */
  1402. #footer {
  1403. margin-bottom: 0px;
  1404. }
  1405. #colophon {
  1406. border-top: 2px solid #7a95ab;
  1407. margin-top: 25px;
  1408. padding: 5px 0 10px;
  1409. overflow: hidden;
  1410. }
  1411. #site-info {
  1412. font-weight: normal;
  1413. }
  1414. #site-info a {
  1415. color: #7a95ab;
  1416. text-decoration: none;
  1417. font-size: 11px;
  1418. }
  1419. #site-generator {
  1420. position: relative;
  1421. }
  1422. #site-generator a {
  1423. color: #7a95ab;
  1424. float: right;
  1425. text-decoration: none;
  1426. font-size: 10px;
  1427. }
  1428. #site-generator a:hover {
  1429. text-decoration: none;
  1430. }
  1431. img#wpstats {
  1432. display:block;
  1433. margin: 0 auto 10px;
  1434. }
  1435. /* added to hide comment not enabled */
  1436. span.comments-link {
  1437. display:none;
  1438. }
  1439. /* Mobile Safari ( iPad, iPhone and iPod Touch )
  1440. -------------------------------------------------------------- */
  1441. pre {
  1442. -webkit-text-size-adjust: 140%;
  1443. }
  1444. code {
  1445. -webkit-text-size-adjust: 160%;
  1446. }
  1447. #access, .entry-meta, .entry-utility, .widget_search label, .navigation, .widget-area {
  1448. -webkit-text-size-adjust: 120%;
  1449. }
  1450. #site-description {
  1451. -webkit-text-size-adjust: none;
  1452. }
  1453. /* =Print Style
  1454. -------------------------------------------------------------- */
  1455. @media print {
  1456. body {
  1457. background:none !important;
  1458. }
  1459. #wrapper {
  1460. float: none !important;
  1461. clear: both !important;
  1462. display: block !important;
  1463. position: relative !important;
  1464. }
  1465. #header {
  1466. padding-bottom: 18pt;
  1467. }
  1468. #site-title, #site-description {
  1469. float: none;
  1470. margin: 0;
  1471. }
  1472. #site-title {
  1473. font-size: 13pt;
  1474. }
  1475. .entry-content {
  1476. font-size: 14pt;
  1477. line-height: 1.6em;
  1478. }
  1479. .entry-title {
  1480. font-size: 21pt;
  1481. line-height: 1.4em;
  1482. }
  1483. #access,
  1484. #branding img,
  1485. #respond,
  1486. .comment-edit-link,
  1487. .edit-link,
  1488. .navigation,
  1489. .page-link,
  1490. .widget-area {
  1491. display: none !important;
  1492. }
  1493. #branding img.wp-post-image {
  1494. display: block !important;
  1495. margin-left: -104pt;
  1496. margin-top: 20pt;
  1497. border: none;
  1498. margin-bottom: -24pt;
  1499. }
  1500. #container, #header, #footer {
  1501. margin: 0 0 0 24%;
  1502. width: 70%;
  1503. }
  1504. #content {
  1505. margin: 24pt 0 0;
  1506. }
  1507. .wp-caption p {
  1508. font-size: 11pt;
  1509. }
  1510. #site-info,
  1511. #site-generator {
  1512. float: none;
  1513. width: auto;
  1514. }
  1515. #colophon {
  1516. width: auto;
  1517. }
  1518. img#wpstats {
  1519. display:none
  1520. }
  1521. #site-generator a {
  1522. padding: 0;
  1523. margin: 0;
  1524. }
  1525. #entry-author-info {
  1526. border: 1px solid #e7e7e7;
  1527. }
  1528. #main {
  1529. margin: 0;
  1530. width: auto;
  1531. padding: 0;
  1532. }
  1533. .home .sticky {
  1534. border: none;
  1535. }
  1536. }