html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  font-variant: normal;
  vertical-align: baseline;
}
* {
  margin: 0;
  padding: 0;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 0.8215em;
  font-family: Arial, Helvetica, sans-serif;
  color: #060606;
  text-align: left;
  background-color: #FFFFFF;
  height: 100%;
}
ol, ul {
  list-style-type: disc;
  list-style-position: inside;
  margin: 0;
  padding: 4px 8px;
}
ol {
  list-style-type: decimal;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
tbody td {
  padding-left: 4px;
}
code {
  font-family: "Courier New", Courier, monospace;
}
strong {
  font-weight: bold;
}
em {
  font-style: italic;
}
p {
  margin: 0.7em 0em 0.7em 0em;
}
pre {
  color: #ffffff;
  background-color: #000000;
  padding: 6px;
  margin: 0.5em 0em 0.5em 0.5em;
  font-family: monospace;
  font-size: 1.2em;
  letter-spacing: 0.1px;
  line-height: 1.1em;
}

/* Form Styles */
fieldset {
  margin: 0;
  border: none;
}
legend {
  padding: 0px 6px;
  color: #990033;
  font-size: 1.2em;
}
label {
  color: #999999;
  font-weight: bold;
}
input {
  padding: 1px;
}
textarea, button, input {
  color: #121212;
}

/* Text Styles and Sizes */
h1 {
  font-size: 1.6em;
}
h2 {
  font: 1.5em Arial, Helvetica, sans-serif;
  letter-spacing: 0.8px;
  color: #CCCCCC;
  font-weight: normal;
}
h2.h2-alt {
  font: 1.3em Arial, Helvetica, sans-serif;
  letter-spacing: 1px;
}
h3 {
  font: 1.2em Arial, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
h3.alt {
  font: 1.1em Verdana, Helvetica, sans-serif;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
h4 {
  font: 0.9em Verdana, Helvetica, sans-serif;
  letter-spacing: 1px;
  font-weight: bold;
}
h5 {
  font-size: 0.8em;
}
.inpod-time {
  font: 1em Arial, sans-serif;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  width: 60px;
  height: 50px;
  word-wrap: break-word;
  background-color: #C46C6C;
  padding-top: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.inpod-time-small {
  font: 0.8em Arial, sans-serif;
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  float: left;
  width: 50px;
  height: 30px;
  word-wrap: break-word;
  background-color: #C46C6C;
  padding-top: 5px;
  margin-right: 8px;
  margin-bottom: 8px;
}
.text-readable {
  font-size: 1em;
  line-height: 1.8em;
}
.text-readable-alt {
  font-size: 1.1em;
  line-height: 1.2em;
  letter-spacing: 0px;
}
.text-tiny {
  font-size: 0.6em;
}
.text-small {
  font-size: 0.9em;
}
.text-normal {
  font-size: 1em;
  line-height: normal;
}
.text-large {
  font-size: 1.2em;
}
.text-oversized {
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 2px;
}
.text-hide {
  display: none;
}
.tool-text {
  font-size: 0.9em;
  color: #232323;
  white-space: nowrap; /*need for IE6*/
  letter-spacing: 1px;
}
.tiny-text {
  font-size: 0.8em;
}
.text-white {
  color: #EDEDED;
}
.text-alt {
  color: #121212;  /* Used as an alternative for body text */
}


/* Links */
a, a:link, a:visited {
  color: #993333;
  text-decoration: underline;
}
a:hover, a:active, a:focus {
  color: #CC3333;
}

.tool-link, .tool-link:link, .tool-link:visited {
  font-size: 0.9em;
  text-decoration: none;
  color: #CC3333;
  white-space: nowrap; /*need for IE6*/
}
.tool-link:hover, .tool-link:active, .tool-link:focus {
  color: #CC3333;
}
.credit-link, .credit-link:link, .credit-link:visited {
  font-size: 0.8em;
  text-decoration: underline;
  color: #999999;
  white-space: nowrap; /*need for IE6*/
}
.credit-link:hover, .credit-link:active, .credit-link:focus {
  color: #CCCCCC;
}
.header-link, .header-link:link, .header-link:visited {
  color: #EDEDED;
  text-decoration: none;
}
.header-link:hover, .header-link:active, .header-link:focus {
  color: #999999;
}


/* Special Lists */
li p {
  display: inline;
}
.breadcrumbs {
  white-space: nowrap;
  margin: 0.5em 0;
  padding-left: 0.5em;
}
.breadcrumbs li {
  display: inline;
  margin: 0 2px;
}
.hlist {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.hlist li {
  display: inline;
  margin: 0 8px 0 0;
}



/* Utility */
.sspacer {
  margin: 0.5em 0;
  line-height: 1.2em;
}
.sspacer-alt {
  margin: 1em 0;
  line-height: 1.2em;
}
.spacer {
  margin: 2em 0;
  line-height: 1.2em;
}
.spacer-alt {
  margin: 0.5em 0 2em 0;
  line-height: 1.2em;
}
.clearer {
  clear: both;
}
.clearer:after {
  content: ï¿½'.'ï¿½;
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.centerfy {
  text-align: center;
  margin: 0 auto;
}
.indent {
  margin-left: 2em;
}
.indent-alt {
  padding-left: 0.5em;
}
.indent-alt-reverse {
  padding-right: 0.5em;
}
.indent-alt-again {
  padding-left: 1em;
}
.contentr {
  text-align: right;
}
.contentr-alt {
  text-align: right;
  float: right;
}
.contentl {
  text-align: left;
}
.contentl-alt {
  text-align: left;
  float: left;
}
#user-messages .contentl-alt {
  margin-top: 4px;
}
hr.hr-restraint {
  width: 96%;
}
hr.hr-restraint-alt {
  width: 48%;
}
.acts_as_span {
  display: inline;
}
.button {
  width: 130px;
  text-align: center;
  padding: 6px 12px;
}
.button-alt {
  padding: 3px 6px;
  text-align: center;
}

/* Containers */
#wrapper {
  margin: 0 auto;
  padding: 0;
  font-size: 1em;
  position: relative;
  text-align: center;
  min-width: 968px;
}

#main {
  background: #FFFFFF url(file:///Users/jlong/development/personal/weblog.asceth.com/_site/images/n2.gif) repeat-x top left;
  position: relative;
  margin: 0 auto;
  padding: 0px;
}

/* Header */
#header {
  padding: 0px;
  margin: 0 auto;
  height: 70px;
  border-top: 3px solid #787878;
  border-bottom: 4px solid #6a2828;
  background-color: #464646;
  position: relative;
}
#header-name {
  position: relative;
  height: 70px;
}
#header-name h1 {
  font-size: 2.0em;
  padding: 8px 0 0 0;
  margin: 0;
}
#site-logo {
  float: left;
  margin-top: 1em;
}
#header-feed {
  position: relative;
  text-align: right;
}

/* Top Navigation */
#top-nav {
  float: left;
  width: 700px;
  position: absolute;
  bottom: -3px;
  left: 0px;
}
ul.nav-tabs {
  margin: 0 auto;
  padding: 0px 10px 0 0;
  list-style: none;
}
ul.nav-tabs li {
  float: left;
  margin: 0 10px 0 0;
  height: 23px;
}
ul.nav-tabs li.nav-tab-alt {
  float: right;
  margin: 0 0 0 10px;
  height: 23px;
}
ul.nav-tabs a span {
  padding: 3px 0 2px 15px;
  margin-left: -5px;
  background-color: #767676;
}
ul.nav-tabs a, ul.nav-tabs a:visited {
  background-color: #767676;
  float: left;
  display: block;
  padding: 3px 15px 2px 0px;
  text-decoration: none;
  font-weight: bold;
  color: #eeeeee;
}
ul.nav-tabs li.nav-tab-alt a span {
  padding: 3px 0 2px 15px;
  margin-left: -5px;
  background-color: #6a2828;
}
ul.nav-tabs li.nav-tab-alt a, ul.nav-tabs li.nav-tab-alt a:visited {
  background-color: #6a2828;
  float: right;
  display: block;
  padding: 3px 15px 2px 0px;
  text-decoration: none;
  font-weight: bold;
  color: #eeeeee;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#top-nav a {float:none;}
/* End IE5-Mac hack */

ul.nav-tabs a:hover {
  background-color: #6A2828;
  color: #cccccc;
}
ul.nav-tabs a:hover span {
  background-color: #6A2828;
}

ul.nav-tabs li.nav-tab-alt a:hover {
  text-decoration: underline;
}
ul.nav-tabs li.nav-tab-alt a:hover span {
  text-decoration: underline;
}

/* Define custom navigation active page css styles */
body#home ul.nav-tabs li#home-tab a { background-color: #6A2828; }
body#home ul.nav-tabs li#home-tab a span { background-color: #6A2828; }
body#entries ul.nav-tabs li#entries-tab a { background-color: #6A2828; }
body#entries ul.nav-tabs li#entries-tab a span { background-color: #6A2828; }
body#about ul.nav-tabs li#about-tab a { background-color: #6A2828; }
body#about ul.nav-tabs li#about-tab a span { background-color: #6A2828; }

/* Vessels & Capsules & Pods */
.vessel {
  padding: 0px 3em;
  width: 1005px;
  margin: 0 auto;
  clear: both;
}
.vessel-alt {
  padding: 0;
  margin: 0;
  width: 100%;
  margin: 0 auto;
  clear: both;
}
.capsule-restraint {
  padding: 0;
  width: 1005px;
  margin: 0 auto;
}
.capsule-main {
  min-width: 760px;
  width: 76%;
  float: left;
  text-align: left;
}
.capsule-side {
  min-width: 220px;
  width: 14%;
  float: right;
  text-align: left;
}
.capsule-main-only {
  min-width: 880px;
  margin: 0 auto;
  text-align: left;
}
.capsule-main-only, .capsule-main, .capsule-main-alt, .capsule-main-alt2, .capsule-side, .capsule-side-alt, .capsule-side-alt2 {
  margin-bottom: 2em;
}
#header .capsule-main-only {
  margin-bottom: 0;  /* Fix for stupid firefox */
  margin-top: 5px;
}
.pod {
  padding: 4px 0px;
  clear: both;
}
.pod-wrap {
  padding: 0px;
  clear: both;
}
.pod-image {
  padding: 0px;
  float: left !important;
  margin-right: 0.8em;
  margin-bottom: 1em;
  border: none;
}
.inpod {
  padding: 8px 10px;
  clear: both;
  margin: 0 1px;
}
.inpod-alt {
  padding: 8px 0px;
  clear: both;
}
.inpod-wrap {
  margin: 0 1px;
  padding: 0px;
  clear: both;
}
.inpod-sub-small {
  padding: 4px 10px 8px 10px;
}
.inpod-sub-wrap {
  padding: 2px 0px;
}
.inpod-sub-wrap-alt {
  padding: 2px 4px;
  background-color: #555555;
  border: 1px solid #000000;
}

/* Shell Elements */
.shell-title-row {
  width: 150px;
  padding: 2px 16px;
  position: relative;
  left: 0px;
}

/* Seed Coloring */
.seed-style-yellow {
  background-color: #FFFBC4;
  border: 1px solid #E5E1A9;
}
.seed-style-dark-yellow {
  background-color: #55552C;
}
.seed-style-lavendar {
  background-color: #FDEEF4;
  border-top: 1px solid #EBDDE2;
}
.seed-style-red {
  background-color: #120000;
  border: 2px solid #753333;
  border-width: 0px 2px 2px 2px;
}
.seed-style-red-full {
  background-color: #000000;
  border: 2px solid #753333;
}
.seed-style-red-alt {
  background-color: #120000;
  border: 2px solid #753333;
  border-width: 2px 2px 2px 8px;
}
.seed-style-red-alt-secondary {
  background-color: #120000;
  border: 2px solid #533333;
  border-width: 2px 2px 2px 8px;
}
.seed-style-gray {
  background-color: #EEE;
  border-top: 2px solid #CCC;
}
.seed-style-gray-borderless {
  background-color: #EEE;
}
.seed-style-gray-full {
  background-color: #121212;
  border: 2px solid #121212;
}
.seed-style-black-full {
  background-color: #000000;
  border: 2px solid #000000;
}
.seed-style-dark-gray {
  background-color: #333333;
}
.seed-style-dark-gray-alt {
  background-color: #121212;
  border: 2px solid #120000;
}
.seed-style-dark-gray-borderless {
  background-color: #1A1A1A;
}
.seed-style-rose {
  background-color: #C46C6C;
  border: 2px solid #B64A4A;
}
.seed-style-dark-rose {
  background-color: #433535;
  border: 2px solid #504040;
}
.seed-style-black-rose {
  background-color: #180B0B;
  border: 2px solid #180B0B;
}
.seed-style-rose-text {
  color: #CC9999;
}
.seed-style-red-text {
  color: #993333;
}
.seed-style-dark-rose-text {
  color: #CC6666;
}
.seed-style-red-header {
  padding: 3px 0px 1px 10px;
  background-color: #52000C;
}

/* Table Styles */
.table-style-dark thead {
  background-color: #333333;
}
.table-style-dark th {
  font-weight: bold;
  font-size: 0.8em;
}
.table-style-dark tr.odd {
  background-color: #000000;
}
.table-style-dark tr.even {
  background-color: #120000;
}
.table-style-dark tbody td {
  padding: 6px 4px;
  border-bottom: 1px solid #111111;
}
.table-style-dark tbody .table-col-1, .table-style-dark tbody .table-col-3, .table-style-dark tbody .table-col-4 {
  color: #996666;
  font-weight: bold;
}

.table-style-red, .table-style-black {
  background-color: #000000;
}
.table-style-red tbody td.table-col-post2 {
  background-color: #120000;
}
.table-style-black tbody td.table-col-post2 {
  background-color: #000000;
}
.table-style-red tbody td.table-col-post2, .table-style-black tbody td.table-col-post2 {
  border-left: 1px solid #333333;
}
.table-style-red tfoot tr, .table-style-black tfoot tr {
  background-color: #000000;
  text-align: right;
}

.table-col-1 {
  text-align: center;
  width: 50px;
}
.table-col-2 h4 {
  overflow: hidden;
  text-wrap: none;
}
.table-col-3 {
  text-align: center;
  width: 50px;
}
.table-col-4 {
  text-align: center;
  width: 50px;
}
.table-col-5 {
  width: 175px;
}
.table-col-6 {
  width: 50%;
}
.table-col-7 {
  width: 125px;
}
.table-col-post1 {
  width: 125px;
  padding: 2px 12px;
  vertical-align: top;
}
.table-col-post2 {
  vertical-align: top;
}
.table-col-post3 {
  vertical-align: bottom;
  text-align: right;
}

.table-col-post1, .table-col-post2 {
  color: #EDEDED;
}


/* Pagination Styles */
.pagination {
  padding: 3px;
  margin: 3px;
}
.pagination a, .pagination a:visited {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #515151;
  text-decoration: none;
  color: #CC9999;
  background-color: #333333;
}
.pagination a:hover, .pagination a:active {
  border: 1px solid #996666;
  color: #FF9999;
}
.pagination span.current {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #333333;
  font-weight: bold;
  background-color: #753333;
  color: #CCCCCC;
}
.pagination span.disabled {
  padding: 2px 5px 2px 5px;
  margin: 2px;
  border: 1px solid #333333;
  color: #999999;
  background-color: #333333;
}
/* Pagination Styles */
.small-pagination {
  margin-left: 4px;
}
.small-pagination a {
  padding: 1px 2px;
  font-size: 0.8em;
  text-decoration: none;
  color: #CC9999;
  background-color: #121212;
}
.small-pagination a:hover, .small-pagination a:active {
  color: #FF9999;
}


