/* Theme Name: Bloxy Description: Used to style the TinyMCE editor. */ @import url(http://fonts.googleapis.com/css?family=Play:400,700); body { font: normal 14px/150% "Helvetica Neue", Verdana, Arial, Helvetica, Geneva, sans-serif; color: #555; } h1, h2, h3, h4, h5, h6 { font-family: Play, "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif; color: #126ec4; padding: 15px 0 20px 0; } h1 { font-size: 30px; } h2 { font-size: 24px; } h3 { font-size: 20px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 14px; } a { color: #ea6300; text-decoration: none; } a:hover { text-decoration: underline; } p { margin: 5px 0 15px 0; } p:last-child { margin: 0; } blockquote { margin: 5px 0 15px 10px; padding-left: 10px; border-left: 1px solid #ddd; } abbr, acronym, dfn { border-bottom: 1px dotted #666; cursor: help; } em, i, cite, var, address { font-style: italic; } cite, var, address { color: #777; } b, strong { font-weight: bold; } q:before, q:after { content: '"'; } s, strike, del { text-decoration: line-through; } del { background-color: #fde9e9; } u, ins { text-decoration: underline; } ins { background-color: #fefece; } small { font-size: 80%; } big { font-size: 120%; } sub { font-size: 80%; vertical-align: sub; } sup { font-size: 80%; vertical-align: super } pre, tt, code, kbd, samp { font-family: "Courier New", Courier, mono; } pre { white-space: pre; } hr { border: 1px inset } center { text-align: center } .wp-caption, .gallery-caption { font-size: 14px; line-height: 110%; } .mceitemtable, .mceitemtable td, .mceitemtable th, .mceitemtable caption, .mceitemvisualaid { border: none; font-size: 14px; } tr { display: table-row } thead { display: table-header-group } tbody { display: table-row-group } tfoot { display: table-footer-group } col { display: table-column } colgroup { display: table-column-group } td, th { display: table-cell } caption { display: table-caption; text-align: center; } th { font-weight: bolder; text-align: center; } thead, tbody, tfoot { vertical-align: middle } td, th, tr { vertical-align: inherit } tbody, td, tfoot, th, thead, tr, tt { padding: 7px; } thead, tfoot { font-weight: bold; } .mceitemtable th { font-weight: bolder; text-align: center; background-color: #f9f9f9; border-bottom: 1px solid #ddd; } .mceitemtable td, .mceitemtable tr { border-bottom: 1px solid #ddd; } .mceitemtable td:hover, .mceitemtable tr:hover { background-color: #f9f9f9; } img { max-width: 570px!important; margin: 10px; } img.alignnone, img.alignleft, img.aligncenter, img.alignright { border-radius: 4px; -webkit-box-shadow: 0 1px 4px #313131; -moz-box-shadow: 0 1px 4px #313131; box-shadow: 0 1px 4px #313131; } .no-border { border-radius: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .wp-caption { position: relative; padding: 5px; text-align: center; background: #262626 url('img/bg.gif') repeat center top; border-radius: 6px; border: 1px solid #444; margin: 10px; } .wp-caption img { position: relative; margin: 0; border: 0; padding: 0; max-width: 570px!important; z-index: 5; } .wp-caption .wp-caption-dd { padding: 10px; line-height: 1em; font-size: 14px; color: #999; border-radius: 3px; font-size: 15px; z-index: 3; }