/*
	CSS files kept in the 'schemes' directory can be used to
	costumize your K2 installation without having to mess
	with the core K2 files. This in turn makes it easier to
	upgrade to new K2 version as well as debug any problems
	that might occur.

	You select schemes from the K2 Options page in the
	'Presentation' section of your WordPress administration.
	
	Author Name	: Callum Macdonald
	Author Site	: http://www.callum-macdonald.com/
	Style Name	: Andrew Chant Freelance Photographer
	Style URI	: http://www.andrew-chant.com/
	Version		: 1.0
	Comments	: This is a custom style by Callum Macdonald for Andrew Chant.
*/

.columns-two #page {
	width: 940px;
	}

#header {
	/* Reduce the height of the header */
	height: 100px;
	background-color: #000000;
	}
	
#header h1 {
	/* Reduce the padding above the main h1 tag */
	padding-top: 10px;
	}
	
.columns-two #primary {
	width: 700px;
	float: left;
	padding-top: 0px;
	margin-top: 0px;
	}
	
div#sidebar-1.secondary {
	width: 160px;
	margin-left: 0px;
	}
div.page-head h2 {
	padding-top: 0px;
	}
.hentry {
	padding-top: 0px;
	}
img[align=left] {
        float: left;
        }

img[align=right] {
	float: right;
	}
