/** * CSS Reset - http://meyerweb.com/eric/tools/css/reset/ * License: None (public domain) * Copyright: Eric Meyer, http://meyerweb.com/eric/ * * We've used Eric Meyer's reset as a base and modified it a bit to suit our needs. */ html,body, div, dl, dt, dd, ul, li, pre, form, fieldset, input, textarea, blockquote, th, td, section, figure { margin: 0; padding: 0; -webkit-font-smoothing: antialiased; /* Ensure that all long words are broken up so they do not exceed the width of their container elements. */ -ms-word-wrap: break-word; word-wrap: break-word; } pre { white-space: pre-wrap; } fieldset, img, abbr, acronym { border: 0; } img { max-width: 100%; height: auto; } a img { text-decoration: none; } select, iframe { max-width: 100%; } table { border-collapse: collapse; border-spacing: 0; } address, caption, cite, code, dfn, var { font-weight: normal; font-style: normal; } q:before, q:after { content: ''; } ul { list-style: none; } mark{ background: none; } button{ border: none; } /** * WordPress Core CSS - http://codex.wordpress.org/CSS#WordPress_Generated_Classes * License: GPL2 * Copyright: WordPress.org, http://wordpress.org * * We've modified this to suit our needs. */ .alignnone { margin: 5px 18px 15px 0; } .aligncenter, div.aligncenter { display: block; margin: 5px auto; } .alignright { float:right; margin: 5px 0 15px 18px; } .alignleft { float: left; margin: 5px 18px 15px 0; } .aligncenter { display: block; margin: 5px auto; } a img.alignright { float: right; margin: 5px 0 15px 18px; } a img.alignnone { margin: 5px 18px 15px 0; } a img.alignleft { float: left; margin: 5px 18px 15px 0; } a img.aligncenter { display: block; margin-left: auto; margin-right: auto } .wp-caption, .gallery-caption { background: #eee; border: 1px solid #e6e6e6; max-width: 96%; /* Image does not overflow the content area */ padding: 0.75% 3px 10px; text-align: center; clear: both; } .wp-caption.alignnone { margin: 5px 20px 20px 0; } .wp-caption.alignleft { margin: 5px 20px 20px 0; } .wp-caption.alignright { margin: 5px 0 20px 20px; } .wp-caption img, .gallery-caption img { border: 0 none; height: auto; margin: 0; max-width: 98.5%; padding: 0; width: auto; } .wp-caption p.wp-caption-text { font-size: 14px; line-height: 25px; margin: 2px 0 0; padding: 0 4px 0; } /** * Theme Styles */ body{ max-width: 1200px; padding: 15px; color: #333; font-family: 'Open Sans', sans-serif; font-size: 16px; } a{ color: #222; font-weight: bold; } /* ----------------------------------------------------- General Elements (Lists, Blockquotes, Tables, etc...) ----------------------------------------------------- */ h1, h2, h3, h4, h5, h6 { margin-top: 14px; margin-bottom: 10px; font-family: 'Oswald', sans-serif; font-weight: 300; text-transform: uppercase; letter-spacing: 1px; } h1 { font-size: 38px; } h2 { font-size: 32px; } h3 { font-size: 26px; } h4 { font-size: 22px; } h5 { font-size: 20px; } h6 { font-size: 18px; } blockquote { padding: 1em 1em 1em 2em; background: #f9f9f9; position: relative; } blockquote:before, blockquote:after { content: '"'; color: #ccc; font-family: 'Oswald', sans-serif; font-size: 70px; line-height: 70px; display: block; position: absolute; top: 5px; left: 5px; } blockquote:after { height: 22px; top: auto; left: auto; right: 5px; bottom: 5px; } table { width: 100%; } th { padding: 5px; background: #f9f9f9; border: 1px solid #ddd; } td { padding: 5px; border: 1px solid #ddd; } ul { padding-left: 2.5em; list-style: disc; } dd { padding-left: 2.5em; }