/** * Theme Name: Blue Lines */ .mceContentBody { max-width: 96%; } .mceContentBody a:focus { outline: thin dotted #333; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; } .mceContentBody a:hover, .mceContentBody a:active { outline: 0; } .mceContentBody sub, .mceContentBody sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } .mceContentBody sup { top: -0.5em; } .mceContentBody sub { bottom: -0.25em; } .mceContentBody img { width: auto\9; height: auto; max-width: 100%; vertical-align: middle; border: 0; -ms-interpolation-mode: bicubic; } .mceContentBody body { margin: 0; font-size: 14px; line-height: 20px; color: #333333; background-color: #ffffff; } .mceContentBody a { color: #0088cc; text-decoration: none; } .mceContentBody .img-rounded { -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .mceContentBody .img-polaroid { padding: 4px; background-color: #fff; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); } .mceContentBody .img-circle { -webkit-border-radius: 500px; -moz-border-radius: 500px; border-radius: 500px; } .mceContentBody p { margin: 0 0 10px; } .mceContentBody .lead { margin-bottom: 20px; font-size: 21px; font-weight: 200; line-height: 30px; } .mceContentBody small { font-size: 85%; } .mceContentBody strong { font-weight: bold; } .mceContentBody em { font-style: italic; } .mceContentBody cite { font-style: normal; } .mceContentBody .muted { color: #999999; } .mceContentBody h1, .mceContentBody h2, .mceContentBody h3, .mceContentBody h4, .mceContentBody h5, .mceContentBody h6 { margin: 10px 0; font-family: inherit; font-weight: bold; line-height: 20px; color: inherit; text-rendering: optimizelegibility; } .mceContentBody h1 small, .mceContentBody h2 small, .mceContentBody h3 small, .mceContentBody h4 small, .mceContentBody h5 small, .mceContentBody h6 small { font-weight: normal; line-height: 1; color: #999999; } .mceContentBody h1, .mceContentBody h2, .mceContentBody h3 { line-height: 40px; } .mceContentBody h1 { font-size: 38.5px; } .mceContentBody h2 { font-size: 31.5px; } .mceContentBody h3 { font-size: 24.5px; } .mceContentBody h4 { font-size: 17.5px; } .mceContentBody h5 { font-size: 14px; } .mceContentBody h6 { font-size: 11.9px; } .mceContentBody h1 small { font-size: 24.5px; } .mceContentBody h2 small { font-size: 17.5px; } .mceContentBody h3 small { font-size: 14px; } .mceContentBody h4 small { font-size: 14px; } .mceContentBody ul, .mceContentBody ol { padding: 0; margin: 0 0 10px 25px; } .mceContentBody ul ul, .mceContentBody ul ol, .mceContentBody ol ol, .mceContentBody ol ul { margin-bottom: 0; } .mceContentBody li { line-height: 20px; } .mceContentBody ul.unstyled, .mceContentBody ol.unstyled { margin-left: 0; list-style: none; } .mceContentBody ul.inline, .mceContentBody ol.inline { margin-left: 0; list-style: none; } .mceContentBody ul.inline > li, .mceContentBody ol.inline > li { display: inline-block; *display: inline; padding-right: 5px; padding-left: 5px; *zoom: 1; } .mceContentBody dl { margin-bottom: 20px; } .mceContentBody dt, .mceContentBody dd { line-height: 20px; } .mceContentBody dt { font-weight: bold; } .mceContentBody dd { margin-left: 10px; } .mceContentBody .dl-horizontal { *zoom: 1; } .mceContentBody .dl-horizontal:before, .mceContentBody .dl-horizontal:after { display: table; line-height: 0; content: ""; } .mceContentBody .dl-horizontal:after { clear: both; } .mceContentBody .dl-horizontal dt { float: left; width: 160px; overflow: hidden; clear: left; text-align: right; text-overflow: ellipsis; white-space: nowrap; } .mceContentBody .dl-horizontal dd { margin-left: 180px; } .mceContentBody hr { margin: 20px 0; border: 0; border-top: 1px solid #eeeeee; border-bottom: 1px solid #ffffff; } .mceContentBody abbr[title], .mceContentBody abbr[data-original-title] { cursor: help; border-bottom: 1px dotted #999999; } .mceContentBody abbr.initialism { font-size: 90%; text-transform: uppercase; } .mceContentBody blockquote { padding: 0 0 0 15px; margin: 0 0 20px; border-left: 5px solid #eeeeee; } .mceContentBody blockquote p { margin-bottom: 0; font-size: 17.5px; font-weight: 300; line-height: 1.25; } .mceContentBody blockquote small { display: block; line-height: 20px; color: #999999; } .mceContentBody blockquote small:before { content: '\2014 \00A0'; } .mceContentBody blockquote.pull-right { float: right; padding-right: 15px; padding-left: 0; border-right: 5px solid #eeeeee; border-left: 0; } .mceContentBody blockquote.pull-right p, .mceContentBody blockquote.pull-right small { text-align: right; } .mceContentBody blockquote.pull-right small:before { content: ''; } .mceContentBody blockquote.pull-right small:after { content: '\00A0 \2014'; } .mceContentBody q:before, .mceContentBody q:after, .mceContentBody blockquote:before, .mceContentBody blockquote:after { content: ""; } .mceContentBody address { display: block; margin-bottom: 20px; font-style: normal; line-height: 20px; } .mceContentBody code, .mceContentBody pre { padding: 0 3px 2px; /*font-family: Monaco, Menlo, Consolas, "Courier New", monospace;*/ font-size: 12px; color: #333333; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; } .mceContentBody code { padding: 2px 4px; color: #d14; white-space: nowrap; background-color: #f7f7f9; border: 1px solid #e1e1e8; } .mceContentBody pre { display: block; padding: 9.5px; margin: 0 0 10px; font-size: 13px; line-height: 20px; word-break: break-all; word-wrap: break-word; white-space: pre; white-space: pre-wrap; background-color: #f5f5f5; border: 1px solid #ccc; border: 1px solid rgba(0, 0, 0, 0.15); -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .mceContentBody pre.prettyprint { margin-bottom: 20px; } .mceContentBody pre code { padding: 0; color: inherit; white-space: pre; white-space: pre-wrap; background-color: transparent; border: 0; } .mceContentBody .pre-scrollable { max-height: 340px; overflow-y: scroll; } .mceContentBody table { width: 100%; margin-bottom: 20px; border: 1px solid #dddddd; border-collapse: separate; *border-collapse: collapse; border-left: 0; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; } .mceContentBody table th, .mceContentBody table td { line-height: 20px; text-align: left; vertical-align: top; border-top: 1px solid #dddddd; border-left: 1px solid #dddddd; } .mceContentBody table th { font-weight: bold; } .mceContentBody table thead th { vertical-align: bottom; } .mceContentBody table caption + thead tr:first-child th, .mceContentBody table caption + thead tr:first-child td, .mceContentBody table colgroup + thead tr:first-child th, .mceContentBody table colgroup + thead tr:first-child td, .mceContentBody table thead:first-child tr:first-child th, .mceContentBody table thead:first-child tr:first-child td { border-top: 0; } .mceContentBody table tbody + tbody { border-top: 2px solid #dddddd; } .mceContentBody table thead:first-child tr:first-child > th:first-child, .mceContentBody table tbody:first-child tr:first-child > td:first-child, .mceContentBody table tbody:first-child tr:first-child > th:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; } .mceContentBody table thead:first-child tr:first-child > th:last-child, .mceContentBody table tbody:first-child tr:first-child > td:last-child, .mceContentBody table tbody:first-child tr:first-child > th:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; } .mceContentBody table thead:last-child tr:last-child > th:first-child, .mceContentBody table tbody:last-child tr:last-child > td:first-child, .mceContentBody table tbody:last-child tr:last-child > th:first-child, .mceContentBody table tfoot:last-child tr:last-child > td:first-child, .mceContentBody table tfoot:last-child tr:last-child > th:first-child { -webkit-border-bottom-left-radius: 4px; border-bottom-left-radius: 4px; -moz-border-radius-bottomleft: 4px; } .mceContentBody table thead:last-child tr:last-child > th:last-child, .mceContentBody table tbody:last-child tr:last-child > td:last-child, .mceContentBody table tbody:last-child tr:last-child > th:last-child, .mceContentBody table tfoot:last-child tr:last-child > td:last-child, .mceContentBody table tfoot:last-child tr:last-child > th:last-child { -webkit-border-bottom-right-radius: 4px; border-bottom-right-radius: 4px; -moz-border-radius-bottomright: 4px; } .mceContentBody table tfoot + tbody:last-child tr:last-child td:first-child { -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-bottomleft: 0; } .mceContentBody table tfoot + tbody:last-child tr:last-child td:last-child { -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; -moz-border-radius-bottomright: 0; } .mceContentBody table caption + thead tr:first-child th:first-child, .mceContentBody table caption + tbody tr:first-child td:first-child, .mceContentBody table colgroup + thead tr:first-child th:first-child, .mceContentBody table colgroup + tbody tr:first-child td:first-child { -webkit-border-top-left-radius: 4px; border-top-left-radius: 4px; -moz-border-radius-topleft: 4px; } .mceContentBody table caption + thead tr:first-child th:last-child, .mceContentBody table caption + tbody tr:first-child td:last-child, .mceContentBody table colgroup + thead tr:first-child th:last-child, .mceContentBody table colgroup + tbody tr:first-child td:last-child { -webkit-border-top-right-radius: 4px; border-top-right-radius: 4px; -moz-border-radius-topright: 4px; } .mceContentBody table table { background-color: #ffffff; } .mceContentBody .mceItemTable, .mceContentBody .mceItemTable td, .mceContentBody .mceItemTable th, .mceContentBody .mceItemTable caption, .mceContentBody .mceItemVisualAid { border: 1px solid #BBB; } .mceContentBody .hero-unit { padding: 60px; margin-bottom: 30px; font-size: 18px; font-weight: 200; line-height: 30px; color: inherit; background-color: #eeeeee; -webkit-border-radius: 6px; -moz-border-radius: 6px; border-radius: 6px; } .mceContentBody .hero-unit h1 { margin-bottom: 0; font-size: 60px; line-height: 1; letter-spacing: -1px; color: inherit; } .mceContentBody .hero-unit li { line-height: 30px; } .mceContentBody .pull-right { float: right; } .mceContentBody .pull-left { float: left; } .mceContentBody .hide { display: none; } .mceContentBody .show { display: block; } .mceContentBody .invisible { visibility: hidden; } .mceContentBody .affix { position: fixed; } .mceContentBody a:hover { color: #ff8c00; }