2010-02-08 13:02:23 -05:00
|
|
|
/*
|
2010-07-14 10:16:14 -04:00
|
|
|
Theme Name: Twenty Ten
|
2010-02-07 11:16:26 -05:00
|
|
|
Theme URI: http://wordpress.org/
|
2010-07-13 18:09:36 -04:00
|
|
|
Description: The 2010 theme for WordPress is stylish, customizable, simple, and readable -- make it yours with a custom menu, header image, and background. Twenty Ten supports six widgetized areas (two in the sidebar, four in the footer) and featured images (thumbnails for gallery posts and custom header images for posts and pages). It includes stylesheets for print and the admin Visual Editor, special styles for posts in the "Asides" and "Gallery" categories, and has an optional one-column page template that removes the sidebar.
|
2010-02-07 11:16:26 -05:00
|
|
|
Author: the WordPress team
|
2011-12-10 14:18:51 -05:00
|
|
|
Version: 1.3
|
2010-12-12 02:02:18 -05:00
|
|
|
License: GNU General Public License
|
|
|
|
License URI: license.txt
|
2010-09-12 11:21:29 -04:00
|
|
|
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
|
2010-02-07 11:16:26 -05:00
|
|
|
*/
|
|
|
|
|
2010-07-12 16:00:35 -04:00
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
|
|
small, strike, strong, sub, sup, tt, var,
|
|
|
|
b, u, i, center,
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
2010-07-13 18:20:26 -04:00
|
|
|
background: transparent;
|
|
|
|
border: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
vertical-align: baseline;
|
|
|
|
}
|
|
|
|
body {
|
|
|
|
line-height: 1;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
h1, h2, h3, h4, h5, h6 {
|
2010-02-07 11:16:26 -05:00
|
|
|
clear: both;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-weight: normal;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ol, ul {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
quotes: none;
|
|
|
|
}
|
|
|
|
blockquote:before, blockquote:after {
|
|
|
|
content: '';
|
|
|
|
content: none;
|
|
|
|
}
|
|
|
|
del {
|
|
|
|
text-decoration: line-through;
|
|
|
|
}
|
|
|
|
/* tables still need 'cellspacing="0"' in the markup */
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
border-spacing: 0;
|
|
|
|
}
|
2010-07-13 18:20:26 -04:00
|
|
|
a img {
|
|
|
|
border: none;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Layout
|
|
|
|
-------------------------------------------------------------- */
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
/*
|
2010-02-17 14:05:39 -05:00
|
|
|
LAYOUT: Two columns
|
2010-02-07 11:16:26 -05:00
|
|
|
DESCRIPTION: Two-column fixed layout with one sidebar right of content
|
|
|
|
*/
|
|
|
|
|
|
|
|
#container {
|
|
|
|
float: left;
|
|
|
|
margin: 0 -240px 0 0;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
margin: 0 280px 0 20px;
|
|
|
|
}
|
|
|
|
#primary,
|
|
|
|
#secondary {
|
|
|
|
float: right;
|
|
|
|
overflow: hidden;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
#secondary {
|
|
|
|
clear: right;
|
|
|
|
}
|
|
|
|
#footer {
|
|
|
|
clear: both;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
2010-02-17 14:05:39 -05:00
|
|
|
/*
|
|
|
|
LAYOUT: One column, no sidebar
|
|
|
|
DESCRIPTION: One centered column with no sidebar
|
|
|
|
*/
|
|
|
|
|
2010-05-17 02:36:11 -04:00
|
|
|
.one-column #content {
|
2010-02-17 14:05:39 -05:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 640px;
|
|
|
|
}
|
|
|
|
|
2010-05-03 15:16:47 -04:00
|
|
|
/*
|
|
|
|
LAYOUT: Full width, no sidebar
|
|
|
|
DESCRIPTION: Full width content with no sidebar; used for attachment pages
|
|
|
|
*/
|
|
|
|
|
|
|
|
.single-attachment #content {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 900px;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
|
|
|
|
/* =Fonts
|
|
|
|
-------------------------------------------------------------- */
|
2010-02-08 13:02:23 -05:00
|
|
|
body,
|
|
|
|
input,
|
2010-02-07 11:16:26 -05:00
|
|
|
textarea,
|
|
|
|
.page-title span,
|
|
|
|
.pingback a.url {
|
|
|
|
font-family: Georgia, "Bitstream Charter", serif;
|
|
|
|
}
|
|
|
|
h3#comments-title,
|
|
|
|
h3#reply-title,
|
|
|
|
#access .menu,
|
2010-04-07 11:25:48 -04:00
|
|
|
#access div.menu ul,
|
2010-02-07 11:16:26 -05:00
|
|
|
#cancel-comment-reply-link,
|
2010-02-17 14:28:03 -05:00
|
|
|
.form-allowed-tags,
|
2010-02-07 11:16:26 -05:00
|
|
|
#site-info,
|
|
|
|
#site-title,
|
|
|
|
#wp-calendar,
|
|
|
|
.comment-meta,
|
|
|
|
.comment-body tr th,
|
|
|
|
.comment-body thead th,
|
|
|
|
.entry-content label,
|
|
|
|
.entry-content tr th,
|
2010-02-08 13:02:23 -05:00
|
|
|
.entry-content thead th,
|
2010-02-07 11:16:26 -05:00
|
|
|
.entry-meta,
|
|
|
|
.entry-title,
|
|
|
|
.entry-utility,
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond label,
|
2010-02-07 11:16:26 -05:00
|
|
|
.navigation,
|
|
|
|
.page-title,
|
|
|
|
.pingback p,
|
|
|
|
.reply,
|
2010-04-23 14:49:58 -04:00
|
|
|
.widget-title,
|
2010-08-25 15:12:01 -04:00
|
|
|
.wp-caption-text {
|
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
|
|
|
}
|
2010-07-13 18:20:26 -04:00
|
|
|
input[type=submit] {
|
2010-02-07 11:16:26 -05:00
|
|
|
font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
font-family: "Courier 10 Pitch", Courier, monospace;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Structure
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
/* The main theme structure */
|
2010-03-15 12:26:46 -04:00
|
|
|
#access .menu-header,
|
2010-04-07 11:25:48 -04:00
|
|
|
div.menu,
|
2010-02-07 11:16:26 -05:00
|
|
|
#colophon,
|
|
|
|
#branding,
|
|
|
|
#main,
|
|
|
|
#wrapper {
|
|
|
|
margin: 0 auto;
|
|
|
|
width: 940px;
|
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
background: #fff;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-top: 20px;
|
2010-02-07 11:16:26 -05:00
|
|
|
padding: 0 20px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Structure the footer area */
|
|
|
|
#footer-widget-area {
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
|
|
|
#footer-widget-area .widget-area {
|
|
|
|
float: left;
|
|
|
|
margin-right: 20px;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
#footer-widget-area #fourth {
|
|
|
|
margin-right: 0;
|
|
|
|
}
|
|
|
|
#site-info {
|
|
|
|
float: left;
|
2010-02-23 14:08:46 -05:00
|
|
|
font-size: 14px;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-weight: bold;
|
|
|
|
width: 700px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#site-generator {
|
|
|
|
float: right;
|
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Global Elements
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* Main global 'theme' and typographic styles */
|
2010-02-07 11:16:26 -05:00
|
|
|
body {
|
|
|
|
background: #f1f1f1;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
body,
|
|
|
|
input,
|
|
|
|
textarea {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #666;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
|
|
|
hr {
|
2010-07-12 16:00:35 -04:00
|
|
|
background-color: #e7e7e7;
|
2010-07-13 18:20:26 -04:00
|
|
|
border: 0;
|
|
|
|
clear: both;
|
2010-02-07 11:16:26 -05:00
|
|
|
height: 1px;
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Text elements */
|
|
|
|
p {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
ul {
|
|
|
|
list-style: square;
|
|
|
|
margin: 0 0 18px 1.5em;
|
|
|
|
}
|
|
|
|
ol {
|
|
|
|
list-style: decimal;
|
|
|
|
margin: 0 0 18px 1.5em;
|
|
|
|
}
|
|
|
|
ol ol {
|
2010-07-13 18:20:26 -04:00
|
|
|
list-style: upper-alpha;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ol ol ol {
|
2010-07-13 18:20:26 -04:00
|
|
|
list-style: lower-roman;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
ol ol ol ol {
|
2010-07-13 18:20:26 -04:00
|
|
|
list-style: lower-alpha;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
ul ul,
|
|
|
|
ol ol,
|
|
|
|
ul ol,
|
|
|
|
ol ul {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-bottom: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
dl {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0 0 24px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
dt {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
dd {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
|
|
|
strong {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
cite,
|
|
|
|
em,
|
|
|
|
i {
|
2010-02-07 11:16:26 -05:00
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
big {
|
|
|
|
font-size: 131.25%;
|
|
|
|
}
|
|
|
|
ins {
|
2010-05-24 18:18:40 -04:00
|
|
|
background: #ffc;
|
|
|
|
text-decoration: none;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
blockquote {
|
|
|
|
font-style: italic;
|
|
|
|
padding: 0 3em;
|
|
|
|
}
|
|
|
|
blockquote cite,
|
|
|
|
blockquote em,
|
|
|
|
blockquote i {
|
|
|
|
font-style: normal;
|
|
|
|
}
|
|
|
|
pre {
|
|
|
|
background: #f7f7f7;
|
|
|
|
color: #222;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 18px;
|
2011-11-15 15:15:05 -05:00
|
|
|
overflow: auto;
|
2010-02-07 11:16:26 -05:00
|
|
|
padding: 1.5em;
|
|
|
|
}
|
|
|
|
abbr,
|
|
|
|
acronym {
|
|
|
|
border-bottom: 1px dotted #666;
|
|
|
|
cursor: help;
|
|
|
|
}
|
|
|
|
sup,
|
|
|
|
sub {
|
|
|
|
height: 0;
|
|
|
|
line-height: 1;
|
|
|
|
position: relative;
|
2010-07-13 18:20:26 -04:00
|
|
|
vertical-align: baseline;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
sup {
|
|
|
|
bottom: 1ex;
|
|
|
|
}
|
|
|
|
sub {
|
|
|
|
top: .5ex;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
input[type="text"],
|
|
|
|
textarea {
|
2010-04-23 14:49:58 -04:00
|
|
|
background: #f9f9f9;
|
|
|
|
border: 1px solid #ccc;
|
|
|
|
box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
|
|
|
-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
|
|
|
-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
|
2010-07-13 18:20:26 -04:00
|
|
|
padding: 2px;
|
2010-03-02 14:17:43 -05:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
a:link {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #0066cc;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
a:visited {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #743399;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
a:active,
|
|
|
|
a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Text meant only for screen readers */
|
|
|
|
.screen-reader-text {
|
|
|
|
position: absolute;
|
|
|
|
left: -9000px;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Header
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#header {
|
|
|
|
padding: 30px 0 0 0;
|
|
|
|
}
|
|
|
|
#site-title {
|
|
|
|
float: left;
|
|
|
|
font-size: 30px;
|
|
|
|
line-height: 36px;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0 0 18px 0;
|
|
|
|
width: 700px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#site-title a {
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#site-description {
|
|
|
|
clear: right;
|
|
|
|
float: right;
|
|
|
|
font-style: italic;
|
2010-10-24 17:40:17 -04:00
|
|
|
margin: 15px 0 18px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
width: 220px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* This is the custom header image */
|
|
|
|
#branding img {
|
|
|
|
border-top: 4px solid #000;
|
2010-04-25 17:23:08 -04:00
|
|
|
border-bottom: 1px solid #000;
|
2010-07-13 18:20:26 -04:00
|
|
|
display: block;
|
2010-09-24 15:56:56 -04:00
|
|
|
float: left;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Menu
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#access {
|
|
|
|
background: #000;
|
2010-07-13 18:20:26 -04:00
|
|
|
display: block;
|
|
|
|
float: left;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0 auto;
|
|
|
|
width: 940px;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#access .menu-header,
|
|
|
|
div.menu {
|
2010-02-07 11:16:26 -05:00
|
|
|
font-size: 13px;
|
|
|
|
margin-left: 12px;
|
2010-07-12 16:00:35 -04:00
|
|
|
width: 928px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#access .menu-header ul,
|
|
|
|
div.menu ul {
|
2010-02-07 11:16:26 -05:00
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#access .menu-header li,
|
|
|
|
div.menu li {
|
2010-07-13 18:20:26 -04:00
|
|
|
float: left;
|
2010-02-07 11:16:26 -05:00
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
#access a {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #aaa;
|
|
|
|
display: block;
|
|
|
|
line-height: 38px;
|
|
|
|
padding: 0 10px;
|
|
|
|
text-decoration: none;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#access ul ul {
|
|
|
|
box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
2010-04-23 14:49:58 -04:00
|
|
|
-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
|
|
|
-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
|
2010-07-13 18:20:26 -04:00
|
|
|
display: none;
|
|
|
|
position: absolute;
|
|
|
|
top: 38px;
|
|
|
|
left: 0;
|
|
|
|
float: left;
|
2010-06-07 21:20:38 -04:00
|
|
|
width: 180px;
|
2010-02-07 11:16:26 -05:00
|
|
|
z-index: 99999;
|
|
|
|
}
|
2010-05-25 22:27:37 -04:00
|
|
|
#access ul ul li {
|
2010-07-13 18:20:26 -04:00
|
|
|
min-width: 180px;
|
2010-05-25 22:27:37 -04:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#access ul ul ul {
|
2010-07-13 18:20:26 -04:00
|
|
|
left: 100%;
|
|
|
|
top: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#access ul ul a {
|
2010-07-13 18:20:26 -04:00
|
|
|
background: #333;
|
|
|
|
line-height: 1em;
|
|
|
|
padding: 10px;
|
2010-05-24 18:18:40 -04:00
|
|
|
width: 160px;
|
2010-07-13 18:20:26 -04:00
|
|
|
height: auto;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-08 13:02:23 -05:00
|
|
|
#access li:hover > a,
|
2010-02-07 11:16:26 -05:00
|
|
|
#access ul ul :hover > a {
|
2010-07-13 18:20:26 -04:00
|
|
|
background: #333;
|
|
|
|
color: #fff;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#access ul li:hover > ul {
|
2010-07-13 18:20:26 -04:00
|
|
|
display: block;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-26 12:32:36 -04:00
|
|
|
#access ul li.current_page_item > a,
|
|
|
|
#access ul li.current-menu-ancestor > a,
|
|
|
|
#access ul li.current-menu-item > a,
|
|
|
|
#access ul li.current-menu-parent > a {
|
2010-05-25 10:37:36 -04:00
|
|
|
color: #fff;
|
|
|
|
}
|
2010-05-26 12:32:36 -04:00
|
|
|
* html #access ul li.current_page_item a,
|
|
|
|
* html #access ul li.current-menu-ancestor a,
|
|
|
|
* html #access ul li.current-menu-item a,
|
|
|
|
* html #access ul li.current-menu-parent a,
|
2010-05-25 22:46:43 -04:00
|
|
|
* html #access ul li a:hover {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #fff;
|
2010-05-25 22:46:43 -04:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
2010-07-12 16:00:35 -04:00
|
|
|
|
2010-02-07 11:16:26 -05:00
|
|
|
/* =Content
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#main {
|
2010-07-22 16:44:03 -04:00
|
|
|
clear: both;
|
2010-02-07 11:16:26 -05:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 40px 0 0 0;
|
|
|
|
}
|
|
|
|
#content {
|
|
|
|
margin-bottom: 36px;
|
|
|
|
}
|
|
|
|
#content,
|
|
|
|
#content input,
|
|
|
|
#content textarea {
|
2010-06-07 21:48:33 -04:00
|
|
|
color: #333;
|
2010-02-07 11:16:26 -05:00
|
|
|
font-size: 16px;
|
2010-02-08 13:02:23 -05:00
|
|
|
line-height: 24px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#content p,
|
|
|
|
#content ul,
|
|
|
|
#content ol,
|
|
|
|
#content dd,
|
|
|
|
#content pre,
|
|
|
|
#content hr {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-bottom: 24px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#content ul ul,
|
|
|
|
#content ol ol,
|
|
|
|
#content ul ol,
|
|
|
|
#content ol ul {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-bottom: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#content pre,
|
|
|
|
#content kbd,
|
|
|
|
#content tt,
|
|
|
|
#content var {
|
|
|
|
font-size: 15px;
|
|
|
|
line-height: 21px;
|
|
|
|
}
|
|
|
|
#content code {
|
|
|
|
font-size: 13px;
|
|
|
|
}
|
|
|
|
#content dt,
|
|
|
|
#content th {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
#content h1,
|
|
|
|
#content h2,
|
|
|
|
#content h3,
|
|
|
|
#content h4,
|
|
|
|
#content h5,
|
|
|
|
#content h6 {
|
|
|
|
color: #000;
|
|
|
|
line-height: 1.5em;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0 0 20px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-08 13:02:23 -05:00
|
|
|
#content table {
|
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
margin: 0 -1px 24px 0;
|
2010-07-13 18:20:26 -04:00
|
|
|
text-align: left;
|
2010-02-08 13:02:23 -05:00
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
#content tr th,
|
|
|
|
#content thead th {
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: bold;
|
|
|
|
line-height: 18px;
|
|
|
|
padding: 9px 24px;
|
|
|
|
}
|
|
|
|
#content tr td {
|
|
|
|
border-top: 1px solid #e7e7e7;
|
|
|
|
padding: 6px 24px;
|
|
|
|
}
|
|
|
|
#content tr.odd td {
|
2010-07-12 16:00:35 -04:00
|
|
|
background: #f2f7fc;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.hentry {
|
|
|
|
margin: 0 0 48px 0;
|
|
|
|
}
|
|
|
|
.home .sticky {
|
2010-07-12 16:00:35 -04:00
|
|
|
background: #f2f7fc;
|
2010-02-07 11:16:26 -05:00
|
|
|
border-top: 4px solid #000;
|
|
|
|
margin-left: -20px;
|
|
|
|
margin-right: -20px;
|
2010-07-13 18:20:26 -04:00
|
|
|
padding: 18px 20px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.single .hentry {
|
|
|
|
margin: 0 0 36px 0;
|
|
|
|
}
|
|
|
|
.page-title {
|
|
|
|
color: #000;
|
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 36px 0;
|
|
|
|
}
|
|
|
|
.page-title span {
|
2010-06-07 21:48:33 -04:00
|
|
|
color: #333;
|
2010-02-07 11:16:26 -05:00
|
|
|
font-size: 16px;
|
|
|
|
font-style: italic;
|
|
|
|
font-weight: normal;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.page-title a:link,
|
|
|
|
.page-title a:visited {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #888;
|
2010-02-07 11:16:26 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.page-title a:active,
|
|
|
|
.page-title a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#content .entry-title {
|
|
|
|
color: #000;
|
|
|
|
font-size: 21px;
|
|
|
|
font-weight: bold;
|
2010-07-13 18:20:26 -04:00
|
|
|
line-height: 1.3em;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-title a:link,
|
|
|
|
.entry-title a:visited {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #000;
|
2010-02-07 11:16:26 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-title a:active,
|
|
|
|
.entry-title a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.entry-meta {
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-meta abbr,
|
|
|
|
.entry-utility abbr {
|
2010-02-07 11:16:26 -05:00
|
|
|
border: none;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-meta abbr:hover,
|
|
|
|
.entry-utility abbr:hover {
|
2010-02-07 11:16:26 -05:00
|
|
|
border-bottom: 1px dotted #666;
|
|
|
|
}
|
|
|
|
.entry-content,
|
|
|
|
.entry-summary {
|
|
|
|
clear: both;
|
|
|
|
padding: 12px 0 0 0;
|
|
|
|
}
|
|
|
|
#content .entry-summary p:last-child {
|
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
|
|
|
.entry-content fieldset {
|
2010-07-12 16:00:35 -04:00
|
|
|
border: 1px solid #e7e7e7;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0 0 24px 0;
|
|
|
|
padding: 24px;
|
|
|
|
}
|
|
|
|
.entry-content fieldset legend {
|
|
|
|
background: #fff;
|
|
|
|
color: #000;
|
|
|
|
font-weight: bold;
|
|
|
|
padding: 0 24px;
|
|
|
|
}
|
|
|
|
.entry-content input {
|
|
|
|
margin: 0 0 24px 0;
|
|
|
|
}
|
|
|
|
.entry-content input.file,
|
|
|
|
.entry-content input.button {
|
|
|
|
margin-right: 24px;
|
|
|
|
}
|
|
|
|
.entry-content label {
|
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
|
|
|
.entry-content select {
|
|
|
|
margin: 0 0 24px 0;
|
|
|
|
}
|
|
|
|
.entry-content sup,
|
|
|
|
.entry-content sub {
|
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
.entry-content blockquote.left {
|
|
|
|
float: left;
|
|
|
|
margin-left: 0;
|
|
|
|
margin-right: 24px;
|
|
|
|
text-align: right;
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
.entry-content blockquote.right {
|
|
|
|
float: right;
|
|
|
|
margin-left: 24px;
|
|
|
|
margin-right: 0;
|
|
|
|
text-align: left;
|
|
|
|
width: 33%;
|
|
|
|
}
|
|
|
|
.page-link {
|
2011-01-19 14:56:54 -05:00
|
|
|
clear: both;
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #000;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-weight: bold;
|
|
|
|
margin: 0 0 22px 0;
|
|
|
|
word-spacing: 0.5em;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.page-link a:link,
|
|
|
|
.page-link a:visited {
|
|
|
|
background: #f1f1f1;
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #333;
|
|
|
|
font-weight: normal;
|
|
|
|
padding: 0.5em 0.75em;
|
|
|
|
text-decoration: none;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.home .sticky .page-link a {
|
2010-07-12 16:00:35 -04:00
|
|
|
background: #d9e8f7;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.page-link a:active,
|
|
|
|
.page-link a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-07-12 16:00:35 -04:00
|
|
|
body.page .edit-link {
|
2010-06-01 11:32:15 -04:00
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#entry-author-info {
|
2010-07-12 16:00:35 -04:00
|
|
|
background: #f2f7fc;
|
2010-02-07 11:16:26 -05:00
|
|
|
border-top: 4px solid #000;
|
|
|
|
clear: both;
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 24px 0;
|
|
|
|
overflow: hidden;
|
|
|
|
padding: 18px 20px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#entry-author-info #author-avatar {
|
|
|
|
background: #fff;
|
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
float: left;
|
2010-07-13 18:20:26 -04:00
|
|
|
height: 60px;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0 -104px 0 0;
|
|
|
|
padding: 11px;
|
|
|
|
}
|
|
|
|
#entry-author-info #author-description {
|
|
|
|
float: left;
|
|
|
|
margin: 0 0 0 104px;
|
|
|
|
}
|
|
|
|
#entry-author-info h2 {
|
|
|
|
color: #000;
|
|
|
|
font-size: 100%;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-weight: bold;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
.entry-utility {
|
2010-07-13 18:20:26 -04:00
|
|
|
clear: both;
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-meta a,
|
|
|
|
.entry-utility a {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.entry-meta a:hover,
|
|
|
|
.entry-utility a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#content .video-player {
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Asides
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2011-01-07 12:07:34 -05:00
|
|
|
.home #content .format-aside p,
|
2010-02-07 11:16:26 -05:00
|
|
|
.home #content .category-asides p {
|
|
|
|
font-size: 14px;
|
|
|
|
line-height: 20px;
|
|
|
|
margin-bottom: 10px;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-top: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2011-01-07 12:07:34 -05:00
|
|
|
.home .hentry.format-aside,
|
2010-02-07 11:16:26 -05:00
|
|
|
.home .hentry.category-asides {
|
|
|
|
padding: 0;
|
|
|
|
}
|
2011-01-07 12:07:34 -05:00
|
|
|
.home #content .format-aside .entry-content,
|
2010-02-07 11:16:26 -05:00
|
|
|
.home #content .category-asides .entry-content {
|
|
|
|
padding-top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Gallery listing
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2011-01-07 12:07:34 -05:00
|
|
|
.format-gallery .size-thumbnail img,
|
2010-02-07 11:16:26 -05:00
|
|
|
.category-gallery .size-thumbnail img {
|
|
|
|
border: 10px solid #f1f1f1;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2011-01-07 12:07:34 -05:00
|
|
|
.format-gallery .gallery-thumb,
|
2010-02-07 11:16:26 -05:00
|
|
|
.category-gallery .gallery-thumb {
|
|
|
|
float: left;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin-right: 20px;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-top: -4px;
|
|
|
|
}
|
2011-01-07 12:07:34 -05:00
|
|
|
.home #content .format-gallery .entry-utility,
|
2010-02-07 11:16:26 -05:00
|
|
|
.home #content .category-gallery .entry-utility {
|
2010-07-13 18:20:26 -04:00
|
|
|
padding-top: 4px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Attachment pages
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.attachment .entry-content .entry-caption {
|
|
|
|
font-size: 140%;
|
|
|
|
margin-top: 24px;
|
|
|
|
}
|
|
|
|
.attachment .entry-content .nav-previous a:before {
|
|
|
|
content: '\2190\00a0';
|
|
|
|
}
|
|
|
|
.attachment .entry-content .nav-next a:after {
|
|
|
|
content: '\00a0\2192';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Images
|
2010-02-07 11:16:26 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
2010-09-12 11:21:29 -04:00
|
|
|
/*
|
|
|
|
Resize images to fit the main content area.
|
|
|
|
- Applies only to images uploaded via WordPress by targeting size-* classes.
|
|
|
|
- Other images will be left alone. Use "size-auto" class to apply to other images.
|
|
|
|
*/
|
|
|
|
img.size-auto,
|
|
|
|
img.size-full,
|
|
|
|
img.size-large,
|
|
|
|
img.size-medium,
|
|
|
|
.attachment img {
|
|
|
|
max-width: 100%; /* When images are too wide for containing element, force them to fit. */
|
|
|
|
height: auto; /* Override height to match resized width for correct aspect ratio. */
|
|
|
|
}
|
|
|
|
.alignleft,
|
|
|
|
img.alignleft {
|
2010-02-07 11:16:26 -05:00
|
|
|
display: inline;
|
|
|
|
float: left;
|
|
|
|
margin-right: 24px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.alignright,
|
|
|
|
img.alignright {
|
2010-02-07 11:16:26 -05:00
|
|
|
display: inline;
|
|
|
|
float: right;
|
|
|
|
margin-left: 24px;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.aligncenter,
|
|
|
|
img.aligncenter {
|
2010-02-07 11:16:26 -05:00
|
|
|
clear: both;
|
|
|
|
display: block;
|
|
|
|
margin-left: auto;
|
|
|
|
margin-right: auto;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
img.alignleft,
|
|
|
|
img.alignright,
|
|
|
|
img.aligncenter {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 12px;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.wp-caption {
|
2010-02-07 11:16:26 -05:00
|
|
|
background: #f1f1f1;
|
|
|
|
line-height: 18px;
|
|
|
|
margin-bottom: 20px;
|
2010-09-12 11:21:29 -04:00
|
|
|
max-width: 632px !important; /* prevent too-wide images from breaking layout */
|
2010-02-07 11:16:26 -05:00
|
|
|
padding: 4px;
|
2010-07-13 18:20:26 -04:00
|
|
|
text-align: center;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.wp-caption img {
|
2010-06-06 16:27:37 -04:00
|
|
|
margin: 5px 5px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.wp-caption p.wp-caption-text {
|
2010-06-06 16:40:44 -04:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 5px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.wp-smiley {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery {
|
2010-07-12 16:00:35 -04:00
|
|
|
margin: 0 auto 18px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery .gallery-item {
|
2010-02-07 11:16:26 -05:00
|
|
|
float: left;
|
2010-05-03 15:16:47 -04:00
|
|
|
margin-top: 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
text-align: center;
|
|
|
|
width: 33%;
|
|
|
|
}
|
2010-12-10 23:05:32 -05:00
|
|
|
.gallery-columns-2 .gallery-item {
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.gallery-columns-4 .gallery-item {
|
|
|
|
width: 25%;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery img {
|
2010-02-07 11:16:26 -05:00
|
|
|
border: 2px solid #cfcfcf;
|
|
|
|
}
|
2010-12-10 23:05:32 -05:00
|
|
|
.gallery-columns-2 .attachment-medium {
|
|
|
|
max-width: 92%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
.gallery-columns-4 .attachment-thumbnail {
|
|
|
|
max-width: 84%;
|
|
|
|
height: auto;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery .gallery-caption {
|
2010-05-03 15:16:47 -04:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0 0 12px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery dl {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery img {
|
2010-02-07 11:16:26 -05:00
|
|
|
border: 10px solid #f1f1f1;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
.gallery br+br {
|
2010-02-07 11:16:26 -05:00
|
|
|
display: none;
|
|
|
|
}
|
2010-09-12 11:21:29 -04:00
|
|
|
#content .attachment img {/* single attachment images should be centered */
|
2010-07-12 15:45:09 -04:00
|
|
|
display: block;
|
|
|
|
margin: 0 auto;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
|
|
|
|
/* =Navigation
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.navigation {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
2010-02-07 11:16:26 -05:00
|
|
|
line-height: 18px;
|
|
|
|
overflow: hidden;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.navigation a:link,
|
|
|
|
.navigation a:visited {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.navigation a:active,
|
|
|
|
.navigation a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.nav-previous {
|
|
|
|
float: left;
|
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
.nav-next {
|
|
|
|
float: right;
|
2010-07-13 18:20:26 -04:00
|
|
|
text-align: right;
|
2010-02-07 11:16:26 -05:00
|
|
|
width: 50%;
|
|
|
|
}
|
|
|
|
#nav-above {
|
|
|
|
margin: 0 0 18px 0;
|
|
|
|
}
|
|
|
|
#nav-above {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.paged #nav-above,
|
|
|
|
.single #nav-above {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
#nav-below {
|
|
|
|
margin: -18px 0 0 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Comments
|
|
|
|
-------------------------------------------------------------- */
|
2010-06-01 11:32:15 -04:00
|
|
|
#comments {
|
|
|
|
clear: both;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#comments .navigation {
|
|
|
|
padding: 0 0 18px 0;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
h3#comments-title,
|
|
|
|
h3#reply-title {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #000;
|
|
|
|
font-size: 20px;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-weight: bold;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
h3#comments-title {
|
|
|
|
padding: 24px 0;
|
|
|
|
}
|
|
|
|
.commentlist {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.commentlist li.comment {
|
|
|
|
border-bottom: 1px solid #e7e7e7;
|
|
|
|
line-height: 24px;
|
|
|
|
margin: 0 0 24px 0;
|
|
|
|
padding: 0 0 0 56px;
|
|
|
|
position: relative;
|
|
|
|
}
|
2010-04-24 14:08:46 -04:00
|
|
|
.commentlist li:last-child {
|
2010-07-13 18:20:26 -04:00
|
|
|
border-bottom: none;
|
|
|
|
margin-bottom: 0;
|
2010-04-23 14:59:36 -04:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#comments .comment-body ul,
|
|
|
|
#comments .comment-body ol {
|
|
|
|
margin-bottom: 18px;
|
|
|
|
}
|
2010-02-08 13:02:23 -05:00
|
|
|
#comments .comment-body p:last-child {
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 6px;
|
|
|
|
}
|
|
|
|
#comments .comment-body blockquote p:last-child {
|
|
|
|
margin-bottom: 24px;
|
|
|
|
}
|
|
|
|
.commentlist ol {
|
|
|
|
list-style: decimal;
|
|
|
|
}
|
|
|
|
.commentlist .avatar {
|
|
|
|
position: absolute;
|
|
|
|
top: 4px;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
.comment-author {
|
|
|
|
}
|
|
|
|
.comment-author cite {
|
|
|
|
color: #000;
|
|
|
|
font-style: normal;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
.comment-author .says {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
.comment-meta {
|
|
|
|
font-size: 12px;
|
|
|
|
margin: 0 0 18px 0;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.comment-meta a:link,
|
|
|
|
.comment-meta a:visited {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
.comment-meta a:active,
|
|
|
|
.comment-meta a:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.commentlist .even {
|
|
|
|
}
|
|
|
|
.commentlist .bypostauthor {
|
|
|
|
}
|
|
|
|
.reply {
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 0 0 24px 0;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.reply a,
|
|
|
|
a.comment-edit-link {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.reply a:hover,
|
|
|
|
a.comment-edit-link:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.commentlist .children {
|
|
|
|
list-style: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.commentlist .children li {
|
|
|
|
border: none;
|
|
|
|
margin: 0;
|
|
|
|
}
|
2010-06-03 01:23:21 -04:00
|
|
|
.nopassword,
|
2010-02-07 11:16:26 -05:00
|
|
|
.nocomments {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
#comments .pingback {
|
2010-07-13 18:20:26 -04:00
|
|
|
border-bottom: 1px solid #e7e7e7;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin-bottom: 18px;
|
|
|
|
padding-bottom: 18px;
|
|
|
|
}
|
|
|
|
.commentlist li.comment+li.pingback {
|
|
|
|
margin-top: -6px;
|
|
|
|
}
|
|
|
|
#comments .pingback p {
|
|
|
|
color: #888;
|
2010-07-13 18:20:26 -04:00
|
|
|
display: block;
|
2010-02-07 11:16:26 -05:00
|
|
|
font-size: 12px;
|
|
|
|
line-height: 18px;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#comments .pingback .url {
|
|
|
|
font-size: 13px;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-style: italic;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
/* Comments form */
|
2010-04-23 14:49:58 -04:00
|
|
|
input[type=submit] {
|
|
|
|
color: #333;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#respond {
|
2010-04-23 14:59:36 -04:00
|
|
|
border-top: 1px solid #e7e7e7;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 24px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond p {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#respond .comment-notes {
|
|
|
|
margin-bottom: 1em;
|
|
|
|
}
|
2010-04-23 14:49:58 -04:00
|
|
|
.form-allowed-tags {
|
|
|
|
line-height: 1em;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
.children #respond {
|
|
|
|
margin: 0 48px 0 0;
|
|
|
|
}
|
|
|
|
h3#reply-title {
|
|
|
|
margin: 18px 0;
|
|
|
|
}
|
|
|
|
#comments-list #respond {
|
|
|
|
margin: 0 0 18px 0;
|
|
|
|
}
|
|
|
|
#comments-list ul #respond {
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
#cancel-comment-reply-link {
|
|
|
|
font-size: 12px;
|
|
|
|
font-weight: normal;
|
2010-07-13 18:20:26 -04:00
|
|
|
line-height: 18px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#respond .required {
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #ff4b33;
|
|
|
|
font-weight: bold;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond label {
|
2010-02-07 11:16:26 -05:00
|
|
|
color: #888;
|
|
|
|
font-size: 12px;
|
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond input {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0 0 9px;
|
|
|
|
width: 98%;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond textarea {
|
2010-07-13 18:20:26 -04:00
|
|
|
width: 98%;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-16 02:38:58 -04:00
|
|
|
#respond .form-allowed-tags {
|
2010-02-17 14:28:03 -05:00
|
|
|
color: #888;
|
2010-02-07 11:16:26 -05:00
|
|
|
font-size: 12px;
|
2010-02-08 13:02:23 -05:00
|
|
|
line-height: 18px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-05-16 02:38:58 -04:00
|
|
|
#respond .form-allowed-tags code {
|
2010-02-17 14:28:03 -05:00
|
|
|
font-size: 11px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond .form-submit {
|
2010-06-07 21:24:46 -04:00
|
|
|
margin: 12px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
2010-02-17 14:28:03 -05:00
|
|
|
#respond .form-submit input {
|
2010-04-23 14:49:58 -04:00
|
|
|
font-size: 14px;
|
2010-07-13 18:20:26 -04:00
|
|
|
width: auto;
|
2010-02-17 14:28:03 -05:00
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
|
|
|
|
|
|
|
|
/* =Widget Areas
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
.widget-area ul {
|
|
|
|
list-style: none;
|
|
|
|
margin-left: 0;
|
|
|
|
}
|
|
|
|
.widget-area ul ul {
|
|
|
|
list-style: square;
|
|
|
|
margin-left: 1.3em;
|
|
|
|
}
|
2010-10-24 17:45:35 -04:00
|
|
|
.widget-area select {
|
|
|
|
max-width: 100%;
|
|
|
|
}
|
2010-07-13 18:20:26 -04:00
|
|
|
.widget_search #s {/* This keeps the search inputs in line */
|
2010-02-07 11:16:26 -05:00
|
|
|
width: 60%;
|
|
|
|
}
|
|
|
|
.widget_search label {
|
2010-07-13 18:20:26 -04:00
|
|
|
display: none;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
.widget-container {
|
|
|
|
margin: 0 0 18px 0;
|
|
|
|
}
|
|
|
|
.widget-title {
|
|
|
|
color: #222;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.widget-area a:link,
|
|
|
|
.widget-area a:visited {
|
2010-02-07 11:16:26 -05:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
.widget-area a:active,
|
|
|
|
.widget-area a:hover {
|
2010-02-07 11:16:26 -05:00
|
|
|
text-decoration: underline;
|
|
|
|
}
|
2010-05-24 18:43:03 -04:00
|
|
|
.widget-area .entry-meta {
|
|
|
|
font-size: 11px;
|
|
|
|
}
|
2010-02-07 11:16:26 -05:00
|
|
|
#wp_tag_cloud div {
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
#wp-calendar {
|
2010-07-13 18:20:26 -04:00
|
|
|
width: 100%;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#wp-calendar caption {
|
|
|
|
color: #222;
|
2010-07-13 18:20:26 -04:00
|
|
|
font-size: 14px;
|
|
|
|
font-weight: bold;
|
2010-02-07 11:16:26 -05:00
|
|
|
padding-bottom: 4px;
|
2010-07-13 18:20:26 -04:00
|
|
|
text-align: left;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#wp-calendar thead {
|
2010-07-13 18:20:26 -04:00
|
|
|
font-size: 11px;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#wp-calendar thead th {
|
|
|
|
}
|
|
|
|
#wp-calendar tbody {
|
|
|
|
color: #aaa;
|
|
|
|
}
|
|
|
|
#wp-calendar tbody td {
|
|
|
|
background: #f5f5f5;
|
2010-07-13 18:20:26 -04:00
|
|
|
border: 1px solid #fff;
|
|
|
|
padding: 3px 0 2px;
|
2010-02-07 11:16:26 -05:00
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
#wp-calendar tbody .pad {
|
|
|
|
background: none;
|
|
|
|
}
|
|
|
|
#wp-calendar tfoot #next {
|
|
|
|
text-align: right;
|
|
|
|
}
|
2010-02-12 01:11:46 -05:00
|
|
|
.widget_rss a.rsswidget {
|
|
|
|
color: #000;
|
|
|
|
}
|
|
|
|
.widget_rss a.rsswidget:hover {
|
2010-07-12 16:00:35 -04:00
|
|
|
color: #ff4b33;
|
2010-02-12 01:11:46 -05:00
|
|
|
}
|
|
|
|
.widget_rss .widget-title img {
|
|
|
|
width: 11px;
|
2010-07-13 18:20:26 -04:00
|
|
|
height: 11px;
|
2010-02-12 01:11:46 -05:00
|
|
|
}
|
|
|
|
|
2010-02-07 11:16:26 -05:00
|
|
|
/* Main sidebars */
|
|
|
|
#main .widget-area ul {
|
|
|
|
margin-left: 0;
|
|
|
|
padding: 0 20px 0 0;
|
|
|
|
}
|
|
|
|
#main .widget-area ul ul {
|
|
|
|
border: none;
|
|
|
|
margin-left: 1.3em;
|
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#primary {
|
|
|
|
}
|
|
|
|
#secondary {
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Footer widget areas */
|
2010-02-08 13:02:23 -05:00
|
|
|
#footer-widget-area {
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Footer
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
#footer {
|
|
|
|
margin-bottom: 20px;
|
|
|
|
}
|
|
|
|
#colophon {
|
|
|
|
border-top: 4px solid #000;
|
|
|
|
margin-top: -4px;
|
|
|
|
overflow: hidden;
|
2010-07-13 18:20:26 -04:00
|
|
|
padding: 18px 0;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#site-info {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
#site-info a {
|
|
|
|
color: #000;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
#site-generator {
|
|
|
|
font-style: italic;
|
2010-07-13 18:20:26 -04:00
|
|
|
position: relative;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#site-generator a {
|
|
|
|
background: url(images/wordpress.png) center left no-repeat;
|
2010-07-13 18:20:26 -04:00
|
|
|
color: #666;
|
|
|
|
display: inline-block;
|
2010-02-07 11:16:26 -05:00
|
|
|
line-height: 16px;
|
2010-07-13 18:20:26 -04:00
|
|
|
padding-left: 20px;
|
|
|
|
text-decoration: none;
|
2010-02-07 11:16:26 -05:00
|
|
|
}
|
|
|
|
#site-generator a:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
img#wpstats {
|
2010-07-13 18:20:26 -04:00
|
|
|
display: block;
|
2010-02-07 11:16:26 -05:00
|
|
|
margin: 0 auto 10px;
|
|
|
|
}
|
2010-03-02 19:38:00 -05:00
|
|
|
|
|
|
|
|
2010-07-13 18:20:26 -04:00
|
|
|
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
|
2010-03-02 19:38:00 -05:00
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
pre {
|
|
|
|
-webkit-text-size-adjust: 140%;
|
|
|
|
}
|
|
|
|
code {
|
|
|
|
-webkit-text-size-adjust: 160%;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#access,
|
|
|
|
.entry-meta,
|
|
|
|
.entry-utility,
|
|
|
|
.navigation,
|
|
|
|
.widget-area {
|
2010-03-02 19:38:00 -05:00
|
|
|
-webkit-text-size-adjust: 120%;
|
|
|
|
}
|
|
|
|
#site-description {
|
|
|
|
-webkit-text-size-adjust: none;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* =Print Style
|
|
|
|
-------------------------------------------------------------- */
|
|
|
|
|
|
|
|
@media print {
|
|
|
|
body {
|
2010-07-13 18:20:26 -04:00
|
|
|
background: none !important;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
#wrapper {
|
|
|
|
clear: both !important;
|
|
|
|
display: block !important;
|
2010-07-13 18:20:26 -04:00
|
|
|
float: none !important;
|
2010-03-28 20:48:03 -04:00
|
|
|
position: relative !important;
|
|
|
|
}
|
|
|
|
#header {
|
2010-04-24 14:27:08 -04:00
|
|
|
border-bottom: 2pt solid #000;
|
2010-03-28 20:48:03 -04:00
|
|
|
padding-bottom: 18pt;
|
|
|
|
}
|
2010-04-24 14:27:08 -04:00
|
|
|
#colophon {
|
|
|
|
border-top: 2pt solid #000;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#site-title,
|
|
|
|
#site-description {
|
2010-03-28 20:48:03 -04:00
|
|
|
float: none;
|
2010-04-23 14:49:58 -04:00
|
|
|
line-height: 1.4em;
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
#site-title {
|
|
|
|
font-size: 13pt;
|
|
|
|
}
|
|
|
|
.entry-content {
|
|
|
|
font-size: 14pt;
|
|
|
|
line-height: 1.6em;
|
|
|
|
}
|
|
|
|
.entry-title {
|
|
|
|
font-size: 21pt;
|
|
|
|
}
|
|
|
|
#access,
|
|
|
|
#branding img,
|
|
|
|
#respond,
|
|
|
|
.comment-edit-link,
|
|
|
|
.edit-link,
|
|
|
|
.navigation,
|
|
|
|
.page-link,
|
|
|
|
.widget-area {
|
|
|
|
display: none !important;
|
|
|
|
}
|
2010-04-23 15:09:02 -04:00
|
|
|
#container,
|
|
|
|
#header,
|
|
|
|
#footer {
|
2010-04-23 14:49:58 -04:00
|
|
|
margin: 0;
|
2010-07-13 18:20:26 -04:00
|
|
|
width: 100%;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
2010-04-24 14:20:17 -04:00
|
|
|
#content,
|
2010-05-17 02:36:11 -04:00
|
|
|
.one-column #content {
|
2010-03-28 20:48:03 -04:00
|
|
|
margin: 24pt 0 0;
|
2010-07-13 18:20:26 -04:00
|
|
|
width: 100%;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
.wp-caption p {
|
|
|
|
font-size: 11pt;
|
|
|
|
}
|
|
|
|
#site-info,
|
|
|
|
#site-generator {
|
|
|
|
float: none;
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
#colophon {
|
|
|
|
width: auto;
|
|
|
|
}
|
|
|
|
img#wpstats {
|
2010-07-13 18:20:26 -04:00
|
|
|
display: none;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
#site-generator a {
|
2010-07-13 18:20:26 -04:00
|
|
|
margin: 0;
|
2010-03-28 20:48:03 -04:00
|
|
|
padding: 0;
|
|
|
|
}
|
|
|
|
#entry-author-info {
|
|
|
|
border: 1px solid #e7e7e7;
|
|
|
|
}
|
|
|
|
#main {
|
2010-07-13 18:20:26 -04:00
|
|
|
display: inline;
|
2010-03-28 20:48:03 -04:00
|
|
|
}
|
|
|
|
.home .sticky {
|
|
|
|
border: none;
|
|
|
|
}
|
2010-07-13 18:20:26 -04:00
|
|
|
}
|