/* Theme-specific */
.black-hat #wrapper {
    width: 1020px;
}

.black-hat #content {
  width: 730px;
  font-size: 14px;
}

.black-hat .entry-title {
  width: 95%;
}

.black-hat .entry-content p {
  line-height: 1.3;
  margin-bottom: 12px;
}

.black-hat .entry-content h2 {
  color: #EEEEEE;
}

.black-hat .entry-content h3,
.black-hat .entry-content h4 {
  margin-top: 3px;
  margin-bottom: 10px;
  color: #CCCCCC;
}

@media (max-width: 1020px) {
  .black-hat #wrapper {
    width: 770px;
  }
  .black-hat #sidebar {
    display: none;
  }
}

.black-hat #sidebar ul li.widget_recent_entries ul li a {
  line-height: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.black-hat #sidebar ul li.widget_recent_entries ul li:first-child a {
  margin-top: 5px;
}
.black-hat #sidebar ul li.widget_recent_entries ul li:last-child a {
  margin-bottom: 5px;
}

.black-hat #access,
.black-hat #allowed {
    display:  none;
}

.black-hat #blog-title {
    padding: 35px 0 3px 20px;
    margin: 0px;
}

.black-hat #header {
    height: 130px;
    text-align: center;
    background-image: url("http://www.blueraja.com/blog/wp-content/themes/black-hat/images/blog-header.jpg");
    border-top: none;
    background-size: 100% 100%;
}

.black-hat #blog-description {
    /* margin-left: 0px; Used to like this moved over, changed my mind */
}

.black-hat .entry-title {
    font-size: 175%;
}

.black-hat .comments p {
    margin-bottom: 10px;
}

.black-hat .cat-links {
  display: none;
}

.black-hat .entry-meta {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Crayon stuff */
.crayon-syntax.crayon-syntax-inline {
    border: none !important;
    padding: 0px !important;
}

code {
    background-color: #24272D;
    border: 0 solid #545454;
    display: inline;
    font-family: "Courier New",Courier,monospace;
    margin: 0 3px;
    padding: 0;
    width: 90%;
    color: #BBCCCC;
}


/* All themes */
.similar-posts-title {
    margin: 10px 0 5px 0
}

.imageSubtitle {
    font-family: 'Times New Roman',Times,serif;
    font-style: italic;
    font-size: 1.1em;
}

.equation {
    font-family: 'Courier New',Courier,monospace;
    color: #77AAFF;
}

.heading {
    font-weight: bold;
    font-size: 120%;
    text-decoration:underline;
}

.footnote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background-color: #E0E0E0;	
}

.tabs {
	font-family: monospace, "Courier New"
}

.howtoTitle {
	font-weight: bold;
	font-size: 120%;
}

.howtoParameter {
	font-style: italic;
}

.howtoImportant {
	font-weight: bold;
	font-size: 1.2em;
}