Orange Theme from Thirdddoor


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /*
  2.  
  3. Theme Name: Third Door Media
  4.  
  5. Theme URI: http://thirddoormedia.com/
  6.  
  7. Description: The default WordPress theme for Third Door Media.
  8.  
  9. Version: 1
  10.  
  11. Author: Michelle Robbins
  12.  
  13. Author URI: http://thirddoormedia.com/
  14.  
  15.  
  16.  
  17. Kubrick v1.5
  18.  
  19. http://binarybonsai.com/kubrick/
  20.  
  21.  
  22.  
  23. This theme was designed and built by Michael Heilemann,
  24.  
  25. whose blog you will find at http://binarybonsai.com/
  26.  
  27.  
  28.  
  29. The CSS, XHTML and design is released under GPL:
  30.  
  31. http://www.opensource.org/licenses/gpl-license.php
  32.  
  33.  
  34.  
  35. ------------------------------------------------
  36.  
  37. THEME HEAVILY EDITED BY MICHELLE ROBBINS 3/12/07
  38.  
  39. ------------------------------------------------
  40.  
  41.  
  42.  
  43. */
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51. /* Begin Typography & Colors */
  52.  
  53. html, body {
  54.  
  55. margin-top: 0px;
  56.  
  57. background-position: top center;
  58.  
  59. background-image: url(/_images/bg.gif);
  60.  
  61. background-repeat: repeat;
  62.  
  63. background-color: #eeeeee;
  64.  
  65. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  66.  
  67. font-size: 10pt;
  68.  
  69. text-align: center;
  70.  
  71. }
  72.  
  73.  
  74.  
  75. #main {
  76.  
  77. background-color: #ffffff;
  78.  
  79. position: relative;
  80.  
  81. width: 700px;
  82.  
  83. min-height: 100%;
  84.  
  85. height: auto !important;
  86.  
  87. height: 100%;
  88.  
  89. color: #000000;
  90.  
  91. text-align: left; margin: 0px auto;
  92.  
  93. }
  94.  
  95.  
  96.  
  97. #header { margin-left: 0px; height: 99px;}
  98.  
  99.  
  100.  
  101.  
  102.  
  103. #nav { position: relative; top: -75px; left: 310px;
  104.  
  105. width: 379px;
  106.  
  107. text-align: right;
  108.  
  109. }
  110.  
  111.  
  112.  
  113. #content {
  114.  
  115. margin-left: 5px; margin-right: 5px;
  116.  
  117. font-size: 10pt;
  118.  
  119. }
  120.  
  121.  
  122.  
  123. #page {
  124.  
  125. background-color: white;
  126.  
  127. border: 1px solid #959596;
  128.  
  129. text-align: left;
  130.  
  131. position: relative;
  132.  
  133. font-size: 10pt;
  134.  
  135. }
  136.  
  137.  
  138.  
  139.  
  140.  
  141. #content {
  142.  
  143. font-size: 10pt;
  144.  
  145. }
  146.  
  147.  
  148.  
  149. .widecolumn .entry p {
  150.  
  151. font-size: 1.05em;
  152.  
  153. }
  154.  
  155.  
  156.  
  157. .narrowcolumn .entry, .widecolumn .entry {
  158.  
  159. line-height: 1.4em;
  160.  
  161. }
  162.  
  163.  
  164.  
  165. .widecolumn {
  166.  
  167. line-height: 1.6em;
  168.  
  169. }
  170.  
  171.  
  172.  
  173. .narrowcolumn .postmetadata {
  174.  
  175. text-align: center;
  176.  
  177. }
  178.  
  179.  
  180.  
  181. .alt {
  182.  
  183. background-color: #f8f8f8;
  184.  
  185. border-top: 1px solid #ddd;
  186.  
  187. border-bottom: 1px solid #ddd;
  188.  
  189. }
  190.  
  191.  
  192.  
  193.  
  194.  
  195. small {
  196.  
  197. font-family: Arial, Helvetica, Sans-Serif;
  198.  
  199. font-size: 0.9em;
  200.  
  201. line-height: 1.5em;
  202.  
  203. }
  204.  
  205.  
  206.  
  207. h1, h2, h3 {
  208.  
  209. font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  210.  
  211. font-weight: bold;
  212.  
  213. }
  214.  
  215.  
  216.  
  217. h1 {
  218.  
  219. font-size: 4em;
  220.  
  221. text-align: left;
  222.  
  223. color: #cc6600;
  224.  
  225. }
  226.  
  227.  
  228.  
  229.  
  230.  
  231. h2 {
  232.  
  233. font-size: 1.6em;
  234.  
  235. color: #da9c26;
  236.  
  237. }
  238.  
  239.  
  240.  
  241. h2.pagetitle {
  242.  
  243. font-size: 1.6em;
  244.  
  245. }
  246.  
  247.  
  248.  
  249. #sidebar h2 {
  250.  
  251. font-family: 'Lucida Grande', Verdana, Sans-Serif;
  252.  
  253. font-size: 1.2em;
  254.  
  255. }
  256.  
  257.  
  258.  
  259. h3 {
  260.  
  261. font-size: 1.3em;
  262.  
  263. #da9c26;
  264.  
  265. }
  266.  
  267.  
  268.  
  269. h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  270.  
  271. text-decoration: none;
  272.  
  273. color: white;
  274.  
  275. }
  276.  
  277.  
  278.  
  279. h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  280.  
  281. #da9c26;
  282.  
  283. }
  284.  
  285.  
  286.  
  287. h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  288.  
  289. text-decoration: none;
  290.  
  291. }
  292.  
  293.  
  294.  
  295.  
  296.  
  297.  
  298.  
  299. .commentlist li, #commentform input, #commentform textarea {
  300.  
  301. font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  302.  
  303. }
  304.  
  305.  
  306.  
  307. .commentlist li {
  308.  
  309. font-weight: bold;
  310.  
  311. }
  312.  
  313.  
  314.  
  315. .commentlist cite, .commentlist cite a {
  316.  
  317. font-weight: bold;
  318.  
  319. font-style: normal;
  320.  
  321. font-size: 1.1em;
  322.  
  323. }
  324.  
  325.  
  326.  
  327. .commentlist p {
  328.  
  329. font-weight: normal;
  330.  
  331. line-height: 1.5em;
  332.  
  333. text-transform: none;
  334.  
  335. }
  336.  
  337.  
  338.  
  339. #commentform p {
  340.  
  341. font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  342.  
  343. }
  344.  
  345.  
  346.  
  347. .commentmetadata {
  348.  
  349. font-weight: normal;
  350.  
  351. }
  352.  
  353.  
  354.  
  355. #sidebar {
  356.  
  357. font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  358.  
  359. }
  360.  
  361.  
  362.  
  363. small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  364.  
  365. color: #777;
  366.  
  367. }
  368.  
  369.  
  370.  
  371. code {
  372.  
  373. font: 1.1em 'Courier New', Courier, Fixed;
  374.  
  375. }
  376.  
  377.  
  378.  
  379. acronym, abbr, span.caps
  380.  
  381. {
  382.  
  383. font-size: 0.9em;
  384.  
  385. letter-spacing: .07em;
  386.  
  387. }
  388.  
  389.  
  390.  
  391. a {color: #da9c26;}
  392.  
  393.  
  394.  
  395. h2 a:hover, h3 a:hover {
  396.  
  397. color: #000;
  398.  
  399. text-decoration: none;
  400.  
  401. }
  402.  
  403.  
  404.  
  405. a:hover {
  406.  
  407. color: #000;
  408.  
  409. text-decoration: underline;
  410.  
  411. }
  412.  
  413.  
  414.  
  415. a:visited {
  416.  
  417. color: #808080;
  418.  
  419. text-decoration: underline;
  420.  
  421. }
  422.  
  423.  
  424.  
  425. #wp-calendar #prev a, #wp-calendar #next a {
  426.  
  427. font-size: 9pt;
  428.  
  429. }
  430.  
  431.  
  432.  
  433. #wp-calendar a {
  434.  
  435. text-decoration: none;
  436.  
  437. }
  438.  
  439.  
  440.  
  441. #wp-calendar caption {
  442.  
  443. font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  444.  
  445. text-align: center;
  446.  
  447. }
  448.  
  449.  
  450.  
  451. #wp-calendar th {
  452.  
  453. font-style: normal;
  454.  
  455. text-transform: capitalize;
  456.  
  457. }
  458.  
  459. /* End Typography & Colors */
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466.  
  467. /* Begin Structure */
  468.  
  469. body {
  470.  
  471. margin: 0;
  472.  
  473. padding: 0;
  474.  
  475. }
  476.  
  477.  
  478.  
  479. #page {
  480.  
  481. background-color: white;
  482.  
  483. margin: 0px auto;
  484.  
  485. padding: 0;
  486.  
  487. width: 700px;
  488.  
  489. border: 1px solid #959596;
  490.  
  491. }
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498.  
  499. .narrowcolumn {
  500.  
  501. float: left;
  502.  
  503. padding: 0 0 20px 25px;
  504.  
  505. margin: 0px 0 0;
  506.  
  507. width: 430px;
  508.  
  509. }
  510.  
  511.  
  512.  
  513. .widecolumn {
  514.  
  515. padding: 0px 0 20px 0;
  516.  
  517. margin: 5px 0 0 50px;
  518.  
  519. width: 680px;
  520.  
  521. }
  522.  
  523.  
  524.  
  525. .post {
  526.  
  527. margin: 0 0 20px;
  528.  
  529. text-align: left;
  530.  
  531. }
  532.  
  533.  
  534.  
  535. .post hr {
  536.  
  537. display: block;
  538.  
  539. }
  540.  
  541.  
  542.  
  543. .widecolumn .post {
  544.  
  545. margin: 0 0 0 10px;
  546.  
  547. }
  548.  
  549.  
  550.  
  551. .narrowcolumn .postmetadata {
  552.  
  553. padding-top: 5px;
  554.  
  555. }
  556.  
  557.  
  558.  
  559. .widecolumn .postmetadata {
  560.  
  561. margin: 30px 0;
  562.  
  563. }
  564.  
  565.  
  566.  
  567. .widecolumn .smallattachment {
  568.  
  569. text-align: center;
  570.  
  571. float: left;
  572.  
  573. width: 128px;
  574.  
  575. margin: 5px 5px 5px 0px;
  576.  
  577. }
  578.  
  579.  
  580.  
  581. .widecolumn .attachment {
  582.  
  583. text-align: center;
  584.  
  585. margin: 5px 0px;
  586.  
  587. }
  588.  
  589.  
  590.  
  591. .postmetadata {
  592.  
  593. clear: left;
  594.  
  595. }
  596.  
  597.  
  598.  
  599. #footer {
  600.  
  601. padding: 0;
  602.  
  603. margin: 0 auto;
  604.  
  605. clear: both;
  606.  
  607. width: 100%;
  608.  
  609. text-align: center;
  610.  
  611. font-size: 11px;
  612.  
  613. border-top: 1px solid #999999;
  614.  
  615. background-color: #da9c26;
  616.  
  617. color: #906302;
  618.  
  619. }
  620.  
  621. /* End Structure */
  622.  
  623.  
  624.  
  625.  
  626.  
  627.  
  628.  
  629. /* Begin Headers */
  630.  
  631. h1 {
  632.  
  633. padding-top: 10px;
  634.  
  635. margin: 0;
  636.  
  637. color: #cc6600;
  638.  
  639. }
  640.  
  641.  
  642.  
  643. h2 {
  644.  
  645. margin: 10px 0 0;
  646.  
  647. }
  648.  
  649.  
  650.  
  651. h2.pagetitle {
  652.  
  653. margin-top: 30px;
  654.  
  655. text-align: center;
  656.  
  657. color: #da9c26;
  658.  
  659. }
  660.  
  661.  
  662.  
  663. #sidebar h2 {
  664.  
  665. margin: 5px 0 0;
  666.  
  667. padding: 0;
  668.  
  669. }
  670.  
  671.  
  672.  
  673. h3 {
  674.  
  675. padding: 0;
  676.  
  677. margin: 10px 0 0;
  678.  
  679. color: #da9c26;
  680.  
  681. }
  682.  
  683.  
  684.  
  685. h3.comments {
  686.  
  687. padding: 0;
  688.  
  689. margin: 40px auto 20px ;
  690.  
  691. }
  692.  
  693. /* End Headers */
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700.  
  701. /* Begin Images */
  702.  
  703. p img {
  704.  
  705. padding: 0;
  706.  
  707. max-width: 100%;
  708.  
  709. }
  710.  
  711.  
  712.  
  713. /* Using 'class="alignright"' on an image will (who would've
  714.  
  715. thought?!) align the image to the right. And using 'class="centered',
  716.  
  717. will of course center the image. This is much better than using
  718.  
  719. align="center", being much more futureproof (and valid) */
  720.  
  721.  
  722.  
  723. img.centered {
  724.  
  725. display: block;
  726.  
  727. margin-left: auto;
  728.  
  729. margin-right: auto;
  730.  
  731. }
  732.  
  733.  
  734.  
  735. img.alignright {
  736.  
  737. padding: 4px;
  738.  
  739. margin: 0 0 2px 7px;
  740.  
  741. display: inline;
  742.  
  743. }
  744.  
  745.  
  746.  
  747. img.alignleft {
  748.  
  749. padding: 4px;
  750.  
  751. margin: 0 7px 2px 0;
  752.  
  753. display: inline;
  754.  
  755. }
  756.  
  757.  
  758.  
  759. .alignright {
  760.  
  761. float: right;
  762.  
  763. }
  764.  
  765.  
  766.  
  767. .alignleft {
  768.  
  769. float: left
  770.  
  771. }
  772.  
  773. /* End Images */
  774.  
  775.  
  776.  
  777.  
  778.  
  779.  
  780.  
  781. /* Begin Lists
  782.  
  783.  
  784.  
  785. Special stylized non-IE bullets
  786.  
  787. Do not work in Internet Explorer, which merely default to normal bullets. */
  788.  
  789.  
  790.  
  791. html>body .entry ul {
  792.  
  793. margin-left: 0px;
  794.  
  795. padding: 0 0 0 30px;
  796.  
  797. padding-left: 10px;
  798.  
  799. text-indent: -10px;
  800.  
  801. list-style: none;
  802.  
  803. }
  804.  
  805.  
  806.  
  807. html>body .entry li {
  808.  
  809. margin: 7px 0 8px 10px;
  810.  
  811. }
  812.  
  813.  
  814.  
  815. .entry ul li:before, #sidebar ul ul li:before {
  816.  
  817. content: "\00BB \0020"; /* Doesn't work in IE7, doesn't default to disc bullets either */
  818.  
  819. }
  820.  
  821.  
  822.  
  823. .entry ol {
  824.  
  825. padding: 0 0 0 35px;
  826.  
  827. margin: 0;
  828.  
  829. }
  830.  
  831.  
  832.  
  833. .entry ol li {
  834.  
  835. margin: 0;
  836.  
  837. padding: 0;
  838.  
  839. }
  840.  
  841.  
  842.  
  843. .postmetadata ul, .postmetadata li {
  844.  
  845. display: inline;
  846.  
  847. list-style-type: none;
  848.  
  849. list-style-image: none;
  850.  
  851. }
  852.  
  853.  
  854.  
  855. #sidebar ul, #sidebar ul ol {
  856.  
  857. margin: 0;
  858.  
  859. padding: 0;
  860.  
  861. }
  862.  
  863.  
  864.  
  865. #sidebar ul li {
  866.  
  867. list-style-type: none;
  868.  
  869. list-style-image: none;
  870.  
  871. margin-bottom: 15px;
  872.  
  873. }
  874.  
  875.  
  876.  
  877. #sidebar ul p, #sidebar ul select {
  878.  
  879. margin: 5px 0 8px;
  880.  
  881. }
  882.  
  883.  
  884.  
  885. #sidebar ul ul, #sidebar ul ol {
  886.  
  887. margin: 5px 0 0 10px;
  888.  
  889. }
  890.  
  891.  
  892.  
  893. #sidebar ul ul ul, #sidebar ul ol {
  894.  
  895. margin: 0 0 0 10px;
  896.  
  897. }
  898.  
  899.  
  900.  
  901. ol li, #sidebar ul ol li {
  902.  
  903. list-style: decimal outside;
  904.  
  905. }
  906.  
  907.  
  908.  
  909. #sidebar ul ul li, #sidebar ul ol li {
  910.  
  911. margin: 3px 0 0;
  912.  
  913. padding: 0;
  914.  
  915. }
  916.  
  917. /* End Entry Lists */
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924.  
  925. /* Begin Form Elements */
  926.  
  927. #searchform {
  928.  
  929. margin: 10px auto;
  930.  
  931. padding: 5px 3px;
  932.  
  933. text-align: center;
  934.  
  935. }
  936.  
  937.  
  938.  
  939. #sidebar #searchform #s {
  940.  
  941. width: 108px;
  942.  
  943. padding: 2px;
  944.  
  945. }
  946.  
  947.  
  948.  
  949. #sidebar #searchsubmit {
  950.  
  951. padding: 1px;
  952.  
  953. }
  954.  
  955.  
  956.  
  957. .entry form { /* This is mainly for password protected posts, makes them look better. */
  958.  
  959. text-align:center;
  960.  
  961. }
  962.  
  963.  
  964.  
  965. select {
  966.  
  967. width: 130px;
  968.  
  969. }
  970.  
  971.  
  972.  
  973. #commentform input {
  974.  
  975. width: 170px;
  976.  
  977. padding: 2px;
  978.  
  979. margin: 5px 5px 1px 0;
  980.  
  981. }
  982.  
  983.  
  984.  
  985. #commentform textarea {
  986.  
  987. width: 100%;
  988.  
  989. padding: 2px;
  990.  
  991. }
  992.  
  993.  
  994.  
  995. #commentform #submit {
  996.  
  997. margin: 0;
  998.  
  999. float: right;
  1000.  
  1001. }
  1002.  
  1003. /* End Form Elements */
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011. /* Begin Comments*/
  1012.  
  1013. .alt {
  1014.  
  1015. margin: 0;
  1016.  
  1017. padding: 10px;
  1018.  
  1019. }
  1020.  
  1021.  
  1022.  
  1023. .commentlist {
  1024.  
  1025. padding: 0;
  1026.  
  1027. text-align: left;
  1028.  
  1029. }
  1030.  
  1031.  
  1032.  
  1033. .commentlist li {
  1034.  
  1035. margin: 15px 0 3px;
  1036.  
  1037. padding: 5px 10px 3px;
  1038.  
  1039. list-style: none;
  1040.  
  1041. }
  1042.  
  1043.  
  1044.  
  1045. .commentlist p {
  1046.  
  1047. margin: 10px 5px 10px 0;
  1048.  
  1049. }
  1050.  
  1051.  
  1052.  
  1053. #commentform p {
  1054.  
  1055. margin: 5px 0;
  1056.  
  1057. }
  1058.  
  1059.  
  1060.  
  1061. .nocomments {
  1062.  
  1063. text-align: center;
  1064.  
  1065. margin: 0;
  1066.  
  1067. padding: 0;
  1068.  
  1069. }
  1070.  
  1071.  
  1072.  
  1073. .commentmetadata {
  1074.  
  1075. margin: 0;
  1076.  
  1077. display: block;
  1078.  
  1079. }
  1080.  
  1081. /* End Comments */
  1082.  
  1083.  
  1084.  
  1085.  
  1086.  
  1087.  
  1088.  
  1089. /* Begin Sidebar */
  1090.  
  1091. #sidebar
  1092.  
  1093. {
  1094.  
  1095. padding: 20px 0 10px 0;
  1096.  
  1097. margin-left: 480px;
  1098.  
  1099. width: 210px;
  1100.  
  1101. }
  1102.  
  1103.  
  1104.  
  1105. #sidebar form {
  1106.  
  1107. margin: 0;
  1108.  
  1109. }
  1110.  
  1111. /* End Sidebar */
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119. /* Begin Calendar */
  1120.  
  1121. #wp-calendar {
  1122.  
  1123. empty-cells: show;
  1124.  
  1125. margin: 10px auto 0;
  1126.  
  1127. width: 155px;
  1128.  
  1129. }
  1130.  
  1131.  
  1132.  
  1133. #wp-calendar #next a {
  1134.  
  1135. padding-right: 10px;
  1136.  
  1137. text-align: right;
  1138.  
  1139. }
  1140.  
  1141.  
  1142.  
  1143. #wp-calendar #prev a {
  1144.  
  1145. padding-left: 10px;
  1146.  
  1147. text-align: left;
  1148.  
  1149. }
  1150.  
  1151.  
  1152.  
  1153. #wp-calendar a {
  1154.  
  1155. display: block;
  1156.  
  1157. }
  1158.  
  1159.  
  1160.  
  1161. #wp-calendar caption {
  1162.  
  1163. text-align: center;
  1164.  
  1165. width: 100%;
  1166.  
  1167. }
  1168.  
  1169.  
  1170.  
  1171. #wp-calendar td {
  1172.  
  1173. padding: 3px 0;
  1174.  
  1175. text-align: center;
  1176.  
  1177. }
  1178.  
  1179.  
  1180.  
  1181. #wp-calendar td.pad:hover { /* Doesn't work in IE */
  1182.  
  1183. background-color: #fff; }
  1184.  
  1185. /* End Calendar */
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193. /* Begin Various Tags & Classes */
  1194.  
  1195. acronym, abbr, span.caps {
  1196.  
  1197. cursor: help;
  1198.  
  1199. }
  1200.  
  1201.  
  1202.  
  1203. acronym, abbr {
  1204.  
  1205. border-bottom: 1px dashed #999;
  1206.  
  1207. }
  1208.  
  1209.  
  1210.  
  1211. blockquote {
  1212.  
  1213. margin: 15px 30px 0 10px;
  1214.  
  1215. padding-left: 20px;
  1216.  
  1217. border-left: 5px solid #ddd;
  1218.  
  1219. }
  1220.  
  1221.  
  1222.  
  1223. blockquote cite {
  1224.  
  1225. margin: 5px 0 0;
  1226.  
  1227. display: block;
  1228.  
  1229. }
  1230.  
  1231.  
  1232.  
  1233. .center {
  1234.  
  1235. text-align: center;
  1236.  
  1237. }
  1238.  
  1239.  
  1240.  
  1241. hr {
  1242.  
  1243. display: none;
  1244.  
  1245. }
  1246.  
  1247.  
  1248.  
  1249. a img {
  1250.  
  1251. border: none;
  1252.  
  1253. }
  1254.  
  1255.  
  1256.  
  1257. .navigation {
  1258.  
  1259. display: block;
  1260.  
  1261. text-align: center;
  1262.  
  1263. margin-top: 10px;
  1264.  
  1265. margin-bottom: 10px;
  1266.  
  1267. }
  1268.  
  1269.  
  1270.  
  1271. div#footer p {margin-top: 5px; padding-bottom: 5px; margin-bottom: 0px;}
  1272.  
  1273. div#footer a { color: #ffffff; }
  1274.  
  1275. div#footer a:hover { color: #dedede; }
  1276.  
  1277. div#footer a:visited { color: #906302; }
  1278.  
  1279.  
  1280.  
  1281.  
  1282.  
  1283. img { border: none; }
  1284.  
  1285.  
  1286.  
  1287. li a {
  1288.  
  1289. text-decoration: none;
  1290.  
  1291. }
  1292.  
  1293.  
  1294.  
  1295. li a:visited {
  1296.  
  1297. color: #da9c26;
  1298.  
  1299. text-decoration: none;
  1300.  
  1301. }
  1302.  
  1303.  
  1304.  
  1305. h2 a:visited {
  1306.  
  1307. color: #da9c26;
  1308.  
  1309. text-decoration: none;
  1310.  
  1311. }
  1312.  
  1313.  
  1314.  
  1315. /* End Various Tags & Classes*/
  1316.  
  1317.  
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323. /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  1324.  
  1325. It won't be a stylish marriage, I can't afford a carriage.
  1326.  
  1327. But you'll look sweet upon the seat of a bicycle built for two." */
  1328. http://thirddoormedia.com/_css/global.css
  1329.  
  1330. /* ------------- LAYOUT --------------------------*/
  1331. html, body {
  1332. margin-top: 0px;
  1333. background-position: top center;
  1334. background-image: url(/_images/bg.gif);
  1335. background-color: #eeeeee;
  1336. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  1337. font-size: 12px;
  1338. height: 100%;
  1339. text-align: center;
  1340. }
  1341.  
  1342.  
  1343. #main {
  1344. background-color: #ffffff;
  1345. position: relative;
  1346. width: 700px;
  1347. min-height: 100%;
  1348. height: auto !important;
  1349. height: 100%;
  1350. border: 1px solid #999999;
  1351. color: #000000;
  1352. text-align: left; margin: 0px auto;
  1353. }
  1354.  
  1355. #header { margin-left: 0px; height: 99px;}
  1356.  
  1357.  
  1358. #nav { position: relative; top: -75px; left: 310px;
  1359. width: 379px;
  1360. text-align: right;
  1361. }
  1362.  
  1363. #content {
  1364. margin-left: 10px; margin-right: 5px;
  1365. padding-bottom: 55px;
  1366. }
  1367.  
  1368.  
  1369. #footer { position: absolute;
  1370. bottom: 0 !important;
  1371. bottom: -1px;
  1372. width: 100%;
  1373. height: 45px;
  1374. text-align: center;
  1375. font-size: 11px;
  1376. border-top: 1px solid #999999;
  1377. background-color: #da9c26;
  1378. color: #906302;
  1379. }
  1380.  
  1381. #formz { padding: 10px;
  1382. border: 1px solid #906302;
  1383. width: 90%;
  1384. position: relative; left: 10px;
  1385. }
  1386.  
  1387. #rbox { background-color: #eeeeee;
  1388. width: 230px;
  1389. padding: 5px 5px 0px 5px;
  1390. border: 1px solid #9d9fa2;
  1391.  
  1392. }
  1393.  
  1394. /* -------------- CONTENT FORMATTING --------------------------*/
  1395.  
  1396. h1 { font-size: 18px; margin-bottom: 5px; margin-top: 5px; color: #cc6600;}
  1397. h2 { font-size: 16px; margin-bottom: 5px; color: #da9c26;}
  1398. h3 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}
  1399. h4 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}
  1400.  
  1401. .red {
  1402. color: #CC0000;
  1403. }
  1404.  
  1405. a:link {
  1406.  
  1407. color: #906302;
  1408. text-decoration: underline;
  1409. border: none;
  1410. }
  1411. a:hover {
  1412.  
  1413. color: #da9c26;
  1414. text-decoration: underline;
  1415. }
  1416. a:visited {
  1417.  
  1418. color: #808080;
  1419. text-decoration: underline;
  1420.  
  1421. }
  1422.  
  1423.  
  1424. input {
  1425. font-size: 10px;
  1426. text-decoration: none;
  1427. color: #000000;
  1428. font-family: Verdana, Arial, Helvetica, sans-serif;
  1429. border: 1px solid #9d9fa2;
  1430.  
  1431. }
  1432. textarea {
  1433. font-family: Verdana, Arial, Helvetica, sans-serif;
  1434. font-size: 10px;
  1435. color: #000000;
  1436. }
  1437. select {
  1438. font-family: Verdana, Arial, Helvetica, sans-serif;
  1439. font-size: 10px;
  1440. color: #000000;
  1441. }
  1442.  
  1443. img { border: none; }
  1444.  
  1445. .head {text-decoration: underline;}
  1446.  
  1447. .center {text-align: center;}
  1448.  
  1449. div#footer p {margin-top: 5px; margin-bottom: 5px; }
  1450. div#footer a:hover { color: #dedede; }
  1451. div#footer a:visited { color: #906302; }
  1452.  
  1453. div#rbox p {margin-top: 5px; margin-bottom: 5px; }
  1454.  
  1455. .emph { font-weight: bold; }
  1456. /*=========================== Break Between the Global Styles =======================*/
  1457.  
  1458. Embedded CSS from http://thirddoormedia.com/
  1459.  
  1460. div#content p {margin: 10px 0px;}
  1461.  
  1462. http://thirddoormedia.com/blog/wp-content/themes/thirddoor/style.css
  1463.  
  1464. /*
  1465.  
  1466. Theme Name: Third Door Media
  1467.  
  1468. Theme URI: http://thirddoormedia.com/
  1469.  
  1470. Description: The default WordPress theme for Third Door Media.
  1471.  
  1472. Version: 1
  1473.  
  1474. Author: Michelle Robbins
  1475.  
  1476. Author URI: http://thirddoormedia.com/
  1477.  
  1478.  
  1479.  
  1480. Kubrick v1.5
  1481.  
  1482. http://binarybonsai.com/kubrick/
  1483.  
  1484.  
  1485.  
  1486. This theme was designed and built by Michael Heilemann,
  1487.  
  1488. whose blog you will find at http://binarybonsai.com/
  1489.  
  1490.  
  1491.  
  1492. The CSS, XHTML and design is released under GPL:
  1493.  
  1494. http://www.opensource.org/licenses/gpl-license.php
  1495.  
  1496.  
  1497.  
  1498. ------------------------------------------------
  1499.  
  1500. THEME HEAVILY EDITED BY MICHELLE ROBBINS 3/12/07
  1501.  
  1502. ------------------------------------------------
  1503.  
  1504.  
  1505.  
  1506. */
  1507.  
  1508.  
  1509.  
  1510.  
  1511.  
  1512.  
  1513.  
  1514. /* Begin Typography & Colors */
  1515.  
  1516. html, body {
  1517.  
  1518. margin-top: 0px;
  1519.  
  1520. background-position: top center;
  1521.  
  1522. background-image: url(/_images/bg.gif);
  1523.  
  1524. background-repeat: repeat;
  1525.  
  1526. background-color: #eeeeee;
  1527.  
  1528. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  1529.  
  1530. font-size: 10pt;
  1531.  
  1532. text-align: center;
  1533.  
  1534. }
  1535.  
  1536.  
  1537.  
  1538. #main {
  1539.  
  1540. background-color: #ffffff;
  1541.  
  1542. position: relative;
  1543.  
  1544. width: 700px;
  1545.  
  1546. min-height: 100%;
  1547.  
  1548. height: auto !important;
  1549.  
  1550. height: 100%;
  1551.  
  1552. color: #000000;
  1553.  
  1554. text-align: left; margin: 0px auto;
  1555.  
  1556. }
  1557.  
  1558.  
  1559.  
  1560. #header { margin-left: 0px; height: 99px;}
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566. #nav { position: relative; top: -75px; left: 310px;
  1567.  
  1568. width: 379px;
  1569.  
  1570. text-align: right;
  1571.  
  1572. }
  1573.  
  1574.  
  1575.  
  1576. #content {
  1577.  
  1578. margin-left: 5px; margin-right: 5px;
  1579.  
  1580. font-size: 10pt;
  1581.  
  1582. }
  1583.  
  1584.  
  1585.  
  1586. #page {
  1587.  
  1588. background-color: white;
  1589.  
  1590. border: 1px solid #959596;
  1591.  
  1592. text-align: left;
  1593.  
  1594. position: relative;
  1595.  
  1596. font-size: 10pt;
  1597.  
  1598. }
  1599.  
  1600.  
  1601.  
  1602.  
  1603.  
  1604. #content {
  1605.  
  1606. font-size: 10pt;
  1607.  
  1608. }
  1609.  
  1610.  
  1611.  
  1612. .widecolumn .entry p {
  1613.  
  1614. font-size: 1.05em;
  1615.  
  1616. }
  1617.  
  1618.  
  1619.  
  1620. .narrowcolumn .entry, .widecolumn .entry {
  1621.  
  1622. line-height: 1.4em;
  1623.  
  1624. }
  1625.  
  1626.  
  1627.  
  1628. .widecolumn {
  1629.  
  1630. line-height: 1.6em;
  1631.  
  1632. }
  1633.  
  1634.  
  1635.  
  1636. .narrowcolumn .postmetadata {
  1637.  
  1638. text-align: center;
  1639.  
  1640. }
  1641.  
  1642.  
  1643.  
  1644. .alt {
  1645.  
  1646. background-color: #f8f8f8;
  1647.  
  1648. border-top: 1px solid #ddd;
  1649.  
  1650. border-bottom: 1px solid #ddd;
  1651.  
  1652. }
  1653.  
  1654.  
  1655.  
  1656.  
  1657.  
  1658. small {
  1659.  
  1660. font-family: Arial, Helvetica, Sans-Serif;
  1661.  
  1662. font-size: 0.9em;
  1663.  
  1664. line-height: 1.5em;
  1665.  
  1666. }
  1667.  
  1668.  
  1669.  
  1670. h1, h2, h3 {
  1671.  
  1672. font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
  1673.  
  1674. font-weight: bold;
  1675.  
  1676. }
  1677.  
  1678.  
  1679.  
  1680. h1 {
  1681.  
  1682. font-size: 4em;
  1683.  
  1684. text-align: left;
  1685.  
  1686. color: #cc6600;
  1687.  
  1688. }
  1689.  
  1690.  
  1691.  
  1692.  
  1693.  
  1694. h2 {
  1695.  
  1696. font-size: 1.6em;
  1697.  
  1698. color: #da9c26;
  1699.  
  1700. }
  1701.  
  1702.  
  1703.  
  1704. h2.pagetitle {
  1705.  
  1706. font-size: 1.6em;
  1707.  
  1708. }
  1709.  
  1710.  
  1711.  
  1712. #sidebar h2 {
  1713.  
  1714. font-family: 'Lucida Grande', Verdana, Sans-Serif;
  1715.  
  1716. font-size: 1.2em;
  1717.  
  1718. }
  1719.  
  1720.  
  1721.  
  1722. h3 {
  1723.  
  1724. font-size: 1.3em;
  1725.  
  1726. #da9c26;
  1727.  
  1728. }
  1729.  
  1730.  
  1731.  
  1732. h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
  1733.  
  1734. text-decoration: none;
  1735.  
  1736. color: white;
  1737.  
  1738. }
  1739.  
  1740.  
  1741.  
  1742. h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
  1743.  
  1744. #da9c26;
  1745.  
  1746. }
  1747.  
  1748.  
  1749.  
  1750. h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
  1751.  
  1752. text-decoration: none;
  1753.  
  1754. }
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762. .commentlist li, #commentform input, #commentform textarea {
  1763.  
  1764. font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  1765.  
  1766. }
  1767.  
  1768.  
  1769.  
  1770. .commentlist li {
  1771.  
  1772. font-weight: bold;
  1773.  
  1774. }
  1775.  
  1776.  
  1777.  
  1778. .commentlist cite, .commentlist cite a {
  1779.  
  1780. font-weight: bold;
  1781.  
  1782. font-style: normal;
  1783.  
  1784. font-size: 1.1em;
  1785.  
  1786. }
  1787.  
  1788.  
  1789.  
  1790. .commentlist p {
  1791.  
  1792. font-weight: normal;
  1793.  
  1794. line-height: 1.5em;
  1795.  
  1796. text-transform: none;
  1797.  
  1798. }
  1799.  
  1800.  
  1801.  
  1802. #commentform p {
  1803.  
  1804. font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
  1805.  
  1806. }
  1807.  
  1808.  
  1809.  
  1810. .commentmetadata {
  1811.  
  1812. font-weight: normal;
  1813.  
  1814. }
  1815.  
  1816.  
  1817.  
  1818. #sidebar {
  1819.  
  1820. font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  1821.  
  1822. }
  1823.  
  1824.  
  1825.  
  1826. small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
  1827.  
  1828. color: #777;
  1829.  
  1830. }
  1831.  
  1832.  
  1833.  
  1834. code {
  1835.  
  1836. font: 1.1em 'Courier New', Courier, Fixed;
  1837.  
  1838. }
  1839.  
  1840.  
  1841.  
  1842. acronym, abbr, span.caps
  1843.  
  1844. {
  1845.  
  1846. font-size: 0.9em;
  1847.  
  1848. letter-spacing: .07em;
  1849.  
  1850. }
  1851.  
  1852.  
  1853.  
  1854. a {color: #da9c26;}
  1855.  
  1856.  
  1857.  
  1858. h2 a:hover, h3 a:hover {
  1859.  
  1860. color: #000;
  1861.  
  1862. text-decoration: none;
  1863.  
  1864. }
  1865.  
  1866.  
  1867.  
  1868. a:hover {
  1869.  
  1870. color: #000;
  1871.  
  1872. text-decoration: underline;
  1873.  
  1874. }
  1875.  
  1876.  
  1877.  
  1878. a:visited {
  1879.  
  1880. color: #808080;
  1881.  
  1882. text-decoration: underline;
  1883.  
  1884. }
  1885.  
  1886.  
  1887.  
  1888. #wp-calendar #prev a, #wp-calendar #next a {
  1889.  
  1890. font-size: 9pt;
  1891.  
  1892. }
  1893.  
  1894.  
  1895.  
  1896. #wp-calendar a {
  1897.  
  1898. text-decoration: none;
  1899.  
  1900. }
  1901.  
  1902.  
  1903.  
  1904. #wp-calendar caption {
  1905.  
  1906. font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
  1907.  
  1908. text-align: center;
  1909.  
  1910. }
  1911.  
  1912.  
  1913.  
  1914. #wp-calendar th {
  1915.  
  1916. font-style: normal;
  1917.  
  1918. text-transform: capitalize;
  1919.  
  1920. }
  1921.  
  1922. /* End Typography & Colors */
  1923.  
  1924.  
  1925.  
  1926.  
  1927.  
  1928.  
  1929.  
  1930. /* Begin Structure */
  1931.  
  1932. body {
  1933.  
  1934. margin: 0;
  1935.  
  1936. padding: 0;
  1937.  
  1938. }
  1939.  
  1940.  
  1941.  
  1942. #page {
  1943.  
  1944. background-color: white;
  1945.  
  1946. margin: 0px auto;
  1947.  
  1948. padding: 0;
  1949.  
  1950. width: 700px;
  1951.  
  1952. border: 1px solid #959596;
  1953.  
  1954. }
  1955.  
  1956.  
  1957.  
  1958.  
  1959.  
  1960.  
  1961.  
  1962. .narrowcolumn {
  1963.  
  1964. float: left;
  1965.  
  1966. padding: 0 0 20px 25px;
  1967.  
  1968. margin: 0px 0 0;
  1969.  
  1970. width: 430px;
  1971.  
  1972. }
  1973.  
  1974.  
  1975.  
  1976. .widecolumn {
  1977.  
  1978. padding: 0px 0 20px 0;
  1979.  
  1980. margin: 5px 0 0 50px;
  1981.  
  1982. width: 680px;
  1983.  
  1984. }
  1985.  
  1986.  
  1987.  
  1988. .post {
  1989.  
  1990. margin: 0 0 20px;
  1991.  
  1992. text-align: left;
  1993.  
  1994. }
  1995.  
  1996.  
  1997.  
  1998. .post hr {
  1999.  
  2000. display: block;
  2001.  
  2002. }
  2003.  
  2004.  
  2005.  
  2006. .widecolumn .post {
  2007.  
  2008. margin: 0 0 0 10px;
  2009.  
  2010. }
  2011.  
  2012.  
  2013.  
  2014. .narrowcolumn .postmetadata {
  2015.  
  2016. padding-top: 5px;
  2017.  
  2018. }
  2019.  
  2020.  
  2021.  
  2022. .widecolumn .postmetadata {
  2023.  
  2024. margin: 30px 0;
  2025.  
  2026. }
  2027.  
  2028.  
  2029.  
  2030. .widecolumn .smallattachment {
  2031.  
  2032. text-align: center;
  2033.  
  2034. float: left;
  2035.  
  2036. width: 128px;
  2037.  
  2038. margin: 5px 5px 5px 0px;
  2039.  
  2040. }
  2041.  
  2042.  
  2043.  
  2044. .widecolumn .attachment {
  2045.  
  2046. text-align: center;
  2047.  
  2048. margin: 5px 0px;
  2049.  
  2050. }
  2051.  
  2052.  
  2053.  
  2054. .postmetadata {
  2055.  
  2056. clear: left;
  2057.  
  2058. }
  2059.  
  2060.  
  2061.  
  2062. #footer {
  2063.  
  2064. padding: 0;
  2065.  
  2066. margin: 0 auto;
  2067.  
  2068. clear: both;
  2069.  
  2070. width: 100%;
  2071.  
  2072. text-align: center;
  2073.  
  2074. font-size: 11px;
  2075.  
  2076. border-top: 1px solid #999999;
  2077.  
  2078. background-color: #da9c26;
  2079.  
  2080. color: #906302;
  2081.  
  2082. }
  2083.  
  2084. /* End Structure */
  2085.  
  2086.  
  2087.  
  2088.  
  2089.  
  2090.  
  2091.  
  2092. /* Begin Headers */
  2093.  
  2094. h1 {
  2095.  
  2096. padding-top: 10px;
  2097.  
  2098. margin: 0;
  2099.  
  2100. color: #cc6600;
  2101.  
  2102. }
  2103.  
  2104.  
  2105.  
  2106. h2 {
  2107.  
  2108. margin: 10px 0 0;
  2109.  
  2110. }
  2111.  
  2112.  
  2113.  
  2114. h2.pagetitle {
  2115.  
  2116. margin-top: 30px;
  2117.  
  2118. text-align: center;
  2119.  
  2120. color: #da9c26;
  2121.  
  2122. }
  2123.  
  2124.  
  2125.  
  2126. #sidebar h2 {
  2127.  
  2128. margin: 5px 0 0;
  2129.  
  2130. padding: 0;
  2131.  
  2132. }
  2133.  
  2134.  
  2135.  
  2136. h3 {
  2137.  
  2138. padding: 0;
  2139.  
  2140. margin: 10px 0 0;
  2141.  
  2142. color: #da9c26;
  2143.  
  2144. }
  2145.  
  2146.  
  2147.  
  2148. h3.comments {
  2149.  
  2150. padding: 0;
  2151.  
  2152. margin: 40px auto 20px ;
  2153.  
  2154. }
  2155.  
  2156. /* End Headers */
  2157.  
  2158.  
  2159.  
  2160.  
  2161.  
  2162.  
  2163.  
  2164. /* Begin Images */
  2165.  
  2166. p img {
  2167.  
  2168. padding: 0;
  2169.  
  2170. max-width: 100%;
  2171.  
  2172. }
  2173.  
  2174.  
  2175.  
  2176. /* Using 'class="alignright"' on an image will (who would've
  2177.  
  2178. thought?!) align the image to the right. And using 'class="centered',
  2179.  
  2180. will of course center the image. This is much better than using
  2181.  
  2182. align="center", being much more futureproof (and valid) */
  2183.  
  2184.  
  2185.  
  2186. img.centered {
  2187.  
  2188. display: block;
  2189.  
  2190. margin-left: auto;
  2191.  
  2192. margin-right: auto;
  2193.  
  2194. }
  2195.  
  2196.  
  2197.  
  2198. img.alignright {
  2199.  
  2200. padding: 4px;
  2201.  
  2202. margin: 0 0 2px 7px;
  2203.  
  2204. display: inline;
  2205.  
  2206. }
  2207.  
  2208.  
  2209.  
  2210. img.alignleft {
  2211.  
  2212. padding: 4px;
  2213.  
  2214. margin: 0 7px 2px 0;
  2215.  
  2216. display: inline;
  2217.  
  2218. }
  2219.  
  2220.  
  2221.  
  2222. .alignright {
  2223.  
  2224. float: right;
  2225.  
  2226. }
  2227.  
  2228.  
  2229.  
  2230. .alignleft {
  2231.  
  2232. float: left
  2233.  
  2234. }
  2235.  
  2236. /* End Images */
  2237.  
  2238.  
  2239.  
  2240.  
  2241.  
  2242.  
  2243.  
  2244. /* Begin Lists
  2245.  
  2246.  
  2247.  
  2248. Special stylized non-IE bullets
  2249.  
  2250. Do not work in Internet Explorer, which merely default to normal bullets. */
  2251.  
  2252.  
  2253.  
  2254. html>body .entry ul {
  2255.  
  2256. margin-left: 0px;
  2257.  
  2258. padding: 0 0 0 30px;
  2259.  
  2260. padding-left: 10px;
  2261.  
  2262. text-indent: -10px;
  2263.  
  2264. list-style: none;
  2265.  
  2266. }
  2267.  
  2268.  
  2269.  
  2270. html>body .entry li {
  2271.  
  2272. margin: 7px 0 8px 10px;
  2273.  
  2274. }
  2275.  
  2276.  
  2277.  
  2278. .entry ul li:before, #sidebar ul ul li:before {
  2279.  
  2280. content: "\00BB \0020"; /* Doesn't work in IE7, doesn't default to disc bullets either */
  2281.  
  2282. }
  2283.  
  2284.  
  2285.  
  2286. .entry ol {
  2287.  
  2288. padding: 0 0 0 35px;
  2289.  
  2290. margin: 0;
  2291.  
  2292. }
  2293.  
  2294.  
  2295.  
  2296. .entry ol li {
  2297.  
  2298. margin: 0;
  2299.  
  2300. padding: 0;
  2301.  
  2302. }
  2303.  
  2304.  
  2305.  
  2306. .postmetadata ul, .postmetadata li {
  2307.  
  2308. display: inline;
  2309.  
  2310. list-style-type: none;
  2311.  
  2312. list-style-image: none;
  2313.  
  2314. }
  2315.  
  2316.  
  2317.  
  2318. #sidebar ul, #sidebar ul ol {
  2319.  
  2320. margin: 0;
  2321.  
  2322. padding: 0;
  2323.  
  2324. }
  2325.  
  2326.  
  2327.  
  2328. #sidebar ul li {
  2329.  
  2330. list-style-type: none;
  2331.  
  2332. list-style-image: none;
  2333.  
  2334. margin-bottom: 15px;
  2335.  
  2336. }
  2337.  
  2338.  
  2339.  
  2340. #sidebar ul p, #sidebar ul select {
  2341.  
  2342. margin: 5px 0 8px;
  2343.  
  2344. }
  2345.  
  2346.  
  2347.  
  2348. #sidebar ul ul, #sidebar ul ol {
  2349.  
  2350. margin: 5px 0 0 10px;
  2351.  
  2352. }
  2353.  
  2354.  
  2355.  
  2356. #sidebar ul ul ul, #sidebar ul ol {
  2357.  
  2358. margin: 0 0 0 10px;
  2359.  
  2360. }
  2361.  
  2362.  
  2363.  
  2364. ol li, #sidebar ul ol li {
  2365.  
  2366. list-style: decimal outside;
  2367.  
  2368. }
  2369.  
  2370.  
  2371.  
  2372. #sidebar ul ul li, #sidebar ul ol li {
  2373.  
  2374. margin: 3px 0 0;
  2375.  
  2376. padding: 0;
  2377.  
  2378. }
  2379.  
  2380. /* End Entry Lists */
  2381.  
  2382.  
  2383.  
  2384.  
  2385.  
  2386.  
  2387.  
  2388. /* Begin Form Elements */
  2389.  
  2390. #searchform {
  2391.  
  2392. margin: 10px auto;
  2393.  
  2394. padding: 5px 3px;
  2395.  
  2396. text-align: center;
  2397.  
  2398. }
  2399.  
  2400.  
  2401.  
  2402. #sidebar #searchform #s {
  2403.  
  2404. width: 108px;
  2405.  
  2406. padding: 2px;
  2407.  
  2408. }
  2409.  
  2410.  
  2411.  
  2412. #sidebar #searchsubmit {
  2413.  
  2414. padding: 1px;
  2415.  
  2416. }
  2417.  
  2418.  
  2419.  
  2420. .entry form { /* This is mainly for password protected posts, makes them look better. */
  2421.  
  2422. text-align:center;
  2423.  
  2424. }
  2425.  
  2426.  
  2427.  
  2428. select {
  2429.  
  2430. width: 130px;
  2431.  
  2432. }
  2433.  
  2434.  
  2435.  
  2436. #commentform input {
  2437.  
  2438. width: 170px;
  2439.  
  2440. padding: 2px;
  2441.  
  2442. margin: 5px 5px 1px 0;
  2443.  
  2444. }
  2445.  
  2446.  
  2447.  
  2448. #commentform textarea {
  2449.  
  2450. width: 100%;
  2451.  
  2452. padding: 2px;
  2453.  
  2454. }
  2455.  
  2456.  
  2457.  
  2458. #commentform #submit {
  2459.  
  2460. margin: 0;
  2461.  
  2462. float: right;
  2463.  
  2464. }
  2465.  
  2466. /* End Form Elements */
  2467.  
  2468.  
  2469.  
  2470.  
  2471.  
  2472.  
  2473.  
  2474. /* Begin Comments*/
  2475.  
  2476. .alt {
  2477.  
  2478. margin: 0;
  2479.  
  2480. padding: 10px;
  2481.  
  2482. }
  2483.  
  2484.  
  2485.  
  2486. .commentlist {
  2487.  
  2488. padding: 0;
  2489.  
  2490. text-align: left;
  2491.  
  2492. }
  2493.  
  2494.  
  2495.  
  2496. .commentlist li {
  2497.  
  2498. margin: 15px 0 3px;
  2499.  
  2500. padding: 5px 10px 3px;
  2501.  
  2502. list-style: none;
  2503.  
  2504. }
  2505.  
  2506.  
  2507.  
  2508. .commentlist p {
  2509.  
  2510. margin: 10px 5px 10px 0;
  2511.  
  2512. }
  2513.  
  2514.  
  2515.  
  2516. #commentform p {
  2517.  
  2518. margin: 5px 0;
  2519.  
  2520. }
  2521.  
  2522.  
  2523.  
  2524. .nocomments {
  2525.  
  2526. text-align: center;
  2527.  
  2528. margin: 0;
  2529.  
  2530. padding: 0;
  2531.  
  2532. }
  2533.  
  2534.  
  2535.  
  2536. .commentmetadata {
  2537.  
  2538. margin: 0;
  2539.  
  2540. display: block;
  2541.  
  2542. }
  2543.  
  2544. /* End Comments */
  2545.  
  2546.  
  2547.  
  2548.  
  2549.  
  2550.  
  2551.  
  2552. /* Begin Sidebar */
  2553.  
  2554. #sidebar
  2555.  
  2556. {
  2557.  
  2558. padding: 20px 0 10px 0;
  2559.  
  2560. margin-left: 480px;
  2561.  
  2562. width: 210px;
  2563.  
  2564. }
  2565.  
  2566.  
  2567.  
  2568. #sidebar form {
  2569.  
  2570. margin: 0;
  2571.  
  2572. }
  2573.  
  2574. /* End Sidebar */
  2575.  
  2576.  
  2577.  
  2578.  
  2579.  
  2580.  
  2581.  
  2582. /* Begin Calendar */
  2583.  
  2584. #wp-calendar {
  2585.  
  2586. empty-cells: show;
  2587.  
  2588. margin: 10px auto 0;
  2589.  
  2590. width: 155px;
  2591.  
  2592. }
  2593.  
  2594.  
  2595.  
  2596. #wp-calendar #next a {
  2597.  
  2598. padding-right: 10px;
  2599.  
  2600. text-align: right;
  2601.  
  2602. }
  2603.  
  2604.  
  2605.  
  2606. #wp-calendar #prev a {
  2607.  
  2608. padding-left: 10px;
  2609.  
  2610. text-align: left;
  2611.  
  2612. }
  2613.  
  2614.  
  2615.  
  2616. #wp-calendar a {
  2617.  
  2618. display: block;
  2619.  
  2620. }
  2621.  
  2622.  
  2623.  
  2624. #wp-calendar caption {
  2625.  
  2626. text-align: center;
  2627.  
  2628. width: 100%;
  2629.  
  2630. }
  2631.  
  2632.  
  2633.  
  2634. #wp-calendar td {
  2635.  
  2636. padding: 3px 0;
  2637.  
  2638. text-align: center;
  2639.  
  2640. }
  2641.  
  2642.  
  2643.  
  2644. #wp-calendar td.pad:hover { /* Doesn't work in IE */
  2645.  
  2646. background-color: #fff; }
  2647.  
  2648. /* End Calendar */
  2649.  
  2650.  
  2651.  
  2652.  
  2653.  
  2654.  
  2655.  
  2656. /* Begin Various Tags & Classes */
  2657.  
  2658. acronym, abbr, span.caps {
  2659.  
  2660. cursor: help;
  2661.  
  2662. }
  2663.  
  2664.  
  2665.  
  2666. acronym, abbr {
  2667.  
  2668. border-bottom: 1px dashed #999;
  2669.  
  2670. }
  2671.  
  2672.  
  2673.  
  2674. blockquote {
  2675.  
  2676. margin: 15px 30px 0 10px;
  2677.  
  2678. padding-left: 20px;
  2679.  
  2680. border-left: 5px solid #ddd;
  2681.  
  2682. }
  2683.  
  2684.  
  2685.  
  2686. blockquote cite {
  2687.  
  2688. margin: 5px 0 0;
  2689.  
  2690. display: block;
  2691.  
  2692. }
  2693.  
  2694.  
  2695.  
  2696. .center {
  2697.  
  2698. text-align: center;
  2699.  
  2700. }
  2701.  
  2702.  
  2703.  
  2704. hr {
  2705.  
  2706. display: none;
  2707.  
  2708. }
  2709.  
  2710.  
  2711.  
  2712. a img {
  2713.  
  2714. border: none;
  2715.  
  2716. }
  2717.  
  2718.  
  2719.  
  2720. .navigation {
  2721.  
  2722. display: block;
  2723.  
  2724. text-align: center;
  2725.  
  2726. margin-top: 10px;
  2727.  
  2728. margin-bottom: 10px;
  2729.  
  2730. }
  2731.  
  2732.  
  2733.  
  2734. div#footer p {margin-top: 5px; padding-bottom: 5px; margin-bottom: 0px;}
  2735.  
  2736. div#footer a { color: #ffffff; }
  2737.  
  2738. div#footer a:hover { color: #dedede; }
  2739.  
  2740. div#footer a:visited { color: #906302; }
  2741.  
  2742.  
  2743.  
  2744.  
  2745.  
  2746. img { border: none; }
  2747.  
  2748.  
  2749.  
  2750. li a {
  2751.  
  2752. text-decoration: none;
  2753.  
  2754. }
  2755.  
  2756.  
  2757.  
  2758. li a:visited {
  2759.  
  2760. color: #da9c26;
  2761.  
  2762. text-decoration: none;
  2763.  
  2764. }
  2765.  
  2766.  
  2767.  
  2768. h2 a:visited {
  2769.  
  2770. color: #da9c26;
  2771.  
  2772. text-decoration: none;
  2773.  
  2774. }
  2775.  
  2776.  
  2777.  
  2778. /* End Various Tags & Classes*/
  2779.  
  2780.  
  2781.  
  2782.  
  2783.  
  2784.  
  2785.  
  2786. /* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
  2787.  
  2788. It won't be a stylish marriage, I can't afford a carriage.
  2789.  
  2790. But you'll look sweet upon the seat of a bicycle built for two." */
  2791. http://thirddoormedia.com/_css/global.css
  2792.  
  2793. /* ------------- LAYOUT --------------------------*/
  2794. html, body {
  2795. margin-top: 0px;
  2796. background-position: top center;
  2797. background-image: url(/_images/bg.gif);
  2798. background-color: #eeeeee;
  2799. font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  2800. font-size: 12px;
  2801. height: 100%;
  2802. text-align: center;
  2803. }
  2804.  
  2805.  
  2806. #main {
  2807. background-color: #ffffff;
  2808. position: relative;
  2809. width: 700px;
  2810. min-height: 100%;
  2811. height: auto !important;
  2812. height: 100%;
  2813. border: 1px solid #999999;
  2814. color: #000000;
  2815. text-align: left; margin: 0px auto;
  2816. }
  2817.  
  2818. #header { margin-left: 0px; height: 99px;}
  2819.  
  2820.  
  2821. #nav { position: relative; top: -75px; left: 310px;
  2822. width: 379px;
  2823. text-align: right;
  2824. }
  2825.  
  2826. #content {
  2827. margin-left: 10px; margin-right: 5px;
  2828. padding-bottom: 55px;
  2829. }
  2830.  
  2831.  
  2832. #footer { position: absolute;
  2833. bottom: 0 !important;
  2834. bottom: -1px;
  2835. width: 100%;
  2836. height: 45px;
  2837. text-align: center;
  2838. font-size: 11px;
  2839. border-top: 1px solid #999999;
  2840. background-color: #da9c26;
  2841. color: #906302;
  2842. }
  2843.  
  2844. #formz { padding: 10px;
  2845. border: 1px solid #906302;
  2846. width: 90%;
  2847. position: relative; left: 10px;
  2848. }
  2849.  
  2850. #rbox { background-color: #eeeeee;
  2851. width: 230px;
  2852. padding: 5px 5px 0px 5px;
  2853. border: 1px solid #9d9fa2;
  2854.  
  2855. }
  2856.  
  2857. /* -------------- CONTENT FORMATTING --------------------------*/
  2858.  
  2859. h1 { font-size: 18px; margin-bottom: 5px; margin-top: 5px; color: #cc6600;}
  2860. h2 { font-size: 16px; margin-bottom: 5px; color: #da9c26;}
  2861. h3 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}
  2862. h4 { font-size: 14px; margin-bottom: 5px; color: #da9c26;}
  2863.  
  2864. .red {
  2865. color: #CC0000;
  2866. }
  2867.  
  2868. a:link {
  2869.  
  2870. color: #906302;
  2871. text-decoration: underline;
  2872. border: none;
  2873. }
  2874. a:hover {
  2875.  
  2876. color: #da9c26;
  2877. text-decoration: underline;
  2878. }
  2879. a:visited {
  2880.  
  2881. color: #808080;
  2882. text-decoration: underline;
  2883.  
  2884. }
  2885.  
  2886.  
  2887. input {
  2888. font-size: 10px;
  2889. text-decoration: none;
  2890. color: #000000;
  2891. font-family: Verdana, Arial, Helvetica, sans-serif;
  2892. border: 1px solid #9d9fa2;
  2893.  
  2894. }
  2895. textarea {
  2896. font-family: Verdana, Arial, Helvetica, sans-serif;
  2897. font-size: 10px;
  2898. color: #000000;
  2899. }
  2900. select {
  2901. font-family: Verdana, Arial, Helvetica, sans-serif;
  2902. font-size: 10px;
  2903. color: #000000;
  2904. }
  2905.  
  2906. img { border: none; }
  2907.  
  2908. .head {text-decoration: underline;}
  2909.  
  2910. .center {text-align: center;}
  2911.  
  2912. div#footer p {margin-top: 5px; margin-bottom: 5px; }
  2913. div#footer a:hover { color: #dedede; }
  2914. div#footer a:visited { color: #906302; }
  2915.  
  2916. div#rbox p {margin-top: 5px; margin-bottom: 5px; }
  2917.  
  2918. .emph { font-weight: bold; }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.