/*
	Current version: 1.0
	
	Site: Devcode
	www: devcode.se
	www: en.devcode.se
	Author: Robert Hedman, robert.hedman@atrox.se
*/


@import "common.css";
@import "custom.css";


/* Stuff that are supposed to be accessed through the mceEditor*/

.leftColumn
{
	color:#fff;
	background:#1c1c1c;
	padding:14px 0;
}

.leftColumn *
{
	color:#fff;
}

.leftColumn a
{
	color:#d5272f !important;
}

.rightColumn
{
	color:#1c1c1c;
}

.rightColumn *
{
	color:#1c1c1c;
}

.rightColumn a
{
	color:#d5272f !important;
}