/* ==== ian powell ==== */

/* ==== foundations ==== */
* {
	margin: 0px;
	padding: 0px;
	border:none;
}
body {
	font-size: 62.5%;
	background-color: #343434;
	font-family: Arial, Helvetica, sans-serif;
}

a:link, a:visited {
	color: #FFFFCC;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6E7C7;
}
a:hover, a:visited:hover {
	color: #E13C1E;
	text-decoration: none;
	border-bottom-style: none;
}
p {
	color: #FFFFFF;
	font-size: 1.2em;
	padding-bottom: 1.5em;
	line-height: 1.5em;
}
h1, h2, h3 {
	color: #FFFFFF;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	margin-bottom: 1em;
	font-weight: normal;
	font-size: 1.2em;
}
h1 {

}
h2 {
	margin-top: 7em;
	margin-bottom: 3em;
}
h3 {
	margin-bottom: 0.75em;
	margin-top: 3em;
}
.hangaleft {float:left;}
.hangaright {float:right;}
.hangacentre {text-align:center;}
.cleanup {clear:both;}

/* ==== structural ==== */

#wrapper {
	width: 775px;
	margin: 30px auto;
	padding: 0px;
}
#masthead {
	margin: 0;
	padding:0;
	background-color: #343434;
	width:775px;	
	display: inline;
}
#masthead h1 {
	position: absolute;
	top: -1000px;
}
#masthead img {
	border:none;
	float: left;	
}
#masthead a .rightButton {
	float: right;
}

/*
#masthead a.rightButton {
	float:right;
}
*/
#content,
#contentNonHome {
	width: 755px;
	background-color: #444444;
	background-image: url(../images/homepage/homebox-tile.gif);
	background-repeat: repeat-x;
	padding:10px 10px 40px;
	float: left;
	display: inline;
	clear: both;
}
#contentNonHome {
	padding:30px 10px 20px;
}
#content ul {
	margin-bottom: 4em;
	margin-top: 1em;
	list-style-type: none;
}
#content ul li {
	font-size: 1.2em;
	margin-bottom: 1em;
	color: #797979;
}
*html #content ul, *+html #content ul {
	margin-bottom: 8em;
}
.customImgPlacementHomepage {
	float: right;
	margin-right: 3em;
	margin-left: 2em;
	margin-top: 2em;
	margin-bottom: 15px;
}
#cvBox ul {
}

#footer {
	clear: both;
	width: 100%;
}
