/* Overrides */
#content {
	display: table;
	table-layout: fixed;
	empty-cells: show;
	width: 100%;
	background-color: #FFFFFF;
}

#content .syntaxhighlighter{
	padding: 2px;
	margin: 10px 20px;
}

#content .syntaxhighlighter *:not(.toolbar){
	font-size: 0.96em !important;
}

/* *** Layout *** */
#header p.author {
	font-size: 0.8em;
}

#header .license {
	color: white;
	font-size: 0.8em;
	text-indent: 5px;	
	margin: 0;	
}

#header .date {
	position: absolute;
	bottom: 10px;
	right: 10px;
	color: #FFFFFF;
}

#content #leftColumn, #content #rightColumn{
	position: relative;
	padding: 0 20px;
	display: table-cell;
	vertical-align: top;
}

#content #leftColumn{
	width: 500px;
	background-color: #C9DE55;
}

#content #leftColumn h2 {
	/*color: #FFFFFF;
	text-shadow: 1px 1px 2px #7D9100;*/
}

#content #rightColumn #actions {
	margin-top: 15px;
}

#content #rightColumn #actions a.button {
	display: inline;	
}

#content .wrapper {
	width: 750px;
	margin: 0 auto;	
}

#content ul li {
	border-left: 5px solid #FFFFFF;
	margin-bottom: 2px;
	padding-left: 5px;
}

/* *** Site-specific *** */
.tools {
	float: right;
}

.tools .button {
	display: block;	
}

.date {
	font-size: 0.8em;
	text-align: right;	
}

.important{
	color: #FF0000;
}

.comment {
	font-size: 0.8em;
	color: #333333;	
}

.strike {
	text-decoration: line-through;	
}