h4 a:link {
	text-decoration: none;
	color: #980000;
}
h4 a:visited {
	text-decoration: none;
	color: #980000;
}
h4 a:hover {
	text-decoration: none;
	color: orange;
}
a:active {
	text-decoration: none;
	color: #980000;
}

/* Full Size Image = 535 px with drop shadow */

@charset "UTF-8";

/* ----- Original CSS ----- */

body  {
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	color: #333;
}
.thrColFixHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;
	text-align: left;
} 
.thrColFixHdr #header {
	text-align: left;
	padding: 0 10px 20px 20px;
} 
.thrColFixHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0;
}

.thrColFixHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 164px;
	padding: 0 10px 15px 20px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.thrColFixHdr #sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 164px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 20px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}
.thrColFixHdr #mainContent { 
	margin: 0 204px;
	border-right: 1px dotted maroon;
	border-left: 1px dotted maroon;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* ------Main Body Text Colour, size etc. ----- */

.thrColFixHdr #portfolioMainContent { 
	margin: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	height: auto;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
} 
.thrColFixHdr #footer {
	text-align: center;
	clear: left;
	padding: 40px 10px 40px 20px;
} 
.thrColFixHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* ===== Additions Below Here ===== */

/* ----- Typefaces ----- */

h1 {
	letter-spacing: 5px;
	font: 38px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #980000;
	margin:0; padding:0;
}

h2 {
	font: 24px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 3px;
	color: #00398b;
	margin:0; padding:0;
}

h3 {
	letter-spacing: 0.1em;
	font: 20px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin:0; padding:0;
	color: #00398b;
}

h4 {
	letter-spacing: 0.1em;
	font: 14px "Gill Sans";
	color: #980000;
	margin:0; padding:0;
}

.resumeh4 {
	letter-spacing: 0.1em;
	font: 14px "Gill Sans";
	margin:0; padding: 0 15px 0 0;
	color: black;
}

.resumeDetail {
	color: black;
	font-size: 12px;
	padding-left: 53px;
}

.singleImageh4 {
	color: #980000;
}

.thrColFixHdr #mainContent h2 { 
	
	font: 24px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 3px;
	color: black;
	margin:0; padding:0;
}

.thrColFixHdr #mainContent h3 {
	letter-spacing: 0.1em;
	font: 20px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	margin:0; padding:0;
	color: black;
}

.thrColFixHdr #portfolioMainContent h2 { 
	font: 24px "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 3px;
	color: #00398b;
}

h5 {
	letter-spacing: 0.1em;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #333;
	margin:0; padding:0;
}

h6 {
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	letter-spacing: 0.1em;
	margin:0; padding:0;
}

.tagline {
	font: 10px "Lucida Grande", Lucida, Verdana, sans-serif;
	letter-spacing: 0.1em;
	margin:0; padding:0;
	position: relative;
	top: -8px;
	left: -8px;
	color: #666;
}

/* ----- Links ----- */

a:link {
	text-decoration: none;
	color: #980000;
}
a:visited {
	text-decoration: none;
	color: #980000;
}
a:hover {
	text-decoration: none;
	color: #00398b;
}
a:active {
	text-decoration: none;
	color: #980000;
}

/* ----- Navigation Bar ----- */

.navbar {
	word-spacing: 20px;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

.navbar a:link {
	color: #666;
}

.navbar a:visited {
	color: #666;
}

.navbar a:hover {
	border-bottom: 3px solid #e1e1e1;
	color: #980000;
}

.navbar a:active {
	text-decoration: none;
	color: #980000;
}

ul li {
	float: left;
	padding-left: 102px;
	padding-right: 102px;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
	letter-spacing: 3px;
	font-family: "Gill Sans", "Lucida Grande", Lucida, Verdana, sans-serif;
}

.socialmediaicon {
	top: 12px;
	position: relative;
	background-image: url(/images/misc/facebook-32x32.png);
}
