/* Clean and tidy version (may also be secret maximalist style sheet) */

a {
	color: black;
}

a:visited:hover {
	color: grey;
	text-decoration: underline;
}  

a:hover {
	color: blue;
	text-decoration: underline;
}

body {
	margin: 56px 0px 0px 0px; /*top, right, bottom, left */
	padding: 0; 
	background: #FFF;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

h1 { font-size: 1.5em; }

h2 { 
	font-size: 1.1em;
	line-height: 0.5em;
	margin-top: 40px;
}

h3 {
	font-size: 1em;
	font-weight: normal;
	margin-top: 1.6em;
	line-height: 0.5em;
}

ul li:before {
	content: "\b7 \020";
}

ul {
	list-style: none;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.titleofwork { font-style: italic; }

.work { text-align: center }

/* PARTICULAR PAGES ------------------------ */

#content-cv{
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content-front{
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

/* way to set padding round images, but needs image resizing for anything larger*/
#content-front img{
	margin: 1px 1px 1px 1px;
}

#content-works {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#content-works h2 {
	margin-top: 111px;
}

#content-dabblings {
	max-width: 810px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

/* DABBLINGS.HTML --------------------------- */

#content-dabblings p {
	display: inline-block;
	max-width: 700px;
}

#content-dabblings li {
	max-width: 566px;
}

/* NAVIGATION BAR --------------------------- */

/*#currentpage { font-style: oblique } */

#navigation {
	position: fixed;
	z-index: 10;
	background-color: #F0F0F0;       
	border: 0;
	width: 100%;
	margin: 0;
	top: 0;
	left: 0;
	padding: 6px 11px 11px 0px;
	word-spacing: 33px; /* was 25 */
	text-align: center;
}

#navigation a {
	color: black;
	text-decoration: none;
	font-style: oblique;
}

#navigation a:hover {
	color: black;
	text-decoration: underline;
}

#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 0; /*fixes for navigation and global list conflict*/
}

#navigation li {
	display: inline;
}

#navigation li:first-child {
	font-weight: bold;
	word-spacing: 2px;
}

#navigation li:first-child:before { /*fixes for navigation and global list conflict*/
	content: none;
}