/*-----------------------------------------------------------------------------
Trafalgar Media Advertising Colours Style Sheet (http://trafmedia.com)

version:	1.0
date:		21st January 2010
author:		Phil Bowell
email:		me@philbowell.com
website:	http://philbowell.com
-----------------------------------------------------------------------------*/

body {
	background: rgb(28, 28, 28);
	color: rgb(156, 156, 156);
	text-shadow: 0 0 0.2em rgb(0, 0, 0);
	}

h1 {
	color: rgb(241, 135, 181);
	}
	
h1 span {
	color: rgb(232, 0, 123);
	}

h2 {
	color: rgb(241, 135, 181);
}

h2 a {
	color: rgb(156, 156, 156);
}

a:hover {
	color: rgb(241, 135, 181);
}

a {
	color: rgb(232, 0, 123);
}

/* Navigation */

.navigation a:visited {
	color: rgb(215, 215, 215);
}

.navigation a:active {
	background: rgb(0, 0, 0);
}

/* Portfolio */

.item a {
	color: rgb(232, 0, 123);
}

.item a:hover {
	color: rgb(241, 135, 181);
}

.more a {
	color: rgb(232, 0, 123);
}

.more a:hover {
	color: rgb(241, 135, 181);
}

.top a {
	color: rgb(232, 0, 123);
}