/* Theme Name: The Box Description: Used to style the TinyMCE editor. */ /* Body */ html .mceContentBody { font-size: 15px; max-width: 600px; } body { color: #333; font-family: "Oxygen", sans-serif; line-height: 1.5; text-rendering: optimizeLegibility; vertical-align: baseline; } h1, h2, h3, h4, h5, h6 { clear: both; font-family: "Oxygen", sans-serif; line-height: 1.3; color: #252525; } h1 { font-size: 24px; font-weight: 700; margin: 1.5em 0 0.5em; } h2 { font-size: 22px; font-weight: 700; margin: 1.5em 0 0.5em; } h3 { font-size: 18px; font-weight: 700; margin: 0 0 0.5em; } h4 { font-size: 16px; font-weight: 700; margin: 0 0 0.5em; } h5 { font-size: 14px; text-transform: uppercase; font-weight: 400; margin: 0 0 0.5em; } p { margin: 0 0 1.5em; } img { height: auto; max-width: 100%; vertical-align: middle; } a, a:visited { color: #0fa5d9; text-decoration: none; } a:hover { color: #0fa5d9; text-decoration: underline; } strong { font-weight: 700; } .alignleft, .wp-caption.alignleft { display: inline; float: left; margin-right: 1em; } .alignright, .wp-caption.alignright { display: inline; float: right; margin-left: 1em; } .aligncenter { clear: both; display: block; margin: 0.5em auto; } embed, iframe, object { max-width: 100%; }