/******************* Background ********************/ html { background: #ffffff center center repeat; } body { background-position: center top; background-repeat: repeat; } #Wrapper { background-color: #ffffff; } /********************** Fonts **********************/ body, button, input[type="submit"], input[type="reset"], input[type="button"], input[type="text"], input[type="password"], input[type="email"], textarea, select { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 400; } #menu { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 400; } h1 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 400; } h2 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 700; } h3 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 700; } h4 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 700; color: black; } h5 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 400; } h6 { font-family: PT Sans Caption, Arial, Tahoma, sans-serif; font-weight: 400; } /********************** Font sizes **********************/ /* Body */ body { font-size: 13px; line-height: 21px; } /* Headings */ h1 { font-size: 50px; line-height: 50px; } h2 { font-size: 35px; line-height: 42px; } h3 { font-size: 27px; line-height: 33px; } h4 { font-size: 22px; line-height: 28px; } h5 { font-size: 20px; line-height: 26px; } h6 { font-size: 17px; line-height: 22px; } /* Footer */ #Footer { font-size: 93%; line-height: 122%; } /* Grey notes */ .Recent_comments li span.date, .Latest_posts span.date { font-size: 92%; line-height: 130%; }