Advertisement
Guest User

Html

a guest
Jul 5th, 2011
7,007
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 50.19 KB | None | 0 0
  1. Copy this into your Design > Edit HTML
  2.  
  3. -------------------------------------------------------------------------------
  4.  
  5. <?xml version="1.0" encoding="UTF-8" ?>
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  7. <html expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  8. <head>
  9. <link href='http://www.iconj.com/ico/l/5/l5getuxe5s.ico' rel='shortcut icon' type='image/x-icon'/>
  10. <b:skin><![CDATA[/*
  11. */
  12. /* Variable definitions
  13. ====================
  14. <Variable name="bgcolor" description="Page Background Color"
  15. type="color" default="#fff" value="#0086ff">
  16. <Variable name="textcolor" description="Text Color"
  17. type="color" default="#000" value="#0e84f0">
  18. <Variable name="linkcolor" description="Link Color"
  19. type="color" default="#666" value="#03628e">
  20. <Variable name="hoverlinkcolor" description="Hover Link Color"
  21. type="color" default="#cc0000" value="#008ecc">
  22. <Variable name="topmenubgcolor" description="Top Menu Background Color"
  23. type="color" default="#fff" value="#3f3636">
  24. <Variable name="topmenulinkcolor" description="Top Menu Link Color"
  25. type="color" default="#777" value="#777777">
  26. <Variable name="headerbgcolor" description="Header Background Color"
  27. type="color" default="#fff" value="#ffffff">
  28. <Variable name="pagetitlecolor" description="Blog Title Color"
  29. type="color" default="#666" value="#0598dd"> <center> </center>
  30. <Variable name="pagetitlehovercolor" description="Blog Title Hover Color"
  31. type="color" default="#000" value="#3957ff">
  32. <Variable name="descriptioncolor" description="Blog Description Color"
  33. type="color" default="#666" value="#666666">
  34. <Variable name="titlecolor" description="Post Title Color"
  35. type="color" default="#666" value="#006a9b">
  36. <Variable name="titlehovercolor" description="Post Title Hover Color"
  37. type="color" default="#000" value="#008ecc">
  38. <Variable name="leftsidebarcolor" description="Left Sidebar Title Color"
  39. type="color" default="#000" value="#000000">
  40. <Variable name="leftsidebarbgcolor" description="Left Sidebar Background Color"
  41. type="color" default="#fff" value="#82CAFA">
  42. <Variable name="leftsidebartextcolor" description="Left Sidebar Text Color"
  43. type="color" default="#000" value="#000000">
  44. <Variable name="rightsidebarcolor" description="Right Sidebar Title Color"
  45. type="color" default="#000" value="#000000">
  46. <Variable name="rightsidebarbgcolor" description="Right Sidebar Background Color"
  47. type="color" default="#fff" value="#82CAFA">
  48. <Variable name="rightsidebartextcolor" description="Right Sidebar Text Color"
  49. type="color" default="#000" value="#000000">
  50. <Variable name="sidebarlistcolor" description="Sidebar List Color"
  51. type="color" default="#666" value="#027bb2">
  52. <Variable name="sidebarlisthovercolor" description="Sidebar List Hover Color"
  53. type="color" default="#000" value="#008ecc">
  54. <Variable name="sidebarlistbordercolor" description="Sidebar List Border Color"
  55. type="color" default="#ccc" value="#82CAFA">
  56. <Variable name="sidebarlistborderhovercolor" description="Sidebar List Border Hover Color"
  57. type="color" default="#000" value="#080808">
  58. <Variable name="contentbgcolor" description="Content Background Color"
  59. type="color" default="#fff" value="#eaf7fb">
  60. <Variable name="contenttextcolor" description="Content Text Color"
  61. type="color" default="#000" value="#000000">
  62. <Variable name="postfooterbgcolor" description="Post Footer Background Color"
  63. type="color" default="#eee" value="#0184bf">
  64. <Variable name="postfootercolor" description="Post Footer Color"
  65. type="color" default="#666" value="#000000">
  66. <Variable name="postfooterlinkcolor" description="Post Footer Link Color"
  67. type="color" default="#333" value="#ffffff">
  68. <Variable name="postfooterhoverlinkcolor" description="Post Footer Hover Link Color" type="color" default="#333" value="#ffffff">
  69.  
  70. <Variable name="commentstitlecolor" description="Comments Title Color"
  71. type="color" default="#000" value="#000000">
  72. <Variable name="normalcommentsbgcolor" description="Normal Comments Background Color"
  73. type="color" default="#fff" value="#ccf6fa">
  74. <Variable name="admincommentsbgcolor" description="Admin Comments Background Color"
  75. type="color" default="#eee" value="#ccf6fa">
  76. <Variable name="commentsauthorcolor" description="Comments Author Color"
  77. type="color" default="#666" value="#027bb2">
  78. <Variable name="commentsdatecolor" description="Comments Date Color"
  79. type="color" default="#666" value="#008ecc">
  80. <Variable name="commentstextcolor" description="Comments Text Color"
  81. type="color" default="#000" value="#000000">
  82. <Variable name="commentsformbgcolor" description="Comments Form Background Color"
  83. type="color" default="#eee" value="#ccf6fa">
  84. <Variable name="footerbgcolor" description="Footer Background Color"
  85. type="color" default="#fff" value="#1810f4">
  86. <Variable name="footertextcolor" description="Footer Text Color"
  87. type="color" default="#777" value="transparent">
  88. <Variable name="footerlinkcolor" description="Footer Link Color"
  89. type="color" default="#777" value="transparent">
  90. <Variable name="footerhoverlinkcolor" description="Footer Hover Link Color"
  91. type="color" default="#777" value="transparent">
  92. */
  93.  
  94. .navbar {visibility:hidden;display:none;}
  95.  
  96.  
  97. body{text-align:center;margin:0;padding:0;font-family:tahoma,arial,sans-serif;font-size:0.8em;color:$textcolor;background:#0186b1 url("http://monchocho.com/wp-content/uploads/2010/10/6.png") fixed repeat center left;}
  98.  
  99. a:link,a:visited,a:active{color:$linkcolor;font-weight:bold;text-decoration:none;}
  100.  
  101. a:hover{color:$hoverlinkcolor;font-weight:bold;text-decoration:underline}
  102.  
  103. ul,ol,dl,p,h1,h2,h3,h4,h5,h6{margin-top:10px;margin-bottom:10px;padding-top:0;padding-bottom:0;}
  104.  
  105. ul ul,ul ol,ol ul,ol ol{margin-top:0;margin-bottom:0}
  106.  
  107. h1,h2,h3,h4,h5,h6{color:#000;display:block;font-smooth:always}
  108.  
  109. h1{font-size:34px;line-height:1.2;margin:0.3em 0 10px;}
  110.  
  111. h2{font-size:28px;line-height:1.3;margin:1em 0 .2em;}
  112.  
  113. h3{font-size:24px;line-height:1.3;margin:1em 0 .2em;}
  114.  
  115. h4{font-size:19px;margin:1.33em 0 .2em;}
  116.  
  117. h5{font-size:1.3em;margin:1.67em 0;font-weight:bold;}h6{font-size:1.15em;margin:1.67em 0;font-weight:bold;}
  118.  
  119. h1 a,h2 a,h1 a:link,h2 a:link,h1 a:visited,h2 a:visited{color:#000;}
  120.  
  121. h1 a:active,h2 a:active,h1 a:focus,h2 a:focus,h1 a:hover,h2 a:hover{color:#669900;}
  122.  
  123. code,pre{font-family:"Courier New",Courier,monospace;font-size:1em}
  124.  
  125. pre{overflow:auto;word-wrap:normal;padding-bottom:1.5em;overflow-y:hidden;width:980px}
  126.  
  127. abbr[title],acronym[title]{border-bottom:5px solid}
  128.  
  129. hr{display:block;height:2px;border:none;margin:0.5em auto;color:#cccccc;background-color:#cccccc}
  130.  
  131. table{font-size:1em;}
  132.  
  133. div.post,ul.commentlist li,ol.commentlist li{word-wrap:break-word;}
  134.  
  135. pre,.wp_syntax{word-wrap:normal;}
  136.  
  137. div#wrapper{text-align:center;margin-left:auto;margin-right:auto;display:block;width:980px;}
  138.  
  139. div#container{padding:0;width:auto;margin-left:auto;margin-right:auto;text-align:left;display:block;}
  140.  
  141. table#layout{font-size:100%;width:100%;table-layout:fixed}
  142.  
  143. .colone{width:200px}
  144.  
  145. .colone-inner{width:200px; border-right: solid 5px #0078AB;
  146. border-left: solid 5px #0078AB;}
  147.  
  148. .coltwo{width:100% }
  149.  
  150. .colthree-inner{width:200px}
  151.  
  152. .colthree{width:200px}
  153.  
  154. div.header-image-container{position:relative;margin:0;padding:0;height:150px;border-bottom: solid 5px #0078AB;
  155. border-top: solid 5px #0078AB;}
  156.  
  157. div.opacityleft{position:absolute;z-index:2;top:0;left:0;background-color:#ffffff;height:150px;width:200px;filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40}
  158.  
  159. div.opacityright{position:absolute;z-index:2;top:0;right:0;background-color:#ffffff;height:150px;width:200px;filter:alpha(opacity=40);-moz-opacity:.40;opacity:.40}
  160.  
  161. a.divclick:link,a.divclick:visited,a.divclick:active,a.divclick:hover{width:100%;height:100%;display:block;text-decoration:none}
  162.  
  163. td#left{vertical-align:top;border-right:solid 5px #0052AF;
  164. border-left:solid 5px #0052AF;
  165. border-bottom:solid 2px #0052AF;
  166. background:url(http://i51.tinypic.com/zvbkuv.png);
  167. color:#007AB;
  168. }
  169.  
  170. td#left-inner{vertical-align:top;border-right:solid 5px #0052AF;border-left:solid 5px #0052AF;padding:0px 0px 0px 0px;background:#ffffff}
  171.  
  172. td#right{vertical-align:top;border-right:solid 5px #0052AF;
  173. border-left:solid 5px #0052AF;
  174. border-bottom:solid 2px #0052AF;
  175. background:url(http://i51.tinypic.com/zvbkuv.png);
  176. color:#0052AF;
  177. }
  178.  
  179. td#right-inner{vertical-align:top;border-left:solid 5px #0052AF;border-right:solid 5px #0052AF;padding:0px 0px 0px 0px;background:#ffffff}
  180.  
  181. td#middle{vertical-align:top;width:100%;padding:10px 15px;background:$contentbgcolor;color:$contenttextcolor}
  182.  
  183. td#footer{
  184. background: url(http://i55.tinypic.com/2qkjfj7.png)no-repeat;
  185. width:auto;
  186. height:115px;
  187. padding:10px;
  188. text-align:center;
  189. color:#fff;
  190. $footertextcolor;font-size:95%}
  191.  
  192. td#footer a:link,td#footer a:visited,td#footer a:active{text-decoration:none;color:$footerlinkcolor;font-weight:normal}
  193.  
  194. td#footer a:hover{text-decoration:none;color:$footerhoverlinkcolor;font-weight:normal}
  195.  
  196. div.sidebar .widget{display:block;width:auto;margin:0 0 15px 0}
  197.  
  198. div.widget-title{display:block;width:auto}
  199.  
  200. td#left h2{background:url('http://krix.tk/files/titli.png');color:#fff;padding:0;margin:0.1;font-size:1.4em;font-weight:normal;text-align:center;border-top:solid 2px #0052AF;
  201. border-bottom:solid 2px #0052AF;}
  202. td#right h2{background:url('http://krix.tk/files/titli.png');color:#fff;padding:0;margin:0.1;font-size:1.4em;font-weight:normal;text-align:center;border-top:solid 2px #0052AF;
  203. border-bottom:solid 2px #0052AF;}
  204. div.sidebar .widget ul,div.textwidget{display:block;width:auto}
  205. div.sidebar .widget select{width:98%;margin-top:5px;}
  206. div.sidebar .widget ul{list-style-type:none;margin:0;padding:0;width:auto}
  207. div.sidebar .widget ul li{display:block;margin:2px 0 2px 0px;padding:0 0 0 5px;border-left:solid 7px #8c8c8c;}
  208. div.sidebar .widget ul li:hover,div.sidebar .widget ul li.sfhover{display:block;width:auto;border-left:solid 7px #119ffb;}
  209. #ArchiveList ul li{display:block;margin:2px 0 2px 0px;padding:0 0 0 20px !important;border-left:solid 7px #8c8c8c !important;}
  210. #ArchiveList ul li:hover{display:block;width:auto;border-left:solid 7px #119ffb !important;}
  211. div.sidebar .widget ul li ul li{margin:2px 0 2px 5px;padding:0 0 0 5px;border-left:solid 7px #8c8c8c;}
  212. div.sidebar .widget ul li ul li:hover,div.sidebar .widget ul li ul li.sfhover{border-left:solid 7px #119ffb;}
  213. div.sidebar .widget ul li ul li ul li{margin:2px 0 2px 5px;padding:0 0 0 5px;border-left:solid 7px #8c8c8c;}
  214. div.sidebar .widget ul li ul li ul li:hover,div.sidebar .widget ul li ul li ul li.sfhover{border-left:solid 7px #119ffb;}
  215. div.sidebar .widget ul li a:link,div.sidebar .widget ul li a:visited,div.sidebar .widget ul li a:active{text-decoration:none;font-weight:normal;color:#119ffb;font-weight:normal;}
  216. div.sidebar .widget ul li ul li a:link,div.sidebar .widget ul li ul li a:visited,div.sidebar .widget ul li ul li a:active{color:#119ffb;font-weight:normal;}
  217. div.sidebar .widget ul li ul li ul li a:link,div.sidebar .widget ul li ul li ul li a:visited,div.sidebar .widget ul li ul li ul li a:active{color:#119ffb;font-weight:normal;}
  218. div.sidebar .widget ul li a:hover{color:#119ffb;}
  219. div.sidebar .widget ul li ul li a:hover{color:#119ffb;}
  220. div.sidebar .widget ul li ul li ul li a:hover{color:#119ffb;}
  221.  
  222. #ArchiveList ul li{display:block;margin:2px 0 2px 0px;padding:0 0 0 20px !important;border-left:solid 7px $sidebarlistbordercolor !important;}
  223.  
  224. #ArchiveList ul li:hover{display:block;width:auto;border-left:solid 7px $sidebarlistborderhovercolor !important;}
  225.  
  226. div.sidebar .widget ul li ul li{margin:2px 0 2px 5px;padding:0 0 0 5px;border-left:solid 7px $sidebarlistbordercolor;}
  227.  
  228. div.sidebar .widget ul li ul li:hover,div.sidebar .widget ul li ul li.sfhover{border-left:solid 7px $sidebarlistborderhovercolor;}
  229.  
  230. div.sidebar .widget ul li ul li ul li{margin:2px 0 2px 5px;padding:0 0 0 5px;border-left:solid 7px $sidebarlistbordercolor;}
  231.  
  232. div.sidebar .widget ul li ul li ul li:hover,div.sidebar .widget ul li ul li ul li.sfhover{border-left:solid 7px $sidebarlistborderhovercolor;}
  233.  
  234. div.sidebar .widget ul li a:link,div.sidebar .widget ul li a:visited,div.sidebar .widget ul li a:active{text-decoration:none;font-weight:normal;color:$sidebarlistcolor;font-weight:normal;}
  235.  
  236. div.sidebar .widget ul li ul li a:link,div.sidebar .widget ul li ul li a:visited,div.sidebar .widget ul li ul li a:active{color:$sidebarlistcolor;font-weight:normal;}
  237.  
  238. div.sidebar .widget ul li ul li ul li a:link,div.sidebar .widget ul li ul li ul li a:visited,div.sidebar .widget ul li ul li ul li a:active{color:$sidebarlistcolor;font-weight:normal;}
  239.  
  240. div.sidebar .widget ul li a:hover{color:$sidebarlisthovercolor;}
  241.  
  242. div.sidebar .widget ul li ul li a:hover{color:$sidebarlisthovercolor;}
  243.  
  244. div.sidebar .widget ul li ul li ul li a:hover{color:$sidebarlisthovercolor;}
  245.  
  246. div.sidebar .widget ul li a:link,div.sidebar .widget ul li a:visited,div.sidebar .widget ul li a:active,div.sidebar .widget ul li a:hover{display:inline}
  247.  
  248. * html div.sidebar .widget ul li a:link,* html div.sidebar .widget ul li a:visited,* html div.sidebar .widget ul li a:active,* html div.sidebar .widget ul li a:hover{height:1%; }
  249.  
  250. div.widget_pages ul li,div.widget_categories ul li{border-left:0 !important;padding:0 !important}
  251.  
  252. div.widget_pages ul li a:link,div.widget_pages ul li a:visited,div.widget_pages ul li a:active,div.widget_categories ul li a:link,div.widget_categories ul li a:visited,div.widget_categories ul li a:active{padding:0 0 0 5px;border-left:solid 7px #cccccc}
  253.  
  254. div.widget_pages ul li a:hover,div.widget_categories ul li a:hover{border-left:solid 7px #000000;}
  255.  
  256. div.widget_pages ul li ul li a:link,div.widget_pages ul li ul li a:visited,div.widget_pages ul li ul li a:active,div.widget_categories ul li ul li a:link,div.widget_categories ul li ul li a:visited,div.widget_categories ul li ul li a:active{padding:0 0 0 5px;border-left:solid 7px #cccccc}
  257.  
  258. div.widget_pages ul li ul li a:hover,div.widget_categories ul li ul li a:hover{border-left:solid 7px #000000;}
  259.  
  260. div.widget_pages ul li ul li ul li a:link,div.widget_pages ul li ul li ul li a:visited,div.widget_pages ul li ul li ul li a:active,div.widget_categories ul li ul li ul li a:link,div.widget_categories ul li ul li ul li a:visited,div.widget_categories ul li ul li ul li a:active{padding:0 0 0 5px;border-left:solid 7px #cccccc}
  261.  
  262. div.widget_pages ul li ul li ul li a:hover,div.widget_categories ul li ul li ul li a:hover{border-left:solid 7px #000000;}
  263.  
  264. div.widget_pages ul li a:link,div.widget_pages ul li a:active,div.widget_pages ul li a:visited,div.widget_pages ul li a:hover{display:block !important}
  265.  
  266. div.widget_categories ul li a:link,div.widget_categories ul li a:active,div.widget_categories ul li a:visited,div.widget_categories ul li a:hover{display:inline !important}
  267.  
  268. table.subscribe{width:100%}
  269.  
  270. table.subscribe td.email-text{padding:0 0 5px 0;vertical-align:top}
  271.  
  272. table.subscribe td.email-field{padding:0;width:100%}table.subscribe td.email-button{padding:0 0 0 5px}
  273.  
  274. table.subscribe td.post-text{padding:7px 0 0 0;vertical-align:top}
  275.  
  276. table.subscribe td.comment-text{padding:7px 0 0 0;vertical-align:top}
  277.  
  278. div.post,div.page{display:block;margin:0 0 30px 0}
  279.  
  280. div.sticky{background:#eee url(http://www.opendrive.com/files/6303091_lJTIg/sticky.gif) 990px 5% no-repeat;border:dashed 1px #cccccc;padding:10px}
  281.  
  282. div.post-kicker{margin:0 0 5px 0}
  283.  
  284. div.post-kicker a:link,div.post-kicker a:visited,div.post-kicker a:active{color:#000000;text-decoration:none;text-transform:uppercase}
  285.  
  286. div.post-kicker a:hover{color:#cc0000}
  287.  
  288. div.post-headline{text-align:center;}
  289.  
  290. div.post-headline h1,div.post-headline h2{ margin:0; padding:0;padding:0;margin:0}
  291.  
  292. div.post-headline h1,div.post-headline h2{ margin:0; padding:0;padding:0;margin:0}
  293. div.post-headline h2 a:link,div.post-headline h2 a:visited,div.post-headline h2 a:active,div.post-headline h1 a:link,div.post-headline h1 a:visited,div.post-headline h1 a:active{color:#027bb2;text-decoration:none}
  294.  
  295. div.post-headline h2 a:hover,div.post-headline h1 a:hover{color:#008ecc;text-decoration:none}
  296.  
  297. div.post-byline{margin:5px 0 10px 0}
  298. div.post-byline a:link,div.post-byline a:visited,div.post-byline a:active{}
  299.  
  300. div.post-byline a:hover{}
  301.  
  302. div.post-bodycopy{}
  303.  
  304. div.post-bodycopy p{margin:1em 0;padding:0;display:block}
  305.  
  306. div.post-pagination{}
  307.  
  308. div.post-footer{clear:both;display:block;margin:0;padding:5px;background:$postfooterbgcolor;color:$postfootercolor;line-height:18px}
  309.  
  310. div.post-footer a:link,div.post-footer a:visited,div.post-footer a:active{color:$postfooterlinkcolor;font-weight:normal;text-decoration:none}
  311.  
  312. div.post-footer a:hover{color:$postfooterhoverlinkcolor;font-weight:normal;text-decoration:underline}
  313.  
  314. div.post-kicker img,div.post-byline img,div.post-footer img{border:0;padding:0;margin:0 0 -1px 0;background:none}
  315.  
  316. span.post-ratings{display:inline-block;width:auto;white-space:nowrap}
  317.  
  318. div.navigation-top{display:block;width:100%;margin:0 0 10px 0;padding:0 0 25px 0;border-bottom:dashed 1px #cccccc}
  319.  
  320. div.navigation-middle{display:block;width:100%;margin:10px 0 20px 0;padding:10px 0 10px 0;border-top:dashed 1px #cccccc;border-bottom:dashed 1px #cccccc}
  321.  
  322. div.navigation-bottom{display:block;width:100%;margin:20px 0 0 0;padding:10px 0 0 0;border-top:dashed 1px #cccccc}
  323.  
  324. div.navigation-comments-above{display:block;width:100%;margin:0 0 10px 0;padding:5px 0 5px 0}
  325.  
  326. div.navigation-comments-below{display:block;width:100%;margin:0 0 10px 0;padding:5px 0 5px 0}
  327.  
  328. div.older{float:left;width:49%;text-align:left;margin:0;padding:0}
  329.  
  330. div.newer{float:right;width:49%;text-align:right;margin:0;padding:0;}
  331.  
  332. div.older-home{float:left;width:45%;text-align:left;margin:0;padding:0}
  333.  
  334. div.newer-home{float:right;width:45%;text-align:right;margin:0;padding:0;}
  335.  
  336. div.home{float:left;width:9%;text-align:center;margin:0;padding:0}
  337.  
  338. form,.feedburner-email-form{margin:0;padding:0;}
  339.  
  340. fieldset{border:1px solid #cccccc;width:auto;padding:0.35em 0.625em 0.75em;display:block;}
  341.  
  342. legend{color:#000000;background:#f4f4f4;border:1px solid #cccccc;padding:2px 6px;margin-bottom:15px;}
  343.  
  344. form p{margin:5px 0 0 0;padding:0;}
  345.  
  346. label{margin-right:0.5em;font-family:arial;cursor:pointer;}
  347.  
  348. input.text,input.textbox,input.password,input.file,input.TextField,textarea{padding:3px;color:#000000;border-top:solid 1px #333333;border-left:solid 1px #333333;border-right:solid 1px #999999;border-bottom:solid 1px #cccccc;background:url(http://www.opendrive.com/files/6302292_OF7CU/inputbackgr.gif) top left no-repeat}
  349.  
  350. textarea{width:96%;}
  351.  
  352. input.inputblur{color:#777777;width:95%}
  353.  
  354. input.inputfocus{color:#000000;width:95%}input.highlight,textarea.highlight{background:#e8eff7;border-color:#37699f}
  355.  
  356. .button,.Button{padding:0 2px;height:24px;line-height:16px;background-color:#777777;color:#ffffff;border:solid 2px #555555;font-weight:bold}
  357.  
  358. .buttonhover{padding:0 2px;cursor:pointer;background-color:#6b9c6b;color:#ffffff;border:solid 2px #496d49}
  359.  
  360. form#commentform input#submit{padding:4px 10px 4px 10px;font-size:1.2em;line-height:1.5em;height:36px}
  361.  
  362. table.searchform{width:100%}
  363.  
  364. table.searchform td.searchfield{padding:0;width:100%}
  365.  
  366. table.searchform td.searchbutton{padding:0 0 0 5px}table.searchform td.searchbutton input{padding:0 0 0 5px}
  367.  
  368. blockquote{height:1%;display:block;clear:both;color:#555555;padding:1em 1em;background:#B2D9F9;border:solid 1px #0052AF}
  369.  
  370. blockquote blockquote{height:1%;display:block;clear:both;color:#444444;padding:1em 1em;background:#B2D9F9;border:solid 1px #0052AF}
  371.  
  372. div.post table{border-collapse:collapse;margin:0px 0}
  373.  
  374. div.post table caption{width:auto;margin:0 auto;background:#eeeeee;border:#999999;padding:4px 8px;color:#666666}
  375.  
  376. div.post table th{background:#888888;color:#ffffff;font-weight:bold;font-size:90%;padding:4px 8px;border:solid 1px #ffffff;text-align:left}
  377.  
  378. div.post table td{padding:4px 8px;background-color:#ffffff;border-bottom:1px solid #dddddd;text-align:left}
  379.  
  380. div.post table tfoot td{}
  381.  
  382. div.post table tr.alt td{background:#f4f4f4}div.post table tr.over td{background:#e2e2e2}
  383.  
  384. #calendar_wrap{padding:0;border:none}
  385.  
  386. table#wp-calendar{width:100%;font-size:90%;border-collapse:collapse;background-color:#ffffff;margin:0 auto}
  387.  
  388. table#wp-calendar caption{width:auto;background:#eeeeee;border:none;;padding:3px;margin:0 auto;font-size:1em}
  389.  
  390. table#wp-calendar th{border:solid 1px #eeeeee;background-color:#999999;color:#ffffff;font-weight:bold;padding:2px;text-align:center}
  391.  
  392. table#wp-calendar td{padding:0;line-height:18px;background-color:#ffffff;border:1px solid #dddddd;text-align:center}
  393.  
  394. table#wp-calendar tfoot td{border:solid 1px #eeeeee;background-color:#eeeeee}
  395.  
  396. table#wp-calendar td a{display:block;background-color:#eeeeee;width:100%;height:100%;padding:0}
  397.  
  398. div#respond{margin:25px 0;padding:25px;background:$commentsformbgcolor;-moz-border-radius:8px;-khtml-border-radius:8px;-webkit-border-radius:8px;border-radius:8px;}
  399.  
  400. p.thesetags{margin:10px 0}
  401.  
  402. h3#comments{color:$commentstitlecolor;}
  403.  
  404. h3.reply{color:$commentstitlecolor;margin:0;padding:0 0 10px 0}
  405.  
  406. ol.commentlist{margin:15px 0 25px 0;list-style-type:none;padding:0;display:block;border-top:solid 3px #0078AB}
  407.  
  408. ol.commentlist li{padding:15px 10px;display:block;height:1%;margin:0;background-color:#ffffff;border-bottom:solid 10px #0078AB}
  409.  
  410. ol.commentlist li.alt{display:block;height:1%;background-color:#eeeeee;border-bottom:solid 10px #0078AB}
  411.  
  412. ol.commentlist li.authorcomment{display:block;height:1%;background-color:#ffecec}
  413.  
  414. ol.commentlist span.authorname{font-weight:bold;font-size:110%}
  415.  
  416. ol.commentlist span.commentdate{color:#666666;font-size:90%;margin-bottom:5px;display:block}
  417.  
  418. ol.commentlist span.editcomment{display:block}
  419.  
  420. ol.commentlist li p{margin:2px 0 5px 0}
  421.  
  422. div.comment-number{float:right;font-size:2em;line-height:2em;font-family:georgia,serif;font-weight:bold;color:#ddd;margin:-10px 0 0 0;position:relative;height:1%}
  423.  
  424. div.comment-number a:link,div.comment-number a:visited,div.comment-number a:active{color:#ccc}
  425.  
  426. textarea#comment{width:98%;margin:10px 0;display:block}
  427.  
  428. ul.commentlist{margin:15px 0 15px 0;list-style-type:none;padding:0;display:block;border-top:solid 3px #0078AB;border-right:solid 3px #0078AB;border-left:solid 3px #0078AB;}
  429.  
  430. ul.commentlist ul{margin:0;border:none;list-style-type:none;padding:0}
  431.  
  432. ul.commentlist li{color:$commentstextcolor;padding:0; margin:0;display:block;clear:both;height:1%;}
  433.  
  434. ul.commentlist ul.children li{ margin-left:30px}
  435.  
  436. ul.commentlist div.comment-container{padding:10px;margin:0}
  437.  
  438. /* ----- Top Ads ----- */
  439. #topads-wrapper {
  440. margin: 0px;
  441. padding: 0px;
  442. font-size: 0%;
  443. position: relative;
  444. font: normal normal 0% Arial, sans-serif;
  445. text-align: center;
  446. width: 100%;
  447. }
  448. #topads {margin: -3px; padding: 0px;}
  449. #topads .widget {margin: 0px; padding: 0px 0px;}
  450.  
  451. ul.children div.comment-container{background-color:transparent;border:solid 0px #0078AB;padding:10px;margin:0 10px 8px 0; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px}
  452.  
  453. ul.children div.bypostauthor{}
  454.  
  455. ul.commentlist li.thread-even{background-color:$normalcommentsbgcolor;border-bottom:solid 3px #0078AB}
  456.  
  457. ul.commentlist li.thread-odd{background-color:$admincommentsbgcolor;border-bottom:solid 3px #0078AB}
  458.  
  459. ul.commentlist div.bypostauthor{background-color:#ffecec}
  460.  
  461. ul.children div.bypostauthor{border:solid 3px #0078AB}
  462.  
  463. ul.commentlist span.authorname{color:$commentsauthorcolor;font-weight:bold;font-size:110%}
  464.  
  465. ul.commentlist span.authorname a:link,ul.commentlist span.authorname a:visited,ul.commentlist span.authorname a:active{color:$commentsauthorcolor;}
  466.  
  467. div.comment-meta a:link,div.comment-meta a:visited,div.comment-meta a:active,div.comment-meta a:hover{color:$commentsdatecolor;font-weight:normal}
  468.  
  469. div#cancel-comment-reply{margin:-5px 0 10px 0}
  470.  
  471. div.comment-number{float:right;font-size:2em;line-height:2em;font-family:georgia,serif;font-weight:bold;color:#ddd;margin:-10px 0 0 0;position:relative;height:1%}
  472.  
  473. div.comment-number a:link,div.comment-number a:visited,div.comment-number a:active{color:#ccc}
  474.  
  475. .page-numbers{padding:2px 6px;border:solid 1px #000000;-moz-border-radius:6px;-khtml-border-radius:6px;-webkit-border-radius:6px;border-radius:6px}
  476.  
  477. span.current{background:#ddd}
  478.  
  479. a.prev,a.next{border:none}
  480.  
  481. a.page-numbers:link,a.page-numbers:visited,a.page-numbers:active{text-decoration:none;color:#666666;border-color:#666666}
  482.  
  483. a.page-numbers:hover{text-decoration:none;color:#cc0000;border-color:#cc0000}
  484.  
  485. div.xhtml-tags{display:none}
  486.  
  487. abbr em{border:none !important;border-top:dashed 1px #aaa !important;display:-moz-inline-box !important;display:inline-block !important;background:url(http://www.opendrive.com/files/6303087_3C5vS/commentluv.gif) 0% 90% no-repeat;margin-top:8px;padding:5px 5px 2px 20px !important;font-style:normal}
  488.  
  489. p.subscribe-to-comments{margin-bottom:10px}
  490.  
  491. div#gsHeader{display:none; border-top: solid 5px #0078AB;
  492. border-bottom: solid 5px #0078AB;}
  493.  
  494. div.g2_column{margin:0 !important;width:100% !important;font-size:1.2em}
  495.  
  496. div#gsNavBar{border-top-width:0 !important}
  497.  
  498. p.giDescription{font-size:1.2em;line-height:1 !important}
  499.  
  500. p.giTitle{margin:0.3em 0 !important;font-size:1em;font-weight:normal;color:#666}
  501.  
  502. div#wp-email img{border:0;padding:0}
  503.  
  504. div#wp-email input,div#wp-email textarea{margin-top:5px;margin-bottom:2px}
  505.  
  506. div#wp-email p{margin-bottom:10px}
  507.  
  508. input#wp-email-submit{ padding:0; font-size:30px; height:50px; line-height:50px; overflow:visible;}
  509.  
  510. img.WP-EmailIcon{ vertical-align:text-bottom !important}
  511.  
  512. .tw-accordion .tw-widgettitle,.tw-accordion .tw-widgettitle:hover,.tw-accordion .tw-hovered,.tw-accordion .selected,.tw-accordion .selected:hover{ background:transparent !important; background-image:none !important}
  513.  
  514. .tw-accordion .tw-widgettitle span{ padding-left:0 !important}
  515.  
  516. .tw-accordion h3.tw-widgettitle{border-bottom:solid 1px #ccc}
  517.  
  518. .tw-accordion h3.selected{border-bottom:none}
  519.  
  520. td#left .without_title,td#right .without_title{ margin-top:0;margin-bottom:0}
  521.  
  522. ul.tw-nav-list{border-bottom:solid 1px #999;display:block;margin-bottom:5px !important}
  523.  
  524. td#left ul.tw-nav-list li,td#right ul.tw-nav-list li{padding:0 0 1px 0;margin:0 0 -1px 5px; border:solid 1px #ccc;border-bottom:none;-moz-border-radius:5px;-khtml-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;-moz-border-radius-bottomright:0;-moz-border-radius-bottomleft:0;-webkit-border-bottom-right-radius:0;-webkit-border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-left-radius:0;background:#eee}
  525.  
  526. td#left ul.tw-nav-list li.ui-tabs-selected,td#right ul.tw-nav-list li.ui-tabs-selected{ background:none;border:solid 1px #999;border-bottom:solid 1px #fff !important}
  527.  
  528. ul.tw-nav-list li a:link,ul.tw-nav-list li a:visited,ul.tw-nav-list li a:active,ul.tw-nav-list li a:hover{padding:0 8px !important;background:none;border-left:none !important;outline:none}
  529.  
  530. td#left ul.tw-nav-list li.ui-tabs-selected a,td#left li.ui-tabs-selected a:hover,td#right ul.tw-nav-list li.ui-tabs-selected a,td#right li.ui-tabs-selected a:hover{ color:#000000; text-decoration:none;font-weight:bold;background:none !important;outline:none}
  531.  
  532. td#left .ui-tabs-panel,td#right .ui-tabs-panel{ margin:0; padding:0}
  533.  
  534. img{border:0}
  535.  
  536. #dbem-location-map img{ background:none !important}
  537.  
  538. .post img{padding:5px;border:solid 1px #dddddd;background-color:#f3f3f3;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
  539.  
  540. .post img.size-full{max-width:96%;width:auto 100%;margin:5px 0 5px 0}
  541.  
  542. div.post img[class~=size-full]{height:auto;}
  543.  
  544. .post img.alignleft{float:left;margin:10px 10px 5px 0;}
  545.  
  546. .post img.alignright{float:right;margin:10px 0 5px 10px;}
  547.  
  548. .post img.aligncenter{display:block;margin:10px auto}
  549.  
  550. .aligncenter,div.aligncenter{ display:block; margin-left:auto; margin-right:auto}
  551.  
  552. .alignleft,div.alignleft{float:left;margin:10px 10px 5px 0}
  553.  
  554. .alignright,div.alignright{ float:right; margin:10px 0 5px 10px}
  555.  
  556. div.archives-page img{border:0;padding:0;background:none;margin-bottom:0;vertical-align:-10%}
  557.  
  558. .wp-caption{max-width:96%;width:auto 100%;height:auto;display:block;border:1px solid #dddddd;text-align:center;background-color:#f3f3f3;padding-top:4px;margin:10px 0 0 0;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
  559.  
  560. * html .wp-caption{height:100%;}
  561.  
  562. .wp-caption img{ margin:0 !important; padding:0 !important; border:0 none !important}
  563.  
  564. .wp-caption p.wp-caption-text{font-size:0.8em;line-height:13px;padding:2px 4px 5px;margin:0;color:#666666}
  565.  
  566. img.wp-post-image{float:left;border:0;padding:0;background:none;margin:0 10px 5px 0}
  567.  
  568. img.wp-smiley{ float:none;border:none !important;margin:0 1px -1px 1px;padding:0 !important;background:none !important}
  569.  
  570. img.avatar{float:left;display:block;margin:0 8px 1px 0;padding:3px;border:solid 1px #ddd;background-color:#f3f3f3;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;}
  571.  
  572. .avatar-image-container {float:left;display:block;margin:0 8px 1px 0;padding:3px;border:solid 1px #ddd;background-color:#f3f3f3;-moz-border-radius:3px;-khtml-border-radius:3px;-webkit-border-radius:3px;border-radius:3px;height:55px;}
  573.  
  574. .avatar-image-container img {background: url(http://www.opendrive.com/files/6302263_dgB6Y/avatar.png) no-repeat; height:55px; width:55px;}
  575.  
  576. #comment_quicktags{text-align:left;padding:10px 0 2px 0;display:block}
  577.  
  578. #comment_quicktags input.ed_button{background:#f4f4f4;border:2px solid #cccccc;color:#444444;margin:2px 4px 2px 0;width:auto;padding:0 4px;height:24px;line-height:16px}
  579.  
  580. #comment_quicktags input.ed_button_hover{background:#dddddd;border:2px solid #666666;color:#000000;margin:2px 4px 2px 0;width:auto;padding:0 4px;height:24px;line-height:16px;cursor:pointer}
  581.  
  582. #comment_quicktags #ed_strong{font-weight:bold}#comment_quicktags #ed_em{font-style:italic}
  583.  
  584. @media print{body{background:white;color:black;margin:0;font-size:10pt !important;font-family:arial,sans-serif;}
  585.  
  586. div.post-footer{line-height:normal !important;color:#555 !important;font-size:9pt !important}
  587.  
  588. a:link,a:visited,a:active,a:hover{text-decoration:underline !important;color:#000}
  589.  
  590. h2{color:#000;font-size:14pt !important;font-weight:normal !important}
  591.  
  592. h3{color:#000;font-size:12pt !important;}
  593.  
  594. #header,#footer,.colone,.colthree,.navigation,.navigation-top,.navigation-middle,.navigation-bottom,.wp-pagenavi-navigation,#comment,#respond,.remove-for-print{display:none}
  595.  
  596. td#left,td#right,td#left-inner,td#right-inner{width:0}
  597.  
  598. td#middle{width:100%}
  599.  
  600. *:lang(en) td#left{ display:none}
  601.  
  602. *:lang(en) td#right{ display:none}*:lang(en) td#left-inner{ display:none}
  603.  
  604. *:lang(en) td#right-inner{ display:none}
  605.  
  606. td#left:empty{ display:none}td#right:empty{ display:none}
  607.  
  608. td#left-inner:empty{ display:none}
  609.  
  610. td#right-inner:empty{ display:none}}
  611.  
  612. ul.rMenu,ul.rMenu ul,ul.rMenu li,ul.rMenu a{display:block;margin:0;padding:0}
  613.  
  614. ul.rMenu,ul.rMenu li,ul.rMenu ul{list-style:none}ul.rMenu ul{display:none}
  615.  
  616. ul.rMenu li{position:relative;z-index:1}
  617.  
  618. ul.rMenu li:hover{z-index:999}
  619.  
  620. ul.rMenu li:hover > ul{display:block;position:absolute}
  621.  
  622. ul.rMenu li:hover{background-position:0 0}
  623.  
  624. ul.rMenu-hor li{float:left;width:auto}
  625.  
  626. ul.rMenu-hRight li{float:right}ul.rMenu-ver li{float:none}
  627.  
  628. div#menu1 ul.rMenu-ver,div#menu1 ul.rMenu-ver ul{width:11em}
  629.  
  630. div#menu2 ul.rMenu-ver,div#menu2 ul.rMenu-ver ul{width:11em}
  631.  
  632. ul.rMenu-wide{width:100%}ul.rMenu-vRight{float:right}
  633.  
  634. ul.rMenu-lFloat{float:left}
  635.  
  636. ul.rMenu-noFloat{float:none}
  637.  
  638. div.rMenu-center ul.rMenu{float:left;position:relative;left:50%}
  639.  
  640. div.rMenu-center ul.rMenu li{position:relative;left:-50%}
  641.  
  642. div.rMenu-center ul.rMenu li li{left:auto}
  643.  
  644. ul.rMenu-hor ul{top:auto;right:auto;left:auto;margin-top:-1px}
  645.  
  646. ul.rMenu-hor ul ul{margin-top:0;margin-left:0px}
  647.  
  648. ul.rMenu-ver ul{left:100%;right:auto;top:auto;top:0}
  649.  
  650. ul.rMenu-vRight ul,ul.rMenu-hRight ul.rMenu-ver ul{left:-100%;right:auto;top:auto}
  651.  
  652. ul.rMenu-hRight ul{left:auto;right:0;top:auto;margin-top:-1px}
  653.  
  654. div#menu1 ul.rMenu{background:$topmenubgcolor;border:dashed 1px #cccccc}
  655.  
  656. div#menu2 ul.rMenu{background:#777777;border:solid 1px #000000}
  657.  
  658. div#menu1 ul.rMenu li a{border:dashed 1px #cccccc}
  659.  
  660. div#menu2 ul.rMenu li a{border:solid 1px #000000}
  661.  
  662. ul.rMenu-hor li{margin-bottom:-1px;margin-top:-1px;margin-left:-1px}
  663.  
  664. ul#rmenu li{}
  665.  
  666. ul#rmenu li ul li{}
  667.  
  668. ul.rMenu-hor{padding-left:1px }
  669.  
  670. ul.rMenu-ver li{margin-left:0;margin-top:-1px; }
  671.  
  672. div#menu1 ul.rMenu-ver{border-top:dashed 1px #cccccc}
  673.  
  674. div#menu2 ul.rMenu-ver{border-top:solid 1px #000000}
  675.  
  676. div#menu1 ul.rMenu li a{padding:4px 5px}
  677.  
  678. div#menu2 ul.rMenu li a{padding:4px 5px}
  679.  
  680. div#menu1 ul.rMenu li a:link,div#menu1 ul.rMenu li a:hover,div#menu1 ul.rMenu li a:visited,div#menu1 ul.rMenu li a:active{text-decoration:none;margin:0;padding:4px 5px;color:$topmenulinkcolor;text-transform:uppercase;font:11px Arial,Verdana,sans-serif;}
  681.  
  682. div#menu2 ul.rMenu li a:link,div#menu2 ul.rMenu li a:hover,div#menu2 ul.rMenu li a:visited,div#menu2 ul.rMenu li a:active{text-decoration:none;margin:0;padding:4px 5px;color:#ffffff;text-transform:uppercase;font:11px Arial,Verdana,sans-serif;}
  683.  
  684. div#menu1 ul.rMenu li{background-color:$topmenubgcolor}
  685.  
  686. div#menu2 ul.rMenu li{background-color:#777777}
  687.  
  688. div#menu1 ul.rMenu li:hover,div#menu1 ul.rMenu li.sfhover{background:#dddddd}
  689.  
  690. div#menu2 ul.rMenu li:hover,div#menu2 ul.rMenu li.sfhover{background:#000000}
  691.  
  692. div#menu1 ul.rMenu li.current_page_item > a:link,div#menu1 ul.rMenu li.current_page_item > a:active,div#menu1 ul.rMenu li.current_page_item > a:hover,div#menu1 ul.rMenu li.current_page_item > a:visited{background-color:#eeeeee;color:#000000}
  693.  
  694. div#menu1 ul.rMenu li.current_page_item a:link,div#menu1 ul.rMenu li.current_page_item a:active,div#menu1 ul.rMenu li.current_page_item a:hover,div#menu1 ul.rMenu li.current_page_item a:visited,div#menu1 ul.rMenu li a:hover{background-color:#eeeeee;color:#000000}
  695.  
  696. div#menu2 ul.rMenu li.current-cat > a:link,div#menu2 ul.rMenu li.current-cat > a:active,div#menu2 ul.rMenu li.current-cat > a:hover,div#menu2 ul.rMenu li.current-cat > a:visited{background-color:#cc0000;color:#ffffff}
  697.  
  698. div#menu2 ul.rMenu li.current-cat a:link,div#menu2 ul.rMenu li.current-cat a:active,div#menu2 ul.rMenu li.current-cat a:hover,div#menu2 ul.rMenu li.current-cat a:visited,div#menu2 ul.rMenu li a:hover{background-color:#cc0000;color:#ffffff}
  699.  
  700. div#menu1 ul.rMenu li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a{padding-right:15px;padding-left:5px;background-repeat:no-repeat;background-position:100% 50%;background-image:url(http://www.opendrive.com/files/6302969_4UhVc/expand-right.gif)}
  701.  
  702. div#menu2 ul.rMenu li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a{padding-right:15px;padding-left:5px;background-repeat:no-repeat;background-position:100% 50%;background-image:url(http://www.opendrive.com/files/6302950_1dPx3/expand-right-white.gif)}
  703.  
  704. ul.rMenu-vRight li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-vRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a,ul.rMenu-hRight li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand a{padding-right:5px;padding-left:20px;background-image:url(http://www.opendrive.com/files/6302963_D2y9u/expand-left.gif);background-repeat:no-repeat;background-position:-5px 50%}
  705.  
  706. div#menu1 ul.rMenu-hor li.rMenu-expand a{padding-left:5px;padding-right:15px !important;background-position:100% 50%;background-image:url(http://www.opendrive.com/files/6302280_TLQhO/expand-down.gif)}
  707.  
  708. div#menu2 ul.rMenu-hor li.rMenu-expand a{padding-left:5px;padding-right:15px !important;background-position:100% 50%;background-image:url(http://www.opendrive.com/files/6302960_vJVxT/expand-down-white.gif)}
  709.  
  710. div#menu1 ul.rMenu li.rMenu-expand li a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,div#menu1 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a{background-image:none;padding-right:5px;padding-left:5px}div#menu2 ul.rMenu li.rMenu-expand li a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a,div#menu2 ul.rMenu li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li.rMenu-expand li a{background-image:none;padding-right:5px;padding-left:5px}
  711.  
  712. * html ul.rMenu{display:inline-block;display:block;position:relative;position:static}
  713.  
  714. * html ul.rMenu ul{float:left;float:none}
  715.  
  716. ul.rMenu ul{}
  717.  
  718. * html ul.rMenu-ver li,* html ul.rMenu-hor li ul.rMenu-ver li{width:100%;float:left;clear:left}
  719.  
  720. *:first-child+html ul.rMenu-ver > li{width:100%;float:left;clear:left}
  721.  
  722. ul.rMenu li a{position:relative;min-width:0}
  723.  
  724. * html ul.rMenu-hor li{width:11em;width:auto}
  725.  
  726. * html div.rMenu-center{position:relative;z-index:1}
  727.  
  728. * html ul.rMenu ul{display:block;position:absolute}
  729.  
  730. * html ul.rMenu ul,* html ul.rMenu-hor ul,* html ul.rMenu-ver ul,* html ul.rMenu-vRight ul,* html ul.rMenu-hRight ul.rMenu-ver ul,* html ul.rMenu-hRight ul{left:-10000px}
  731.  
  732. * html ul.rMenu li.sfhover{z-index:999}
  733.  
  734. * html ul.rMenu li.sfhover ul{left:auto}
  735.  
  736. * html ul.rMenu li.sfhover ul ul,* html ul.rMenu li.sfhover ul ul ul,* html ul.rMenu li.sfhover ul ul ul ul,* html ul.rMenu li.sfhover ul ul ul ul ul,* html ul.rMenu li.sfhover ul ul ul ul ul ul{display:none}
  737.  
  738. * html ul.rMenu li.sfhover ul,* html ul.rMenu li li.sfhover ul,* html ul.rMenu li li li.sfhover ul,* html ul.rMenu li li li li.sfhover ul,* html ul.rMenu li li li li li.sfhover ul{display:block}
  739.  
  740. * html ul.rMenu-ver li.sfhover ul{left:100%}
  741.  
  742. * html ul.rMenu-vRight li.sfhover ul,* html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul{left:-100%}
  743.  
  744. * html ul.rMenu iframe{position:absolute;left:0;top:0;z-index:-1}
  745.  
  746. * html ul.rMenu{margin-left:1px}
  747.  
  748. * html ul.rMenu ul,* html ul.rMenu ul ul,* html ul.rMenu ul ul ul,* html ul.rMenu ul ul ul ul{margin-left:0}
  749.  
  750. * html ul.rMenu{display:inline-block;display:block;position:relative;position:static}
  751.  
  752. * html ul.rMenu ul{float:left;float:none}ul.rMenu ul{background-color:#fff}
  753.  
  754. * html ul.rMenu-ver li,* html ul.rMenu-hor li ul.rMenu-ver li{width:100%;float:left;clear:left}
  755.  
  756. *:first-child+html ul.rMenu-ver > li:hover ul{min-width:0}ul.rMenu li a{position:relative;min-width:0}
  757.  
  758. * html ul.rMenu-hor li{width:6em;width:auto}
  759.  
  760. * html div.rMenu-center{position:relative;z-index:1}html:not([lang*=""]) div.rMenu-center ul.rMenu li a:hover{height:100%}
  761.  
  762. html:not([lang*=""]) div.rMenu-center ul.rMenu li a:hover{height:auto}
  763.  
  764. * html ul.rMenu ul{display:block;position:absolute}
  765.  
  766. * html ul.rMenu ul,* html ul.rMenu-hor ul,* html ul.rMenu-ver ul,* html ul.rMenu-vRight ul,* html ul.rMenu-hRight ul.rMenu-ver ul,* html ul.rMenu-hRight ul{left:-10000px}
  767.  
  768. * html ul.rMenu li.sfhover{z-index:999}
  769.  
  770. * html ul.rMenu li.sfhover ul{left:auto}
  771.  
  772. * html ul.rMenu li.sfhover ul ul,* html ul.rMenu li.sfhover ul ul ul{display:none}
  773.  
  774. * html ul.rMenu li.sfhover ul,* html ul.rMenu li li.sfhover ul,* html ul.rMenu li li li.sfhover ul{display:block}
  775.  
  776. * html ul.rMenu-ver li.sfhover ul{left:60%}
  777.  
  778. * html ul.rMenu-vRight li.sfhover ul,* html ul.rMenu-hRight ul.rMenu-ver li.sfhover ul{left:-60%}
  779.  
  780. * html ul.rMenu iframe{position:absolute;left:0;top:0;z-index:-1}
  781.  
  782. .clearfix:after{ content:".";display:block;height:0;clear:both;visibility:hidden}
  783.  
  784. .clearfix{min-width:0;display:inline-block;display:block}
  785.  
  786. * html .clearfix{height:1%;}
  787.  
  788. .clearfix:after{ content:".";display:block;height:0;clear:both;visibility:hidden}
  789.  
  790. .clearfix{min-width:0;display:inline-block;display:block}
  791.  
  792. * html .clearfix{height:1%;}
  793.  
  794. .clearboth{clear:both;height:1%;font-size:1%;line-height:1%;display:block;padding:0;margin:0}
  795.  
  796. ]]></b:skin>
  797. <script src='http://www.opendrive.com/files/6302318_Vi4tc/jquery.js' type='text/javascript'/>
  798.  
  799. <script type='text/javascript'>
  800. //<![CDATA[
  801.  
  802. /* JQUERY */
  803.  
  804. jQuery(document).ready(function(){
  805.  
  806. /* For IE6 */
  807. if (jQuery.browser.msie && /MSIE 6\.0/i.test(window.navigator.userAgent) && !/MSIE 7\.0/i.test(window.navigator.userAgent) && !/MSIE 8\.0/i.test(window.navigator.userAgent)) {
  808.  
  809. /* Max-width for images in IE6 */
  810. var centerwidth = jQuery("td#middle").width();
  811.  
  812. /* Images without caption */
  813. jQuery(".post img").each(function() {
  814. var maxwidth = centerwidth - 10 + 'px';
  815. var imgwidth = jQuery(this).width();
  816. var imgheight = jQuery(this).height();
  817. var newimgheight = (centerwidth / imgwidth * imgheight) + 'px';
  818. if (imgwidth > centerwidth) {
  819. jQuery(this).css({width: maxwidth});
  820. jQuery(this).css({height: newimgheight});
  821. }
  822. });
  823.  
  824. /* Images with caption */
  825. jQuery("div.wp-caption").each(function() {
  826. var captionwidth = jQuery(this).width();
  827. var maxcaptionwidth = centerwidth + 'px';
  828. var captionheight = jQuery(this).height();
  829. var captionimgwidth = jQuery("div.wp-caption img").width();
  830. var captionimgheight = jQuery("div.wp-caption img").height();
  831. if (captionwidth > centerwidth) {
  832. jQuery(this).css({width: maxcaptionwidth});
  833. var newcaptionheight = (centerwidth / captionwidth * captionheight) + 'px';
  834. var newcaptionimgheight = (centerwidth / captionimgwidth * captionimgheight) + 'px';
  835. jQuery(this).css({height: newcaptionheight});
  836. jQuery("div.wp-caption img").css({height: newcaptionimgheight});
  837. }
  838. });
  839.  
  840. /* sfhover for LI:HOVER support in IE6: */
  841. jQuery("ul li").
  842. hover( function() {
  843. jQuery(this).addClass("sfhover")
  844. },
  845. function() {
  846. jQuery(this).removeClass("sfhover")
  847. }
  848. );
  849.  
  850. /* End IE6 */
  851. }
  852.  
  853. jQuery(".post table tr").
  854. mouseover(function() {
  855. jQuery(this).addClass("over");
  856. }).
  857. mouseout(function() {
  858. jQuery(this).removeClass("over");
  859. });
  860.  
  861.  
  862. jQuery(".post table tr:even").
  863. addClass("alt");
  864.  
  865.  
  866. jQuery("input.text, input.TextField, input.file, input.password, textarea").
  867. focus(function () {
  868. jQuery(this).addClass("highlight");
  869. }).
  870. blur(function () {
  871. jQuery(this).removeClass("highlight");
  872. })
  873.  
  874. jQuery("input.inputblur").
  875. focus(function () {
  876. jQuery(this).addClass("inputfocus");
  877. }).
  878. blur(function () {
  879. jQuery(this).removeClass("inputfocus");
  880. })
  881.  
  882.  
  883.  
  884.  
  885. jQuery("input.button, input.Button").
  886. mouseover(function() {
  887. jQuery(this).addClass("buttonhover");
  888. }).
  889. mouseout(function() {
  890. jQuery(this).removeClass("buttonhover");
  891. });
  892.  
  893. /* toggle "you can use these xhtml tags" */
  894. jQuery("a.xhtmltags").
  895. click(function(){
  896. jQuery("div.xhtml-tags").slideToggle(300);
  897. });
  898.  
  899. /* For the Tabbed Widgets plugin: */
  900. jQuery("ul.tw-nav-list").
  901. addClass("clearfix");
  902.  
  903.  
  904.  
  905. });
  906.  
  907. //]]>
  908. </script>
  909.  
  910. </head>
  911.  
  912. <body class='home blog'>
  913.  
  914. <div id='wrapper'>
  915. <div id='container'>
  916.  
  917. <table border='0' cellpadding='0' cellspacing='0' id='layout'>
  918. <colgroup>
  919. <col class='colone'/><col class='coltwo'/>
  920. <col class='colthree'/></colgroup>
  921.  
  922. <div id='topads-wrapper'>
  923. <b:section class='topads' id='topads' maxwidgets='1' preferred='no'>
  924. <b:widget id='Header1' locked='false' title='The Club Penguin Help (Header)' type='Header'/>
  925. </b:section>
  926. </div>
  927. <!-- Main Body -->
  928. <tr id='bodyrow'>
  929. <!-- Left Sidebar -->
  930. <td id='left'>
  931. <b:section class='sidebar' id='leftsidebar' preferred='yes'>
  932. <b:widget id='HTML1' locked='false' title='' type='HTML'/>
  933. <b:widget id='AdSense1' locked='false' title='' type='AdSense'/>
  934. <b:widget id='Feed1' locked='false' title='Latest Posts' type='Feed'/>
  935. </b:section>
  936. </td>
  937. <!-- / Left Sidebar -->
  938.  
  939. <!-- Main Column -->
  940. <td id='middle'>
  941. <b:section class='main' id='main' showaddelement='yes'>
  942. <b:widget id='Blog1' locked='false' title='Blog Posts' type='Blog'/>
  943. </b:section>
  944. </td>
  945. <!-- / Main Column -->
  946.  
  947. <!-- Right Sidebar -->
  948. <td id='right'>
  949. <b:section class='sidebar' id='rightsidebar' preferred='yes'>
  950. <b:widget id='HTML3' locked='false' title='Support' type='HTML'/>
  951. <b:widget id='Poll1' locked='false' title='Like our theme?' type='Poll'/>
  952. <b:widget id='CustomSearch1' locked='false' title='Search' type='CustomSearch'/>
  953. <b:widget id='HTML2' locked='false' title='' type='HTML'/>
  954. </b:section>
  955. </td>
  956. <!-- / Right Sidebar -->
  957.  
  958. </tr>
  959. <!-- / Main Body -->
  960.  
  961. <tr>
  962. <!-- Footer -->
  963. <td colspan='3' id='footer'>
  964.  
  965. </td>
  966.  
  967. </tr>
  968. </table><!-- / layout -->
  969. </div><br/><!-- / container -->
  970. </div><!-- / wrapper -->
  971.  
  972. </body>
  973. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement