/* Used to style the TinyMCE editor. */ .mceContentBody { max-width: 660px; } /*==== Elements ====*/ .mceContentBody { font-family: Verdana, Geneva, sans-serif; } a:link { color: #95c03b; text-decoration: underline; } a:visited { color: #88BF00; } a:active, a:hover { color: #bae53e; } a img { border: none; } input[type=submit], input[type=button] { color: #FFF; background: #95c03b; border: 1px solid #88BF00; display: inline-block; padding: 2px 5px; } p { margin-bottom: 10px; } ul { list-style: square; margin: 0 0 10px 1em; } ol { list-style: decimal; margin: 0 0 10px 1em; } ol ol { list-style:upper-alpha; } ol ol ol { list-style:lower-roman; } ol ol ol ol { list-style:lower-alpha; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } dl { margin:0 0 24px 0; } dt { font-weight: bold; } dd { margin-bottom: 10px; } strong { font-weight: bold; } cite, em, i { font-style: italic; } big { font-size: 131.25%; } ins { background: #ffc; text-decoration: none; } blockquote { font-style: italic; padding: 1px 2em; margin: 3px 1em; border-left: solid 2px #95c03b; display: block; } blockquote cite, blockquote em, blockquote i { font-style: normal; } code { font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; color: #666; } pre { font-family: "Courier 10 Pitch", Courier, monospace; display: block; color: #222; line-height: 10px; margin-bottom: 10px; padding: 1em; } abbr, acronym { border-bottom: 1px dotted #666; cursor: help; } sup, sub { height: 0; line-height: 1; vertical-align: baseline; position: relative; } sup { bottom: 1ex; } sub { top: .5ex; } input[type="text"], textarea { padding: 2px; background: #f9f9f9; border: 1px solid #ccc; } input, textarea { color: #333; font-size: 14px; line-height: 20px; } p, ul, ol, dd, pre, hr { margin-bottom:24px; } ul ul, ol ol, ul ol, ol ul { margin-bottom:0; } pre, kbd, tt, var { font-size: 15px; line-height: 21px; } code { font-size: 13px; } dt, th { color: #000; } h1, h2, h3, h4, h5, h6 { color: #000; margin: 0 0 5px 0; line-height: 1.5em; } table { border: 1px solid #e7e7e7; text-align: left; margin: 0 -1px 24px 0; width: 100%; } tr th, thead th { color: #888; font-size: 12px; font-weight: bold; line-height: 18px; padding: 9px 24px; } tr td { border-top: 1px solid #e7e7e7; padding: 6px 24px; } tr.odd td { background: #F2F7FC; } /*==== Wordpress Styles ====*/ #content .alignleft, #content img.alignleft { display: inline; float: left; margin-right: 24px; margin-top: 4px; } #content .alignright, #content img.alignright { display: inline; float: right; margin-left: 24px; margin-top: 4px; } #content .aligncenter, #content img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; } #content img.alignleft, #content img.alignright, #content img.aligncenter { margin-bottom: 12px; } #content .wp-caption { background: #e7f6bb; line-height: 18px; text-align: center; margin-bottom: 20px; padding: 4px; } #content .wp-caption img { margin: 5px 5px 0; } #content .wp-caption p.wp-caption-text { margin: 5px; color: #888; font-size: 12px; text-align: center; } #content .wp-smiley { margin:0; } /*==== Misc ====*/ .fr { float: right; } .fl { float: left; } .fn { float: none; } .clear { display: block; height: 1px; margin: -1px 0 0 0; clear: both; }