body {
	background:url('img/main_bg.png');
	background-position:center 0;
	
	color:#fff;
}

a:link{
	color:#f90;
}
a:visited{
	color:#f90;
}
a:active{
	color:#f90;
}
a:hover{
	color:#fff;
}

h1, h2, h3, h4 {
	color:#f90;
}

div#maincontroller{
	background:url('img/header_bg.png') repeat-x;
	background-position:center 40px;
	
	padding:0;
}


/*	Classes */

div.regular, div.entry{
	background:url('img/regular_bg.png');
}

	div.even{
		background:url('img/regular_bg.png');
	}
	div.odd{
		background:url('img/odd_bg.png');
	}
	div.bypostauthor{
		background:url('img/author_bg.png');
	}

div.featured{
	background:url('img/regular_bg.png');
}

div#sidebar div.thumbbox{
	background:url('img/image_placeholder.png') #272727 no-repeat center center;
	float:left;
}

div#sidebar div.thumbnail{
	background:url('img/image_placeholder.png') #272727 no-repeat center center;
	float:left;
}
