
div {
	padding: 0px;
	margin: 0px;
}


div.clear {
	clear: both;
}


p, h1, h2, h3, h4, h5, h6 {
	margin-top: 0px;
	clear: left;
}



a {
	text-decoration: none;
	color: #7F1C18;
}


a:hover {
	text-decoration: underline;
	color: #C31E17;
}




div.mediaThumbnail {
	height: 230px;
	vertical-align: bottom;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}


div.mediaThumbnailContainer {
	float: left;
	text-align:center;
	background-color: #f8f8f8;
	width: 230px;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #b0b0b0;
	padding-bottom: 8px;
	font-size: 10pt;
}



span.ident_rh {
	font-size: 220%;
	padding-left: 10pt;
	letter-spacing: 10pt;
}


span.ident_pf {
	font-size: 150%;
	letter-spacing: 10pt;
}


div#container {
	background-color: #ffffff;
	color: #000000;
	width: 980px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}


div#headerContent {
	padding: 25px 20px 20px 32px;
}


a > div#header {
	color: #000000;
	text-decoration: none;
}










form .readonly {
	background-color: #d8d8d8;
	color: #C31E17;
}


table.media {
	margin-bottom: 20px;
}


table.media td {
	padding-right: 20px;
}

/* Emma Morwood authentic CSS... */

html {
	background-color: #7A0D34;
	background-image: url( '../page-background.jpg' );
}


h1 {
	font-size: 160%;
	color: #A60E32;
}


h2 {
	font-size: 120%;
	color: #D53057;
}


body {
	font-family: 'Trebuchet MS', 'Trebuchet', 'Helvetica', 'Arial', sans-serif;
	font-size: 12pt;
	padding: 30px;
	margin: 0px;
}


div#main {
	padding: 50px 50px 30px 50px;
	border-top: 2px solid #D53057;
	border-bottom: 2px solid #D53057;
	background-image: url(../body-background.jpg);
	background-repeat: repeat;
	background-position: 50% 80px;
}


div#header {
	height: 200px;
	background-image: url(../header-background.jpg);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	cursor: pointer;
	cursor: hand;
}


div#body {
	width: 100%;
}


div#navLinks {
	text-align: center;
	padding: 5px 40px 5px 40px;
	font-size: 115%;
	border-top: 2px solid #D53057;
}


div#footer {
	font-size: 70%;
	text-align: right;
	padding: 10px 40px 10px 40px;
}


img.emInsitePhoto {
	border: 2px solid #D53057;
}


div.emGallery {
	text-align: left;
	padding: 20px 20px 20px 20px;
}


div.emGallery + div.emGallery {
	border-top: 1px dashed #D53057;
}


div.emReview {
	padding: 15px 0px 5px 0px;
}


div.emReview + div.emReview {
	border-top: 1px dashed #D53057;
}


div.emThumbnailContainer {
	padding: 20px;
	background-color: #ffffff;
	float: left;
	margin: 10px;
	border: 1px solid #D53057;
}


div.emThumbnailContainer:hover {
	border: 1px solid #000000;
	background-color: #A60E32;
}


img.emThumbnail {
	width: 100px;
	height: 100px;
	border: 1px solid #D53057;
}


span.projectTitle {
	font-style: italic;
}


span.projectRole {
	font-weight: bold;
}


span.reviewQuote {
	font-weight: bold;
}


dt {
	font-weight: bold;
}

dd {
	margin-bottom: 10px;
	margin-left: 0px;
}

