

* {
  margin: 0;
  padding: 0;
}

body {
  font: 1em "Helvetica Neue", Helvetica, Arial, sans-serif;    
  line-height: 1.6;
}

#header {
  margin: 2em auto;    
  width: 600px;  
} 

#wrapper {     
  margin: 0 auto 4em;
  width: 600px;
}

h1 {     
  border-bottom: 2px solid #aaa;
  font: italic normal 2em "Times new Roman", Times, serif; 
  letter-spacing: -0.05em;
}  

h1 a {  
  color: #555;
  text-decoration: none;  
}

h1 a:hover, #header p a:hover {
  color: #000;
  text-decoration: none;
}

#header p {   
  color: #aaa;
  font-size: 0.8em; 
}

#header p a {  
  color: #aaa;
  font-weight: bold;
}

.content {
  border-bottom: 3px solid #222;
  margin-top: 2em;
}

.headline {
  line-height: 1;
}

.headline a {    
  display: block;
  color: #A40802;
  text-decoration: none;
}

.headline a:hover {    
  color: #fff;
  background-color: #222;        
}

.headline h2 {         
  color: #A40802;
  font-size: 3em;
  text-transform: uppercase;
}

.headline abbr { 
  color: #FFF;
  background-color: #222;    
  border: 0;
  float: right; 
  margin: 0.5em;
  margin-right: 0;
  padding: 0.5em 1em;   
}

#past .headline { 
  font-size: 0.6em;
}

#past .headline a {
  color: #aaa;
  padding: 0.5em 0;
}

#past .headline a:hover {
  background-color: #aaa;
  color: #222;
}

#past .headline abbr {
  margin: 2em;
  margin-right: 0;
  background-color: #A40802;
}

p#footer {
  background-color: #eee;
  border-top: 1px solid #aaa;
  bottom: 0;
  color: #aaa;
  font-style: italic;
  font-size: 0.8em;
  padding: 1em 0;
  position: fixed;
  text-align: center;
  width: 100%;
}

p#footer a {
  color: #aaa;
}

p#footer a:hover {
  text-decoration: none;
}

.content p, .content ul, .content ol, .content hr, .content noscript, .content blockquote {
  margin-bottom: 1.5em;
}

.content hr {
  border: 0;
  border-top: 1px dotted #222;    
}

.content ul ul {
  margin-left: 1em;
}

.content p.footnote {
  font-size: 0.8em;
}

.content h3, .content h4 { 
  clear: both; 
  color: #555;   
  font: italic 2em "Times new Roman", Times, serif;
  margin-top: 1.5em;
  margin-bottom: 1em;
}

.content h4 {  
  font-size: 1.5em;   
}

.content blockquote {    
  color: #015406;
  font-size: 0.9em;
  padding: 0 3em;    
}

.content cite {
  font-weight: bold;
}

.content blockquote.small {
  border-top: 3px solid #A40802;   
  color: #000;
  float: right;
  font: italic 18px Georgia, "Times new Roman", serif;
  padding: 0 1em;
  width: 250px;
}

.content blockquote.small p {
  line-height: 1.1;
  margin: 1em 0 0 0;
}

a {   
  color: #093B6A;
}

a:hover {
  text-decoration: none;
}

.content a {
  font-weight: bold;
}

.content ul.footnotes {
  font-size: 0.7em;
  list-style-type: none;
}

.content code {
  color: #000;
  font: 11px Monaco, 'Courier New', 'Terminal', monospace;
}

.content pre {
  color: #F8F8F8; 
  clear: both;
  background-color: #000;
  font: 12px Monaco, 'Courier New', 'Terminal', monospace;
  line-height: 1.5;
  margin-bottom: 1.5em;
  overflow:auto;
  padding:0.8em;
}

pre.sunburst .DiffInserted {
   background-color: #253B22;
   color: #F8F8F8;
}
pre.sunburst .DiffHeader {
   background-color: #0E2231;
   color: #F8F8F8;
   font-style: italic;
}
pre.sunburst .CssPropertyValue {
   color: #F9EE98;
}
pre.sunburst .CCCPreprocessorDirective {
   color: #AFC4DB;
}
pre.sunburst .Constant {
   color: #3387CC;
}
pre.sunburst .DiffChanged {
   background-color: #4A410D;
   color: #F8F8F8;
}
pre.sunburst .Support {
   color: #9B859D;
}
pre.sunburst .MarkupList {
   color: #E1D4B9;
}
pre.sunburst .CssConstructorArgument {
   color: #8F9D6A;
}
pre.sunburst .Storage {
   color: #99CF50;
}
pre.sunburst .line-numbers {
   background-color: #DDF0FF;
   color: #000000;
}
pre.sunburst .CssClass {
   color: #9B703F;
}
pre.sunburst .StringConstant {
   color: #DDF2A4;
}
pre.sunburst .MarkupSeparator {
   background-color: #242424;
   color: #60A633;
}
pre.sunburst .MarkupUnderline {
   text-decoration: underline;
   color: #E18964;
}
pre.sunburst .CssAtRule {
   color: #8693A5;
}
pre.sunburst .MetaTagInline {
   color: #E0C589;
}
pre.sunburst .JEntityNameType {
   text-decoration: underline;
}
pre.sunburst .LogEntryError {
   background-color: #751012;
}
pre.sunburst .MarkupHeading {
   background-color: #632D04;
   color: #FEDCC5;
}
pre.sunburst .CssTagName {
   color: #CDA869;
}
pre.sunburst .SupportConstant {
   color: #CF6A4C;
}
pre.sunburst .MarkupQuote {
   background-color: #ECD091;
   color: #E1D4B9;
   font-style: italic;
}
pre.sunburst .DiffDeleted {
   background-color: #420E09;
   color: #F8F8F8;
}
pre.sunburst .CCCPreprocessorLine {
   color: #8996A8;
}
pre.sunburst .StringRegexpSpecial {
   color: #CF7D34;
}
pre.sunburst .EmbeddedSourceBright {
   background-color: #ABADB4;
}
pre.sunburst .InvalidIllegal {
   background-color: #150B15;
   color: #FD5FF1;
}
pre.sunburst .MarkupRaw {
   background-color: #ABADB4;
   color: #578BB3;
}
pre.sunburst .SupportFunction {
   color: #DAD085;
}
pre.sunburst .CssAdditionalConstants {
   color: #DD7B3B;
}
pre.sunburst .MetaTagAll {
   color: #89BDFF;
}
pre.sunburst .StringRegexp {
   color: #E9C062;
}
pre.sunburst .StringEmbeddedSource {
   color: #DAEFA3;
}
pre.sunburst .EntityInheritedClass {
   color: #9B5C2E;
   font-style: italic;
}
pre.sunburst .MarkupComment {
   color: #F67B37;
   font-style: italic;
}
pre.sunburst .MarkupBold {
   font-weight: bold;
   color: #E9C062;
}
pre.sunburst .CssId {
   color: #8B98AB;
}
pre.sunburst .CssPseudoClass {
   color: #8F9D6A;
}
pre.sunburst .JCast {
   color: #676767;
   font-style: italic;
}
pre.sunburst .StringVariable {
   color: #8A9A95;
}
pre.sunburst .String {
   color: #65B042;
}
pre.sunburst .Keyword {
   color: #E28964;
}
pre.sunburst {
   background-color: #000000;
   color: #F8F8F8;
}
pre.sunburst .LogEntry {
   background-color: #C7C7C7;
}
pre.sunburst .MarkupItalic {
   color: #E9C062;
   font-style: italic;
}
pre.sunburst .CssPropertyName {
   color: #C5AF75;
}
pre.sunburst .Namespaces {
   color: #E18964;
}
pre.sunburst .DoctypeXmlProcessing {
   color: #494949;
}
pre.sunburst .InvalidDeprecated {
   color: #FD5FF1;
   font-style: italic;
}
pre.sunburst .Variable {
   color: #3E87E3;
}
pre.sunburst .Entity {
   color: #89BDFF;
}
pre.sunburst .Comment {
   color: #AEAEAE;
   font-style: italic;
}

.dsq-by, #dsq-options-toggle, ul.dsq-comment-rate {
	display: none !important;
}

.dsq-comment-header, .dsq-comment-body, .dsq-comment-footer {
	margin-left: 0 !important;
}

.dsq-comment-footer a {
	color: #093B6A !important;
	font-style: italic;
}