@charset "utf-8";
body {
	font-family: 'Fanwood Text', "Times New Roman", Times, serif;
	background-color: #D6D8D3;
	background-attachment: fixed;
	background-image: url("Puzzle/puzzleBackgroundPurple.jpg");
	background-repeat: no-repeat;
	padding:0;
	margin:0;
	font:11pt/1.5 serif;

}
#wrapper
{
	width: 90%;
	margin: 10px auto;
	padding: 1em;
}

#top
{
	background-image: url("Puzzle/puzzle_banner.gif");
	padding: 1em;
	background-color: none;
	opacity: 0.85;
	padding: 1em;
	height: 110px;
	line-height: 2.5em;
	max-width: 841px;

}
#top h1
{
	font-family: 'Fanwood Text', "Times New Roman", Times, serif;
	text-shadow: 4px 4px 4px #aaa;
	padding: 0;
	margin-top: 20px;
	text-align: center;
	opacity: 1.0;
	color: black;
	font-size: 60px;
	font-variant:small-caps;
	letter-spacing: 1px;
}
#top h2
{
	padding: 0;
	margin-top: 40px;
	text-align: right;
	font-size:20px;
}
#leftnav
{
	float: left;
	width: 160px;
	margin: 0;
	padding: 1em;
	background-color: #7d72db;
}
#cssChange {}
#cssChange, #Technical {
	font-family: "Fanwood Text", Times, serif;
	font-size: 10px;	
	}
#cssChange h2, #Technical h2 {

	text-align: left;
	bottom: 0px;
	height: auto;
	font-size 24px;
	margin: 0 0 10px 10px;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	z-index: 5;
	visibility: visible;
}

#cssChange h2 span, #Technical h2 span {	
	font-size: 18px;
	text-shadow: 1px 1px #aaa;
	}

#leftnav_footer h2{
	font-family: 'Fanwood Text', "Times New Roman", Times, serif;
	text-align: right;
	bottom: 0px;
	height: 120px;
	margin: 0 0 10px 0;
	width: 170px;
	background-repeat: no-repeat;
	background-position: left top;
	width: 170px;
	z-index: 5;
	visibility: visible;
}

#leftnav_footer h2 span
{
display: inline;
	height: 0;
	left: -1000px;
	overflow: hidden;
	position: absolute;
	top: -1000px;
	width: 0;
}

#content
{
	margin-left: 190px;

	padding: 1em;
	background-color: #664ced;
	opacity: 0.6;
	max-width: 650px;
}

#content h2 {
	margin-top:4px;
	font-family: 'Fanwood Text', Times, serif;
	text-align: right;
}
/* this will add an indent to each P paragraph*/
#content p {
text-indent: 1.5em;
  margin-bottom: 0 }
#content p + p {
  text-indent: 1.5em;
  margin-top: 0 }

/* jobBlock class for individual job listing styling */
.jobBlock, .section {
	/*background-color: #664ced;*/
	background-color: white;
	opacity: 1.0;
}
.section {
	padding-bottom: 1em;
	padding-right: 1em;	
	}
/* Resume-specific sections styling */
#Summary p, #Experience p, #Education p, #Info p {
	padding: 0 1em 0 1em;
	}
#Summary h2, #Experience h2, #Education h2, #Info h2{
	font-family: 'Fanwood Text', "Times New Roman", Times, serif;
	text-align: right;
	font-variant:small-caps;
	bottom: 0px;
	padding-top: 10px;
	height: 30px;
	width: 500px;
	background-repeat: no-repeat;
	background-position: 0px top;
	visibility: visible;
}
/* each of these can have their own customized banner */
#Summary h2{}
#Experience h2{}
#Education h2{}
#Info h2 {}

#Summary  h2  span, #Experience  h2  span, #Education  h2  span, 
#Info  h2  span, #Header h1 span, #Header h2 span {}
	
#footer
{
	clear: both;
	margin: 0 auto;
	padding: 0.5em;
	background-image: url("Puzzle/puzzle_footer.gif");
	font-family: 'Fanwood Text', "Times New Roman", Times, serif;
	padding: 1em;
	height: 110px;
	line-height: 2.5em;
	max-width: 841px;
	background-repeat: no-repeat;
}
#footer h2 {

	opacity: 0.8;
	bottom: 10px;
	top: 0px;
	width: auto;
	margin: 0 auto;
}
#footer h2 span {
	display: block;
	margin: 40px auto;
	
	background-color:#a6bcf4;
		width: 450px;
		text-align:center;
		border:2px solid #251b53;
	border-radius:25px;
}

/* floats left and right, should we need them! */
img.floatLeft { 
    float: left; 
    margin: 4px; 
}
img.floatRight {
	float: right;
	margin: 400px;
}
