   1. /* 
   2.  
   3. html5doctor.com Reset Stylesheet 
   4.  
   5. v1.4 
   6.  
   7. 2009-07-27 
   8.  
   9. Author: Richard Clark - http://richclarkdesign.com 
  10.  
  11. */  
  12.   
  13. html, body, div, span, object, iframe,  
  14.   
  15. h1, h2, h3, h4, h5, h6, p, blockquote, pre,  
  16.   
  17. abbr, address, cite, code,  
  18.   
  19. del, dfn, em, img, ins, kbd, q, samp,  
  20.   
  21. small, strong, sub, sup, var,  
  22.   
  23. b, i,  
  24.   
  25. dl, dt, dd, ol, ul, li,  
  26.   
  27. fieldset, form, label, legend,  
  28.   
  29. table, caption, tbody, tfoot, thead, tr, th, td,  
  30.   
  31. article, aside, dialog, figure, footer, header,  
  32.   
  33. hgroup, menu, nav, section, menu,  
  34.   
  35. time, mark, audio, video {  
  36.   
  37. margin:0;  
  38.   
  39. padding:0;  
  40.   
  41. border:0;  
  42.   
  43. outline:0;  
  44.   
  45. font-size:100%;  
  46.   
  47. vertical-align:baselinebaseline;  
  48.   
  49. background:transparent;  
  50.   
  51. }  
  52.   
  53. body {  
  54.   
  55. line-height:1;  
  56.   
  57. }  
  58.   
  59. article, aside, dialog, figure, footer, header,  
  60.   
  61. hgroup, nav, section {  
  62.   
  63. display:block;  
  64.   
  65. }  
  66.   
  67. nav ul {  
  68.   
  69. list-style:none;  
  70.   
  71. }  
  72.   
  73. blockquote, q {  
  74.   
  75. quotes:none;  
  76.   
  77. }  
  78.   
  79. blockquote:before, blockquote:after,  
  80.   
  81. q:before, q:after {  
  82.   
  83. content:'';  
  84.   
  85. content:none;  
  86.   
  87. }  
  88.   
  89. a {  
  90.   
  91. margin:0;  
  92.   
  93. padding:0;  
  94.   
  95. border:0;  
  96.   
  97. font-size:100%;  
  98.   
  99. vertical-align:baselinebaseline;  
 100.   
 101. background:transparent;  
 102.   
 103. }  
 104.   
 105. ins {  
 106.   
 107. background-color:#ff9;  
 108.   
 109. color:#000;  
 110.   
 111. text-decoration:none;  
 112.   
 113. }  
 114.   
 115. mark {  
 116.   
 117. background-color:#ff9;  
 118.   
 119. color:#000;  
 120.   
 121. font-style:italic;  
 122.   
 123. font-weight:bold;  
 124.   
 125. }  
 126.   
 127. del {  
 128.   
 129. text-decoration: line-through;  
 130.   
 131. }  
 132.   
 133. abbr[title], dfn[title] {  
 134.   
 135. border-bottom:1px dotted #000;  
 136.   
 137. cursor:help;  
 138.   
 139. }  
 140.   
 141. table {  
 142.   
 143. border-collapse:collapse;  
 144.   
 145. border-spacing:0;  
 146.   
 147. }  
 148.   
 149. hr {  
 150.   
 151. display:block;  
 152.   
 153. height:1px;  
 154.   
 155. border:0;  
 156.   
 157. border-top:1px solid #cccccc;  
 158.   
 159. margin:1em 0;  
 160.   
 161. padding:0;  
 162.   
 163. }  
 164.   
 165. input, select {  
 166.   
 167. vertical-align:middle;  
 168.   
 169. }  
