/*
	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 Drummond
	Style URI	: http://www.andrew-drummond.com/
	Version		: 1.0
	Comments	: This is a style theme by Callum Macdonald for Andrew Drummond.
*/

#page {
	/* The entire design is contained within the 'page' id */
	}
	
#header {
	/* Contains the H1 and menu */
	height: 160px;
	background-color: #1C2969;
	background-image: url('header-papers.gif');
	}
	
div#header p.description {
	font-size: 12px;
	}
	
#header h1 {
	padding-top: 45px;
	}
	
div#my-work ul#my-work-menu ul {
	margin-left: 10px;
	}
	
div#my-work ul#my-work-menu ul li:before {
	content: "\00BB \0020";
	}

img[align=left] {
	float: left;
	}

img[align=right] {
        float: right;
        }

