/*	@@@ Nuke and set defaults */
* {
	margin: 0;
	padding: 0;
}

body {
	background-color: #444;
	color: black;
	font: normal 12px/1.5em calibri, "frutiger ce 45 light", "frutiger linotype", "helvetica neue", helvetica, tahoma, sans-serif;
}

div#allContent {
	background-color: white;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-bottom: 20px solid #ddd;
	margin: 0 auto;
	padding-bottom: 3.75em;
	width: 70%;
}


/*	@@@ Header styles */
	div#contactInfo {
		border-bottom: 1px solid #ccc;
		font: bold 1em/1em "helvetica neue", helvetica, tahoma, sans-serif;
		padding: 2em 0 0 5px;
	}
	
	/* Name */
	h1 {
		float: left;
		font-size: 6em;
		line-height: 1.25em;
		letter-spacing: -3px;
		margin-top: -0.2em;
	}
	
	/* Contact details */
	h2 {
		clear: right;
		float: right;
		font-size: 1em;
		line-height: .667em;
		margin: 4px 3em 4px 5px;
		width: 205px;
	}
	
		h2 a { color: black; }
		h2 a:active { text-decoration: none; }


/*	@@@ Paragraph titles */
	h3 {
		letter-spacing: -1px;
		margin: 1em 10px .5em;
		font: normal 2em/1em calibri, "frutiger ce 55 roman", "frutiger linotype", "helvetica neue", helvetica, tahoma, sans-serif;
	}
	
		h3 a {
			border-bottom: 2px solid #e5e5e5;
			color: black;
			padding: 2px;
			text-decoration: none;
		}
		
			h3 a:hover {
				background-color: #eaeaea;
				border-bottom-color: #d4d4d4;
			}
			h3 a:active {
				background-color: #666;
				border-bottom-color: #3a3a3a;
				color: #f5f5f5;
			}


/*	@@@ Portfolio items */
	p {
		background-color: #f4f4f4;
		border-left: 2px solid #e5e5e5;
		margin: 0 20px;
		padding: 1em 10px;
		font-size: 1.15em;
		line-height: 1.5em;
	}
	
		/* Links inside of text */
		p a {
			background-color: #d8d8d8;
			color: black;
			text-decoration: none;
		}
		
			p a:hover { text-decoration: underline; }
			p a:active {
				background-color: #555;
				color: #f5f5f5;
			}

		/* Information below text */
		p span {
			clear: both;
			display: block;
			font-size: 1.1em;
			margin-top: 0.92em;
		}
		
			p span a {
				background-color: transparent;
				font-weight: bold;
			}

		/* Images of portfolio item */
		img {
			background-color: white;
			clear: right;
			float: right;
			margin: 0 0 10px 10px;
			padding: 5px;
		}
		
			a img,
			a:visited img {
				border: 1px solid #ccc;
			}
			
				a:hover img { border-width: 2px; margin: -1px -1px 9px 9px; }
				a:active img { border-color: #888; }


/*  @@@ Tools */
.autoclear:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
