@charset "utf-8";
body {
	background: #666666;
	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; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #999;
	background-color: #FFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}

/* this got rid of all linked image borders, but also overrides hover behavior in FF3 */ 
a img {
	color: #FFF;
}

.fathomTypical #container {
	width: 1000px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #46606F;
	min-width: 800px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.fathomTypical #header {
	background-image: url(resume/images/john_rix_1000x128_rev1.jpg);
	background-position: center;
	color: #8fbc8f;
	height: 128px;
	background-color: #33A286;
}

.fathomTypical #header a:link {
	/*rule to override the default link behaviour with a particular color and no decoration  */
	color: #999;
	text-decoration: none;
}

.fathomTypical #header a:visited {
	/*rule to override the default visited link behaviour with a particular color and no decoration  */
	color: #8BA7C2;
	text-decoration: none;
}	

.fathomTypical #header a:hover {
	/*rule to override the default hover link behaviour with a particular color and no decoration  */
	color:#FFF;
	text-decoration: none;
}	
	
.fathomTypical #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; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
	text-align: center;
	color: #999;
	font-size: 14px;
	padding-top: 105px;
	font-weight: normal;
	letter-spacing: 1px;
}

.fathomTypical #fathomLogo {
	padding-right: 350px; /* padding to bump the logo to the right position over the menu */
}

.fathomTypical #mainContent {
	padding: 0 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
	font-size: 70%;
	text-align: center;
	padding-bottom: 75px;
}

.fathomTypical #mainContent p {
	/* rule for body copy in main part of pages*/
	font-family: Verdana, Geneva, sans-serif;
	/*font-size: 80%; */
	font-style: normal;
	font-weight: normal;
	color: #7D8893;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}

.fathomTypical #mainContent a:link {
	/*rule to override the default link behaviour with a particular color  */
	color: #7D8893;
	text-decoration: underline;
}

.fathomTypical #mainContent a:visited {
	/*rule to override the default visited link behaviour with a particular color  */
	color: #CCC;
	text-decoration: underline;
}	

.fathomTypical #mainContent a:hover {
	/*rule to override the default hover link behaviour with a particular color  */
	color:#69F;
	text-decoration: underline;
}

.fathomTypical #mainContent UL {
	/*rule to override the default bullet point link behaviour */
	list-style-type: none;
	text-align: center;
}

.fathomTypical #mainContent td {
	/*rule to override the default bullet point link behaviour */
	font-size: 90%;
}

.fathomTypical #imageStyle {
	/* rule for images in main part of pages; keep the same as #maincContent except with different link style*/
	padding: 0 20px; /* padding is space inside the div box; margin is space outside the div box */
	background: #FFFFFF;
	font-size: 70%;
	text-align: center;
	padding-bottom: 15px;
}

.fathomTypical #imageStyle a:link { 
	/*rule to override the default link behaviour with a particular color  */
	color: #FFFFFF;
	/* text-decoration: none; */
	border-style: hidden;
}

.fathomTypical #imageStyle a:visited {
	/*rule to override the default visited link behaviour with a particular color  */
	color: #FFFFFF;
	/* text-decoration: none; */
	border-style: hidden;
}	

.fathomTypical #imageStyle a:hover {
	/*rule to override the default hover link behaviour with a particular color  */
	color:#69F;
	/* text-decoration: underline; */
	border: medium; 
}

.fathomTypical #imageStyle a:img { 
	/*rule to override the default link behaviour with a particular color  */
	color: #FFFFFF;
	border: none;
}

.fathomTypical #flashcontent {
	/* height to force flash gallery to show main image properly*/
	height:720px;
}

.fathomTypical #footer {
	font: 65% Verdana, Arial, Helvetica, sans-serif;
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background-color: #666;
	background-image: url(resume/images/bottom_tear.jpg);
	background-repeat: repeat-x;
}

.fathomTypical #footer a:link {
	/*rule to override the default link behaviour with a particular color and no decoration  */
	color: #879FB8;
	text-decoration: none;
}
	
.fathomTypical #footer a:hover {
	/*rule to override the default hover link behaviour with a particular color and no decoration  */
	color:#FFF;
	text-decoration: none;
}		
	 
.fathomTypical #footer p {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align: center; /* this overrides the text-align: center on the body element. */
	color: #9F9F9F;
	padding-top: 12px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
