/*** global reset ***/

* {
	margin:0px;
	padding:0px;
}
html, body {
	overflow:auto;
}
body {
	padding:25px 0 10px 0;
	background:#151515;
}

/*** shared styles ***/

#wrap {
	margin:0 auto;
	width:900px;
	text-align:left;
}
#head {
	text-align:left;
	margin-bottom:10px;
	padding:0 160px 0 170px;
}
#logo {
	margin-bottom:16px;
}
#container #content {
	float:right;
	margin-right:160px;
	padding:10px 0 0 0;
	width:570px;
}
#container #left_bar {
	float:left;
	width:150px;
	text-align:right;
}
#container #left_bar .left_bar_inside {
	overflow:auto;
	padding:10px 20px 0 0;
	border-right:1px solid #555;
}
.block,
.errorExplanation {
	overflow:auto;
	padding:8px 10px 0 10px;
	margin-bottom:10px;
	background:#191919;
	border-top:1px solid #555;
	border-bottom:1px solid #555;
}
.spacer {
	clear:both;
	height:10px;
	line-height:10px;
}

/*** contact page ***/

#new_message #left,
#new_message #right {
	width:275px;
}
#new_message #left input,
#new_message #right input {
	width:269px;
}
#new_message #left {
	float:left;
}
#new_message #right {
	float:right;
}
#new_message textarea {
	height:150px;
	width:564px;
}

/*** code snipets ***/

div.highlight {
	margin-bottom:10px;
}
.gist-highlight {
	padding:10px 0 5px 5px !important;
}
.gist-file {
	border:1px solid #555 !important;
	margin-bottom:10px !important;
}
.gist-meta {
	color:#555 !important;
	font-size:11px !important;
	font-family:"Helvetica Neue",Helvetica,Arial,sans-serif !important;
	background-color:#151515 !important;
}
.gist-meta a {
	color:#fff !important;
}

/*** tags ***/

#tags {
	margin-bottom:10px;
}
#tags a.tag_0 {
	color:#FFF;
	font-size:9px;
}
#tags a.tag_1 {
	color:#FF6600;
	font-size:20px;
}
#tags a.tag_3 {
	color:#FF005A;
	font-size:9px;
}
#tags a.tag_4 {
	color:#FFF;
	font-size:15px;
}
#tags a.tag_5 {
	color:#B60B0C;
	font-size:20px;
}
#tags a.tag_6 {
	color:#FF6600;
	font-size:9px;
}
#tags a.tag_7 {
	font-size:20px;
}

/*** footer ***/

#footer {
	clear:both;
}

/*** wow styles ***/

/* invisible items */

.puff {
	display:none;
}

/* form styles */

textarea {
	overflow:auto;
}
.form_field {
	margin-bottom:10px;
}
.form_field label {
	font-size:11px;
	color:#555;
	display:block;
}
.form_field input,
.form_field textarea {
	margin-top:3px;
	padding:2px;
	border:1px solid #CCC;
}
#comment_form .form_field input,
#comment_form .form_field textarea {
	width:200px;
}
#comment_form .form_field textarea {
	height:100px;
}

/* errors */

#errorExplanation {
	margin-bottom:20px !important;
	padding-bottom:10px;
}
#errorExplanation h2,
#errorExplanation li {
	color:red;
}
#errorExplanation li,
#errorExplanation p {
	font-size:11px;
}
#errorExplanation li {
	list-style:none;
	color:#FF6600;
}

/* flash notices */

#flash h2 {
	text-transform:capitalize;
	color:#B60B0C;
}
