emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Orgmode] Re: Worg needs some reorganizing


From: Eric Schulte
Subject: Re: [Orgmode] Re: Worg needs some reorganizing
Date: Sun, 16 Jan 2011 15:37:40 -0700
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux)

Jason Dunsmore <address@hidden> writes:

> "Eric Schulte" <address@hidden> writes:
>
>>> and option #2:
>>>
>>> http://orgmode.org/tmp/worg-eric/
>>> http://orgmode.org/tmp/worg-eric.css
>>>
>>
>> Thanks for putting this up, I see a problem in the current stylesheet,
>> could you please apply the attached alternate version?
>
> Okay, I uploaded the new version.

Thanks,

Don't feel obligated to put these up as well, just sharing as I create
at this point... but I'm attaching a slightly updated version of the
first theme (which requires the attached emacs.css), and a second
similar theme with colors from the zenburn Emacs color-theme (which
requires zenburn-emacs.css).

Cheers -- Eric

@import url(emacs.css);
body {
  max-width: 90%;
  margin: auto;
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body #content {
    padding-top: 100px; }
  body .title {
    margin-left: 120px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  font-size: 10pt;
  position: fixed;
  right: 0em;
  top: 0em;
  background: white;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right;
  /* ensure doesn't flow off the screen when expanded */
  max-height: 80%;
  overflow: auto; }
  #table-of-contents h2 {
    font-size: 10pt;
    max-width: 8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em; }
.org-asy-environment {
    /* asy-environment-face */
    text-decoration: underline;
}
.org-asy-link {
    /* asy-link-face */
    text-decoration: underline;
}
.org-bold {
    /* bold */
    font-weight: bold;
}
.org-bold-italic {
    /* bold-italic */
    font-weight: bold;
    font-style: italic;
}
.org-border {
}
.org-buffer-menu-buffer {
    /* buffer-menu-buffer */
    font-weight: bold;
}
.org-builtin {
    /* font-lock-builtin-face */
    color: #7a378b;
}
.org-button {
    /* button */
    text-decoration: underline;
}
.org-change-log-acknowledgement {
    /* change-log-acknowledgement */
    color: #b22222;
}
.org-change-log-conditionals {
    /* change-log-conditionals */
    color: #a0522d;
}
.org-change-log-date {
    /* change-log-date */
    color: #8b2252;
}
.org-change-log-email {
    /* change-log-email */
    color: #a0522d;
}
.org-change-log-file {
    /* change-log-file */
    color: #0000ff;
}
.org-change-log-function {
    /* change-log-function */
    color: #a0522d;
}
.org-change-log-list {
    /* change-log-list */
    color: #a020f0;
}
.org-change-log-name {
    /* change-log-name */
    color: #008b8b;
}
.org-comint-highlight-input {
    /* comint-highlight-input */
    font-weight: bold;
}
.org-comint-highlight-prompt {
    /* comint-highlight-prompt */
    color: #00008b;
}
.org-comment {
    /* font-lock-comment-face */
    color: #b22222;
}
.org-comment-delimiter {
    /* font-lock-comment-delimiter-face */
    color: #b22222;
}
.org-compilation-column-number {
    /* compilation-column-number */
    color: #228b22;
}
.org-compilation-error {
    /* compilation-error */
    color: #ff0000;
    font-weight: bold;
}
.org-compilation-info {
    /* compilation-info */
    color: #00cd00;
    font-weight: bold;
}
.org-compilation-line-number {
    /* compilation-line-number */
    color: #a0522d;
}
.org-compilation-warning {
    /* compilation-warning */
    color: #ffa500;
    font-weight: bold;
}
.org-completions-annotations {
    /* completions-annotations */
    text-decoration: underline;
}
.org-completions-common-part {
    /* completions-common-part */
    color: #000000;
    background-color: #ffffff;
}
.org-completions-first-difference {
    /* completions-first-difference */
    font-weight: bold;
}
.org-constant {
    /* font-lock-constant-face */
    color: #008b8b;
}
.org-cursor {
}
.org-diff-added {
    /* diff-added */
    color: #008b00;
}
.org-diff-changed {
}
.org-diff-context {
    /* diff-context */
    color: #7f7f7f;
}
.org-diff-file-header {
    /* diff-file-header */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-function {
    /* diff-function */
    background-color: #cccccc;
}
.org-diff-header {
    /* diff-header */
    background-color: #cccccc;
}
.org-diff-hunk-header {
    /* diff-hunk-header */
    background-color: #cccccc;
}
.org-diff-index {
    /* diff-index */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-indicator-added {
    /* diff-indicator-added */
    color: #008b00;
}
.org-diff-indicator-changed {
}
.org-diff-indicator-removed {
    /* diff-indicator-removed */
    color: #cd0000;
}
.org-diff-nonexistent {
    /* diff-nonexistent */
    background-color: #b3b3b3;
    font-weight: bold;
}
.org-diff-refine-change {
    /* diff-refine-change */
    background-color: #d9d9d9;
}
.org-diff-removed {
    /* diff-removed */
    color: #cd0000;
}
.org-dired-directory {
    /* dired-directory */
    color: #0000ff;
}
.org-dired-flagged {
    /* dired-flagged */
    color: #ff0000;
    font-weight: bold;
}
.org-dired-header {
    /* dired-header */
    color: #228b22;
}
.org-dired-ignored {
    /* dired-ignored */
    color: #7f7f7f;
}
.org-dired-mark {
    /* dired-mark */
    color: #008b8b;
}
.org-dired-marked {
    /* dired-marked */
    color: #ff0000;
    font-weight: bold;
}
.org-dired-perm-write {
    /* dired-perm-write */
    color: #b22222;
}
.org-dired-symlink {
    /* dired-symlink */
    color: #a020f0;
}
.org-dired-warning {
    /* dired-warning */
    color: #ff0000;
    font-weight: bold;
}
.org-doc {
    /* font-lock-doc-face */
    color: #8b2252;
}
.org-dropdown-list {
    /* dropdown-list-face */
    color: #000000;
    background-color: #ffffe0;
}
.org-dropdown-list-selection {
    /* dropdown-list-selection-face */
    color: #000000;
    background-color: #a020f0;
}
.org-eldoc-highlight-function-argument {
    /* eldoc-highlight-function-argument */
    font-weight: bold;
}
.org-epa-field-body {
    /* epa-field-body */
    font-style: italic;
}
.org-epa-field-name {
    /* epa-field-name */
    font-weight: bold;
}
.org-epa-mark {
    /* epa-mark */
    color: #ff0000;
    font-weight: bold;
}
.org-epa-string {
    /* epa-string */
    color: #00008b;
}
.org-epa-validity-disabled {
    /* epa-validity-disabled */
    font-style: italic;
}
.org-epa-validity-high {
    /* epa-validity-high */
    font-weight: bold;
}
.org-epa-validity-low {
    /* epa-validity-low */
    font-style: italic;
}
.org-epa-validity-medium {
    /* epa-validity-medium */
    font-style: italic;
}
.org-escape-glyph {
    /* escape-glyph */
    color: #a52a2a;
}
.org-eshell-ls-archive {
    /* eshell-ls-archive */
    color: #da70d6;
    font-weight: bold;
}
.org-eshell-ls-backup {
    /* eshell-ls-backup */
    color: #ff4500;
}
.org-eshell-ls-clutter {
    /* eshell-ls-clutter */
    color: #ff4500;
    font-weight: bold;
}
.org-eshell-ls-directory {
    /* eshell-ls-directory */
    color: #0000ff;
    font-weight: bold;
}
.org-eshell-ls-executable {
    /* eshell-ls-executable */
    color: #228b22;
    font-weight: bold;
}
.org-eshell-ls-missing {
    /* eshell-ls-missing */
    color: #ff0000;
    font-weight: bold;
}
.org-eshell-ls-product {
    /* eshell-ls-product */
    color: #ff4500;
}
.org-eshell-ls-readonly {
    /* eshell-ls-readonly */
    color: #a52a2a;
}
.org-eshell-ls-special {
    /* eshell-ls-special */
    color: #ff00ff;
    font-weight: bold;
}
.org-eshell-ls-symlink {
    /* eshell-ls-symlink */
    color: #008b8b;
    font-weight: bold;
}
.org-eshell-ls-unreadable {
    /* eshell-ls-unreadable */
    color: #4d4d4d;
}
.org-eshell-prompt {
    /* eshell-prompt */
    color: #00f5ff;
    font-weight: bold;
}
.org-esk-clojure-trace {
    /* esk-clojure-trace-face */
    color: #8c8c8c;
}
.org-esk-paren {
    /* esk-paren-face */
    color: #8c8c8c;
}
.org-ffap {
    /* ffap */
    background-color: #b4eeb4;
}
.org-file-name-shadow {
    /* file-name-shadow */
    color: #7f7f7f;
}
.org-fixed-pitch {
}
.org-flymake-errline {
    /* flymake-errline */
    text-decoration: underline;
}
.org-flymake-warnline {
    /* flymake-warnline */
    text-decoration: underline;
}
.org-flyspell-duplicate {
    /* flyspell-duplicate */
    text-decoration: underline;
}
.org-flyspell-incorrect {
    /* flyspell-incorrect */
    text-decoration: underline;
}
.org-fringe {
    /* fringe */
    background-color: #f2f2f2;
}
.org-function-name {
    /* font-lock-function-name-face */
    color: #0000ff;
}
.org-gnuplot-prompt {
    /* gnuplot-prompt-face */
    color: #b22222;
}
.org-gnus-button {
    /* gnus-button */
    font-weight: bold;
}
.org-gnus-emphasis-bold {
    /* gnus-emphasis-bold */
    font-weight: bold;
}
.org-gnus-emphasis-bold-italic {
    /* gnus-emphasis-bold-italic */
    font-weight: bold;
    font-style: italic;
}
.org-gnus-emphasis-highlight-words {
    /* gnus-emphasis-highlight-words */
    color: #ffff00;
    background-color: #000000;
}
.org-gnus-emphasis-italic {
    /* gnus-emphasis-italic */
    font-style: italic;
}
.org-gnus-emphasis-strikethru {
    /* gnus-emphasis-strikethru */
    text-decoration: line-through;
}
.org-gnus-emphasis-underline {
    /* gnus-emphasis-underline */
    text-decoration: underline;
}
.org-gnus-emphasis-underline-bold {
    /* gnus-emphasis-underline-bold */
    font-weight: bold;
    text-decoration: underline;
}
.org-gnus-emphasis-underline-bold-italic {
    /* gnus-emphasis-underline-bold-italic */
    font-weight: bold;
    font-style: italic;
    text-decoration: underline;
}
.org-gnus-emphasis-underline-italic {
    /* gnus-emphasis-underline-italic */
    font-style: italic;
    text-decoration: underline;
}
.org-gnus-group-mail-1 {
    /* gnus-group-mail-1 */
    color: #cd1076;
    font-weight: bold;
}
.org-gnus-group-mail-1-empty {
    /* gnus-group-mail-1-empty */
    color: #cd1076;
}
.org-gnus-group-mail-2 {
    /* gnus-group-mail-2 */
    color: #cd6090;
    font-weight: bold;
}
.org-gnus-group-mail-2-empty {
    /* gnus-group-mail-2-empty */
    color: #cd6090;
}
.org-gnus-group-mail-3 {
    /* gnus-group-mail-3 */
    color: #8b008b;
    font-weight: bold;
}
.org-gnus-group-mail-3-empty {
    /* gnus-group-mail-3-empty */
    color: #8b008b;
}
.org-gnus-group-mail-low {
    /* gnus-group-mail-low */
    color: #8b0a50;
    font-weight: bold;
}
.org-gnus-group-mail-low-empty {
    /* gnus-group-mail-low-empty */
    color: #8b0a50;
}
.org-gnus-group-news-1 {
    /* gnus-group-news-1 */
    color: #228b22;
    font-weight: bold;
}
.org-gnus-group-news-1-empty {
    /* gnus-group-news-1-empty */
    color: #228b22;
}
.org-gnus-group-news-2 {
    /* gnus-group-news-2 */
    color: #53868b;
    font-weight: bold;
}
.org-gnus-group-news-2-empty {
    /* gnus-group-news-2-empty */
    color: #53868b;
}
.org-gnus-group-news-3 {
    /* gnus-group-news-3 */
    font-weight: bold;
}
.org-gnus-group-news-3-empty {
}
.org-gnus-group-news-4 {
    /* gnus-group-news-4 */
    font-weight: bold;
}
.org-gnus-group-news-4-empty {
}
.org-gnus-group-news-5 {
    /* gnus-group-news-5 */
    font-weight: bold;
}
.org-gnus-group-news-5-empty {
}
.org-gnus-group-news-6 {
    /* gnus-group-news-6 */
    font-weight: bold;
}
.org-gnus-group-news-6-empty {
}
.org-gnus-group-news-low {
    /* gnus-group-news-low */
    color: #006400;
    font-weight: bold;
}
.org-gnus-group-news-low-empty {
    /* gnus-group-news-low-empty */
    color: #006400;
}
.org-gnus-header-content {
    /* gnus-header-content */
    color: #8b3a3a;
    font-style: italic;
}
.org-gnus-header-from {
    /* gnus-header-from */
    color: #cd0000;
}
.org-gnus-header-name {
    /* gnus-header-name */
    color: #b03060;
}
.org-gnus-header-newsgroups {
    /* gnus-header-newsgroups */
    color: #191970;
    font-style: italic;
}
.org-gnus-header-subject {
    /* gnus-header-subject */
    color: #8b0000;
}
.org-gnus-signature {
    /* gnus-signature */
    font-style: italic;
}
.org-gnus-splash {
    /* gnus-splash */
    color: #888888;
}
.org-gnus-summary-cancelled {
    /* gnus-summary-cancelled */
    color: #ffff00;
    background-color: #000000;
}
.org-gnus-summary-high-ancient {
    /* gnus-summary-high-ancient */
    color: #4169e1;
    font-weight: bold;
}
.org-gnus-summary-high-read {
    /* gnus-summary-high-read */
    color: #006400;
    font-weight: bold;
}
.org-gnus-summary-high-ticked {
    /* gnus-summary-high-ticked */
    color: #b22222;
    font-weight: bold;
}
.org-gnus-summary-high-undownloaded {
    /* gnus-summary-high-undownloaded */
    color: #008b8b;
    font-weight: bold;
}
.org-gnus-summary-high-unread {
    /* gnus-summary-high-unread */
    font-weight: bold;
}
.org-gnus-summary-low-ancient {
    /* gnus-summary-low-ancient */
    color: #4169e1;
    font-style: italic;
}
.org-gnus-summary-low-read {
    /* gnus-summary-low-read */
    color: #006400;
    font-style: italic;
}
.org-gnus-summary-low-ticked {
    /* gnus-summary-low-ticked */
    color: #b22222;
    font-style: italic;
}
.org-gnus-summary-low-undownloaded {
    /* gnus-summary-low-undownloaded */
    color: #008b8b;
    font-style: italic;
}
.org-gnus-summary-low-unread {
    /* gnus-summary-low-unread */
    font-style: italic;
}
.org-gnus-summary-normal-ancient {
    /* gnus-summary-normal-ancient */
    color: #4169e1;
}
.org-gnus-summary-normal-read {
    /* gnus-summary-normal-read */
    color: #006400;
}
.org-gnus-summary-normal-ticked {
    /* gnus-summary-normal-ticked */
    color: #b22222;
}
.org-gnus-summary-normal-undownloaded {
    /* gnus-summary-normal-undownloaded */
    color: #008b8b;
}
.org-gnus-summary-normal-unread {
}
.org-gnus-summary-selected {
    /* gnus-summary-selected */
    text-decoration: underline;
}
.org-haml-tab {
    /* haml-tab-face */
    background-color: #ff69b4;
}
.org-header-line {
    /* header-line */
    color: #333333;
    background-color: #e5e5e5;
}
.org-help-argument-name {
}
.org-highlight {
    /* highlight */
    background-color: #b4eeb4;
}
.org-ido-first-match {
    /* ido-first-match */
    font-weight: bold;
}
.org-ido-incomplete-regexp {
    /* ido-incomplete-regexp */
    color: #ff0000;
    font-weight: bold;
}
.org-ido-indicator {
    /* ido-indicator */
    color: #ffff00;
    background-color: #ff0000;
}
.org-ido-only-match {
    /* ido-only-match */
    color: #228b22;
}
.org-ido-subdir {
    /* ido-subdir */
    color: #ff0000;
}
.org-info-header-node {
    /* info-header-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
}
.org-info-header-xref {
    /* info-header-xref */
    color: #0000ff;
    text-decoration: underline;
}
.org-info-menu-header {
    /* info-menu-header */
    font-weight: bold;
}
.org-info-menu-star {
    /* info-menu-star */
    color: #ff0000;
}
.org-info-node {
    /* info-node */
    color: #a52a2a;
    font-weight: bold;
    font-style: italic;
}
.org-info-title-1 {
    /* info-title-1 */
    font-size: 172%;
    font-weight: bold;
}
.org-info-title-2 {
    /* info-title-2 */
    font-size: 144%;
    font-weight: bold;
}
.org-info-title-3 {
    /* info-title-3 */
    font-size: 120%;
    font-weight: bold;
}
.org-info-title-4 {
    /* info-title-4 */
    font-weight: bold;
}
.org-info-xref {
    /* info-xref */
    color: #0000ff;
    text-decoration: underline;
}
.org-isearch {
    /* isearch */
    color: #b0e2ff;
    background-color: #cd00cd;
}
.org-isearch-fail {
    /* isearch-fail */
    background-color: #ffc1c1;
}
.org-italic {
    /* italic */
    text-decoration: underline;
}
.org-keyword {
    /* font-lock-keyword-face */
    color: #a020f0;
}
.org-lazy-highlight {
    /* lazy-highlight */
    background-color: #afeeee;
}
.org-link {
    /* link */
    color: #0000ff;
    text-decoration: underline;
}
.org-link-visited {
    /* link-visited */
    color: #8b008b;
    text-decoration: underline;
}
.org-magit-branch {
    /* magit-branch */
    font-weight: bold;
}
.org-magit-diff-add {
    /* magit-diff-add */
    color: #00cd00;
}
.org-magit-diff-del {
    /* magit-diff-del */
    color: #cd0000;
}
.org-magit-diff-file-header {
}
.org-magit-diff-hunk-header {
    /* magit-diff-hunk-header */
    font-style: italic;
}
.org-magit-diff-none {
}
.org-magit-header {
}
.org-magit-item-highlight {
    /* magit-item-highlight */
    background-color: #f2f2f2;
}
.org-magit-item-mark {
    /* magit-item-mark */
    color: #ff0000;
}
.org-magit-log-head-label {
    /* magit-log-head-label */
    background-color: #00ff7f;
}
.org-magit-log-tag-label {
    /* magit-log-tag-label */
    background-color: #eedd82;
}
.org-magit-section-title {
    /* magit-section-title */
    font-weight: bold;
}
.org-match {
    /* match */
    background-color: #ffff00;
}
.org-menu {
}
.org-message-cited-text {
    /* message-cited-text */
    color: #ff0000;
}
.org-message-header-cc {
    /* message-header-cc */
    color: #191970;
}
.org-message-header-name {
    /* message-header-name */
    color: #6495ed;
}
.org-message-header-newsgroups {
    /* message-header-newsgroups */
    color: #00008b;
    font-weight: bold;
    font-style: italic;
}
.org-message-header-other {
    /* message-header-other */
    color: #4682b4;
}
.org-message-header-subject {
    /* message-header-subject */
    color: #000080;
    font-weight: bold;
}
.org-message-header-to {
    /* message-header-to */
    color: #191970;
    font-weight: bold;
}
.org-message-header-xheader {
    /* message-header-xheader */
    color: #0000ff;
}
.org-message-mml {
    /* message-mml */
    color: #228b22;
}
.org-message-separator {
    /* message-separator */
    color: #a52a2a;
}
.org-minibuffer-prompt {
    /* minibuffer-prompt */
    color: #0000cd;
}
.org-mm-uu-extract {
    /* mm-uu-extract */
    color: #006400;
    background-color: #ffffe0;
}
.org-mode-line {
    /* mode-line */
    color: #000000;
    background-color: #bfbfbf;
}
.org-mode-line-buffer-id {
    /* mode-line-buffer-id */
    font-weight: bold;
}
.org-mode-line-emphasis {
    /* mode-line-emphasis */
    font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
    /* mode-line-inactive */
    color: #333333;
    background-color: #e5e5e5;
}
.org-mouse {
}
.org-negation-char {
}
.org-next-error {
    /* next-error */
    background-color: #eedc82;
}
.org-nobreak-space {
    /* nobreak-space */
    color: #a52a2a;
    text-decoration: underline;
}
.org-org-agenda-clocking {
    /* org-agenda-clocking */
    background-color: #ffff00;
}
.org-org-agenda-column-dateline {
    /* org-agenda-column-dateline */
    background-color: #e5e5e5;
}
.org-org-agenda-date {
    /* org-agenda-date */
    color: #0000ff;
}
.org-org-agenda-date-today {
    /* org-agenda-date-today */
    color: #0000ff;
    font-weight: bold;
    font-style: italic;
}
.org-org-agenda-date-weekend {
    /* org-agenda-date-weekend */
    color: #0000ff;
    font-weight: bold;
}
.org-org-agenda-dimmed-todo {
    /* org-agenda-dimmed-todo-face */
    color: #7f7f7f;
}
.org-org-agenda-done {
    /* org-agenda-done */
    color: #228b22;
}
.org-org-agenda-restriction-lock {
    /* org-agenda-restriction-lock */
    background-color: #ffff00;
}
.org-org-agenda-structure {
    /* org-agenda-structure */
    color: #0000ff;
}
.org-org-archived {
    /* org-archived */
    color: #7f7f7f;
}
.org-org-beamer-tag {
}
.org-org-block {
    /* org-block */
    color: #7f7f7f;
}
.org-org-checkbox {
    /* org-checkbox */
    font-weight: bold;
}
.org-org-checkbox-statistics-done {
    /* org-checkbox-statistics-done */
    color: #228b22;
    font-weight: bold;
}
.org-org-checkbox-statistics-todo {
    /* org-checkbox-statistics-todo */
    color: #ff0000;
    font-weight: bold;
}
.org-org-clock-overlay {
    /* org-clock-overlay */
    background-color: #ffff00;
}
.org-org-code {
    /* org-code */
    color: #7f7f7f;
}
.org-org-column {
    /* org-column */
    background-color: #e5e5e5;
}
.org-org-column-title {
    /* org-column-title */
    background-color: #e5e5e5;
    font-weight: bold;
    text-decoration: underline;
}
.org-org-date {
    /* org-date */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-done {
    /* org-done */
    color: #228b22;
    font-weight: bold;
}
.org-org-drawer {
    /* org-drawer */
    color: #0000ff;
}
.org-org-ellipsis {
    /* org-ellipsis */
    color: #b8860b;
    text-decoration: underline;
}
.org-org-footnote {
    /* org-footnote */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-formula {
    /* org-formula */
    color: #b22222;
}
.org-org-headline-done {
    /* org-headline-done */
    color: #bc8f8f;
}
.org-org-hide {
    /* org-hide */
    color: #ffffff;
}
.org-org-latex-and-export-specials {
    /* org-latex-and-export-specials */
    color: #8b4513;
}
.org-org-level-1 {
    /* org-level-1 */
    color: #0000ff;
}
.org-org-level-2 {
    /* org-level-2 */
    color: #a0522d;
}
.org-org-level-3 {
    /* org-level-3 */
    color: #a020f0;
}
.org-org-level-4 {
    /* org-level-4 */
    color: #b22222;
}
.org-org-level-5 {
    /* org-level-5 */
    color: #228b22;
}
.org-org-level-6 {
    /* org-level-6 */
    color: #008b8b;
}
.org-org-level-7 {
    /* org-level-7 */
    color: #7a378b;
}
.org-org-level-8 {
    /* org-level-8 */
    color: #8b2252;
}
.org-org-link {
    /* org-link */
    color: #a020f0;
    text-decoration: underline;
}
.org-org-meta-line {
    /* org-meta-line */
    color: #b22222;
}
.org-org-mode-line-clock {
    /* org-mode-line-clock */
    color: #000000;
    background-color: #bfbfbf;
}
.org-org-property-value {
}
.org-org-quote {
    /* org-quote */
    color: #7f7f7f;
}
.org-org-scheduled {
    /* org-scheduled */
    color: #006400;
}
.org-org-scheduled-previously {
    /* org-scheduled-previously */
    color: #b22222;
}
.org-org-scheduled-today {
    /* org-scheduled-today */
    color: #006400;
}
.org-org-sexp-date {
    /* org-sexp-date */
    color: #a020f0;
}
.org-org-special-keyword {
    /* org-special-keyword */
    color: #bc8f8f;
}
.org-org-table {
    /* org-table */
    color: #0000ff;
}
.org-org-tag {
    /* org-tag */
    font-weight: bold;
}
.org-org-target {
    /* org-target */
    text-decoration: underline;
}
.org-org-time-grid {
    /* org-time-grid */
    color: #b8860b;
}
.org-org-todo {
    /* org-todo */
    color: #ff0000;
    font-weight: bold;
}
.org-org-upcoming-deadline {
    /* org-upcoming-deadline */
    color: #b22222;
}
.org-org-verbatim {
    /* org-verbatim */
    color: #7f7f7f;
}
.org-org-verse {
    /* org-verse */
    color: #7f7f7f;
}
.org-org-warning {
    /* org-warning */
    color: #ff0000;
    font-weight: bold;
}
.org-outline-1 {
    /* outline-1 */
    color: #0000ff;
}
.org-outline-2 {
    /* outline-2 */
    color: #a0522d;
}
.org-outline-3 {
    /* outline-3 */
    color: #a020f0;
}
.org-outline-4 {
    /* outline-4 */
    color: #b22222;
}
.org-outline-5 {
    /* outline-5 */
    color: #228b22;
}
.org-outline-6 {
    /* outline-6 */
    color: #008b8b;
}
.org-outline-7 {
    /* outline-7 */
    color: #7a378b;
}
.org-outline-8 {
    /* outline-8 */
    color: #8b2252;
}
.org-preprocessor {
    /* font-lock-preprocessor-face */
    color: #7a378b;
}
.org-query-replace {
    /* query-replace */
    color: #b0e2ff;
    background-color: #cd00cd;
}
.org-rcirc-bright-nick {
    /* rcirc-bright-nick */
    color: #5f9ea0;
}
.org-rcirc-dim-nick {
    /* rcirc-dim-nick */
    color: #000000;
    background-color: #ffffff;
}
.org-rcirc-keyword {
    /* rcirc-keyword */
    background-color: #b4eeb4;
}
.org-rcirc-my-nick {
    /* rcirc-my-nick */
    color: #0000ff;
}
.org-rcirc-nick-in-message {
    /* rcirc-nick-in-message */
    color: #a020f0;
}
.org-rcirc-nick-in-message-full-line {
    /* rcirc-nick-in-message-full-line */
    font-weight: bold;
}
.org-rcirc-other-nick {
    /* rcirc-other-nick */
    color: #b8860b;
}
.org-rcirc-prompt {
    /* rcirc-prompt */
    color: #00008b;
}
.org-rcirc-server {
    /* rcirc-server */
    color: #b22222;
}
.org-rcirc-server-prefix {
    /* rcirc-server-prefix */
    color: #b22222;
}
.org-rcirc-timestamp {
    /* rcirc-timestamp */
    color: #000000;
    background-color: #ffffff;
}
.org-rcirc-track-keyword {
    /* rcirc-track-keyword */
    font-weight: bold;
}
.org-rcirc-track-nick {
}
.org-rcirc-url {
    /* rcirc-url */
    font-weight: bold;
}
.org-regexp-grouping-backslash {
    /* font-lock-regexp-grouping-backslash */
    font-weight: bold;
}
.org-regexp-grouping-construct {
    /* font-lock-regexp-grouping-construct */
    font-weight: bold;
}
.org-region {
    /* region */
    background-color: #eedc82;
}
.org-scroll-bar {
}
.org-secondary-selection {
    /* secondary-selection */
    background-color: #ffff00;
}
.org-sgml-namespace {
    /* sgml-namespace */
    color: #7a378b;
}
.org-sh-escaped-newline {
    /* sh-escaped-newline */
    color: #8b2252;
}
.org-sh-heredoc {
    /* sh-heredoc */
    color: #ffa54f;
}
.org-sh-quoted-exec {
    /* sh-quoted-exec */
    color: #ff00ff;
}
.org-shadow {
    /* shadow */
    color: #7f7f7f;
}
.org-show-paren-match {
    /* show-paren-match */
    background-color: #40e0d0;
}
.org-show-paren-mismatch {
    /* show-paren-mismatch */
    color: #ffffff;
    background-color: #a020f0;
}
.org-sldb-catch-tag {
}
.org-sldb-condition {
}
.org-sldb-detailed-frame-line {
}
.org-sldb-frame-label {
}
.org-sldb-frame-line {
}
.org-sldb-local-name {
}
.org-sldb-local-value {
}
.org-sldb-non-restartable-frame-line {
}
.org-sldb-restart {
}
.org-sldb-restart-number {
    /* sldb-restart-number-face */
    font-weight: bold;
}
.org-sldb-restart-type {
    /* sldb-restart-type-face */
    color: #a020f0;
}
.org-sldb-restartable-frame-line {
    /* sldb-restartable-frame-line-face */
    color: #32cd32;
}
.org-sldb-section {
}
.org-sldb-topline {
}
.org-slime-error {
    /* slime-error-face */
    text-decoration: underline;
}
.org-slime-highlight {
    /* slime-highlight-face */
    background-color: #b4eeb4;
}
.org-slime-inspector-action {
    /* slime-inspector-action-face */
    color: #ff0000;
    font-weight: bold;
}
.org-slime-inspector-label {
    /* slime-inspector-label-face */
    color: #008b8b;
}
.org-slime-inspector-topline {
}
.org-slime-inspector-type {
    /* slime-inspector-type-face */
    color: #228b22;
}
.org-slime-inspector-value {
    /* slime-inspector-value-face */
    color: #7a378b;
}
.org-slime-note {
    /* slime-note-face */
    text-decoration: underline;
}
.org-slime-repl-input {
    /* slime-repl-input-face */
    font-weight: bold;
}
.org-slime-repl-output {
    /* slime-repl-output-face */
    color: #8b2252;
}
.org-slime-repl-prompt {
    /* slime-repl-prompt-face */
    color: #a020f0;
}
.org-slime-repl-result {
}
.org-slime-style-warning {
    /* slime-style-warning-face */
    text-decoration: underline;
}
.org-slime-warning {
    /* slime-warning-face */
    text-decoration: underline;
}
.org-spam {
    /* spam */
    color: #8b8b83;
}
.org-speedbar-button {
    /* speedbar-button-face */
    color: #008b00;
}
.org-speedbar-directory {
    /* speedbar-directory-face */
    color: #00008b;
}
.org-speedbar-file {
    /* speedbar-file-face */
    color: #008b8b;
}
.org-speedbar-highlight {
    /* speedbar-highlight-face */
    background-color: #00ff00;
}
.org-speedbar-selected {
    /* speedbar-selected-face */
    color: #ff0000;
    text-decoration: underline;
}
.org-speedbar-separator {
    /* speedbar-separator-face */
    color: #ffffff;
    background-color: #0000ff;
    text-decoration: overline;
}
.org-speedbar-tag {
    /* speedbar-tag-face */
    color: #a52a2a;
}
.org-string {
    /* font-lock-string-face */
    color: #8b2252;
}
.org-swank-clojure-dim-trace {
    /* swank-clojure-dim-trace-face */
    color: #8c8c8c;
}
.org-tool-bar {
    /* tool-bar */
    color: #000000;
    background-color: #bfbfbf;
}
.org-tooltip {
    /* tooltip */
    color: #000000;
    background-color: #ffffe0;
}
.org-trailing-whitespace {
    /* trailing-whitespace */
    background-color: #ff0000;
}
.org-tuareg-font-lock-error {
    /* tuareg-font-lock-error-face */
    color: #ffff00;
    background-color: #ff0000;
    font-weight: bold;
}
.org-tuareg-font-lock-governing {
    /* tuareg-font-lock-governing-face */
    color: #a020f0;
}
.org-tuareg-font-lock-interactive-error {
    /* tuareg-font-lock-interactive-error-face */
    color: #ff0000;
    font-weight: bold;
}
.org-tuareg-font-lock-interactive-output {
    /* tuareg-font-lock-interactive-output-face */
    color: #00008b;
}
.org-tuareg-font-lock-multistage {
    /* tuareg-font-lock-multistage-face */
    color: #00008b;
    background-color: #d3d3d3;
    font-weight: bold;
}
.org-tuareg-font-lock-operator {
    /* tuareg-font-lock-operator-face */
    color: #a020f0;
}
.org-type {
    /* font-lock-type-face */
    color: #228b22;
}
.org-underline {
    /* underline */
    text-decoration: underline;
}
.org-variable-name {
    /* font-lock-variable-name-face */
    color: #a0522d;
}
.org-variable-pitch {
}
.org-vertical-border {
}
.org-w3m-anchor {
    /* w3m-anchor */
    color: #0000ff;
}
.org-w3m-arrived-anchor {
    /* w3m-arrived-anchor */
    color: #000080;
}
.org-w3m-bold {
    /* w3m-bold */
    font-weight: bold;
}
.org-w3m-current-anchor {
    /* w3m-current-anchor */
    font-weight: bold;
    text-decoration: underline;
}
.org-w3m-form-button {
    /* w3m-form-button */
    color: #000000;
    background-color: #d3d3d3;
}
.org-w3m-form-button-mouse {
    /* w3m-form-button-mouse */
    color: #000000;
    background-color: #c1ffc1;
}
.org-w3m-form-button-pressed {
    /* w3m-form-button-pressed */
    color: #000000;
    background-color: #d3d3d3;
}
.org-w3m-header-line-location-content {
    /* w3m-header-line-location-content */
    color: #b8860b;
    background-color: #e5e5e5;
}
.org-w3m-header-line-location-title {
    /* w3m-header-line-location-title */
    color: #0000ff;
    background-color: #e5e5e5;
}
.org-w3m-history-current-url {
    /* w3m-history-current-url */
    color: #000080;
    background-color: #ffff00;
}
.org-w3m-image {
    /* w3m-image */
    color: #228b22;
}
.org-w3m-image-anchor {
    /* w3m-image-anchor */
    background-color: #ffffe0;
}
.org-w3m-insert {
    /* w3m-insert */
    color: #a020f0;
}
.org-w3m-italic {
    /* w3m-italic */
    font-style: italic;
}
.org-w3m-strike-through {
    /* w3m-strike-through */
    text-decoration: line-through;
}
.org-w3m-tab-background {
    /* w3m-tab-background */
    color: #000000;
    background-color: #b0c4de;
}
.org-w3m-tab-mouse {
    /* w3m-tab-mouse */
    color: #ffffff;
    background-color: #bfbfbf;
}
.org-w3m-tab-selected {
    /* w3m-tab-selected */
    color: #000000;
    background-color: #e5e5e5;
}
.org-w3m-tab-selected-background {
    /* w3m-tab-selected-background */
    color: #000000;
    background-color: #b0c4de;
}
.org-w3m-tab-selected-retrieving {
    /* w3m-tab-selected-retrieving */
    color: #ff0000;
    background-color: #e5e5e5;
}
.org-w3m-tab-unselected {
    /* w3m-tab-unselected */
    color: #333333;
    background-color: #b3b3b3;
}
.org-w3m-tab-unselected-retrieving {
    /* w3m-tab-unselected-retrieving */
    color: #ff4500;
    background-color: #b3b3b3;
}
.org-w3m-tab-unselected-unseen {
    /* w3m-tab-unselected-unseen */
    color: #333333;
    background-color: #b3b3b3;
}
.org-w3m-underline {
    /* w3m-underline */
    text-decoration: underline;
}
.org-warning {
    /* font-lock-warning-face */
    color: #ff0000;
    font-weight: bold;
}
.org-which-func {
    /* which-func */
    color: #0000ff;
}
.org-widget-button {
    /* widget-button */
    font-weight: bold;
}
.org-widget-button-pressed {
    /* widget-button-pressed */
    color: #ff0000;
}
.org-widget-documentation {
    /* widget-documentation */
    color: #006400;
}
.org-widget-field {
    /* widget-field */
    background-color: #d9d9d9;
}
.org-widget-inactive {
    /* widget-inactive */
    color: #7f7f7f;
}
.org-widget-single-line-field {
    /* widget-single-line-field */
    background-color: #d9d9d9;
}
.org-yaml-tab {
    /* yaml-tab-face */
    color: #ff0000;
    background-color: #ff0000;
    font-weight: bold;
}
.org-yasXfield-debug {
}
.org-yasXfield-highlight {
    /* yas/field-highlight-face */
    background-color: #c1ffc1;
}

a {
    background-color: inherit;
    font: inherit;
    text-decoration: inherit;
}
a:hover {
    text-decoration: underline;
}
pre {
    background-color: #EEE;
    border: 1px solid #BBB;
    color: black;
    overflow: auto;
    padding: 0.5em;
 }
@import url(zenburn-emacs.css);
body {
  color: #dcdccc;
  background-color: #3f3f3f;
  max-width: 90%;
  margin: auto;
  background-image: url(http://orgmode.org/img/org-mode-unicorn.png);
  background-repeat: no-repeat; }
  body pre {
    border: none; }
  body a {
    color: #8cd0d3; }
  body #content {
    padding-top: 100px; }
  body .title {
    margin-left: 120px; }

/* TOC inspired by http://jashkenas.github.com/coffee-script */
#table-of-contents {
  font-size: 10pt;
  position: fixed;
  right: 0em;
  top: 0em;
  background: #2b2b2b;
  color: #dcdccc;
  -webkit-box-shadow: 0 0 1em #777777;
  -moz-box-shadow: 0 0 1em #777777;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  text-align: right;
  /* ensure doesn't flow off the screen when expanded */
  max-height: 80%;
  overflow: auto; }
  #table-of-contents h2 {
    font-size: 10pt;
    max-width: 8em;
    font-weight: normal;
    padding-left: 0.5em;
    padding-left: 0.5em;
    padding-top: 0.05em;
    padding-bottom: 0.05em; }
  #table-of-contents #text-table-of-contents {
    display: none;
    text-align: left; }
  #table-of-contents:hover #text-table-of-contents {
    display: block;
    padding: 0.5em;
    margin-top: -1.5em; }
body {
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-broken {
  /* apt-utils-broken-face */
  color: #e37170;
  background-color: #332323;
}
.org-apt-utils-broken-1 {
  /* apt-utils-broken */
  color: #e37170;
  background-color: #332323;
}
.org-apt-utils-description {
  /* apt-utils-description-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-description-1 {
  /* apt-utils-description */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-apt-utils-field-contents {
  /* apt-utils-field-contents-face */
  color: #7f9f7f;
}
.org-apt-utils-field-contents-1 {
  /* apt-utils-field-contents */
  color: #7f9f7f;
}
.org-apt-utils-field-keyword {
  /* apt-utils-field-keyword-face */
  color: #8fb28f;
}
.org-apt-utils-field-keyword-1 {
  /* apt-utils-field-keyword */
  color: #8fb28f;
}
.org-apt-utils-normal-package {
  /* apt-utils-normal-package-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-apt-utils-normal-package-1 {
  /* apt-utils-normal-package */
  color: #f0dfaf;
  font-weight: bold;
}
.org-apt-utils-summary {
  /* apt-utils-summary-face */
  font-weight: bold;
}
.org-apt-utils-summary-1 {
  /* apt-utils-summary */
  font-weight: bold;
}
.org-apt-utils-version {
  /* apt-utils-version-face */
  color: #8cd0d3;
}
.org-apt-utils-version-1 {
  /* apt-utils-version */
  color: #8cd0d3;
}
.org-apt-utils-virtual-package {
  /* apt-utils-virtual-package-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-apt-utils-virtual-package-1 {
  /* apt-utils-virtual-package */
  color: #dfaf8f;
  font-weight: bold;
}
.org-bbdb-company {
  /* bbdb-company */
  font-style: italic;
}
.org-bbdb-field-name {
  /* bbdb-field-name */
  font-weight: bold;
}
.org-bbdb-field-value {
}
.org-bbdb-name {
  /* bbdb-name */
  text-decoration: underline;
}
.org-bold {
  /* bold */
  font-weight: bold;
}
.org-bold-italic {
  /* bold-italic */
  font-weight: bold;
  font-style: italic;
}
.org-bongo-unfilled-seek-bar {
  /* bongo-unfilled-seek-bar */
  background-color: #606060;
}
.org-border {
  /* border */
  background-color: #3f3f3f;
}
.org-breakpoint-disabled-bitmap {
  /* breakpoint-disabled-bitmap-face */
  color: #7f9f7f;
}
.org-breakpoint-disabled-bitmap-1 {
  /* breakpoint-disabled-bitmap */
  color: #7f9f7f;
}
.org-breakpoint-enabled-bitmap {
  /* breakpoint-enabled-bitmap-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-breakpoint-enabled-bitmap-1 {
  /* breakpoint-enabled-bitmap */
  color: #f0dfaf;
  font-weight: bold;
}
.org-buffer-menu-buffer {
  /* buffer-menu-buffer */
  color: #f0dfaf;
  font-weight: bold;
}
.org-buffer-menu-buffer-1 {
  /* Buffer-menu-buffer-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-builtin {
  /* font-lock-builtin-face */
  color: #D0D0FF;
}
.org-builtin-1 {
  /* font-lock-builtin */
  color: #8cd0d3;
}
.org-button {
  /* button */
  color: #f0dfaf;
  background-color: #506070;
  font-weight: bold;
  text-decoration: underline;
}
.org-c-annotation {
  /* c-annotation-face */
  color: #0000ff;
}
.org-calc-nonselected {
  /* calc-nonselected-face */
  color: #b3b3b3;
  font-style: italic;
}
.org-calc-selected {
  /* calc-selected-face */
  font-weight: bold;
}
.org-calendar-today {
  /* calendar-today */
  color: #dfaf8f;
  font-weight: bold;
}
.org-change-log-acknowledgement {
  /* change-log-acknowledgement */
  color: #BC9458;
  font-style: italic;
}
.org-change-log-conditionals {
  /* change-log-conditionals */
  color: #b0c4de;
}
.org-change-log-date {
  /* change-log-date */
  color: #8cd0d3;
}
.org-change-log-email {
  /* change-log-email */
  color: #b0c4de;
}
.org-change-log-file {
  /* change-log-file */
  color: #FFC66D;
}
.org-change-log-function {
  /* change-log-function */
  color: #b0c4de;
}
.org-change-log-list {
  /* change-log-list */
  color: #CC7833;
  font-weight: bold;
}
.org-change-log-name {
  /* change-log-name */
  color: #6D9CBE;
  font-weight: bold;
}
.org-circe-highlight-nick {
  /* circe-highlight-nick-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-circe-my-message {
  /* circe-my-message-face */
  color: #f0dfaf;
}
.org-circe-originator {
  /* circe-originator-face */
  font-weight: bold;
}
.org-circe-prompt {
  /* circe-prompt-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-circe-server {
  /* circe-server-face */
  color: #BC9458;
  font-style: italic;
}
.org-comint-highlight-input {
  /* comint-highlight-input */
  color: #f0dfaf;
  font-weight: bold;
}
.org-comint-highlight-prompt {
  /* comint-highlight-prompt */
  color: #00ffff;
  font-weight: bold;
}
.org-comment {
  /* font-lock-comment-face */
  color: #BC9458;
  font-style: italic;
}
.org-comment-1 {
  /* font-lock-comment */
  color: #7f9f7f;
}
.org-comment-delimiter {
  /* font-lock-comment-delimiter-face */
  color: #708070;
}
.org-comment-delimiter-1 {
  /* font-lock-comment-delimiter */
  color: #708070;
}
.org-compilation-column-number {
  /* compilation-column-number */
  color: #ffffff;
  font-weight: bold;
}
.org-compilation-error {
  /* compilation-error */
  color: #ffc0cb;
  background-color: #332323;
}
.org-compilation-info {
  /* compilation-info */
  color: #00ff00;
  font-weight: bold;
}
.org-compilation-info-1 {
  /* compilation-info-face */
  color: #00ff00;
  font-weight: bold;
}
.org-compilation-line-number {
  /* compilation-line-number */
  color: #b0c4de;
}
.org-compilation-warning {
  /* compilation-warning */
  color: #ffa500;
  background-color: #332323;
  font-weight: bold;
}
.org-compilation-warning-1 {
  /* compilation-warning-face */
  color: #ffa500;
  background-color: #332323;
  font-weight: bold;
}
.org-completions-annotations {
  /* completions-annotations */
  font-style: italic;
}
.org-completions-common-part {
  /* completions-common-part */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-completions-first-difference {
  /* completions-first-difference */
  font-weight: bold;
}
.org-constant {
  /* font-lock-constant-face */
  color: #6D9CBE;
  font-weight: bold;
}
.org-constant-1 {
  /* font-lock-constant */
  color: #dca3a3;
  font-weight: bold;
}
.org-css-property {
  /* css-property */
  color: #b0c4de;
}
.org-css-selector {
  /* css-selector */
  color: #FFC66D;
}
.org-cua-rectangle {
  /* cua-rectangle-face */
  background-color: #5f5f5f;
}
.org-cua-rectangle-1 {
  /* cua-rectangle */
  background-color: #5f5f5f;
}
.org-cursor {
  /* cursor */
  background-color: #5A647E;
}
.org-custom-button {
  /* custom-button-face */
  background-color: #4f4f4f;
}
.org-custom-button-1 {
  /* custom-button */
  background-color: #4f4f4f;
}
.org-custom-button-pressed {
  /* custom-button-pressed-face */
  background-color: #4f4f4f;
}
.org-custom-button-pressed-1 {
  /* custom-button-pressed */
  background-color: #4f4f4f;
}
.org-custom-changed {
  /* custom-changed-face */
  color: #8cd0d3;
}
.org-custom-changed-1 {
  /* custom-changed */
  color: #8cd0d3;
}
.org-custom-comment {
  /* custom-comment-face */
  color: #8fb28f;
}
.org-custom-comment-1 {
  /* custom-comment */
  color: #8fb28f;
}
.org-custom-comment-tag {
  /* custom-comment-tag-face */
  color: #8fb28f;
}
.org-custom-comment-tag-1 {
  /* custom-comment-tag */
  color: #8fb28f;
}
.org-custom-documentation {
  /* custom-documentation-face */
  color: #8fb28f;
}
.org-custom-documentation-1 {
  /* custom-documentation */
  color: #8fb28f;
}
.org-custom-face-tag {
}
.org-custom-group-tag {
  /* custom-group-tag-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-custom-group-tag-1 {
  /* custom-group-tag-1 */
  color: #dca3a3;
  font-weight: bold;
}
.org-custom-group-tag-2 {
  /* custom-group-tag */
  color: #f0dfaf;
  font-weight: bold;
}
.org-custom-group-tag-face-1 {
  /* custom-group-tag-face-1 */
  color: #dca3a3;
  font-weight: bold;
}
.org-custom-invalid {
  /* custom-invalid-face */
  color: #e37170;
  background-color: #332323;
}
.org-custom-invalid-1 {
  /* custom-invalid */
  color: #e37170;
  background-color: #332323;
}
.org-custom-link {
  /* custom-link */
  color: #f0dfaf;
  text-decoration: underline;
}
.org-custom-modified {
  /* custom-modified-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-custom-modified-1 {
  /* custom-modified */
  color: #dfdfbf;
  font-weight: bold;
}
.org-custom-rogue {
}
.org-custom-rogue-1 {
}
.org-custom-saved {
  /* custom-saved-face */
  text-decoration: underline;
}
.org-custom-saved-1 {
  /* custom-saved */
  text-decoration: underline;
}
.org-custom-set {
  /* custom-set-face */
  color: #8cd0d3;
}
.org-custom-set-1 {
  /* custom-set */
  color: #8cd0d3;
}
.org-custom-state {
  /* custom-state-face */
  color: #7f9f7f;
}
.org-custom-state-1 {
  /* custom-state */
  color: #7f9f7f;
}
.org-custom-tag {
  /* custom-tag */
  color: #dfaf8f;
  font-weight: bold;
}
.org-custom-variable-button {
  /* custom-variable-button-face */
  font-weight: bold;
  text-decoration: underline;
}
.org-custom-variable-button-1 {
  /* custom-variable-button */
  font-weight: bold;
  text-decoration: underline;
}
.org-custom-variable-tag {
  /* custom-variable-tag-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-custom-variable-tag-1 {
  /* custom-variable-tag */
  color: #dfaf8f;
  font-weight: bold;
}
.org-default {
  /* default */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-diary {
  /* diary */
  color: #ffff00;
  font-weight: bold;
}
.org-dictionary-button {
  /* dictionary-button-face */
  background-color: #4f4f4f;
}
.org-dictionary-button-1 {
  /* dictionary-button */
  background-color: #4f4f4f;
}
.org-dictionary-reference {
  /* dictionary-reference-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-reference-1 {
  /* dictionary-reference */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-word-entry {
  /* dictionary-word-entry-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-dictionary-word-entry-1 {
  /* dictionary-word-entry */
  color: #f0dfaf;
  font-weight: bold;
}
.org-diff-added {
  /* diff-added */
  color: #dfdfbf;
  font-weight: bold;
}
.org-diff-changed {
}
.org-diff-context {
  /* diff-context */
  color: #7f9f7f;
}
.org-diff-file-header {
  /* diff-file-header */
  background-color: #999999;
  font-weight: bold;
}
.org-diff-function {
  /* diff-function */
  background-color: #737373;
}
.org-diff-header {
  /* diff-header */
  background-color: #737373;
}
.org-diff-hunk-header {
  /* diff-hunk-header */
  background-color: #464646;
}
.org-diff-index {
  /* diff-index */
  font-weight: bold;
}
.org-diff-indicator-added {
  /* diff-indicator-added */
  color: #dfdfbf;
  font-weight: bold;
}
.org-diff-indicator-changed {
}
.org-diff-indicator-removed {
  /* diff-indicator-removed */
  color: #8cd0d3;
}
.org-diff-nonexistent {
  /* diff-nonexistent */
  background-color: #999999;
  font-weight: bold;
}
.org-diff-refine-change {
  /* diff-refine-change */
  background-color: #999999;
}
.org-diff-refine-change-1 {
  /* diff-refine-change-face */
  background-color: #999999;
}
.org-diff-removed {
  /* diff-removed */
  color: #8cd0d3;
}
.org-dired-directory {
  /* dired-directory */
  color: #FFC66D;
}
.org-dired-flagged {
  /* dired-flagged */
  color: #ffc0cb;
  background-color: #332323;
}
.org-dired-header {
  /* dired-header */
  color: #ffffff;
  font-weight: bold;
}
.org-dired-ignored {
  /* dired-ignored */
  color: #b3b3b3;
}
.org-dired-mark {
  /* dired-mark */
  color: #6D9CBE;
  font-weight: bold;
}
.org-dired-marked {
  /* dired-marked */
  color: #ffc0cb;
  background-color: #332323;
}
.org-dired-perm-write {
  /* dired-perm-write */
  color: #708070;
}
.org-dired-symlink {
  /* dired-symlink */
  color: #CC7833;
  font-weight: bold;
}
.org-dired-warning {
  /* dired-warning */
  color: #ffc0cb;
  background-color: #332323;
}
.org-doc {
  /* font-lock-doc-face */
  color: #8fb28f;
}
.org-doc-1 {
  /* font-lock-doc */
  color: #8fb28f;
}
.org-doc-string {
  /* font-lock-doc-string-face */
  color: #A5C261;
}
.org-doc-string-1 {
  /* font-lock-doc-string */
  color: #94bff3;
}
.org-dropdown-list {
  /* dropdown-list-face */
  color: #000000;
  background-color: #ffffe0;
}
.org-dropdown-list-selection {
  /* dropdown-list-selection-face */
  color: #000000;
  background-color: #a020f0;
}
.org-ediff-current-diff-a {
  /* ediff-current-diff-A */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-ancestor {
  /* ediff-current-diff-Ancestor */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-b {
  /* ediff-current-diff-B */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-current-diff-c {
  /* ediff-current-diff-C */
  color: #dcdccc;
  background-color: #495766;
}
.org-ediff-even-diff-a {
  /* ediff-even-diff-A */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-ancestor {
  /* ediff-even-diff-Ancestor */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-b {
  /* ediff-even-diff-B */
  background-color: #4f4f4f;
}
.org-ediff-even-diff-c {
  /* ediff-even-diff-C */
  background-color: #4f4f4f;
}
.org-ediff-fine-diff-a {
  /* ediff-fine-diff-A */
  background-color: #668b8b;
}
.org-ediff-fine-diff-ancestor {
  /* ediff-fine-diff-Ancestor */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-fine-diff-b {
  /* ediff-fine-diff-B */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-fine-diff-c {
  /* ediff-fine-diff-C */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-ediff-odd-diff-a {
  /* ediff-odd-diff-A */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-ancestor {
  /* ediff-odd-diff-Ancestor */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-b {
  /* ediff-odd-diff-B */
  background-color: #4f4f4f;
}
.org-ediff-odd-diff-c {
  /* ediff-odd-diff-C */
  background-color: #4f4f4f;
}
.org-eldoc-highlight-function-argument {
  /* eldoc-highlight-function-argument */
  font-weight: bold;
}
.org-elscreen-tab-background {
}
.org-elscreen-tab-control {
}
.org-elscreen-tab-current-screen {
  /* elscreen-tab-current-screen-face */
  color: #94bff3;
  background-color: #1e2320;
}
.org-elscreen-tab-current-screen-1 {
  /* elscreen-tab-current-screen */
  color: #94bff3;
  background-color: #1e2320;
}
.org-elscreen-tab-other-screen {
}
.org-elscreen-tab-other-screen-1 {
}
.org-emms-pbi-current {
  /* emms-pbi-current-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-emms-pbi-current-1 {
  /* emms-pbi-current */
  color: #f0dfaf;
  font-weight: bold;
}
.org-emms-pbi-mark-marked {
  /* emms-pbi-mark-marked-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-emms-pbi-mark-marked-1 {
  /* emms-pbi-mark-marked */
  color: #dfaf8f;
  font-weight: bold;
}
.org-emms-pbi-song {
  /* emms-pbi-song-face */
  color: #f0dfaf;
}
.org-emms-pbi-song-1 {
  /* emms-pbi-song */
  color: #f0dfaf;
}
.org-epa-field-body {
  /* epa-field-body */
  color: #40e0d0;
  font-style: italic;
}
.org-epa-field-name {
  /* epa-field-name */
  color: #afeeee;
  font-weight: bold;
}
.org-epa-mark {
  /* epa-mark */
  color: #ffa500;
  font-weight: bold;
}
.org-epa-string {
  /* epa-string */
  color: #ffffe0;
}
.org-epa-validity-disabled {
  /* epa-validity-disabled */
  font-style: italic;
}
.org-epa-validity-high {
  /* epa-validity-high */
  color: #afeeee;
  font-weight: bold;
}
.org-epa-validity-low {
  /* epa-validity-low */
  font-style: italic;
}
.org-epa-validity-medium {
  /* epa-validity-medium */
  color: #afeeee;
  font-style: italic;
}
.org-epresent-author {
  /* epresent-author-face */
  font-size: 160%;
}
.org-epresent-heading {
  /* epresent-heading-face */
  font-size: 180%;
  font-weight: bold;
  text-decoration: underline;
}
.org-epresent-hidden {
}
.org-epresent-subheading {
  /* epresent-subheading-face */
  font-size: 160%;
  font-weight: bold;
}
.org-epresent-title {
  /* epresent-title-face */
  font-size: 240%;
  font-weight: bold;
  text-decoration: underline;
}
.org-erc-action {
  /* erc-action-face */
  color: #dcdccc;
}
.org-erc-action-1 {
  /* erc-action */
  color: #dcdccc;
}
.org-erc-bold {
  /* erc-bold-face */
  font-weight: bold;
}
.org-erc-bold-1 {
  /* erc-bold */
  font-weight: bold;
}
.org-erc-current-nick {
  /* erc-current-nick-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-current-nick-1 {
  /* erc-current-nick */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-dangerous-host {
  /* erc-dangerous-host-face */
  color: #e37170;
  background-color: #332323;
}
.org-erc-dangerous-host-1 {
  /* erc-dangerous-host */
  color: #e37170;
  background-color: #332323;
}
.org-erc-default {
  /* erc-default-face */
  color: #dcdccc;
}
.org-erc-default-1 {
  /* erc-default */
  color: #dcdccc;
}
.org-erc-direct-msg {
  /* erc-direct-msg-face */
  color: #dcdccc;
}
.org-erc-direct-msg-1 {
  /* erc-direct-msg */
  color: #dcdccc;
}
.org-erc-error {
  /* erc-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-erc-error-1 {
  /* erc-error */
  color: #e37170;
  background-color: #332323;
}
.org-erc-fool {
  /* erc-fool-face */
  color: #606060;
}
.org-erc-fool-1 {
  /* erc-fool */
  color: #606060;
}
.org-erc-highlight {
  /* erc-highlight-face */
  color: #f8f893;
  text-decoration: underline;
}
.org-erc-highlight-1 {
  /* erc-highlight */
  color: #f8f893;
  text-decoration: underline;
}
.org-erc-input {
  /* erc-input-face */
  color: #f0dfaf;
}
.org-erc-input-1 {
  /* erc-input */
  color: #f0dfaf;
}
.org-erc-keyword {
  /* erc-keyword-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-keyword-1 {
  /* erc-keyword */
  color: #f0dfaf;
  font-weight: bold;
}
.org-erc-nick-default {
  /* erc-nick-default-face */
  font-weight: bold;
}
.org-erc-nick-default-1 {
  /* erc-nick-default */
  font-weight: bold;
}
.org-erc-nick-msg {
  /* erc-nick-msg-face */
  color: #dcdccc;
}
.org-erc-nick-msg-1 {
  /* erc-nick-msg */
  color: #dcdccc;
}
.org-erc-notice {
  /* erc-notice-face */
  color: #7f9f7f;
}
.org-erc-notice-1 {
  /* erc-notice */
  color: #7f9f7f;
}
.org-erc-pal {
  /* erc-pal-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-erc-pal-1 {
  /* erc-pal */
  color: #dfdfbf;
  font-weight: bold;
}
.org-erc-prompt {
  /* erc-prompt-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-erc-prompt-1 {
  /* erc-prompt */
  color: #dfaf8f;
  font-weight: bold;
}
.org-erc-timestamp {
  /* erc-timestamp-face */
  color: #8fb28f;
}
.org-erc-timestamp-1 {
  /* erc-timestamp */
  color: #8fb28f;
}
.org-erc-underline {
  /* erc-underline-face */
  text-decoration: underline;
}
.org-erc-underline-1 {
  /* erc-underline */
  text-decoration: underline;
}
.org-ert-test-result-expected {
  /* ert-test-result-expected */
  background-color: #00cd00;
}
.org-ert-test-result-unexpected {
  /* ert-test-result-unexpected */
  background-color: #cd0000;
}
.org-escape-glyph {
  /* escape-glyph */
  color: #00ffff;
}
.org-eshell-ls-archive {
  /* eshell-ls-archive */
  color: #c3bf9f;
  font-weight: bold;
}
.org-eshell-ls-backup {
  /* eshell-ls-backup */
  color: #ffa07a;
}
.org-eshell-ls-clutter {
  /* eshell-ls-clutter */
  color: #ff4500;
  font-weight: bold;
}
.org-eshell-ls-directory {
  /* eshell-ls-directory */
  color: #94bff3;
  font-weight: bold;
}
.org-eshell-ls-executable {
  /* eshell-ls-executable */
  color: #dca3a3;
  font-weight: bold;
}
.org-eshell-ls-missing {
  /* eshell-ls-missing */
  color: #ff0000;
  background-color: #332323;
  font-weight: bold;
}
.org-eshell-ls-product {
  /* eshell-ls-product */
  color: #ffa07a;
}
.org-eshell-ls-readonly {
  /* eshell-ls-readonly */
  color: #ffc0cb;
}
.org-eshell-ls-special {
  /* eshell-ls-special */
  color: #ff00ff;
  font-weight: bold;
}
.org-eshell-ls-symlink {
  /* eshell-ls-symlink */
  color: #93e0e3;
  font-weight: bold;
}
.org-eshell-ls-unreadable {
  /* eshell-ls-unreadable */
  color: #a9a9a9;
}
.org-eshell-prompt {
  /* eshell-prompt */
  color: #00f5ff;
  font-weight: bold;
}
.org-esk-clojure-trace {
  /* esk-clojure-trace-face */
  color: #7f7f7f;
}
.org-esk-paren {
  /* esk-paren-face */
  color: #7f7f7f;
}
.org-fancy-widget-button {
  /* fancy-widget-button-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-1 {
  /* fancy-widget-button */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-highlight {
  /* fancy-widget-button-highlight-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-highlight-1 {
  /* fancy-widget-button-highlight */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed {
  /* fancy-widget-button-pressed-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-1 {
  /* fancy-widget-button-pressed */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-highlight {
  /* fancy-widget-button-pressed-highlight-face */
  background-color: #4f4f4f;
}
.org-fancy-widget-button-pressed-highlight-1 {
  /* fancy-widget-button-pressed-highlight */
  background-color: #4f4f4f;
}
.org-fancy-widget-documentation {
  /* fancy-widget-documentation-face */
  color: #8fb28f;
}
.org-fancy-widget-documentation-1 {
  /* fancy-widget-documentation */
  color: #8fb28f;
}
.org-fancy-widget-field {
  /* fancy-widget-field-face */
  background-color: #5f5f5f;
}
.org-fancy-widget-field-1 {
  /* fancy-widget-field */
  background-color: #5f5f5f;
}
.org-fancy-widget-inactive {
  /* fancy-widget-inactive-face */
  text-decoration: line-through;
}
.org-fancy-widget-inactive-1 {
  /* fancy-widget-inactive */
  text-decoration: line-through;
}
.org-fancy-widget-single-line-field {
  /* fancy-widget-single-line-field-face */
  background-color: #5f5f5f;
}
.org-fancy-widget-single-line-field-1 {
  /* fancy-widget-single-line-field */
  background-color: #5f5f5f;
}
.org-ffap {
  /* ffap */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-file-name-shadow {
  /* file-name-shadow */
  color: #b3b3b3;
}
.org-fixed-pitch {
  /* fixed-pitch */
  font-weight: bold;
}
.org-fixme {
  /* fixme-face */
  color: #dcdccc;
  background-color: #3f3f3f;
  font-weight: bold;
}
.org-flymake-errline {
  /* flymake-errline */
  text-decoration: underline;
}
.org-flymake-warnline {
  /* flymake-warnline */
  text-decoration: underline;
}
.org-flyspell-duplicate {
  /* flyspell-duplicate */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-flyspell-incorrect {
  /* flyspell-incorrect */
  color: #e37170;
  background-color: #332323;
  text-decoration: underline;
}
.org-font-latex-bold {
  /* font-latex-bold-face */
  color: #6b8e23;
  font-weight: bold;
}
.org-font-latex-bold-1 {
  /* font-latex-bold */
  font-weight: bold;
}
.org-font-latex-doctex-documentation {
  /* font-latex-doctex-documentation-face */
  background-color: #333;
}
.org-font-latex-italic {
  /* font-latex-italic-face */
  color: #6b8e23;
  font-style: italic;
}
.org-font-latex-math {
  /* font-latex-math-face */
  color: #deb887;
}
.org-font-latex-sectioning-0 {
  /* font-latex-sectioning-0-face */
  color: #ffff00;
  font-size: 161%;
  font-weight: bold;
}
.org-font-latex-sectioning-1 {
  /* font-latex-sectioning-1-face */
  color: #ffff00;
  font-size: 146%;
  font-weight: bold;
}
.org-font-latex-sectioning-2 {
  /* font-latex-sectioning-2-face */
  color: #ffff00;
  font-size: 133%;
  font-weight: bold;
}
.org-font-latex-sectioning-3 {
  /* font-latex-sectioning-3-face */
  color: #ffff00;
  font-size: 121%;
  font-weight: bold;
}
.org-font-latex-sectioning-4 {
  /* font-latex-sectioning-4-face */
  color: #ffff00;
  font-size: 110%;
  font-weight: bold;
}
.org-font-latex-sectioning-5 {
  /* font-latex-sectioning-5-face */
  color: #ffff00;
  font-weight: bold;
}
.org-font-latex-sedate {
  /* font-latex-sedate-face */
  color: #d3d3d3;
  font-weight: bold;
}
.org-font-latex-sedate-1 {
  /* font-latex-sedate */
  color: #f0dfaf;
  font-weight: bold;
}
.org-font-latex-string {
  /* font-latex-string-face */
  color: #ffa07a;
}
.org-font-latex-subscript {
  /* font-latex-subscript-face */
  font-size: 80%;
}
.org-font-latex-superscript {
  /* font-latex-superscript-face */
  font-size: 80%;
}
.org-font-latex-title-4 {
  /* font-latex-title-4-face */
  font-weight: bold;
}
.org-font-latex-title-4-1 {
  /* font-latex-title-4 */
  font-weight: bold;
}
.org-font-latex-verbatim {
  /* font-latex-verbatim-face */
  color: #deb887;
  font-weight: bold;
}
.org-font-latex-warning {
  /* font-latex-warning-face */
  color: #ff0000;
  background-color: #332323;
}
.org-font-latex-warning-1 {
  /* font-latex-warning */
  color: #e37170;
  background-color: #332323;
}
.org-fringe {
  /* fringe */
  background-color: #232323;
}
.org-function-name {
  /* font-lock-function-name-face */
  color: #FFC66D;
}
.org-function-name-1 {
  /* font-lock-function-name */
  color: #8cd0d3;
}
.org-gas-builtin {
  /* gas-builtin */
  color: #ffff00;
}
.org-gas-passthrough-code {
  /* gas-passthrough-code */
  color: #ee00ee;
}
.org-gas-passthrough-comment {
  /* gas-passthrough-comment */
  color: #00e5ee;
}
.org-gas-symbol-error {
  /* gas-symbol-error */
  color: #ff0000;
  background-color: #181800;
  font-weight: bold;
}
.org-gas-symbol-global {
  /* gas-symbol-global */
  background-color: #00383f;
}
.org-gas-symbol-global-undef {
  /* gas-symbol-global-undef */
  color: #ff0000;
  background-color: #002840;
}
.org-gas-symbol-ok {
  /* gas-symbol-ok */
  background-color: #001f00;
}
.org-gas-symbol-undef {
  /* gas-symbol-undef */
  background-color: #181800;
}
.org-glyphless-char {
  /* glyphless-char */
  font-size: 60%;
}
.org-gnuplot-gui-button {
  /* gnuplot-gui-button-face */
  color: #d2b48c;
  font-weight: bold;
}
.org-gnuplot-gui-error {
  /* gnuplot-gui-error-face */
  color: #b3b3b3;
}
.org-gnuplot-gui-flat-text {
  /* gnuplot-gui-flat-text-face */
  color: #b0c4de;
}
.org-gnuplot-gui-labels {
  /* gnuplot-gui-labels-face */
  color: #8470ff;
  font-weight: bold;
}
.org-gnuplot-gui-menu {
  /* gnuplot-gui-menu-face */
  color: #2e8b57;
  font-weight: bold;
}
.org-gnuplot-prompt {
  /* gnuplot-prompt-face */
  color: #b22222;
}
.org-gnus-button {
  /* gnus-button */
  font-weight: bold;
}
.org-gnus-cite-1 {
  /* gnus-cite-1 */
  color: #8cd0d3;
}
.org-gnus-cite-10 {
  /* gnus-cite-10 */
  color: #e0cf9f;
}
.org-gnus-cite-11 {
  /* gnus-cite-11 */
  color: #f0dfaf;
}
.org-gnus-cite-2 {
  /* gnus-cite-2 */
  color: #7cb8bb;
}
.org-gnus-cite-3 {
  /* gnus-cite-3 */
  color: #6ca0a3;
}
.org-gnus-cite-4 {
  /* gnus-cite-4 */
  color: #9fc59f;
}
.org-gnus-cite-5 {
  /* gnus-cite-5 */
  color: #8fb28f;
}
.org-gnus-cite-6 {
  /* gnus-cite-6 */
  color: #7f9f7f;
}
.org-gnus-cite-7 {
  /* gnus-cite-7 */
  color: #cc9393;
}
.org-gnus-cite-8 {
  /* gnus-cite-8 */
  color: #bc8383;
}
.org-gnus-cite-9 {
  /* gnus-cite-9 */
  color: #ac7373;
}
.org-gnus-cite-attribution {
  /* gnus-cite-attribution */
  font-style: italic;
}
.org-gnus-emphasis-bold {
  /* gnus-emphasis-bold */
  font-weight: bold;
}
.org-gnus-emphasis-bold-italic {
  /* gnus-emphasis-bold-italic */
  font-weight: bold;
  font-style: italic;
}
.org-gnus-emphasis-highlight-words {
  /* gnus-emphasis-highlight-words */
  color: #ffff00;
  background-color: #000000;
}
.org-gnus-emphasis-italic {
  /* gnus-emphasis-italic */
  font-style: italic;
}
.org-gnus-emphasis-strikethru {
  /* gnus-emphasis-strikethru */
  text-decoration: line-through;
}
.org-gnus-emphasis-underline {
  /* gnus-emphasis-underline */
  text-decoration: underline;
}
.org-gnus-emphasis-underline-bold {
  /* gnus-emphasis-underline-bold */
  font-weight: bold;
  text-decoration: underline;
}
.org-gnus-emphasis-underline-bold-italic {
  /* gnus-emphasis-underline-bold-italic */
  font-weight: bold;
  font-style: italic;
  text-decoration: underline;
}
.org-gnus-emphasis-underline-italic {
  /* gnus-emphasis-underline-italic */
  font-style: italic;
  text-decoration: underline;
}
.org-gnus-group-mail-1 {
  /* gnus-group-mail-1 */
  color: #e1ffe1;
  font-weight: bold;
}
.org-gnus-group-mail-1-empty {
  /* gnus-group-mail-1-empty */
  color: #e1ffe1;
}
.org-gnus-group-mail-2 {
  /* gnus-group-mail-2 */
  color: #c1ffc1;
  font-weight: bold;
}
.org-gnus-group-mail-2-empty {
  /* gnus-group-mail-2-empty */
  color: #c1ffc1;
}
.org-gnus-group-mail-3 {
  /* gnus-group-mail-3 */
  color: #7fffd4;
  font-weight: bold;
}
.org-gnus-group-mail-3-empty {
  /* gnus-group-mail-3-empty */
  color: #7fffd4;
}
.org-gnus-group-mail-4 {
  /* gnus-group-mail-4 */
  color: #6ca0a3;
  font-weight: bold;
}
.org-gnus-group-mail-4-empty {
  /* gnus-group-mail-4-empty */
  color: #6ca0a3;
}
.org-gnus-group-mail-5 {
  /* gnus-group-mail-5 */
  color: #5c888b;
  font-weight: bold;
}
.org-gnus-group-mail-5-empty {
  /* gnus-group-mail-5-empty */
  color: #5c888b;
}
.org-gnus-group-mail-6 {
  /* gnus-group-mail-6 */
  color: #606060;
  font-weight: bold;
}
.org-gnus-group-mail-6-empty {
  /* gnus-group-mail-6-empty */
  color: #606060;
}
.org-gnus-group-mail-low {
  /* gnus-group-mail-low */
  color: #76eec6;
  font-weight: bold;
}
.org-gnus-group-mail-low-empty {
  /* gnus-group-mail-low-empty */
  color: #76eec6;
}
.org-gnus-group-news-1 {
  /* gnus-group-news-1 */
  color: #afeeee;
  font-weight: bold;
}
.org-gnus-group-news-1-empty {
  /* gnus-group-news-1-empty */
  color: #f0dfaf;
}
.org-gnus-group-news-2 {
  /* gnus-group-news-2 */
  color: #40e0d0;
  font-weight: bold;
}
.org-gnus-group-news-2-empty {
  /* gnus-group-news-2-empty */
  color: #afd8af;
}
.org-gnus-group-news-3 {
  /* gnus-group-news-3 */
  color: #8fb28f;
  font-weight: bold;
}
.org-gnus-group-news-3-empty {
  /* gnus-group-news-3-empty */
  color: #8fb28f;
}
.org-gnus-group-news-4 {
  /* gnus-group-news-4 */
  color: #6ca0a3;
  font-weight: bold;
}
.org-gnus-group-news-4-empty {
  /* gnus-group-news-4-empty */
  color: #6ca0a3;
}
.org-gnus-group-news-5 {
  /* gnus-group-news-5 */
  color: #5c888b;
  font-weight: bold;
}
.org-gnus-group-news-5-empty {
  /* gnus-group-news-5-empty */
  color: #5c888b;
}
.org-gnus-group-news-6 {
  /* gnus-group-news-6 */
  color: #606060;
  font-weight: bold;
}
.org-gnus-group-news-6-empty {
  /* gnus-group-news-6-empty */
  color: #606060;
}
.org-gnus-group-news-low {
  /* gnus-group-news-low */
  color: #00ced1;
  font-weight: bold;
}
.org-gnus-group-news-low-empty {
  /* gnus-group-news-low-empty */
  color: #00ced1;
}
.org-gnus-header-content {
  /* gnus-header-content */
  color: #00ff7f;
  font-style: italic;
}
.org-gnus-header-from {
  /* gnus-header-from */
  color: #9aff9a;
  font-weight: bold;
}
.org-gnus-header-name {
  /* gnus-header-name */
  color: #00ee76;
}
.org-gnus-header-newsgroups {
  /* gnus-header-newsgroups */
  color: #ffff00;
  font-style: italic;
}
.org-gnus-header-subject {
  /* gnus-header-subject */
  color: #54ff9f;
  font-weight: bold;
}
.org-gnus-server-agent {
  /* gnus-server-agent */
  color: #afeeee;
  font-weight: bold;
}
.org-gnus-server-closed {
  /* gnus-server-closed */
  color: #add8e6;
  font-style: italic;
}
.org-gnus-server-denied {
  /* gnus-server-denied */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-server-offline {
  /* gnus-server-offline */
  color: #ffff00;
  font-weight: bold;
}
.org-gnus-server-opened {
  /* gnus-server-opened */
  color: #00ff00;
  font-weight: bold;
}
.org-gnus-signature {
  /* gnus-signature */
  color: #f0dfaf;
  font-style: italic;
}
.org-gnus-splash {
  /* gnus-splash */
  color: #cccccc;
}
.org-gnus-summary-cancelled {
  /* gnus-summary-cancelled */
  color: #ffff00;
  background-color: #000000;
}
.org-gnus-summary-high-ancient {
  /* gnus-summary-high-ancient */
  color: #87ceeb;
  font-weight: bold;
}
.org-gnus-summary-high-read {
  /* gnus-summary-high-read */
  color: #98fb98;
  font-weight: bold;
}
.org-gnus-summary-high-ticked {
  /* gnus-summary-high-ticked */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-summary-high-undownloaded {
  /* gnus-summary-high-undownloaded */
  color: #d3d3d3;
  font-weight: bold;
}
.org-gnus-summary-high-unread {
  /* gnus-summary-high-unread */
  font-weight: bold;
}
.org-gnus-summary-low-ancient {
  /* gnus-summary-low-ancient */
  color: #87ceeb;
  font-style: italic;
}
.org-gnus-summary-low-read {
  /* gnus-summary-low-read */
  color: #98fb98;
  font-style: italic;
}
.org-gnus-summary-low-ticked {
  /* gnus-summary-low-ticked */
  color: #ffc0cb;
  font-weight: bold;
  font-style: italic;
}
.org-gnus-summary-low-undownloaded {
  /* gnus-summary-low-undownloaded */
  color: #d3d3d3;
  font-style: italic;
}
.org-gnus-summary-low-unread {
  /* gnus-summary-low-unread */
  font-style: italic;
}
.org-gnus-summary-normal-ancient {
  /* gnus-summary-normal-ancient */
  color: #87ceeb;
}
.org-gnus-summary-normal-read {
  /* gnus-summary-normal-read */
  color: #98fb98;
}
.org-gnus-summary-normal-ticked {
  /* gnus-summary-normal-ticked */
  color: #ffc0cb;
  font-weight: bold;
}
.org-gnus-summary-normal-undownloaded {
  /* gnus-summary-normal-undownloaded */
  color: #d3d3d3;
}
.org-gnus-summary-normal-unread {
}
.org-gnus-summary-selected {
  /* gnus-summary-selected */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-gnus-x {
  /* gnus-x-face */
  color: #3f3f3f;
  background-color: #dcdccc;
}
.org-haml-tab {
  /* haml-tab-face */
  background-color: #ff69b4;
}
.org-header-line {
  /* header-line */
  color: #e5e5e5;
  background-color: #333333;
}
.org-help-argument-name {
  /* help-argument-name */
  font-weight: bold;
  font-style: italic;
}
.org-highlight {
  /* highlight */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-highlight-current-line {
  /* highlight-current-line-face */
  background-color: #464646;
}
.org-highlight-current-line-1 {
  /* highlight-current-line */
  background-color: #464646;
}
.org-hl-line {
  /* hl-line */
  background-color: #2b2b2b;
}
.org-holiday {
  /* holiday */
  color: #dca3a3;
  background-color: #8b4513;
  font-weight: bold;
  text-decoration: underline;
}
.org-hover-highlight {
  /* hover-highlight */
  color: #f8f893;
  text-decoration: underline;
}
.org-ibuffer-deletion {
  /* ibuffer-deletion-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-ibuffer-deletion-1 {
  /* ibuffer-deletion */
  color: #dfaf8f;
  font-weight: bold;
}
.org-ibuffer-help-buffer {
  /* ibuffer-help-buffer-face */
  color: #7f9f7f;
}
.org-ibuffer-help-buffer-1 {
  /* ibuffer-help-buffer */
  color: #7f9f7f;
}
.org-ibuffer-marked {
  /* ibuffer-marked-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ibuffer-marked-1 {
  /* ibuffer-marked */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ibuffer-special-buffer {
  /* ibuffer-special-buffer-face */
  color: #8fb28f;
}
.org-ibuffer-special-buffer-1 {
  /* ibuffer-special-buffer */
  color: #8fb28f;
}
.org-icompletep-choices {
  /* icompletep-choices */
  color: #dcdccc;
}
.org-icompletep-determined {
  /* icompletep-determined */
  color: #8FB28F;
}
.org-icompletep-keys {
  /* icompletep-keys */
  color: #CC9393;
}
.org-icompletep-nb-candidates {
  /* icompletep-nb-candidates */
  color: #AFD8AF;
}
.org-identica-uri {
}
.org-ido-first-match {
  /* ido-first-match */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ido-first-match-1 {
  /* ido-first-match-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-ido-incomplete-regexp {
  /* ido-incomplete-regexp */
  color: #ffc0cb;
  background-color: #332323;
}
.org-ido-indicator {
  /* ido-indicator */
  color: #ffff00;
  background-color: #ff0000;
}
.org-ido-only-match {
  /* ido-only-match */
  color: #228b22;
  font-weight: bold;
}
.org-ido-only-match-1 {
  /* ido-only-match-face */
  color: #228b22;
  font-weight: bold;
}
.org-ido-subdir {
  /* ido-subdir */
  color: #f0dfaf;
}
.org-ido-subdir-1 {
  /* ido-subdir-face */
  color: #f0dfaf;
}
.org-ido-virtual {
  /* ido-virtual */
  color: #D0D0FF;
}
.org-imaxima-latex-error {
  /* imaxima-latex-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-imaxima-latex-error-1 {
  /* imaxima-latex-error */
  color: #e37170;
  background-color: #332323;
}
.org-info-header-node {
  /* info-header-node */
  color: #ffffff;
  font-style: italic;
}
.org-info-header-xref {
  /* info-header-xref */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-info-menu-header {
  /* info-menu-header */
  font-weight: bold;
}
.org-info-menu-star {
  /* info-menu-star */
  color: #dfaf8f;
  font-weight: bold;
}
.org-info-node {
  /* info-node */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-info-title-1 {
  /* info-title-1 */
  font-size: 172%;
  font-weight: bold;
}
.org-info-title-2 {
  /* info-title-2 */
  font-size: 144%;
  font-weight: bold;
}
.org-info-title-3 {
  /* info-title-3 */
  font-size: 120%;
  font-weight: bold;
}
.org-info-title-4 {
  /* info-title-4 */
  font-weight: bold;
}
.org-info-xref {
  /* info-xref */
  color: #f0dfaf;
  font-weight: bold;
  text-decoration: underline;
}
.org-info-xref-visited {
  /* info-xref-visited */
  color: #f0dfaf;
  text-decoration: underline;
}
.org-isearch {
  /* isearch */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-isearch-fail {
  /* isearch-fail */
  background-color: #8b0000;
}
.org-italic {
  /* italic */
  font-style: italic;
}
.org-jabber-chat-prompt-foreign {
  /* jabber-chat-prompt-foreign */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jabber-chat-prompt-local {
  /* jabber-chat-prompt-local */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jabber-rare-time {
  /* jabber-rare-time-face */
  color: #8fb28f;
}
.org-jabber-roster-user-away {
  /* jabber-roster-user-away */
  color: #8fb28f;
}
.org-jabber-roster-user-chatty {
  /* jabber-roster-user-chatty */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jabber-roster-user-dnd {
  /* jabber-roster-user-dnd */
  color: #94bff3;
  font-weight: bold;
}
.org-jabber-roster-user-error {
  /* jabber-roster-user-error */
  color: #e37170;
  background-color: #332323;
}
.org-jabber-roster-user-offline {
  /* jabber-roster-user-offline */
  color: #606060;
}
.org-jabber-roster-user-online {
  /* jabber-roster-user-online */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jabber-roster-user-xa {
  /* jabber-roster-user-xa */
  color: #7f9f7f;
}
.org-jabber-title-large {
  /* jabber-title-large */
  font-size: 172%;
  font-weight: bold;
}
.org-jabber-title-medium {
  /* jabber-title-medium */
  font-size: 144%;
  font-weight: bold;
}
.org-jabber-title-small {
  /* jabber-title-small */
  font-size: 120%;
  font-weight: bold;
}
.org-jde-java-font-lock-constant {
  /* jde-java-font-lock-constant-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-constant-1 {
  /* jde-java-font-lock-constant */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-doc-tag {
  /* jde-java-font-lock-doc-tag-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-doc-tag-1 {
  /* jde-java-font-lock-doc-tag */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-link {
  /* jde-java-font-lock-link-face */
  color: #94bff3;
  font-weight: bold;
  text-decoration: underline;
}
.org-jde-java-font-lock-link-1 {
  /* jde-java-font-lock-link */
  color: #94bff3;
  font-weight: bold;
  text-decoration: underline;
}
.org-jde-java-font-lock-modifier {
  /* jde-java-font-lock-modifier-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jde-java-font-lock-modifier-1 {
  /* jde-java-font-lock-modifier */
  color: #dfaf8f;
  font-weight: bold;
}
.org-jde-java-font-lock-number {
  /* jde-java-font-lock-number-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-number-1 {
  /* jde-java-font-lock-number */
  color: #dca3a3;
  font-weight: bold;
}
.org-jde-java-font-lock-operator {
  /* jde-java-font-lock-operator-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-operator-1 {
  /* jde-java-font-lock-operator */
  color: #f0dfaf;
  font-weight: bold;
}
.org-jde-java-font-lock-package {
  /* jde-java-font-lock-package-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-jde-java-font-lock-package-1 {
  /* jde-java-font-lock-package */
  color: #dfdfbf;
  font-weight: bold;
}
.org-keywiz-command {
  /* keywiz-command-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-keywiz-command-1 {
  /* keywiz-command */
  color: #dfaf8f;
  font-weight: bold;
}
.org-keywiz-right {
  /* keywiz-right-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-keywiz-right-1 {
  /* keywiz-right */
  color: #f0dfaf;
  font-weight: bold;
}
.org-keywiz-wrong {
  /* keywiz-wrong-face */
  color: #e37170;
  background-color: #332323;
}
.org-keywiz-wrong-1 {
  /* keywiz-wrong */
  color: #e37170;
  background-color: #332323;
}
.org-keyword {
  /* font-lock-keyword-face */
  color: #CC7833;
  font-weight: bold;
}
.org-keyword-1 {
  /* font-lock-keyword */
  color: #f0dfaf;
  font-weight: bold;
}
.org-lazy-highlight {
  /* lazy-highlight */
  color: #dcdccc;
  background-color: #506070;
}
.org-link {
  /* link */
  color: #00ffff;
  text-decoration: underline;
}
.org-link-visited {
  /* link-visited */
  color: #ee82ee;
  text-decoration: underline;
}
.org-log-edit-header {
  /* log-edit-header */
  color: #CC7833;
  font-weight: bold;
}
.org-log-edit-summary {
  /* log-edit-summary */
  color: #FFC66D;
}
.org-log-edit-unknown-header {
  /* log-edit-unknown-header */
  color: #BC9458;
  font-style: italic;
}
.org-magit-branch {
  /* magit-branch */
  color: #dfaf8f;
  font-weight: bold;
}
.org-magit-diff-add {
  /* magit-diff-add */
  color: #00cd00;
}
.org-magit-diff-del {
  /* magit-diff-del */
  color: #cd0000;
}
.org-magit-diff-file-header {
}
.org-magit-diff-hunk-header {
  /* magit-diff-hunk-header */
  font-style: italic;
}
.org-magit-diff-none {
}
.org-magit-header {
}
.org-magit-item-highlight {
  /* magit-item-highlight */
  background-color: #696969;
}
.org-magit-item-mark {
  /* magit-item-mark */
  color: #ffa500;
}
.org-magit-log-head-label {
  /* magit-log-head-label */
  background-color: #006400;
}
.org-magit-log-tag-label {
  /* magit-log-tag-label */
  background-color: #b8860b;
}
.org-magit-section-title {
  /* magit-section-title */
  color: #f0dfaf;
  font-weight: bold;
}
.org-makefile-shell {
}
.org-makefile-shell-1 {
}
.org-makefile-space {
  /* makefile-space-face */
  color: #e37170;
  background-color: #332323;
}
.org-makefile-space-1 {
  /* makefile-space */
  color: #e37170;
  background-color: #332323;
}
.org-match {
  /* match */
  background-color: #3a5fcd;
  font-weight: bold;
}
.org-menu {
}
.org-message-cited-text {
  /* message-cited-text */
  color: #ffaeb9;
}
.org-message-header-cc {
  /* message-header-cc */
  color: #7fff00;
  font-weight: bold;
}
.org-message-header-from {
  /* message-header-from-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-message-header-from-1 {
  /* message-header-from */
  color: #f0dfaf;
  font-weight: bold;
}
.org-message-header-name {
  /* message-header-name */
  color: #00ff00;
}
.org-message-header-newsgroups {
  /* message-header-newsgroups */
  color: #ffff00;
  font-weight: bold;
  font-style: italic;
}
.org-message-header-other {
  /* message-header-other */
  color: #ff3e96;
}
.org-message-header-subject {
  /* message-header-subject */
  color: #c0ff3e;
  font-weight: bold;
}
.org-message-header-to {
  /* message-header-to */
  color: #caff70;
  font-weight: bold;
}
.org-message-header-xheader {
  /* message-header-xheader */
  color: #00bfff;
}
.org-message-mml {
  /* message-mml */
  color: #00fa9a;
  font-weight: bold;
}
.org-message-separator {
  /* message-separator */
  color: #b0e2ff;
}
.org-mew-face-body-cite1 {
  /* mew-face-body-cite1 */
  color: #7f9f7f;
}
.org-mew-face-body-cite2 {
  /* mew-face-body-cite2 */
  color: #8cd0d3;
}
.org-mew-face-body-cite3 {
  /* mew-face-body-cite3 */
  color: #dfaf8f;
}
.org-mew-face-body-cite4 {
  /* mew-face-body-cite4 */
  color: #f0dfaf;
}
.org-mew-face-body-cite5 {
  /* mew-face-body-cite5 */
  color: #cc9393;
}
.org-mew-face-body-comment {
  /* mew-face-body-comment */
  color: #709080;
}
.org-mew-face-body-url {
  /* mew-face-body-url */
  color: #dfaf8f;
}
.org-mew-face-eof-message {
  /* mew-face-eof-message */
  color: #7f9f7f;
}
.org-mew-face-eof-part {
  /* mew-face-eof-part */
  color: #f0dfaf;
}
.org-mew-face-header-date {
  /* mew-face-header-date */
  color: #7f9f7f;
}
.org-mew-face-header-from {
  /* mew-face-header-from */
  color: #f0dfaf;
}
.org-mew-face-header-important {
  /* mew-face-header-important */
  color: #8cd0d3;
}
.org-mew-face-header-key {
  /* mew-face-header-key */
  color: #7f9f7f;
}
.org-mew-face-header-marginal {
  /* mew-face-header-marginal */
  color: #709080;
}
.org-mew-face-header-private {
  /* mew-face-header-private */
  color: #7f9f7f;
}
.org-mew-face-header-subject {
  /* mew-face-header-subject */
  color: #dfaf8f;
}
.org-mew-face-header-to {
  /* mew-face-header-to */
  color: #cc9393;
}
.org-mew-face-header-warning {
  /* mew-face-header-warning */
  color: #cc9393;
}
.org-mew-face-header-xmew {
  /* mew-face-header-xmew */
  color: #7f9f7f;
}
.org-mew-face-header-xmew-bad {
  /* mew-face-header-xmew-bad */
  color: #cc9393;
}
.org-mew-face-mark-delete {
  /* mew-face-mark-delete */
  color: #cc9393;
}
.org-mew-face-mark-escape {
  /* mew-face-mark-escape */
  color: #7f9f7f;
}
.org-mew-face-mark-refile {
  /* mew-face-mark-refile */
  color: #7f9f7f;
}
.org-mew-face-mark-review {
  /* mew-face-mark-review */
  color: #8cd0d3;
}
.org-mew-face-mark-unlink {
  /* mew-face-mark-unlink */
  color: #f0dfaf;
}
.org-mew-face-mark-unread {
}
.org-minibuffer-prompt {
  /* minibuffer-prompt */
  color: #f0dfaf;
  font-weight: bold;
}
.org-minimap-active-region-background {
  /* minimap-active-region-background */
  background-color: #233323;
}
.org-mm-uu-extract {
  /* mm-uu-extract */
  color: #ffffe0;
  background-color: #006400;
}
.org-mode-line {
  /* mode-line */
  color: #acbc90;
  background-color: #1e2320;
}
.org-mode-line-buffer-id {
  /* mode-line-buffer-id */
  color: #000000;
  background-color: #A5BAF1;
  font-weight: bold;
}
.org-mode-line-emphasis {
  /* mode-line-emphasis */
  font-weight: bold;
}
.org-mode-line-highlight {
}
.org-mode-line-inactive {
  /* mode-line-inactive */
  color: #88b090;
  background-color: #2e3330;
}
.org-modeline-mousable {
  /* modeline-mousable */
  color: #000000;
  background-color: #A5BAF1;
}
.org-modeline-mousable-minor-mode {
  /* modeline-mousable-minor-mode */
  color: #000000;
  background-color: #A5BAF1;
}
.org-mouse {
  /* mouse */
  background-color: #dcdccc;
}
.org-mtorus-highlight {
}
.org-mtorus-highlight-1 {
}
.org-mtorus-notify-highlight {
  /* mtorus-notify-highlight-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-mtorus-notify-highlight-1 {
  /* mtorus-notify-highlight */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nav-face-button-num {
}
.org-nav-face-dir {
  /* nav-face-dir */
  color: #7f9f7f;
}
.org-nav-face-file {
}
.org-nav-face-hdir {
  /* nav-face-hdir */
  color: #cc9393;
}
.org-nav-face-heading {
  /* nav-face-heading */
  color: #f0dfaf;
}
.org-nav-face-hfile {
}
.org-negation-char {
  /* font-lock-negation-char-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-negation-char-1 {
  /* font-lock-negation-char */
  color: #f0dfaf;
  font-weight: bold;
}
.org-next-error {
  /* next-error */
  background-color: #5f5f5f;
}
.org-nobreak-space {
  /* nobreak-space */
  color: #00ffff;
  text-decoration: underline;
}
.org-nxml-attribute-colon {
  /* nxml-attribute-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-colon-1 {
  /* nxml-attribute-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-local-name {
  /* nxml-attribute-local-name-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-attribute-local-name-1 {
  /* nxml-attribute-local-name */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-attribute-prefix {
  /* nxml-attribute-prefix-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-prefix-1 {
  /* nxml-attribute-prefix */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-attribute-value {
  /* nxml-attribute-value-face */
  color: #cc9393;
}
.org-nxml-attribute-value-1 {
  /* nxml-attribute-value */
  color: #cc9393;
}
.org-nxml-attribute-value-delimiter {
  /* nxml-attribute-value-delimiter-face */
  color: #cc9393;
}
.org-nxml-attribute-value-delimiter-1 {
  /* nxml-attribute-value-delimiter */
  color: #cc9393;
}
.org-nxml-cdata-section-cdata {
  /* nxml-cdata-section-CDATA-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-cdata-1 {
  /* nxml-cdata-section-CDATA */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-content {
  /* nxml-cdata-section-content-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-cdata-section-content-1 {
  /* nxml-cdata-section-content */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-cdata-section-delimiter {
  /* nxml-cdata-section-delimiter-face */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-cdata-section-delimiter-1 {
  /* nxml-cdata-section-delimiter */
  color: #dca3a3;
  font-weight: bold;
}
.org-nxml-char-ref-delimiter {
  /* nxml-char-ref-delimiter-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-delimiter-1 {
  /* nxml-char-ref-delimiter */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-number {
  /* nxml-char-ref-number-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-char-ref-number-1 {
  /* nxml-char-ref-number */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-comment-content {
  /* nxml-comment-content-face */
  color: #7f9f7f;
}
.org-nxml-comment-content-1 {
  /* nxml-comment-content */
  color: #7f9f7f;
}
.org-nxml-comment-delimiter {
  /* nxml-comment-delimiter-face */
  color: #7f9f7f;
}
.org-nxml-comment-delimiter-1 {
  /* nxml-comment-delimiter */
  color: #7f9f7f;
}
.org-nxml-delimited-data {
  /* nxml-delimited-data-face */
  color: #cc9393;
}
.org-nxml-delimited-data-1 {
  /* nxml-delimited-data */
  color: #cc9393;
}
.org-nxml-delimiter {
  /* nxml-delimiter-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-delimiter-1 {
  /* nxml-delimiter */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-colon {
  /* nxml-element-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-colon-1 {
  /* nxml-element-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-local-name {
  /* nxml-element-local-name-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-element-local-name-1 {
  /* nxml-element-local-name */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-element-prefix {
  /* nxml-element-prefix-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-element-prefix-1 {
  /* nxml-element-prefix */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-entity-ref-delimiter {
  /* nxml-entity-ref-delimiter-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-delimiter-1 {
  /* nxml-entity-ref-delimiter */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-name {
  /* nxml-entity-ref-name-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-entity-ref-name-1 {
  /* nxml-entity-ref-name */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-name {
  /* nxml-name-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-name-1 {
  /* nxml-name */
  color: #f0dfaf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-colon {
  /* nxml-namespace-attribute-colon-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-colon-1 {
  /* nxml-namespace-attribute-colon */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-prefix {
  /* nxml-namespace-attribute-prefix-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-prefix-1 {
  /* nxml-namespace-attribute-prefix */
  color: #dfdfbf;
  font-weight: bold;
}
.org-nxml-namespace-attribute-xmlns {
  /* nxml-namespace-attribute-xmlns-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-namespace-attribute-xmlns-1 {
  /* nxml-namespace-attribute-xmlns */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-processing-instruction-content {
  /* nxml-processing-instruction-content-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-content-1 {
  /* nxml-processing-instruction-content */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-delimiter {
  /* nxml-processing-instruction-delimiter-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-delimiter-1 {
  /* nxml-processing-instruction-delimiter */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-target {
  /* nxml-processing-instruction-target-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-processing-instruction-target-1 {
  /* nxml-processing-instruction-target */
  color: #dfaf8f;
  font-weight: bold;
}
.org-nxml-ref {
  /* nxml-ref-face */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-ref-1 {
  /* nxml-ref */
  color: #94bff3;
  font-weight: bold;
}
.org-nxml-tag-delimiter {
  /* nxml-tag-delimiter-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-delimiter-1 {
  /* nxml-tag-delimiter */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-slash {
  /* nxml-tag-slash-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-tag-slash-1 {
  /* nxml-tag-slash */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-text {
  /* nxml-text-face */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-nxml-text-1 {
  /* nxml-text */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-operator {
  /* font-lock-operator-face */
  color: #dfdfbf;
  font-weight: bold;
}
.org-operator-1 {
  /* font-lock-operator */
  color: #dfdfbf;
  font-weight: bold;
}
.org-org-agenda-clocking {
  /* org-agenda-clocking */
  background-color: #506070;
}
.org-org-agenda-column-dateline {
  /* org-agenda-column-dateline */
  background-color: #4d4d4d;
}
.org-org-agenda-current-time {
  /* org-agenda-current-time */
  color: #ffc9a4;
}
.org-org-agenda-date {
  /* org-agenda-date */
  color: #87cefa;
  font-style: italic;
}
.org-org-agenda-date-today {
  /* org-agenda-date-today */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-date-today-1 {
  /* org-agenda-date-today-face */
  color: #ffffff;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-date-weekend {
  /* org-agenda-date-weekend */
  color: #87cefa;
  font-weight: bold;
  font-style: italic;
}
.org-org-agenda-diary {
  /* org-agenda-diary */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-org-agenda-dimmed-todo {
  /* org-agenda-dimmed-todo-face */
  color: #7f7f7f;
}
.org-org-agenda-done {
  /* org-agenda-done */
  color: #98fb98;
}
.org-org-agenda-restriction-lock {
  /* org-agenda-restriction-lock */
  background-color: #4a708b;
}
.org-org-agenda-structure {
  /* org-agenda-structure */
  color: #87cefa;
  font-style: italic;
}
.org-org-agenda-structure-1 {
  /* org-agenda-structure-face */
  color: #87cefa;
  font-style: italic;
}
.org-org-archived {
  /* org-archived */
  color: #8f8f8f;
}
.org-org-archived-1 {
  /* org-archived-face */
  color: #8f8f8f;
}
.org-org-beamer-tag {
}
.org-org-block {
  /* org-block */
  color: #b3b3b3;
}
.org-org-checkbox {
  /* org-checkbox */
  color: #ffffff;
  background-color: #5f5f5f;
  font-weight: bold;
}
.org-org-checkbox-statistics-done {
  /* org-checkbox-statistics-done */
  color: #afd8af;
  font-weight: bold;
}
.org-org-checkbox-statistics-todo {
  /* org-checkbox-statistics-todo */
  color: #cc9393;
  font-weight: bold;
}
.org-org-clock-overlay {
  /* org-clock-overlay */
  background-color: #4a708b;
}
.org-org-code {
  /* org-code */
  color: #b3b3b3;
}
.org-org-column {
  /* org-column */
  background-color: #4d4d4d;
}
.org-org-column-1 {
  /* org-column-face */
  background-color: #4d4d4d;
}
.org-org-column-title {
  /* org-column-title */
  background-color: #4d4d4d;
  font-weight: bold;
  text-decoration: underline;
}
.org-org-date {
  /* org-date */
  color: #8cd0d3;
  text-decoration: underline;
}
.org-org-date-1 {
  /* org-date-face */
  color: #8cd0d3;
  text-decoration: underline;
}
.org-org-deadline-announce {
  /* org-deadline-announce-face */
  color: #bc8383;
}
.org-org-deadline-announce-1 {
  /* org-deadline-announce */
  color: #bc8383;
}
.org-org-document-info {
  /* org-document-info */
  color: #afeeee;
}
.org-org-document-info-keyword {
  /* org-document-info-keyword */
  color: #BC9458;
  font-weight: bold;
}
.org-org-document-title {
  /* org-document-title */
  color: #BC9458;
  font-weight: bold;
}
.org-org-done {
  /* org-done */
  color: #afd8af;
  font-weight: bold;
}
.org-org-done-1 {
  /* org-done-face */
  color: #afd8af;
  font-weight: bold;
}
.org-org-drawer {
  /* org-drawer */
  color: #87cefa;
}
.org-org-ellipsis {
  /* org-ellipsis */
  color: #eedd82;
  text-decoration: underline;
}
.org-org-footnote {
  /* org-footnote */
  color: #00ffff;
  text-decoration: underline;
}
.org-org-formula {
  /* org-formula */
  color: #d0bf8f;
}
.org-org-formula-1 {
  /* org-formula-face */
  color: #d0bf8f;
}
.org-org-headline-done {
  /* org-headline-done */
  color: #afd8af;
}
.org-org-headline-done-1 {
  /* org-headline-done-face */
  color: #afd8af;
}
.org-org-hide {
  /* org-hide */
  color: #282828;
}
.org-org-hide-1 {
  /* org-hide-face */
  color: #282828;
}
.org-org-latex-and-export-specials {
  /* org-latex-and-export-specials */
  color: #deb887;
}
.org-org-level-1 {
  /* org-level-1 */
  color: #dfaf8f;
  background-color: #3f3f3f;
}
.org-org-level-1-1 {
  /* org-level-1-face */
  color: #dfaf8f;
  background-color: #3f3f3f;
}
.org-org-level-2 {
  /* org-level-2 */
  color: #f0dfaf;
  background-color: #3f3f3f;
}
.org-org-level-2-1 {
  /* org-level-2-face */
  color: #f0dfaf;
  background-color: #3f3f3f;
}
.org-org-level-3 {
  /* org-level-3 */
  color: #8cd0d3;
  background-color: #3f3f3f;
}
.org-org-level-3-1 {
  /* org-level-3-face */
  color: #8cd0d3;
  background-color: #3f3f3f;
}
.org-org-level-4 {
  /* org-level-4 */
  color: #93e0e3;
  background-color: #3f3f3f;
}
.org-org-level-4-1 {
  /* org-level-4-face */
  color: #93e0e3;
  background-color: #3f3f3f;
}
.org-org-level-5 {
  /* org-level-5 */
  color: #7cb8bb;
  background-color: #3f3f3f;
}
.org-org-level-5-1 {
  /* org-level-5-face */
  color: #7cb8bb;
  background-color: #3f3f3f;
}
.org-org-level-6 {
  /* org-level-6 */
  color: #6ca0a3;
  background-color: #3f3f3f;
}
.org-org-level-6-1 {
  /* org-level-6-face */
  color: #6ca0a3;
  background-color: #3f3f3f;
}
.org-org-level-7 {
  /* org-level-7 */
  color: #5c888b;
  background-color: #3f3f3f;
}
.org-org-level-7-1 {
  /* org-level-7-face */
  color: #5c888b;
  background-color: #3f3f3f;
}
.org-org-level-8 {
  /* org-level-8 */
  color: #4c7073;
  background-color: #3f3f3f;
}
.org-org-level-8-1 {
  /* org-level-8-face */
  color: #4c7073;
  background-color: #3f3f3f;
}
.org-org-link {
  /* org-link */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-org-link-1 {
  /* org-link-face */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-org-meta-line {
  /* org-meta-line */
  color: #BC9458;
  font-style: italic;
}
.org-org-mode-line-clock {
  /* org-mode-line-clock */
  color: #acbc90;
  background-color: #1e2320;
}
.org-org-mode-line-clock-overrun {
  /* org-mode-line-clock-overrun */
  color: #acbc90;
  background-color: #ff0000;
}
.org-org-property-value {
}
.org-org-quote {
  /* org-quote */
  color: #b3b3b3;
}
.org-org-scheduled {
  /* org-scheduled */
  color: #bfebbf;
}
.org-org-scheduled-1 {
  /* org-scheduled-face */
  color: #bfebbf;
}
.org-org-scheduled-previously {
  /* org-scheduled-previously */
  color: #8c5353;
}
.org-org-scheduled-previously-1 {
  /* org-scheduled-previously-face */
  color: #8c5353;
}
.org-org-scheduled-today {
  /* org-scheduled-today */
  color: #94bff3;
}
.org-org-scheduled-today-1 {
  /* org-scheduled-today-face */
  color: #94bff3;
}
.org-org-sexp-date {
  /* org-sexp-date */
  color: #00ffff;
}
.org-org-special-keyword {
  /* org-special-keyword */
  color: #e0cf9f;
}
.org-org-special-keyword-1 {
  /* org-special-keyword-face */
  color: #e0cf9f;
}
.org-org-table {
  /* org-table */
  color: #9fc59f;
}
.org-org-table-1 {
  /* org-table-face */
  color: #9fc59f;
}
.org-org-tag {
  /* org-tag */
  font-weight: bold;
}
.org-org-tag-1 {
  /* org-tag-face */
  font-weight: bold;
}
.org-org-target {
  /* org-target */
  text-decoration: underline;
}
.org-org-time-grid {
  /* org-time-grid */
  color: #ffc9a4;
}
.org-org-time-grid-1 {
  /* org-time-grid-face */
  color: #ffc9a4;
}
.org-org-todo {
  /* org-todo */
  color: #cc9393;
  font-weight: bold;
}
.org-org-todo-1 {
  /* org-todo-face */
  color: #cc9393;
  font-weight: bold;
}
.org-org-upcoming-deadline {
  /* org-upcoming-deadline */
  color: #ff7f24;
  font-weight: bold;
}
.org-org-upcoming-deadline-1 {
  /* org-upcoming-deadline-face */
  color: #ff7f24;
  font-weight: bold;
}
.org-org-verbatim {
  /* org-verbatim */
  color: #b3b3b3;
}
.org-org-verse {
  /* org-verse */
  color: #b3b3b3;
}
.org-org-warning {
  /* org-warning */
  color: #cc9393;
  background-color: #332323;
  font-weight: bold;
}
.org-org-warning-1 {
  /* org-warning-face */
  color: #cc9393;
  background-color: #332323;
  font-weight: bold;
}
.org-outline-1 {
  /* outline-1 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-2 {
  /* outline-2 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-3 {
  /* outline-3 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-4 {
  /* outline-4 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-5 {
  /* outline-5 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-6 {
  /* outline-6 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-7 {
  /* outline-7 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-outline-8 {
  /* outline-8 */
  color: #dcdccc;
  background-color: #3f3f3f;
}
.org-paren {
  /* paren-face */
  color: #606060;
}
.org-paren-1 {
  /* paren */
  color: #606060;
}
.org-paren-face-match-light {
  /* paren-face-match-light */
  color: #FFC66D;
  background-color: #555577;
}
.org-plain-widget-button {
  /* plain-widget-button-face */
  font-weight: bold;
}
.org-plain-widget-button-1 {
  /* plain-widget-button */
  font-weight: bold;
}
.org-plain-widget-button-pressed {
}
.org-plain-widget-button-pressed-1 {
}
.org-plain-widget-documentation {
  /* plain-widget-documentation-face */
  color: #8fb28f;
}
.org-plain-widget-documentation-1 {
  /* plain-widget-documentation */
  color: #8fb28f;
}
.org-plain-widget-field {
  /* plain-widget-field-face */
  background-color: #5f5f5f;
}
.org-plain-widget-field-1 {
  /* plain-widget-field */
  background-color: #5f5f5f;
}
.org-plain-widget-inactive {
  /* plain-widget-inactive-face */
  text-decoration: line-through;
}
.org-plain-widget-inactive-1 {
  /* plain-widget-inactive */
  text-decoration: line-through;
}
.org-plain-widget-single-line-field {
  /* plain-widget-single-line-field-face */
  background-color: #5f5f5f;
}
.org-plain-widget-single-line-field-1 {
  /* plain-widget-single-line-field */
  background-color: #5f5f5f;
}
.org-preprocessor {
  /* font-lock-preprocessor-face */
  color: #CC7833;
}
.org-preprocessor-1 {
  /* font-lock-preprocessor */
  color: #8cd0d3;
}
.org-preview {
  /* preview-face */
  background-color: #2f4f4f;
}
.org-preview-reference {
}
.org-primary-selection {
  /* primary-selection */
  background-color: #555577;
}
.org-pseudo-keyword {
  /* font-lock-pseudo-keyword-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-pseudo-keyword-1 {
  /* font-lock-pseudo-keyword */
  color: #dfaf8f;
  font-weight: bold;
}
.org-py-builtins {
  /* py-builtins-face */
  color: #CC7833;
}
.org-py-decorators {
  /* py-decorators-face */
  color: #CC7833;
}
.org-py-pseudo-keyword {
  /* py-pseudo-keyword-face */
  color: #CC7833;
}
.org-py-xxx-tag {
  /* py-XXX-tag-face */
  color: #BC9458;
  font-style: italic;
}
.org-query-replace {
  /* query-replace */
  color: #dcdccc;
  background-color: #668b8b;
}
.org-rcirc-bright-nick {
  /* rcirc-bright-nick */
  color: #ffffff;
  font-weight: bold;
}
.org-rcirc-dim-nick {
  /* rcirc-dim-nick */
  color: #7f9f7f;
}
.org-rcirc-keyword {
  /* rcirc-keyword */
  background-color: #556b2f;
  text-decoration: underline;
}
.org-rcirc-mode-line-nick {
  /* rcirc-mode-line-nick */
  color: #f0dfaf;
  font-weight: bold;
}
.org-rcirc-my-nick {
  /* rcirc-my-nick */
  color: #87cefa;
  font-weight: bold;
}
.org-rcirc-nick-in-message {
  /* rcirc-nick-in-message */
  color: #00ffff;
  font-weight: bold;
}
.org-rcirc-nick-in-message-full-line {
  /* rcirc-nick-in-message-full-line */
  font-weight: bold;
}
.org-rcirc-other-nick {
  /* rcirc-other-nick */
  color: #eedd82;
  font-weight: bold;
}
.org-rcirc-prompt {
  /* rcirc-prompt */
  color: #00ffff;
  font-weight: bold;
}
.org-rcirc-server {
  /* rcirc-server */
  color: #ff7f24;
}
.org-rcirc-server-prefix {
  /* rcirc-server-prefix */
  color: #708070;
}
.org-rcirc-timestamp {
  /* rcirc-timestamp */
  color: #7f9f7f;
}
.org-rcirc-track-keyword {
  /* rcirc-track-keyword */
  font-weight: bold;
}
.org-rcirc-track-nick {
}
.org-rcirc-url {
  /* rcirc-url */
  font-weight: bold;
}
.org-reference {
  /* font-lock-reference-face */
  color: #b0c4de;
}
.org-regexp-grouping-backslash {
  /* font-lock-regexp-grouping-backslash */
  font-weight: bold;
}
.org-regexp-grouping-construct {
  /* font-lock-regexp-grouping-construct */
  font-weight: bold;
}
.org-region {
  /* region */
  background-color: #5f5f5f;
}
.org-rpm-spec-dir {
  /* rpm-spec-dir-face */
  color: #7f9f7f;
}
.org-rpm-spec-dir-1 {
  /* rpm-spec-dir */
  color: #7f9f7f;
}
.org-rpm-spec-doc {
  /* rpm-spec-doc-face */
  color: #7f9f7f;
}
.org-rpm-spec-doc-1 {
  /* rpm-spec-doc */
  color: #7f9f7f;
}
.org-rpm-spec-ghost {
  /* rpm-spec-ghost-face */
  color: #cc9393;
}
.org-rpm-spec-ghost-1 {
  /* rpm-spec-ghost */
  color: #cc9393;
}
.org-rpm-spec-macro {
  /* rpm-spec-macro-face */
  color: #f0dfaf;
}
.org-rpm-spec-macro-1 {
  /* rpm-spec-macro */
  color: #f0dfaf;
}
.org-rpm-spec-obsolete-tag {
  /* rpm-spec-obsolete-tag-face */
  color: #cc9393;
}
.org-rpm-spec-obsolete-tag-1 {
  /* rpm-spec-obsolete-tag */
  color: #cc9393;
}
.org-rpm-spec-package {
  /* rpm-spec-package-face */
  color: #cc9393;
}
.org-rpm-spec-package-1 {
  /* rpm-spec-package */
  color: #cc9393;
}
.org-rpm-spec-section {
  /* rpm-spec-section-face */
  color: #f0dfaf;
}
.org-rpm-spec-section-1 {
  /* rpm-spec-section */
  color: #f0dfaf;
}
.org-rpm-spec-tag {
  /* rpm-spec-tag-face */
  color: #8cd0d3;
}
.org-rpm-spec-tag-1 {
  /* rpm-spec-tag */
  color: #8cd0d3;
}
.org-rpm-spec-var {
  /* rpm-spec-var-face */
  color: #cc9393;
}
.org-rpm-spec-var-1 {
  /* rpm-spec-var */
  color: #cc9393;
}
.org-scroll-bar {
  /* scroll-bar */
  background-color: #5f5f5f;
}
.org-secondary-selection {
  /* secondary-selection */
  background-color: #506070;
}
.org-semantic-decoration-on-unparsed-includes {
  /* semantic-decoration-on-unparsed-includes */
  color: #88b090;
  background-color: #2e3330;
}
.org-semantic-tag-boundary {
  /* semantic-tag-boundary-face */
  text-decoration: overline;
}
.org-setnu-line-number {
  /* setnu-line-number-face */
  color: #708070;
}
.org-setnu-line-number-1 {
  /* setnu-line-number */
  color: #708070;
}
.org-sgml-namespace {
  /* sgml-namespace */
  color: #D0D0FF;
}
.org-sh-escaped-newline {
  /* sh-escaped-newline */
  color: #A5C261;
}
.org-sh-heredoc {
  /* sh-heredoc */
  color: #ffff00;
  font-weight: bold;
}
.org-sh-quoted-exec {
  /* sh-quoted-exec */
  color: #fa8072;
}
.org-shadow {
  /* shadow */
  color: #b3b3b3;
}
.org-show-paren-match {
  /* show-paren-match */
  color: #7cb8bb;
  background-color: #4f94cd;
  text-decoration: underline;
}
.org-show-paren-mismatch {
  /* show-paren-mismatch */
  color: #ffffff;
  background-color: #a020f0;
}
.org-sldb-catch-tag {
}
.org-sldb-condition {
}
.org-sldb-detailed-frame-line {
}
.org-sldb-frame-label {
}
.org-sldb-frame-line {
}
.org-sldb-local-name {
}
.org-sldb-local-value {
}
.org-sldb-non-restartable-frame-line {
}
.org-sldb-restart {
}
.org-sldb-restart-number {
  /* sldb-restart-number-face */
  font-weight: bold;
}
.org-sldb-restart-type {
  /* sldb-restart-type-face */
  color: #CC7833;
  font-weight: bold;
}
.org-sldb-restartable-frame-line {
  /* sldb-restartable-frame-line-face */
  color: #32cd32;
}
.org-sldb-section {
}
.org-sldb-topline {
}
.org-slime-error {
  /* slime-error-face */
  text-decoration: underline;
}
.org-slime-highlight {
  /* slime-highlight-face */
  background-color: #556b2f;
}
.org-slime-inspector-action {
  /* slime-inspector-action-face */
  color: #ffc0cb;
  background-color: #332323;
}
.org-slime-inspector-label {
  /* slime-inspector-label-face */
  color: #6D9CBE;
  font-weight: bold;
}
.org-slime-inspector-topline {
}
.org-slime-inspector-type {
  /* slime-inspector-type-face */
  color: #ffffff;
  font-weight: bold;
}
.org-slime-inspector-value {
  /* slime-inspector-value-face */
  color: #D0D0FF;
}
.org-slime-note {
  /* slime-note-face */
  text-decoration: underline;
}
.org-slime-repl-input {
  /* slime-repl-input-face */
  font-weight: bold;
}
.org-slime-repl-output {
  /* slime-repl-output-face */
  color: #A5C261;
}
.org-slime-repl-prompt {
  /* slime-repl-prompt-face */
  color: #CC7833;
  font-weight: bold;
}
.org-slime-repl-result {
}
.org-slime-style-warning {
  /* slime-style-warning-face */
  text-decoration: underline;
}
.org-slime-warning {
  /* slime-warning-face */
  text-decoration: underline;
}
.org-spam {
  /* spam */
  color: #eeeee0;
}
.org-speedbar-button {
  /* speedbar-button-face */
  color: #00cd00;
  font-weight: bold;
}
.org-speedbar-button-1 {
  /* speedbar-button */
  color: #f0dfaf;
  font-weight: bold;
}
.org-speedbar-directory {
  /* speedbar-directory-face */
  color: #add8e6;
  font-weight: bold;
}
.org-speedbar-directory-1 {
  /* speedbar-directory */
  color: #94bff3;
  font-weight: bold;
}
.org-speedbar-file {
  /* speedbar-file-face */
  color: #00ffff;
  font-weight: bold;
}
.org-speedbar-file-1 {
  /* speedbar-file */
  color: #dfaf8f;
  font-weight: bold;
}
.org-speedbar-highlight {
  /* speedbar-highlight-face */
  background-color: #2e8b57;
  text-decoration: underline;
}
.org-speedbar-highlight-1 {
  /* speedbar-highlight */
  text-decoration: underline;
}
.org-speedbar-selected {
  /* speedbar-selected-face */
  color: #ff0000;
  text-decoration: underline;
}
.org-speedbar-separator {
  /* speedbar-separator-face */
  color: #ffffff;
  background-color: #0000ff;
  text-decoration: overline;
}
.org-speedbar-tag {
  /* speedbar-tag-face */
  color: #ffff00;
}
.org-speedbar-tag-1 {
  /* speedbar-tag */
  color: #8cd0d3;
}
.org-string {
  /* font-lock-string-face */
  color: #A5C261;
}
.org-string-1 {
  /* font-lock-string */
  color: #cc9393;
}
.org-strokes-char {
  /* strokes-char-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-strokes-char-1 {
  /* strokes-char */
  color: #f0dfaf;
  font-weight: bold;
}
.org-svn-mark {
  /* svn-mark-face */
  color: #8cd0d3;
}
.org-svn-mark-1 {
  /* svn-mark */
  color: #8cd0d3;
}
.org-swank-clojure-dim-trace {
  /* swank-clojure-dim-trace-face */
  color: #7f7f7f;
}
.org-term-bold {
  /* term-bold */
  font-weight: bold;
}
.org-term-default-bg {
}
.org-term-default-bg-inv {
}
.org-term-default-fg {
}
.org-term-default-fg-inv {
}
.org-term-invisible {
}
.org-term-invisible-inv {
}
.org-term-underline {
  /* term-underline */
  text-decoration: underline;
}
.org-texinfo-heading {
  /* texinfo-heading */
  color: #FFC66D;
}
.org-todoo-item-assigned-header {
  /* todoo-item-assigned-header-face */
  color: #dfaf8f;
  font-weight: bold;
}
.org-todoo-item-assigned-header-1 {
  /* todoo-item-assigned-header */
  color: #dfaf8f;
  font-weight: bold;
}
.org-todoo-item-header {
  /* todoo-item-header-face */
  color: #f0dfaf;
  font-weight: bold;
}
.org-todoo-item-header-1 {
  /* todoo-item-header */
  color: #f0dfaf;
  font-weight: bold;
}
.org-todoo-sub-item-header {
  /* todoo-sub-item-header-face */
  color: #f0dfaf;
}
.org-todoo-sub-item-header-1 {
  /* todoo-sub-item-header */
  color: #f0dfaf;
}
.org-tool-bar {
  /* tool-bar */
  color: #000000;
  background-color: #5f5f5f;
}
.org-tooltip {
  /* tooltip */
  color: #000000;
  background-color: #ffffe0;
}
.org-trailing-whitespace {
  /* trailing-whitespace */
  color: #e37170;
  background-color: #ff0000;
}
.org-tuareg-font-lock-error {
  /* tuareg-font-lock-error-face */
  color: #ffff00;
  background-color: #ff0000;
  font-weight: bold;
}
.org-tuareg-font-lock-governing {
  /* tuareg-font-lock-governing-face */
  color: #ffa500;
  font-weight: bold;
}
.org-tuareg-font-lock-governing-1 {
  /* tuareg-font-lock-governing */
  color: #dfaf8f;
  font-weight: bold;
}
.org-tuareg-font-lock-interactive-error {
  /* tuareg-font-lock-interactive-error-face */
  color: #e37170;
  background-color: #332323;
}
.org-tuareg-font-lock-interactive-error-1 {
  /* tuareg-font-lock-interactive-error */
  color: #e37170;
  background-color: #332323;
}
.org-tuareg-font-lock-interactive-output {
  /* tuareg-font-lock-interactive-output-face */
  color: #00ffff;
  font-weight: bold;
}
.org-tuareg-font-lock-interactive-output-1 {
  /* tuareg-font-lock-interactive-output */
  color: #dfdfbf;
  font-weight: bold;
}
.org-tuareg-font-lock-multistage {
  /* tuareg-font-lock-multistage-face */
  color: #4682b4;
  background-color: #a9a9a9;
  font-weight: bold;
}
.org-tuareg-font-lock-operator {
  /* tuareg-font-lock-operator-face */
  color: #f0e68c;
  font-weight: bold;
}
.org-tuareg-font-lock-operator-1 {
  /* tuareg-font-lock-operator */
  color: #dfdfbf;
  font-weight: bold;
}
.org-twitter-header {
  /* twitter-header-face */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-header-1 {
  /* twitter-header */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-time-stamp {
  /* twitter-time-stamp-face */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-time-stamp-1 {
  /* twitter-time-stamp */
  color: #dfaf8f;
  background-color: #1e2320;
}
.org-twitter-user-name {
  /* twitter-user-name-face */
  color: #acbc90;
  background-color: #1e2320;
}
.org-twitter-user-name-1 {
  /* twitter-user-name */
  color: #acbc90;
  background-color: #1e2320;
}
.org-type {
  /* font-lock-type-face */
  color: #ffffff;
  font-weight: bold;
}
.org-type-1 {
  /* font-lock-type */
  color: #dfdfbf;
  font-weight: bold;
}
.org-underline {
  /* underline */
  text-decoration: underline;
}
.org-variable-name {
  /* font-lock-variable-name-face */
  color: #b0c4de;
}
.org-variable-name-1 {
  /* font-lock-variable-name */
  color: #f0dfaf;
}
.org-variable-pitch {
}
.org-vertical-border {
}
.org-w3m-anchor {
  /* w3m-anchor */
  color: #00ffff;
  font-weight: bold;
}
.org-w3m-arrived-anchor {
  /* w3m-arrived-anchor */
  color: #87cefa;
  font-weight: bold;
}
.org-w3m-bold {
  /* w3m-bold */
  font-weight: bold;
}
.org-w3m-current-anchor {
  /* w3m-current-anchor */
  font-weight: bold;
  text-decoration: underline;
}
.org-w3m-form {
  /* w3m-form */
  color: #ff0000;
  background-color: #696969;
  text-decoration: underline;
}
.org-w3m-form-button {
  /* w3m-form-button */
  color: #000000;
  background-color: #d3d3d3;
  font-weight: bold;
}
.org-w3m-form-button-mouse {
  /* w3m-form-button-mouse */
  color: #000000;
  background-color: #c1ffc1;
}
.org-w3m-form-button-pressed {
  /* w3m-form-button-pressed */
  color: #000000;
  background-color: #d3d3d3;
}
.org-w3m-header-line-location-content {
  /* w3m-header-line-location-content */
  color: #eedd82;
  background-color: #333333;
}
.org-w3m-header-line-location-title {
  /* w3m-header-line-location-title */
  color: #00ffff;
  background-color: #333333;
}
.org-w3m-history-current-url {
  /* w3m-history-current-url */
  color: #87cefa;
  background-color: #483d8b;
}
.org-w3m-image {
  /* w3m-image */
  color: #98fb98;
  font-weight: bold;
}
.org-w3m-image-anchor {
  /* w3m-image-anchor */
  background-color: #006400;
}
.org-w3m-insert {
  /* w3m-insert */
  color: #da70d6;
}
.org-w3m-italic {
  /* w3m-italic */
  font-style: italic;
}
.org-w3m-strike-through {
  /* w3m-strike-through */
  text-decoration: line-through;
}
.org-w3m-tab-background {
  /* w3m-tab-background */
  color: #000000;
  background-color: #b0c4de;
}
.org-w3m-tab-mouse {
  /* w3m-tab-mouse */
  color: #ffffff;
  background-color: #bfbfbf;
}
.org-w3m-tab-selected {
  /* w3m-tab-selected */
  color: #000000;
  background-color: #e5e5e5;
}
.org-w3m-tab-selected-background {
  /* w3m-tab-selected-background */
  color: #000000;
  background-color: #b0c4de;
}
.org-w3m-tab-unselected {
  /* w3m-tab-unselected */
  color: #333333;
  background-color: #b3b3b3;
}
.org-w3m-tab-unselected-unseen {
  /* w3m-tab-unselected-unseen */
  color: #333333;
  background-color: #b3b3b3;
}
.org-w3m-underline {
  /* w3m-underline */
  text-decoration: underline;
}
.org-warning {
  /* font-lock-warning-face */
  color: #ffc0cb;
  background-color: #332323;
}
.org-warning-1 {
  /* font-lock-warning */
  color: #e37170;
  background-color: #332323;
}
.org-which-func {
  /* which-func */
  color: #0000ff;
  background-color: #1e2320;
}
.org-widget-button {
  /* widget-button */
  font-weight: bold;
}
.org-widget-button-highlight {
  /* widget-button-highlight-face */
  background-color: #4f4f4f;
}
.org-widget-button-highlight-1 {
  /* widget-button-highlight */
  background-color: #4f4f4f;
}
.org-widget-button-pressed {
  /* widget-button-pressed */
  color: #ff0000;
  background-color: #4f4f4f;
}
.org-widget-button-pressed-highlight {
  /* widget-button-pressed-highlight-face */
  background-color: #4f4f4f;
}
.org-widget-button-pressed-highlight-1 {
  /* widget-button-pressed-highlight */
  background-color: #4f4f4f;
}
.org-widget-documentation {
  /* widget-documentation */
  color: #32cd32;
}
.org-widget-field {
  /* widget-field */
  background-color: #696969;
}
.org-widget-inactive {
  /* widget-inactive */
  text-decoration: line-through;
}
.org-widget-single-line-field {
  /* widget-single-line-field */
  background-color: #696969;
}
.org-wl-highlight-folder-few {
}
.org-wl-highlight-folder-few-1 {
}
.org-wl-highlight-folder-many {
}
.org-wl-highlight-folder-many-1 {
}
.org-wl-highlight-folder-path {
  /* wl-highlight-folder-path-face */
  color: #dfaf8f;
}
.org-wl-highlight-folder-path-1 {
  /* wl-highlight-folder-path */
  color: #dfaf8f;
}
.org-wl-highlight-folder-unread {
  /* wl-highlight-folder-unread-face */
  color: #e89393;
}
.org-wl-highlight-folder-unread-1 {
  /* wl-highlight-folder-unread */
  color: #e89393;
}
.org-wl-highlight-folder-zero {
}
.org-wl-highlight-folder-zero-1 {
}
.org-wl-highlight-message-citation-header {
  /* wl-highlight-message-citation-header-face */
  color: #cc9393;
}
.org-wl-highlight-message-citation-header-1 {
  /* wl-highlight-message-citation-header */
  color: #cc9393;
}
.org-wl-highlight-message-cited-text-1 {
  /* wl-highlight-message-cited-text-1-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-1-1 {
  /* wl-highlight-message-cited-text-1 */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-2 {
  /* wl-highlight-message-cited-text-2-face */
  color: #8cd0d3;
}
.org-wl-highlight-message-cited-text-2-1 {
  /* wl-highlight-message-cited-text-2 */
  color: #8cd0d3;
}
.org-wl-highlight-message-cited-text-3 {
  /* wl-highlight-message-cited-text-3-face */
  color: #8f8f8f;
}
.org-wl-highlight-message-cited-text-3-1 {
  /* wl-highlight-message-cited-text-3 */
  color: #8f8f8f;
}
.org-wl-highlight-message-cited-text-4 {
  /* wl-highlight-message-cited-text-4-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-cited-text-4-1 {
  /* wl-highlight-message-cited-text-4 */
  color: #7f9f7f;
}
.org-wl-highlight-message-header-contents {
  /* wl-highlight-message-header-contents-face */
  color: #7f9f7f;
}
.org-wl-highlight-message-header-contents-1 {
  /* wl-highlight-message-header-contents */
  color: #7f9f7f;
}
.org-wl-highlight-message-headers {
}
.org-wl-highlight-message-headers-1 {
}
.org-wl-highlight-message-important-header-contents {
  /* wl-highlight-message-important-header-contents-face */
  color: #f0dfaf;
}
.org-wl-highlight-message-important-header-contents-1 {
  /* wl-highlight-message-important-header-contents */
  color: #f0dfaf;
}
.org-wl-highlight-message-important-header-contents2 {
  /* wl-highlight-message-important-header-contents2-face */
  color: #8cd0d3;
}
.org-wl-highlight-message-important-header-contents2-1 {
  /* wl-highlight-message-important-header-contents2 */
  color: #8cd0d3;
}
.org-wl-highlight-message-signature {
  /* wl-highlight-message-signature-face */
  color: #f0dfaf;
}
.org-wl-highlight-message-signature-1 {
  /* wl-highlight-message-signature */
  color: #f0dfaf;
}
.org-wl-highlight-message-unimportant-header-contents {
  /* wl-highlight-message-unimportant-header-contents-face */
  color: #709080;
}
.org-wl-highlight-message-unimportant-header-contents-1 {
  /* wl-highlight-message-unimportant-header-contents */
  color: #709080;
}
.org-wl-highlight-summary-answered {
}
.org-wl-highlight-summary-answered-1 {
}
.org-wl-highlight-summary-displaying {
  /* wl-highlight-summary-displaying-face */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-wl-highlight-summary-displaying-1 {
  /* wl-highlight-summary-displaying */
  color: #d0bf8f;
  text-decoration: underline;
}
.org-wl-highlight-summary-new {
  /* wl-highlight-summary-new-face */
  color: #e89393;
}
.org-wl-highlight-summary-new-1 {
  /* wl-highlight-summary-new */
  color: #e89393;
}
.org-wl-highlight-summary-normal {
}
.org-wl-highlight-summary-normal-1 {
}
.org-wl-highlight-summary-thread-top {
  /* wl-highlight-summary-thread-top-face */
  color: #efdcbc;
}
.org-wl-highlight-summary-thread-top-1 {
  /* wl-highlight-summary-thread-top */
  color: #efdcbc;
}
.org-wl-highlight-thread-indent {
  /* wl-highlight-thread-indent-face */
  color: #ecbcec;
}
.org-wl-highlight-thread-indent-1 {
  /* wl-highlight-thread-indent */
  color: #ecbcec;
}
.org-yaml-tab {
  /* yaml-tab-face */
  color: #ff0000;
  background-color: #ff0000;
  font-weight: bold;
}
.org-yasXfield-debug {
}
.org-yasXfield-highlight {
  /* yas/field-highlight-face */
  background-color: #696969;
}
.org-zenburn-background-1 {
  /* zenburn-background-1 */
  background-color: #4f4f4f;
}
.org-zenburn-background-2 {
  /* zenburn-background-2 */
  background-color: #5f5f5f;
}
.org-zenburn-blue {
  /* zenburn-blue */
  color: #8cd0d3;
}
.org-zenburn-blue-1 {
  /* zenburn-blue-1 */
  color: #7cb8bb;
}
.org-zenburn-blue-2 {
  /* zenburn-blue-2 */
  color: #6ca0a3;
}
.org-zenburn-blue-3 {
  /* zenburn-blue-3 */
  color: #5c888b;
}
.org-zenburn-blue-4 {
  /* zenburn-blue-4 */
  color: #4c7073;
}
.org-zenburn-green {
  /* zenburn-green */
  color: #7f9f7f;
}
.org-zenburn-green-1 {
  /* zenburn-green-1 */
  color: #5f7f5f;
}
.org-zenburn-greenX1 {
  /* zenburn-green+1 */
  color: #8fb28f;
}
.org-zenburn-greenX2 {
  /* zenburn-green+2 */
  color: #9fc59f;
}
.org-zenburn-greenX3 {
  /* zenburn-green+3 */
  color: #afd8af;
}
.org-zenburn-greenX4 {
  /* zenburn-green+4 */
  color: #bfebbf;
}
.org-zenburn-highlight-alerting {
  /* zenburn-highlight-alerting */
  color: #e37170;
  background-color: #332323;
}
.org-zenburn-highlight-damp {
  /* zenburn-highlight-damp */
  color: #88b090;
  background-color: #2e3330;
}
.org-zenburn-highlight-subtle {
  /* zenburn-highlight-subtle */
  background-color: #464646;
}
.org-zenburn-lowlight-1 {
  /* zenburn-lowlight-1 */
  color: #606060;
}
.org-zenburn-lowlight-2 {
  /* zenburn-lowlight-2 */
  color: #708070;
}
.org-zenburn-orange {
  /* zenburn-orange */
  color: #dfaf8f;
}
.org-zenburn-primary-1 {
  /* zenburn-primary-1 */
  color: #f0dfaf;
  font-weight: bold;
}
.org-zenburn-primary-2 {
  /* zenburn-primary-2 */
  color: #dfaf8f;
  font-weight: bold;
}
.org-zenburn-primary-3 {
  /* zenburn-primary-3 */
  color: #dfdfbf;
  font-weight: bold;
}
.org-zenburn-primary-4 {
  /* zenburn-primary-4 */
  color: #dca3a3;
  font-weight: bold;
}
.org-zenburn-primary-5 {
  /* zenburn-primary-5 */
  color: #94bff3;
  font-weight: bold;
}
.org-zenburn-red {
  /* zenburn-red */
  color: #cc9393;
}
.org-zenburn-term-black {
  /* zenburn-term-black */
  color: #000000;
}
.org-zenburn-term-dark-blue {
  /* zenburn-term-dark-blue */
  color: #506070;
}
.org-zenburn-term-dark-cyan {
  /* zenburn-term-dark-cyan */
  color: #8cd0d3;
}
.org-zenburn-term-dark-gray {
  /* zenburn-term-dark-gray */
  color: #709080;
}
.org-zenburn-term-dark-green {
  /* zenburn-term-dark-green */
  color: #60b48a;
}
.org-zenburn-term-dark-magenta {
  /* zenburn-term-dark-magenta */
  color: #dc8cc3;
}
.org-zenburn-term-dark-red {
  /* zenburn-term-dark-red */
  color: #705050;
}
.org-zenburn-term-dark-yellow {
  /* zenburn-term-dark-yellow */
  color: #dfaf8f;
}
.org-zenburn-term-light-blue {
  /* zenburn-term-light-blue */
  color: #94bff3;
}
.org-zenburn-term-light-cyan {
  /* zenburn-term-light-cyan */
  color: #93e0e3;
}
.org-zenburn-term-light-gray {
  /* zenburn-term-light-gray */
  color: #dcdccc;
}
.org-zenburn-term-light-green {
  /* zenburn-term-light-green */
  color: #c3bf9f;
}
.org-zenburn-term-light-magenta {
  /* zenburn-term-light-magenta */
  color: #ec93d3;
}
.org-zenburn-term-light-red {
  /* zenburn-term-light-red */
  color: #dca3a3;
}
.org-zenburn-term-light-yellow {
  /* zenburn-term-light-yellow */
  color: #f0dfaf;
}
.org-zenburn-term-white {
  /* zenburn-term-white */
  color: #ffffff;
}
.org-zenburn-title {
  /* zenburn-title */
  font-weight: bold;
}
.org-zenburn-yellow {
  /* zenburn-yellow */
  color: #f0dfaf;
}
.org-zmacs-region {
  /* zmacs-region */
  background-color: #555577;
}

a {
  color: inherit;
  background-color: inherit;
  font: inherit;
  text-decoration: inherit;
}
a:hover {
  text-decoration: underline;
}

reply via email to

[Prev in Thread] Current Thread [Next in Thread]