@media all {.highlight .hll { background-color: #ffffcc }
.highlight  { background: #f0f0f0; }
.highlight .c { color: #60a0b0; font-style: italic } /* Comment */
.highlight .err { border: 1px solid #FF0000 } /* Error */
.highlight .k { color: #007020; font-weight: bold } /* Keyword */
.highlight .o { color: #666666 } /* Operator */
.highlight .cm { color: #60a0b0; font-style: italic } /* Comment.Multiline */
.highlight .cp { color: #007020 } /* Comment.Preproc */
.highlight .c1 { color: #60a0b0; font-style: italic } /* Comment.Single */
.highlight .cs { color: #60a0b0; background-color: #fff0f0 } /* Comment.Special */
.highlight .gd { color: #A00000 } /* Generic.Deleted */
.highlight .ge { font-style: italic } /* Generic.Emph */
.highlight .gr { color: #FF0000 } /* Generic.Error */
.highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
.highlight .gi { color: #00A000 } /* Generic.Inserted */
.highlight .go { color: #808080 } /* Generic.Output */
.highlight .gp { color: #c65d09; font-weight: bold } /* Generic.Prompt */
.highlight .gs { font-weight: bold } /* Generic.Strong */
.highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
.highlight .gt { color: #0040D0 } /* Generic.Traceback */
.highlight .kc { color: #007020; font-weight: bold } /* Keyword.Constant */
.highlight .kd { color: #007020; font-weight: bold } /* Keyword.Declaration */
.highlight .kn { color: #007020; font-weight: bold } /* Keyword.Namespace */
.highlight .kp { color: #007020 } /* Keyword.Pseudo */
.highlight .kr { color: #007020; font-weight: bold } /* Keyword.Reserved */
.highlight .kt { color: #902000 } /* Keyword.Type */
.highlight .m { color: #40a070 } /* Literal.Number */
.highlight .s { color: #4070a0 } /* Literal.String */
.highlight .na { color: #4070a0 } /* Name.Attribute */
.highlight .nb { color: #007020 } /* Name.Builtin */
.highlight .nc { color: #0e84b5; font-weight: bold } /* Name.Class */
.highlight .no { color: #60add5 } /* Name.Constant */
.highlight .nd { color: #555555; font-weight: bold } /* Name.Decorator */
.highlight .ni { color: #d55537; font-weight: bold } /* Name.Entity */
.highlight .ne { color: #007020 } /* Name.Exception */
.highlight .nf { color: #06287e } /* Name.Function */
.highlight .nl { color: #002070; font-weight: bold } /* Name.Label */
.highlight .nn { color: #0e84b5; font-weight: bold } /* Name.Namespace */
.highlight .nt { color: #062873; font-weight: bold } /* Name.Tag */
.highlight .nv { color: #bb60d5 } /* Name.Variable */
.highlight .ow { color: #007020; font-weight: bold } /* Operator.Word */
.highlight .w { color: #bbbbbb } /* Text.Whitespace */
.highlight .mf { color: #40a070 } /* Literal.Number.Float */
.highlight .mh { color: #40a070 } /* Literal.Number.Hex */
.highlight .mi { color: #40a070 } /* Literal.Number.Integer */
.highlight .mo { color: #40a070 } /* Literal.Number.Oct */
.highlight .sb { color: #4070a0 } /* Literal.String.Backtick */
.highlight .sc { color: #4070a0 } /* Literal.String.Char */
.highlight .sd { color: #4070a0; font-style: italic } /* Literal.String.Doc */
.highlight .s2 { color: #4070a0 } /* Literal.String.Double */
.highlight .se { color: #4070a0; font-weight: bold } /* Literal.String.Escape */
.highlight .sh { color: #4070a0 } /* Literal.String.Heredoc */
.highlight .si { color: #70a0d0; font-style: italic } /* Literal.String.Interpol */
.highlight .sx { color: #c65d09 } /* Literal.String.Other */
.highlight .sr { color: #235388 } /* Literal.String.Regex */
.highlight .s1 { color: #4070a0 } /* Literal.String.Single */
.highlight .ss { color: #517918 } /* Literal.String.Symbol */
.highlight .bp { color: #007020 } /* Name.Builtin.Pseudo */
.highlight .vc { color: #bb60d5 } /* Name.Variable.Class */
.highlight .vg { color: #bb60d5 } /* Name.Variable.Global */
.highlight .vi { color: #bb60d5 } /* Name.Variable.Instance */
.highlight .il { color: #40a070 } /* Literal.Number.Integer.Long */}
@media all {/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* END RESET */

body {
    line-height: 1.4;
    color: #333940;
    background: #f4f4f4;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

/* LAYOUT */
#body-container{ padding-top: 22px; }

.post, .bookmark, .quote { margin-bottom: 1.2em; }

.post .date, .bookmark .date, .quote .date {
  float: left;
  padding: .3em .4em .3em 1.2em;
  background: #76d5ff; /* c14040 */
  margin: 0.3em 0  0 -6.0em;
  width: 3.8em;
}

#comments{
    margin-top: 1.8em;
    border-top: solid 1px #CCC;
    padding-top: .6em;
}

.post .teaser{
    border-bottom: solid 1.0em #333940;
    padding: .1em .1em .8em .1em;
    margin-bottom: .9em;
}

#right-rail p {
    font-size: .8em;
    margin-bottom: 1.8em;
}

.post_list .post, #header, .post_list .quote, .post_list .bookmark {
    padding-bottom: 1.2em;
    border-bottom: 1px solid #ccc;
}
.post_detail .subscribe {
    margin-top: 1.2em;
}

#right-rail ul{ margin-left: 0em;}

.filter-title{
    margin-bottom: 1.2em;
    background-color: #ccc;
    padding: .3em;
}

.post-img {
    margin: 1.2em 0em 1.2em 1.2em;
    padding: .8em .8em 0em 1.6em;
    background-color: #e4e4e4;
    width: 564px;
    border-left: solid 1.0em #dedede;
}

.post-img p {
    margin-left: .2em;
    line-height: 1.4em;
}

.post-img {
  float: left;
  margin: 0.3em 0  0 -6.0em;
}

.video
{
    background-color: #000;
    text-align: center;
}

ul.recent-posts li, .post li
{
    list-style: disc;
    left-margin: 1.2em;
    list-style-position: inside;
    color: #333940;
}

.bookmark p{ margin-top: .8em;}

/* FORMS */
label
{
    display:block;
    font-weight: bold;
}

#form-error
{
    color: #c14040;
}

#form-error li
{
    list-style: disc;
}


/* CODE */
pre
{
  overflow: auto;
  overflow: auto;
  z-index: 0;
  background-color: #fff;
  padding: .6em 0em .6em .6em;
  display: block;
  width: 99%;
  border: 0px solid #ccc;
  margin: 1.0em 0em 1.0em 0em;
}

pre.prettyprint {
  padding: .6em 0em .6em .6em;
    border: none;
}

/* HEADER/NAV */
#header
{
  margin-left: 80px;
  width: 960px;
  margin-bottom: 30px;
    padding-bottom: 1.0em;
}

#logo { float: left; }

.navbar-one {
    margin-top: 10px;
    float: right;
    margin-top: .6em;
}

#search {
    margin-top: 10px;
    margin-top: 1.6em;
    margin-bottom: 1.8em;
    float: right;
}

ul.navbar-one li
{
  float:left;
  list-style: none;
  margin-right: 20px;
}

#nav{ float: right; }

.button{ margin-left: .6em;}

.subscribe li
{
  float:left;
  list-style: square;
  margin-left: 2.6em;
}

/* PAGINATION */
#pagination .older{ float: right; }

#pagination .newew{ float: left; }

/* FOOTER */
#footer{ margin-top: 2.8em; }

#footer p{ margin-left: 1.6em; padding-bottom: 1.8em; }

/* TYPE BASE */
p, ul, ol, pre { font-size: 1em; margin: 0 0 0.6em; }

ul, ol { margin-left: 1.4em; }

ul ul { margin-bottom: 0; }

h1{ font-size: 2.0em; }

h2, h3, h4, h5 { margin: 1em 0 0.2em; font-weight: bold; }

h2 { margin: 0.25em 0 .2em; font-size: 1.8em; letter-spacing: -0.025em; line-height: 1.2em; font-weight: 400; }

h3 { font-size: 1em; margin-bottom: 0.25em; }

h4 { font-size: 0.875em; }

p, li { font-size: .9em; line-height: 1.4em;}

/* TYPE SPECIFIC */
.post .teaser{
    font-size: 1.1em;
    line-height: 1.2em;
}

#right-rail p, #right-rail ul {font-size: .8em;}

.post .date, .bookmark .date, .quote .date  { color: #fff; }

ul.navbar-one li
{
  font-size: .9em;
  text-decoration: none;
  color: #999ca0;
}

pre{ color: #333940; }

#footer p{ font-size: .8em; }

.filter-title{ font-size: 1.4em; }

.list-tease { font-size: .9em; }

.subscribe ul{ font-size: .9em;}

/* LINKS */
a:link, a:visited {
    /* 76d5ff 3c94bc 3e4d5c 66bbe0 */
    color: #3c94bc;
    text-decoration: none;
    font-weight: bold;
}

a:hover { color: #3c94bc; }

h2 a:link, h2 a:visited{ font-weight: 400; color: #333940;}

h2 a:hover { font-weight: 400; color: #3c94bc;}

#nav ul li a
{
  text-decoration: none;
  font-weight: 400;
  font-size: 1.0em;

}

/* STYLE/ACCENTS */
#bleeder {
    background: transparent url('/site_media/mingus/img/bg_trans.png') top left repeat-y;
    width: 10px;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    height: 100%;
}

/* HELPERS */
.hide
{
  display: none;
  margin-left: -1000;
}}
@media all {a:hover {
    border-bottom: 1px solid black;
}

body {
    font-family: "Myriad Pro", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-align: justify;
    background-image: url('/site_media/stereoplex/img/arches.jpg');
    background-repeat: no-repeat;
    background-color: white;
}

blockquote {
	background: #f5f5f5;
	border: 1px solid #aaa;
	border-left: 15px solid #aaa;
	font-size: 110%;
	font-style: italic;
	padding: 30px 0 30px 30px;
	margin: 30px 0 30px 30px;
}

div.content {
    width: 600px;
    float: left;
    padding-left: 50px;
}

form p {
    padding-bottom: 10px;
}

h2, h2 a:link, h2 a:visited {
    color: black;
    font-weight: 600;
}

h2 a:link {
    color: black;
}

h2 a:visited {
    color: #222;
}

h4.search {
    display: none;
}

.date, .help-text {
    font-family: "Georgia", "Times New Roman", serif;
    font-style: italic;
    font-size: 80%;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
}

.date {
    text-align: center;
}

.post_list .date, .post .date {
    float: none;
    margin: 0 0 0 0;
    padding: 3px 5px 3px 5px;
}

.post_list .post {
    border: none;
}

.post .teaser {
    border-bottom: none;
}

.help-text {
    display: block;
}

ul.navbar-one {
    margin: 0;
    padding: 0;
}

h4 {
    margin: 15px 0 0 0;
}

h4.search {
    margin: 0;
}

#footer h4 {
    padding-left: 20px;
}

img {
    display: block;
}

pre {
    background-color: #eee;
    border: 1px solid #ccc;
    font-size: 12px;
    margin: 12px 0 12px 0;
    width: auto;
}

.filter-title {
    background: none;
    padding: 0;
}

.post-img {
    margin: 0;
    padding: 0;
    border-left: 0;
    background-color: white;
    float: none;
    text-align: center;
}

.post-img p {
    display: none;
}

.subscribe {
    clear: both;
}

.subscribe li {
    float: none;
    display: inline;
}

#body-container {
    padding: 0;
}

#bleeder {
    z-index: -1;
}

#header {
    height: 20px;
    border: none;
    background-color: rgba(0,0,0,0.5);
    margin: 0 0 10px 0;
    padding: 10px 10px 10px 20px;
    color: white;    
    width: auto;
}

#header ul {
    margin: 0;
    padding: 0;
}

#header ul a:hover {
    border-bottom: 1px solid white;
    opacity: 1;
}

#header ul li {
    display: inline;
}

#header a {
    color: white;
    opacity: 0.5;
}

a#home {
    opacity: 1;
}

#nav {
    float: none;
}

ul.navbar-one {
    float: none;
}

ul.navbar-one li {
    display: block;
    float: none;
}

#right-rail {
    background: transparent url('/site_media/stereoplex/img/stereoplex-vertical.png') no-repeat; 
    float: left;
    padding-left: 110px;
    margin-left: 20px;
}

#right-rail a:hover{
    border-bottom: 1px solid #3C94BC;
}

#right-rail ul li {
    list-style-type: none;
}

#right-rail p {
    font-size: 11px;
    line-height: 14px;
}

#footer {
    clear: left;
    padding-top: 10px;
}

#footer #archive {
    width: 600px;
    float: left;
    padding-right: 10px;
}

#footer-text {
    float: left;
    margin-left: 145px;
}

#footer li {
    display: inline;
}

#footer li:after {
    content: ", ";
}

#footer li.last:after {
    content: ".";
}

#search-form input {
    font-size: 18px;
}

/* Scrolling menu */
.sc_menu {
  width: 99999999px;
  overflow: hidden;
}

.sc_menu li {
  float: left;
  padding: 0 4px;
}

/* Override some pygments stuff */
div.highlight {
    background: none;
}

div.highlight pre {
    border: none;
    margin: 0;
}

pre.code {
    padding-bottom: 0;
    padding-top: 7px;
}}