* {
	margin: 0;
	padding: 0;
}

body {
	font: 9pt/13pt "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	color: #555;
	background: #232522;
}

h1,
h2 {
	font-family: "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", serif;
	font-weight: Normal;
	color: #4a4a4a;
}

h1 {
	font-size: 22pt;
	line-height: 28pt;
}

h3 {
	margin-bottom: 4pt;
	font-weight: normal;
	font-size: 12pt;
	line-height: 16pt;
	color: #4a4a4a;
}

a {
	text-decoration: none;
	color: #839600;
}

abbr {
	color: #444;
	border-bottom: 1px dotted #aaa;
}

#wrap {
	min-width: 960px;
	padding: 100px;
	background: #f0f0f0;
	border-bottom: 1px solid #f3f3f3;
}

#inner {
	width: 960px;
	margin: 0 auto;
}

#head {
	margin-bottom: 45px;
	border-bottom: 1px solid #ddd;
}

#logo {
	display: block;
	margin-bottom: 10px;
	overflow: hidden;
	height: 30px;
	text-indent: -300px;
	background: url('img/callumj.png') no-repeat 20px top;
}

#nav {
	list-style: none;
	float: right;
	margin-top: 11px;
}

#nav li {
	display: inline;
	margin-right: 15px;
}

#nav li a {
	padding: 8px 12px 8px 10px;
	color: #666;
}

#nav .current,
#nav li a:hover {
	padding-bottom: 10px;
	border-bottom: 3px solid #e2e2e2;
	color: #555;
}

#info {
	margin-bottom: 50px;
	padding-bottom: 45px;
	font: 24pt/28pt "ff-meta-serif-web-pro-1","ff-meta-serif-web-pro-2", serif;
	color: #3f3f3f;
	border-bottom: 1px solid #ddd;
}

.items-wrap {
	width: 960px;
	overflow: hidden;
}

ul#items {
	list-style: none;
	width: 1008px;
	margin: -35px 0 0 -35px;
	height: 478px;
	overflow: hidden;
	position: relative;
}

	ul#items li {
		float: left;
		width: 265px;
		height: 100px;
		padding: 35px;
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		background: #f0f0f0;
	}
	
	/* All */

		ul#items li .img,
		ul#items li p {
			float: left;
		}

		ul#items li .img {
			height: 100px;
			background: #fff;
		}
		
	/* Image and text */
		
		ul#items li.image-text p {
			width: 150px;
			height: 100px;
		}

		ul#items li.image-text .img {
			width: 100px;
			margin-right: 15px;
			background-position: center center !important;
			background-color: #fff !important;
			background-repeat: no-repeat !important;
		}
		
	/* Image */
		
		ul#items li.image .img {
			width: 265px;
			margin: 0 !important;
		}
		
	/* Text */
		
		ul#items li.text p {
			width: 265px;
		}
		
		ul#items li.text h3 {
			margin-bottom: 3pt;
			font-family: inherit;
			color: #4a4a4a;
		}

#footer {
	margin: 0 auto;
	padding: 100px;
	text-align: center;
	color: #aaa;
	border-top: 1px solid #222;
}

#footer a {
	padding-bottom: 2px;
	border-bottom: 1px dotted #888;
}

#main {
	overflow: hidden;
}

	#main p {
		line-height: 18pt;
		margin-bottom: 9pt;
	}

	#main ul,
	#main ol {
		margin-left: 20px;
		margin-bottom: 9pt;
		line-height: 18pt;
	}
	
	#main ul {
		list-style-image: url('img/list-upper.png');
	}
	
	#main li {
		padding-left: 3px;
	}

/* Easy columns */

.column {
	float: left;
	margin-bottom: 30px !important;
	margin-right: 30px;
}

	.small {
		width: 220px;
	}
	
	.medium {
		width: 450px;
	}

	.big {
		width: 700px;
	}
	
	.huge {
		width: 960px;
		margin: 0 !important;
	}
	
	.end {
		margin-right: 0 !important;
	}
	
img.profile {
	margin-bottom: 20px;
	padding: 20px;
	border: 1px solid #ddd;
}

input[type=text],
textarea {
	font: 9pt/18pt "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	padding: 5px 8px;
	border: 1px solid #ddd;
	background: #fbfbfb;
	color: #666;
}

input[type=text] {
	width: 200px;
}

input[type=submit] {
	padding: 10px 20px;
	border: none;
	border-bottom: 2px solid #ddd;
	background: none;
	font-size: 11pt;
	color: #444;
}

ul.lined {
	margin: 0 !important;
	list-style: none !important;
}

ul.lined li {
	padding: 3px 10px;
	border-bottom: 1px solid #ddd;
}

ul.lined li:last-child {
	border: none !important;
}

li em {
	color: #444;
}