Advertisement
Guest User

Untitled

a guest
Oct 6th, 2010
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.85 KB | None | 0 0
  1. /*
  2.  
  3.  
  4.  
  5. THEME NAME:AutoFocus
  6.  
  7.  
  8.  
  9. THEME URI:http://www.allancole.com/wordpress/themes/autofocus
  10.  
  11.  
  12.  
  13. DESCRIPTION:AutoFocus is a Wordpress theme specifically for photographers looking for a simple and elegant way to display their work online.
  14.  
  15.  
  16.  
  17. VERSION:1.0.1
  18.  
  19.  
  20.  
  21. AUTHOR:Allan Cole
  22.  
  23.  
  24.  
  25. AUTHOR URI:http://www.allancole.com/wordpress
  26.  
  27.  
  28.  
  29. TAGS:photoblogging, fixed-width, one-column, threaded-comments, white
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37. This theme is released under GNU General Public License (GPL):
  38.  
  39.  
  40.  
  41. http://www.gnu.org/licenses/gpl.html
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49. 1.0.1: Adds IE6 support (still a work in progress but better than before).
  50.  
  51.  
  52.  
  53. Fixes the 'Leave a comment' link.
  54.  
  55.  
  56.  
  57. Fixes images on the home page using the index.php template file.
  58.  
  59.  
  60.  
  61. Fixes image floating issue in the front page template.
  62.  
  63.  
  64.  
  65. Improved Static navigation arrows for an easier UX.
  66.  
  67.  
  68.  
  69. Now pulls the 'large' (800px wide) image instead of the full size image for CSS backgrounds on the homepage.
  70.  
  71.  
  72.  
  73. Adds EXIF Data to image attachment pages (Shutter Speed does not work).
  74.  
  75.  
  76.  
  77. Fixes borders and shadows for Firefox 3.5.
  78.  
  79.  
  80.  
  81. Reworked comments section to include Pings.
  82.  
  83.  
  84.  
  85. New 404 template that adheres to the site format.
  86.  
  87.  
  88.  
  89. 0.9.7: Fixes 'Headers already sent' error.
  90.  
  91.  
  92.  
  93. 0.9.6: Fixes removed images on pages.
  94.  
  95.  
  96.  
  97. 0.9.5: Removes the first image(the duplicate image) from the post content when it comes before the_content text.
  98.  
  99.  
  100.  
  101. Allows for images to show up in the RSS feed.
  102.  
  103.  
  104.  
  105. Adds indented sub-page formating in the main menu.
  106.  
  107.  
  108.  
  109. Removes grey background for smaller images on single pages.
  110.  
  111.  
  112.  
  113. 0.9.4: Removes [shortcode] & CSS from single page next/previous excerpts.
  114.  
  115.  
  116.  
  117. 0.9.3: Fixes ‘From URL’ image errors.
  118.  
  119.  
  120.  
  121. Removes [shortcode] & CSS from homepage excerpts.
  122.  
  123.  
  124.  
  125. 0.9.1: Fixes some IE bugs.
  126.  
  127.  
  128.  
  129. 0.9.0: First Public release.
  130.  
  131.  
  132.  
  133.  
  134.  
  135.  
  136.  
  137. */
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149. /*structure*/
  150.  
  151.  
  152.  
  153.  
  154.  
  155. body {background-color: #333333;
  156.  
  157.  
  158.  
  159. background-image: url("http://i52.tinypic.com/2j3hbtd.jpg");
  160.  
  161.  
  162.  
  163. background-repeat: no-repeat;background-position:center top;background-attachment: fixed; top;color:#444;font:1.4em/1.6 "Helvetica", "Hoefler Text", "Georgia", Georgia, sans-serif;margin:0;padding:0}
  164.  
  165.  
  166.  
  167. #wrapper{padding:0;margin:0 auto;width:800px;position:absolute;
  168.  
  169.  
  170.  
  171. left:200px;
  172.  
  173.  
  174.  
  175. right:200px;display: fixed }
  176.  
  177. body.home {
  178. background-image: url('images/location/path/goes/right/here.jpg');
  179. }
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190.  
  191.  
  192. /* =miscellaneous */
  193.  
  194.  
  195.  
  196. .clear{clear:both;}
  197.  
  198.  
  199.  
  200. img,img.alignnone {margin: 0 0 1em 0;clear:both;float:none;display:block;}
  201.  
  202.  
  203.  
  204. img.alignleft {margin:0 10px 1em 0px;clear:left;float:left;}
  205.  
  206.  
  207.  
  208. img.alignright {margin:0 0 1em 10px;clear:right;float:right;}
  209.  
  210.  
  211.  
  212. img.aligncenter{margin:0 auto;position:relative;clear:none;}
  213.  
  214.  
  215.  
  216. .bigdate{text-shadow:#666 1px 1px 3px}
  217.  
  218.  
  219.  
  220. a{color:#999999;display:inline;}
  221.  
  222.  
  223.  
  224. a:hover{text-decoration:underline;color:#FFFFFF;}
  225.  
  226.  
  227.  
  228. h2 a:hover{text-decoration:none;}
  229.  
  230.  
  231.  
  232. h2.post-content a{text-decoration:none;}
  233.  
  234.  
  235.  
  236. img{border:none;}
  237.  
  238.  
  239.  
  240. p{margin-bottom:1em;}
  241.  
  242.  
  243.  
  244. .edit-link {display:block;}
  245.  
  246.  
  247.  
  248. .comment-edit-link, .edit-link a, .required, .unapproved{color:red;}
  249.  
  250.  
  251.  
  252. img#wpstats{position:fixed;left:10px;bottom:10px;}
  253.  
  254.  
  255.  
  256. abbr, acronym, abbr[title], acronym[title], dfn[title] {text-transform:none;border:none;letter-spacing:inherit;cursor: default;}
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264. /* =header */
  265.  
  266.  
  267.  
  268. #access {display:table;height:35px;horizontal-left:right;width:800px;float:right;}
  269.  
  270.  
  271.  
  272. #access #menu {horizontal-align:right;display:block;font-size:1.3em;}
  273.  
  274.  
  275.  
  276. #access #menu ul {horizontal-align:right;display:block}
  277.  
  278.  
  279.  
  280. #access #menu ul li ul {margin-left:10px;}
  281.  
  282.  
  283.  
  284. #access #menu a{font-weight:400;}
  285.  
  286.  
  287.  
  288. #menu {float:right;
  289.  
  290.  
  291.  
  292. position:relative;
  293.  
  294.  
  295.  
  296. left:2%;
  297.  
  298.  
  299.  
  300. text-align:center;}
  301.  
  302.  
  303.  
  304. #menu li {display:inline;margin:0 30px 0 0}
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317.  
  318.  
  319.  
  320. /* =nav */
  321.  
  322.  
  323.  
  324. #nav-above{display:none;}
  325.  
  326.  
  327.  
  328. #nav-below{clear:both;float:right;margin:3em 0 0;padding:0px;width:100%;color:#888;}
  329.  
  330.  
  331.  
  332. #nav-below a {font-weight:800;}
  333.  
  334.  
  335.  
  336. .archive .nav-next, .archive .nav-previous, .search .nav-next, .search .nav-previous{color:#888;}
  337.  
  338.  
  339.  
  340. .browse h3{color:#888;font-size:1.8em;left:0em;position:relative;top:0px;text-transform:normal;width:100%;font-weight:100;}
  341.  
  342.  
  343.  
  344. .nav-excerpt{color:#888;display:block;padding:0 20px 0 0;position:relative;font-size:0.8em;}
  345.  
  346.  
  347.  
  348. .nav-next{background:transparent;float:right;font-size:1.2em;min-height:60px;padding:0;position:relative;margin:0;width:50%;}
  349.  
  350.  
  351.  
  352. .nav-previous{background:transparent;float:left;font-size:1.2em;min-height:60px;padding:0;position:relative;margin:0;width:50%;}
  353.  
  354.  
  355.  
  356. .archive .nav-next, .home .nav-next {text-align:right;}
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364. /* =home */
  365.  
  366.  
  367. .home #container #nav-above {display:block;position:fixed;}
  368.  
  369.  
  370. .home #container #nav-above .nav-previous a, .home #container #nav-above .nav-next a {display:block;color:#efefef;padding:0 20px;}
  371.  
  372.  
  373.  
  374. .home #container #nav-above a:hover, .home #container #nav-above a:hover {color:#888;text-decoration:none;}
  375.  
  376.  
  377.  
  378. .home #container #nav-above .nav-previous {position:absolute;display:block;width:100px;top:50%;left:-100px;text-align:right;line-height:4em;font-size:5em;}
  379.  
  380.  
  381.  
  382. .home #container #nav-above .nav-next {position:absolute;display:block;width:100px;top:50%;right:-900px;text-align:left;line-height:4em;font-size:5em;}
  383.  
  384.  
  385.  
  386. .home #container #nav-below {display:none;}
  387.  
  388.  
  389.  
  390. .home #content {clear:both;margin-bottom:3em;}
  391.  
  392.  
  393.  
  394. .home .featured.post{background:transparent url('img/loading.gif') no-repeat;display:inline;float:right;height:300px;margin:0;overflow:hidden;position:relative;width:253;}
  395.  
  396.  
  397.  
  398. .home .featured.post.p1 {border-left:20px solid #000000;border-bottom:50px solid #000000;height:300px;width:253px;}
  399.  
  400.  
  401.  
  402. .home .featured.post.p1 .post-content{height:300px;width:253px;}
  403.  
  404.  
  405.  
  406. .home .featured.post.p2 {border-left:20px solid #000000;border-bottom:50px solid #000000;height:300px;width:253px;}
  407.  
  408.  
  409.  
  410. .home .featured.post.p2 .post-content{height:300px;width:253px;}
  411.  
  412.  
  413.  
  414. .home .featured.post.p3 {border-bottom:50px solid #000000;height:300px;width:253px;}
  415.  
  416.  
  417.  
  418. .home .featured.post.p3 .post-content{height:300px;width:253px;}
  419.  
  420.  
  421.  
  422. .home .featured.post.p4 {border-left:20px solid #000000;border-bottom:50px solid #000000;height:300px;width:253px;}
  423.  
  424.  
  425.  
  426. .home .featured.post.p4 .post-content{height:300px;width:253px;}
  427.  
  428.  
  429.  
  430. .home .featured.post.p5 {border-left:20px solid #000000;border-bottom:50px solid #000000;height:300px;width:253px;}
  431.  
  432.  
  433.  
  434. .home .featured.post.p5 .post-content{height:300px;width:253px;}
  435.  
  436.  
  437.  
  438. .home .featured.post.p6 {border-left:0px solid #000000;border-bottom:50px solid #000000;height:300px;width:253px;}
  439.  
  440.  
  441.  
  442. .home .featured.post.p6 .post-content{height:300px;width:253px;}
  443.  
  444.  
  445.  
  446. .home .featured.post.p7 {border-left:0px solid #000000;border-bottom:0px solid #000000;width:0px;}
  447.  
  448.  
  449.  
  450. .home .featured.post.p7 .post-content{width:0px;}
  451.  
  452.  
  453.  
  454. .home .featured.post.p8 {border-left:0px solid #000000;border-bottom:0px solid #000000;width:0px;}
  455.  
  456.  
  457.  
  458. .home .featured.post.p8 .post-content{width:0px;}
  459.  
  460.  
  461.  
  462. .home .featured.post.p9 {border-left:0px solid #000000;border-bottom:0px solid #000000;width:0px;}
  463.  
  464.  
  465.  
  466. .home .featured.post.p9 .post-content{width:0px;}
  467.  
  468.  
  469.  
  470. .home .featured.post.p10 {border-left:0px solid #000000;border-bottom:0px solid #000000;width:0px;}
  471.  
  472.  
  473.  
  474. .home .featured.post.p10 .post-content{width:0px;}
  475.  
  476.  
  477.  
  478. .home .featured.post.p11 {width:0px;}
  479.  
  480.  
  481.  
  482. .home .featured.post.p11 .post-content{width:0px;}
  483.  
  484.  
  485.  
  486. .home .featured.post.p12 {width:0px;}
  487.  
  488.  
  489.  
  490. .home .featured.post.p12 .post-content{width:0px;}
  491.  
  492.  
  493.  
  494. .home .featured.post.p13 {width:0px;}
  495.  
  496.  
  497.  
  498. .home .featured.post.p13 .post-content{width:0px;}
  499.  
  500.  
  501.  
  502. .home .featured.post.p14 {width:0px;}
  503.  
  504.  
  505.  
  506. .home .featured.post.p14 .post-content{width:0px;}
  507.  
  508.  
  509.  
  510. .home .featured.post.p15 {width:0px;}
  511.  
  512.  
  513.  
  514. .home .featured.post.p16 {width:0px;}
  515.  
  516.  
  517.  
  518. .home .featured.post.p16 .post-content{width:0px;}
  519.  
  520.  
  521.  
  522. .home .featured.post.p17 {width:0px;}
  523.  
  524.  
  525.  
  526. .home .featured.post.p17 .post-content{width:0px;}
  527.  
  528.  
  529.  
  530. .home .featured.post.p18 {width:0px;}
  531.  
  532.  
  533.  
  534. .home .featured.post.p18 .post-content{width:0px;}
  535.  
  536.  
  537.  
  538. .home .featured.post.p19 {width:0px;}
  539.  
  540.  
  541.  
  542. .home .featured.post.p19 .post-content{width:0px;}
  543.  
  544.  
  545.  
  546. .home .featured.post.p20 {width:0px;}
  547.  
  548.  
  549.  
  550. .home .featured.post.p20 .post-content{width:0px;}
  551.  
  552.  
  553.  
  554. .home .featured.post.p21 {width:0px;}
  555.  
  556.  
  557.  
  558. .home .featured.post.p21 .post-content{width:0px;}
  559.  
  560.  
  561.  
  562. .home .featured.post.p22 {width:0px;}
  563.  
  564.  
  565.  
  566. .home .featured.post.p22 .post-content{width:0px;}
  567.  
  568.  
  569.  
  570. .home .featured.post.p23 {width:0px;}
  571.  
  572.  
  573.  
  574. .home .featured.post.p23 .post-content{width:0px;}
  575.  
  576.  
  577.  
  578. .home .featured.post.p24 {width:0px;}
  579.  
  580.  
  581.  
  582. .home .featured.post.p24 .post-content{width:0px;}
  583.  
  584.  
  585.  
  586. .home .featured.post.p25 {width:0px;}
  587.  
  588.  
  589.  
  590. .home .featured.post.p25 .post-content{width:0px;}
  591.  
  592.  
  593.  
  594. .home .featured.post.p26 {width:0px;}
  595.  
  596.  
  597.  
  598. .home .featured.post.p26 .post-content{width:0px;}
  599.  
  600.  
  601.  
  602. .home .featured.post.p27 {width:0px;}
  603.  
  604.  
  605.  
  606. .home .featured.post.p27.post-content{width:0px;}
  607.  
  608.  
  609.  
  610. .home .featured.post.p28 {width:0px;}
  611.  
  612.  
  613.  
  614. .home .featured.post.p28 .post-content{width:0px;}
  615.  
  616.  
  617.  
  618. .home .featured.post.p29 {width:0px;}
  619.  
  620.  
  621.  
  622. .home .featured.post.p29 .post-content{width:0px;}
  623.  
  624.  
  625.  
  626. .home .post-content{background:#FFF;bottom:0;left:0;font-weight:200;padding:00px;position:absolute;visibility:hidden;-moz-opacity:0;filter:alpha(opacity=0);opacity:0;}
  627.  
  628.  
  629.  
  630. .home .post-content p {padding:0;margin:0;}
  631.  
  632.  
  633.  
  634. .home .post-content a{font-weight:800;}
  635.  
  636.  
  637.  
  638. .home .post-content-title{position:absolute;top:0;display:block;line-height:10em;margin:0;padding:10px;width:100%;height:100%;z-index:99}
  639.  
  640.  
  641.  
  642. .home .post-content-title a {display:block;height:100%;}
  643.  
  644.  
  645.  
  646. .home .post-content-title a span {visibility:hidden;}
  647.  
  648.  
  649.  
  650. .home .post-content-excerpt{display:block;font-size:3.0em;font-weight:normal;width:90%;/*cursor:pointer;*/}
  651.  
  652.  
  653.  
  654. .home .post-content:hover, .home .post:hover .post-content {-moz-opacity:0.7;filter:alpha(opacity=70);opacity:0.7;visibility:visible;}
  655.  
  656.  
  657.  
  658. .home .post .bigdate{color:#fff;font-size:3.6em;font-weight:100;letter-spacing: -0.05em;position:absolute;text-transform:normal;left:0;top:0;padding:5px 0 0 15px;visibility:visible;z-index:60;-moz-opacity:1;filter:alpha(opacity=100);opacity:1;}
  659.  
  660.  
  661.  
  662. .home .featured img {width:396px;}
  663.  
  664.  
  665.  
  666. .home .featured a:hover{text-decoration:none;color:#444;}
  667.  
  668.  
  669.  
  670. .home .featured a:hover img{-moz-opacity:0.7px;filter:alpha(opacity=70);opacity:0.7px;}
  671.  
  672.  
  673.  
  674. .home .post {background:#999;height:300px;margin:0;overflow:hidden;width:400px;}
  675.  
  676.  
  677.  
  678. .home #footer {margin-top:3em;}
  679.  
  680.  
  681.  
  682.  
  683.  
  684.  
  685.  
  686.  
  687.  
  688.  
  689.  
  690. /* =index template */
  691.  
  692.  
  693.  
  694. #content.index {width:800px;clear:both;float:none;}
  695.  
  696.  
  697.  
  698. #content.index .post {background:transparent;width:800px;height:inherit;clear:both;float:none;margin-bottom:3em;overflow:visible;}
  699.  
  700.  
  701.  
  702. #content.index .post h2.entry-title {width:800px;font-size:3.6em;line-height:1.2 em;margin:0.5em 0 0.25em;font-weight:100;letter-spacing: -0.05em;}
  703.  
  704.  
  705.  
  706. #content.index .post .entry-content {width:590px;padding:0 10px 3em 0;float:left;font-size:1.2em;color:#888;}
  707.  
  708.  
  709.  
  710. #content.index .post .entry-content h1 {font-size:2.2em;padding:0.125em 0;}
  711.  
  712.  
  713.  
  714. #content.index .post .entry-content h2 {font-size:2em;padding:0.125em 0;}
  715.  
  716.  
  717.  
  718. #content.index .post .entry-content h3 {font-size:1.8em;padding:0.25em 0;}
  719.  
  720.  
  721.  
  722. #content.index .post .entry-content h4 {font-size:1.6em;padding:0.25em 0;}
  723.  
  724.  
  725.  
  726. #content.index .post .entry-content h5 {font-size:1.4em;padding:0.5em 0;}
  727.  
  728.  
  729.  
  730. #content.index .post .entry-content h6 {font-size:1.2em;padding:0.5em 0;}
  731.  
  732.  
  733.  
  734. #content.index .post .entry-content img {max-width:600px;height:inherit;}
  735.  
  736.  
  737.  
  738. #content.index .post .entry-content blockquote {padding:1em 1em 0;margin-bottom:1em;font-style:italic;font-size:1.2em}
  739.  
  740.  
  741.  
  742. #content.index .post .entry-content ul {margin-left:1em;list-style:circle;padding-bottom:1em}
  743.  
  744.  
  745.  
  746. #content.index .post .entry-content ol {margin-left:1em;list-style:upper-roman;padding-bottom:1em}
  747.  
  748.  
  749.  
  750. #content.index .post .entry-content ul li ul {margin-left:2em;list-style:disc;padding:0}
  751.  
  752.  
  753.  
  754. #content.index .post .entry-content ol li ol {margin-left:2em;list-style:upper-alpha;padding:0}
  755.  
  756.  
  757.  
  758. #content.index .post .entry-content ul li, .single .post .entry-content ol li {font-size:1em;}
  759.  
  760.  
  761.  
  762. #content.index .post .entry-content pre {width:585px;overflow:auto;padding:1em 0;color:#444;}
  763.  
  764.  
  765.  
  766. #content.index .post .entry-content code {padding:1em 0;display:block;color:#444;}
  767.  
  768.  
  769.  
  770. #content.index .post .entry-meta {color:#888;width:200px;float:right;font-size:1em;line-height:1.2em;padding:5px 0 0;position:relative;z-index:11;display:block;}
  771.  
  772.  
  773.  
  774. #content.index .post .entry-date {width:200px;font-size:3.6em;line-height:1em;letter-spacing: -0.05em;;margin-bottom:3px;float:right;color:#888}
  775.  
  776.  
  777.  
  778. #content.index .post .entry-meta span {display:block;}
  779.  
  780.  
  781.  
  782. #content.index .post .entry-meta a {background:none;}
  783.  
  784.  
  785.  
  786. #content.index #nav-below{margin:3em 0;}
  787.  
  788.  
  789.  
  790. .home #content.index #primary, .home #content.index #secondary {display:block;}
  791.  
  792.  
  793.  
  794.  
  795.  
  796.  
  797.  
  798. /* =single */
  799.  
  800.  
  801.  
  802. .single #container {float:left;width:800px;position:relative;margin-bottom:3em;overflow:visible;}
  803.  
  804.  
  805.  
  806. .single #container #nav-above {display:block;position:fixed;}
  807.  
  808.  
  809.  
  810. .single #container #nav-above .nav-previous a, .sing le #container #nav-above .nav-next a {display:block;color:#efefef;padding:0 20px;}
  811.  
  812.  
  813.  
  814. .single #container #nav-above a:hover, .single #container #nav-above a:hover {color:#888;text-decoration:none;}
  815.  
  816.  
  817.  
  818. .single #container #nav-below {margin-bottom:3em;}
  819.  
  820.  
  821.  
  822. .single .post h2.entry-title, .single .attachment h2.entry-title{background:transparent;font-size:3em;font-weight:100;letter-spacing:-0.05em;line-height:1.2em;margin:0.5em 0 0.25em;padding:0;}
  823.  
  824.  
  825.  
  826. .single .post, .single .attachment {float:left;margin:0;padding:0;position:relative;width:800px;overflow:visible;}
  827.  
  828.  
  829.  
  830. .single .post .full-photo, .single .attachment .full-photo {margin:0;background:transparent;}
  831.  
  832.  
  833.  
  834. .single .post .full-photo .photo-credit, .single .attachment .full-photo .photo-credit{color:#FFF;visibility:hidden;font-size:1.2em;font-weight:100;position:absolute;padding:20px;text-transform:normal;left:0;display:block;width:760px;height:70%;background:transparent;z-index:5;-moz-opacity:0;filter:alpha(opacity=0);opacity:0;}
  835.  
  836.  
  837.  
  838. .single .post .full-photo:hover .photo-credit, .single .attachment .full-photo:hover .photo-credit {color:#FFF;-moz-opacity:1;filter:alpha(opacity=100);opacity:1;visibility:visible;cursor:default;}
  839.  
  840.  
  841.  
  842. .single .post .entry-content, .single .attachment .entry-content {background:#333333;color:#888;font-size:1.2em;float:left;padding:0 10px 0 0;margin:0;width:590px;position:relative;z-index:10;min-height:200px;}
  843.  
  844.  
  845.  
  846. .single .post .entry-content h1 {font-size:2.2em;padding:0.125em 0;}
  847.  
  848.  
  849.  
  850. .single .post .entry-content h2 {font-size:2em;padding:0.125em 0;}
  851.  
  852.  
  853.  
  854. .single .post .entry-content h3 {font-size:1.8em;padding:0.25em 0;}
  855.  
  856.  
  857.  
  858. .single .post .entry-content h4 {font-size:1.6em;padding:0.25em 0;}
  859.  
  860.  
  861.  
  862. .single .post .entry-content h5 {font-size:1.4em;padding:0.5em 0;}
  863.  
  864.  
  865.  
  866. .single .post .entry-content h6 {font-size:1.2em;padding:0.5em 0;}
  867.  
  868.  
  869.  
  870. .single .post .entry-content img {max-width:585px;height:inherit;}
  871.  
  872.  
  873.  
  874. .single .post .entry-content blockquote {padding:1em 1em 0;margin-bottom:1em;font-style:italic;font-size:1.2em}
  875.  
  876.  
  877.  
  878. .single .post .entry-content ul {margin-left:1em;list-style:circle;padding-bottom:1em}
  879.  
  880.  
  881.  
  882. .single .post .entry-content ol {margin-left:1em;list-style:upper-roman;padding-bottom:1em}
  883.  
  884.  
  885.  
  886. .single .post .entry-content ul li ul {margin-left:2em;list-style:disc;padding:0}
  887.  
  888.  
  889.  
  890. .single .post .entry-content ol li ol {margin-left:2em;list-style:upper-alpha;padding:0}
  891.  
  892.  
  893.  
  894. .single .post .entry-content ul li, .single .post .entry-content ol li {font-size:1em;}
  895.  
  896.  
  897.  
  898. .single .post .entry-content pre {width:585px;overflow:auto;padding:1em 0;color:#444;}
  899.  
  900.  
  901.  
  902. .single .post .entry-content code {padding:1em 0;display:block;color:#444;}
  903.  
  904.  
  905.  
  906. .single .post .entry-meta, .single .attachment .entry-meta {color:#888;width:200px;float:left;font-size:1em;line-height:1.4em;padding:5px 0 0;position:relative;z-index:11;}
  907.  
  908.  
  909.  
  910. .single .post .entry-meta .bigdate, .single .attachment .entry-meta .bigdate {position:relative;color:#888;font-size:3.6em;line-height:1em;letter-spacing: -0.05em;margin-bottom:3px;display:block;visibility:visible;text-shadow: 0em 0em #333;}
  911.  
  912.  
  913.  
  914. .single .post .entry-meta a, .single .attachment .entry-meta a {background:none;}
  915.  
  916.  
  917.  
  918. .single .attachment .entry-meta .attachment-title {font-size:1.8em;line-height:1.2em;display:block;clear:both;float:none;width:100%;}
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925.  
  926. /* =page */
  927.  
  928.  
  929.  
  930. .page #container {float:left;width:800px;}
  931.  
  932.  
  933.  
  934. .page .post {float:left;margin:2px 0 0;position:relative;width:800px;}
  935.  
  936.  
  937.  
  938. .page .post .full-photo {margin-bottom:2em;}
  939.  
  940.  
  941.  
  942. .page .post .bigdate {color:#FFF;-moz-opacity:0;filter:alpha(opacity=0);opacity:0;visibility:hidden;font-size:3.6em;font-weight:100;position:absolute;text-transform:normal;left:0;top:-0.2em;display:block;width:100%;height:70%;background:transparent;z-index:5}
  943.  
  944.  
  945.  
  946. .page .post .full-photo:hover .bigdate {color:#FFF;-moz-opacity:1;filter:alpha(opacity=100);opacity:1;visibility:visible;cursor:default;}
  947.  
  948. .page .post .entry-content {background:#333333;color:#888;font-size:1.2em;float:left;padding:0 5px 5px 5px;margin:0;width:594px;position:relative;z-index:10;min-height:200px;}
  949.  
  950.  
  951.  
  952. .page .post .entry-meta {color:#888;width:190px;float:rightt;font-size:0.8em;padding-left:5px;position:relative;z-index:11;}
  953.  
  954.  
  955.  
  956. .page .post .entry-meta a{background:none;}
  957.  
  958.  
  959.  
  960. .page h2.entry-title {-moz-opacity:0.95;filter:alpha(opacity=95);opacity:0.95;background:#000000;font-size:3.6em;font-weight:100;letter-spacing:-0.05em;line-height:1.2em;margin:0.5em 0 0.25em;padding:0;width:800px;position:relative;z-index:12;}
  961.  
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968. .page {width:800;clear:both;float:none;}
  969.  
  970.  
  971.  
  972. .page .page {background:transparent;width:800px;height:inherit;clear:both;float:none;margin-bottom:3em;}
  973.  
  974.  
  975.  
  976. .page .page .entry-title {font-size:3.6em;line-height:1.2em;width:800px;font-weight:100;margin:0.5em 0 0.25em;padding:0;}
  977.  
  978.  
  979.  
  980. .page .page .entry-date {width:200px;font-size:3.6em;float:left;color:#888}
  981.  
  982.  
  983.  
  984. .page .page .entry-content {width:595px;float:left;font-size:1.2em;color:#888;}
  985.  
  986.  
  987.  
  988. .page .page .entry-meta {color:#888;width:200px;float:right;font-size:0.8em;padding:5px 0 0;position:relative;z-index:11;}
  989.  
  990.  
  991.  
  992. .page #container {margin-bottom:3em;}
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000. /* =archives page */
  1001.  
  1002.  
  1003.  
  1004. div.archive-content {clear:both;float:none;display:table;width:600px;padding:0 0 3em;}
  1005.  
  1006.  
  1007.  
  1008. div.archive-content ul li {width:600px;clear:both;margin-bottom:5px;display:block;float:none;background:transparent}
  1009.  
  1010.  
  1011.  
  1012. div.archive-content .sidebar {display:block;}
  1013.  
  1014.  
  1015.  
  1016. div.archive-content ul h3 {line-height:1.2em;font-weight:100;float:left;margin:0;width:200px;background:transparent;font-size:1.8em;position:relative;text-transform:normal;z-index:2;color:#000000;}
  1017.  
  1018.  
  1019.  
  1020. div.archive-content ul li ul, div.archive-content ul li p, div.archive-content ul li #searchform{background:#EAEAEA;float:left;margin:0;padding:5px;width:385px;border-bottom:5px solid #FFF;}
  1021.  
  1022.  
  1023.  
  1024. div.archive-content ul li ul li {width:385px;margin:0;padding:0;}
  1025.  
  1026.  
  1027.  
  1028. div.archive-content ul li ul li ul {width:385px;margin:0 0 0 20px;padding:0;border:none;width:inherit;background:transparent}
  1029.  
  1030.  
  1031.  
  1032. div.archive-content a{font-weight:800;}
  1033.  
  1034.  
  1035.  
  1036. div.archive-content #primary, div.archive-content #secondary {width:600px;clear:both;margin:0;padding:0;display:block;float:none;background:transparent}
  1037.  
  1038.  
  1039.  
  1040.  
  1041.  
  1042.  
  1043.  
  1044. /* =archive, category, & search pages */
  1045.  
  1046.  
  1047.  
  1048. .archive #container, .search #container {float:left;width:800px;}
  1049.  
  1050.  
  1051.  
  1052. .archive h3.entry-title, .search h3.entry-title{font-size:1.8em;letter-spacing:-0.05em;line-height:1.2em;padding:0;}
  1053.  
  1054.  
  1055.  
  1056. .archive h2.page-title, .search h2.page-title {color:#888;font-weight:100;}
  1057.  
  1058.  
  1059.  
  1060. .archive h2.page-title span, .search h2.page-title span {color:#444;font-style:italic;font-weight:100;}
  1061.  
  1062.  
  1063.  
  1064. .archive .comment-count, .search .comment-count{background:transparent;font-size:1.8em;position:relative;text-transform:normal;width:100%;z-index:2;color:#888;}
  1065.  
  1066.  
  1067.  
  1068. .archive .comment-count h2, .search .comment-count h2{font-weight:800;left:0;position:relative;top:0;}
  1069.  
  1070.  
  1071.  
  1072.  
  1073.  
  1074.  
  1075.  
  1076. .archive .post, .search .post, .search .page{display:block;float:left;margin:2px 0;position:relative;width:800px;color:#444;}
  1077.  
  1078.  
  1079.  
  1080. .archive .preview, .search .preview{background:#888 url('img/loading.gif') center center no-repeat;float:left;margin:0;max-height:200px;min-height:200px;overflow:hidden;width:595px;}
  1081.  
  1082.  
  1083.  
  1084. .archive .preview .bigdate, .search .preview .bigdate{color:#fff;font-size:3.6em;line-height:1.2em;left:0.1em;position:absolute;text-transform:normal;top:0.1em;}
  1085.  
  1086.  
  1087.  
  1088. .archive .preview a .bigdate, .search .preview a .bigdate {color:#fff;font-weight:100;}
  1089.  
  1090.  
  1091.  
  1092. .archive .preview .post-content, .search .preview .post-content, .search .page .post-content{-moz-opacity:0;filter:alpha(opacity=0);opacity:0;background:#FFF;position:absolute;left:0;bottom:0;display:inline;float:none;margin:0;padding:10px;width:580px;}
  1093.  
  1094.  
  1095.  
  1096. .archive .post .preview:hover .post-content, .search .post .preview:hover .post-content, .search .page .preview:hover .post-content {-moz-opacity:0.7;filter:alpha(opacity=70);opacity:0.7;background:#FFF;}
  1097.  
  1098.  
  1099.  
  1100. .archive .post a:hover, .search .post a:hover {text-decoration:none;color:#444;}
  1101.  
  1102.  
  1103.  
  1104. .archive .preview .post-content p, .search .preview .post-content p {padding:0;margin:0;}
  1105.  
  1106.  
  1107.  
  1108. .archive .preview .post-content-title, .search .preview .post-content-title {position:absolute;top:0;display:block;width:600px;height:100%;z-index:99;clear:both;float:none;line-height:1em;font-weight:800;}
  1109.  
  1110.  
  1111.  
  1112. .archive .preview .post-content-title a, .search .preview .post-content-title a {display:block;width:600px;height:100%;}
  1113.  
  1114.  
  1115.  
  1116. .archive .preview .post-content-title a span, .search .preview .post-content-title a span {visibility:hidden;}
  1117.  
  1118.  
  1119.  
  1120. .archive .preview .post-content-excerpt, .search .preview .post-content-excerpt{display:block;font-size:0.8em;font-weight:normal;width:90%;}
  1121.  
  1122.  
  1123.  
  1124. .archive .entry-meta, .search .entry-meta, .search .entry-meta{color:#888;float:left;font-size:0.8em;display:block;background:none;width:200px;border-left:5px solid #FFF;}
  1125.  
  1126.  
  1127.  
  1128. .archive .entry-meta a, .search .entry-meta a{background:none;}
  1129.  
  1130.  
  1131.  
  1132. .archive .entry-meta a:hover, .search .entry-meta a:hover {color:#888;}
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140. /* =attachment */
  1141.  
  1142.  
  1143.  
  1144. .exif-data ul {color:#444;}
  1145.  
  1146.  
  1147.  
  1148. .exif-data ul .exif-title {color:#888;}
  1149.  
  1150.  
  1151.  
  1152. .attachment-link {display:block;}
  1153.  
  1154.  
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160. /* =404 */
  1161.  
  1162.  
  1163.  
  1164. .four04 {width:800;clear:both;float:none;}
  1165.  
  1166.  
  1167.  
  1168. .four04 .post {background:transparent;width:800px;height:inherit;clear:both;float:none;margin-bottom:3em;}
  1169.  
  1170.  
  1171.  
  1172. .four04 .post .entry-title {font-size:3.6em;line-height:1.2em;width:800px;font-weight:100;margin:0.5em 0 0.25em;padding:0;}
  1173.  
  1174.  
  1175.  
  1176. .four04 .post .entry-date {width:200px;font-size:3.6em;float:left;color:#888}
  1177.  
  1178.  
  1179.  
  1180. .four04 .post .entry-content {width:595px;float:left;font-size:1.2em;color:#888;}
  1181.  
  1182.  
  1183.  
  1184. .four04 .post .entry-meta {color:#888;width:200px;float:right;font-size:0.8em;padding:5px 0 0;position:relative;z-index:11;}
  1185.  
  1186.  
  1187.  
  1188. .four04 #container {margin-bottom:3em;}
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200. /* =comments */
  1201.  
  1202.  
  1203.  
  1204. #comments {display:block;margin:36px 0;}
  1205.  
  1206.  
  1207.  
  1208. #comments-list h3 {font-size:1.8em;margin:3em 0;clear:both;float:none;font-weight:100;}
  1209.  
  1210.  
  1211.  
  1212. #comments-list {padding: 0;text-align:left;width:585px;color:#888;}
  1213.  
  1214.  
  1215.  
  1216. #comments-list li {margin: 15px 0 10px 0;padding:0;list-style: none;position:relative;display:block;background:#FFF;}
  1217.  
  1218.  
  1219.  
  1220. #comments-list li.alt {background:#FAFAFA;padding:10px;margin: 0;}
  1221.  
  1222.  
  1223.  
  1224. #comments-list .children li {padding:10px;}
  1225.  
  1226.  
  1227.  
  1228. #comments-list li .comment-author {font-size:1em;line-height:3.6em;}
  1229.  
  1230.  
  1231.  
  1232. #comments-list li .comment-author img {float:left;padding:0 10px 0 0;margin:0;}
  1233.  
  1234.  
  1235.  
  1236. #comments-list li .comment-author .fn {font-size:1.8em;}
  1237.  
  1238.  
  1239.  
  1240. #comments-list li .comment-meta {position:absolute;top:0;right:0;padding:10px 10px 0 0;display:inline;}
  1241.  
  1242.  
  1243.  
  1244. #comments-list li ul li {margin-right:0;margin-left: 50px;}
  1245.  
  1246.  
  1247.  
  1248. #comments-list p {margin: 10px 5px 10px 0;}
  1249.  
  1250.  
  1251.  
  1252. .children {padding: 0;}
  1253.  
  1254.  
  1255.  
  1256. .children li div {position:relative;}
  1257.  
  1258.  
  1259.  
  1260. #commentform p {margin: 5px 0;}
  1261.  
  1262.  
  1263.  
  1264. .nocomments {text-align: center;margin: 0;padding: 0;}
  1265.  
  1266.  
  1267.  
  1268. .commentmetadata {margin: 0;display: block;}
  1269.  
  1270.  
  1271.  
  1272. #respond {clear:both;float:none;display:table;}
  1273.  
  1274.  
  1275.  
  1276. #respond h3 {margin:1em 0 0;clear:both;float:none;font-size:1.8em;font-weight:100;}
  1277.  
  1278.  
  1279.  
  1280. #respond, #respond textarea {width:585px;color:#888}
  1281.  
  1282.  
  1283.  
  1284.  
  1285.  
  1286.  
  1287.  
  1288. /* =links */
  1289.  
  1290.  
  1291.  
  1292. #links-page a{font-weight:normal;}
  1293.  
  1294.  
  1295.  
  1296. li#linkcat-7, li#linkcat-21{clear:both;}
  1297.  
  1298.  
  1299.  
  1300. li.linkcat{background:#eaeaea;display:inline;float:left;margin:2px;padding:5px;width:137px;}
  1301.  
  1302.  
  1303.  
  1304.  
  1305.  
  1306.  
  1307.  
  1308. /* =footer */
  1309.  
  1310.  
  1311.  
  1312. #footer{clear:both;float:left;font-size:1em;margin:0;padding:4px 0 36px;width:800px;color:#888;}
  1313.  
  1314.  
  1315.  
  1316. #footer #footer-credit {font-size:0.8em;}
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324. /* Wordpress 2.5+ Shortcode Styles
  1325.  
  1326.  
  1327.  
  1328. ------------------------------------------ */
  1329.  
  1330.  
  1331.  
  1332. div.gallery{clear:both;float:left;width:100%;}
  1333.  
  1334.  
  1335.  
  1336. div.gallery dl{float:left;text-align:center;}
  1337.  
  1338.  
  1339.  
  1340. div.gallery dl dt{margin:0;}
  1341.  
  1342.  
  1343.  
  1344. div.gallery dl dd{margin-left:0;}
  1345.  
  1346.  
  1347.  
  1348. div.entry-attachment,div.entry-caption{text-align:center;}
  1349.  
  1350.  
  1351.  
  1352. div.entry-attachment img,div#nav-images div img{overflow:hidden;}
  1353.  
  1354.  
  1355.  
  1356. body.attachment div#nav-images{clear:both;width:100%;}
  1357.  
  1358.  
  1359.  
  1360. body.attachment div#nav-images div{padding:1em 0;width:50%;}
  1361.  
  1362.  
  1363.  
  1364. body.attachment div#nav-images div.nav-previous{text-align:left;}
  1365.  
  1366.  
  1367.  
  1368. body.attachment div#nav-images div.nav-next{text-align:right;}
  1369.  
  1370.  
  1371.  
  1372. body.attachment div#comments{clear:both;}
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379.  
  1380. /* =hidden */
  1381.  
  1382.  
  1383.  
  1384. .home .entry-meta, .page .sidebar, .category .sidebar, .archive .sidebar, .search .sidebar, #access .skip-link, .archive-meta {display:none;}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement