/* Page Layout */

html,body {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 11pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
}

#container {
	margin: 0px auto 0px auto;
	padding: 0px;
	width: 980px;
}

p#footer {
	text-align: center;
	margin-top: 10px;
	font-size: 8pt;
	clear: both;
}

/* Header & Navigation */

div#header {
	background: url('/images/header.png');
	width: 980px;
	height: 159px;
}

div#header img {
	border: 0;
}

div#header a {
	display: inline-block;
	margin-top: 111px;
}

div#header h1 {
	display: none;
}

#navHome {
	margin-left: 13px;
}

#navPortfolio {
	margin-left: 43px;
}

#navEvents {
	margin-left: 57px;
}

#navCV {
	margin-left: 74px;
}

#navContact {
	margin-left: 79px;
}

#navLinks {
	margin-left: 50px;
}

/* Content */

div#content {
	margin: 5px 10px;
}

p {
	margin: 0;
	padding: 0 0 10px 0;
	text-align: justify;
}

/* Portfolio */

img.gallery_thumb {
	margin: 4px;
	cursor: pointer;
	background: white;
}

div#gallery_thumbs {
	text-align: center;
	font-size: 10pt;
}

/* Celtic Roots */

div#celticrootsbg {
	background: url('/images/portfolio/celticroots.jpg') no-repeat;
	width: 955px;
	height: 403px;
	margin: auto;
	margin-bottom: 5px;
}

img.celticrootslarge {
	border: 3px white solid;
}

div.celticrootslarge {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 526px;
	padding-top: 6px;
	height: 393px;
	width: 325px;
}

/* Cityscapes */

div#cityscapesbg {
	background: url('/images/portfolio/cityscapes.jpg') no-repeat;
	width: 955px;
	height: 403px;
	margin: auto;
	margin-bottom: 5px;
}

img.cityscapeslarge {
	border: 3px white solid;
}

div.cityscapeslarge {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 526px;
	padding-top: 6px;
	height: 393px;
	width: 325px;
}


/* Best of British */

div#bestofbritishbg {
	background: url('/images/portfolio/bestofbritish.jpg') no-repeat;
	width: 963px;
	height: 376px;
	margin: auto;
	margin-bottom: 5px;
}

img.bestofbritishlarge {
	border: 3px black solid;
}

div.bestofbritishlarge {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 561px;
	padding-top: 5px;
	height: 361px;
	width: 330px;
}

/* Best of British */

div#kalaidescopebg {
	background: url('/images/portfolio/kalaidescopicarchitecture.jpg') no-repeat;
	width: 962px;
	height: 407px;
	margin: auto;
	margin-bottom: 5px;
}

img.kalaidescopelarge {
	border: 3px white solid;
}

div.kalaidescopelarge {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 561px;
	padding-top: 20px;
	height: 361px;
	width: 330px;
}


/* Youth Culture */

div#youthculturebg {
	background: url('/images/portfolio/youthculture.jpg') no-repeat;
	width: 960px;
	height: 407px;
	margin: auto;
	margin-bottom: 5px;
}

img.youthculturelarge {
	border: 3px #000080 solid;
}

div.youthculturelarge {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-left: 583px;
	padding-top: 4px;
	height: 277px;
	width: 393px;
}


/* Events */

div#events {
	text-align: right;
	float: right;
	width: 470px;
}

div#events p {
	text-align: right;
	margin-top: 20px;
}



/* Contact */

form#contact {
	text-align: right;
	float: right;
	width: 570px;
}

form#contact input {
	width: 560px;
	font-size: 11pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px dashed #555;
	padding: 4px;
}

form#contact textarea {
	width: 560px;
	height: 200px;
	font-size: 11pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px dashed #555;
	padding: 4px;
	overflow: auto;
}

form#contact button {
	font-size: 11pt;
	font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	border: 1px dashed #555;
	padding: 4px;
	background: #fbf9f7;
}

img {
	border: 0;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.topspace {
	margin-top: 20px;
}

.right_float {
	float: right;
	margin-left: 15px;
}

div#hometext {
	float: right;
	width: 450px;
	margin-top: 40px;
}

div#links {
	float: right;
	width: 450px;
	text-align: right;
}

div#links p {
	text-align: right;
}

