.widget a {
	color: #00aeae;
}

/* Temporary change body background to same as main background color */

body.custom-background {
	background-color: #022431;
}

#page.hfeed.site {
  background-color: #022431;
  color: #dddddd;
}

.site-title a {
  color: #ffffff;
}

.site-description {
  color: #ffffff;
}

#primary.content-area {
  text-align: left;
}

.entry-title {
  color: #ffffff;
	text-transform: none;
}

#site-navigation.main-navigation {
  border-top: 3px solid #ff3333;
}

.site-header {
	border-bottom: 3px solid #ff3333;
}

.entry-title a, .entry-title a:before{
	text-decoration: none;
	color: #ffffff;
}

.entry-thumbnail {
	text-align: center;
}


.site-footer {
	font-size: .8125em;
	line-height: 2.09231em;
	clear: both;
	width: 100%;
	margin: 24px 0 0;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #999;
	border-top: 3px solid #ff3333;
}

.comments-area {
	margin: 24px auto 0;
	border-top: 3px solid #ff3333;
}



h1, h2, h3, h4, h5, h6 {
	color: #fff;
	font-family: 'Droid Sans Mono';
	font-style: normal;
	font-weight: 400;
}

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, 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, th {
	font-family: Droid Sans Mono;
}

li {
	font-size: 15px;
}

.site {
	max-width: 1800px;
}

#wpcomm .wc-comment-right .wc-comment-text, #wpcomm .wc-comment-right .wc-comment-text * {
	color: #022431;
}


/* Code customizations 
.entry-content pre code, pre code {
	background-color: black;
}
*/

.entry-content code, code {
	color: #cbcbcb;
	padding: 2px;
	font-size: 13px;
	line-height: 20px;
	background-color: #262626;


}

td.hljs-ln-numbers {
	color: #6a7779;
	border-right: 1px solid darkgrey;
	padding-left: 0px;
	text-align: center;
	background-color: #262626;
}

td {
	border-bottom: none;
	padding: 0px 3px;
}

.hljs-keyword {
	color: #5a8202;
}

.hljs-built_in, .hljs-builtin {
	color: #0075d9;
}

.hljs-string, .hljs-subst, .hljs-number {
	color: #00aeae;
}

.hljs-title {
	color: #268bd2;
}

.hljs-comment {
	color: #6a7779;
}

.hljs-variable {
	color: #cb4b16
}

table.hljs-ln {
	border-width: 1px;
	border-style: solid;
}

code.text {
	
}