/* Style sheet rules for Brian Tung's homepage */

body {		background-image: url(images/background.png);
		background-color: white;
		background-position: bottom right;
		background-repeat: no-repeat;
		background-attachment: fixed;
}

div.top {	position: absolute;
		left: 0px;
		top: 0px;
		width: 100%;
		height: 25px;
		z-index: 4;
}

div.border {	position: absolute;
		left: 10px;
		top: 35px;
		width: 150px;
		background-color: transparent;
		z-index: 2;
}

div.home {	width: 120px;
		background-color: transparent;
		margin-bottom: -3px;
}

div.me {	width: 120px;
		background-color: transparent;
		border-right: thin groove;
		margin-bottom: 10px;
}

div.school {	width: 120px;
		background-color: transparent;
		border-right: thin groove;
		margin-bottom: 10px;
}

div.tech {	width: 120px;
		background-color: transparent;
		border-right: thin groove;
		margin-bottom: 10px;
}

div.stats {	width: 120px;
		background-color: transparent;
		border-right: thin groove;
		margin-bottom: 10px;
}

div.content {	position: absolute;
		left: 150px;
		top: 50px;
		width: 80%;
		padding-top: 15px;
		margin-left: 0px;
		font-family: eras medium itc, sans-serif;
		color: #555555;
		background-color: transparent;
		z-index: 1;
}

div.bentry {	position: static;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		margin-left: 0px;
		margin-top: -20px;
		margin-bottom: 5px;
		border: thin groove;
		background-color: transparent;
}

div.entry {	position: static;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 5px;
		margin-left: 0px;
		margin-bottom: 15px;
		border: thin groove;
		background-color: transparent;
}

div.footer {	position: relative;
		width: 100%;
		text-align: center;
		padding: 5px;
		margin-bottom: 30px;
}

span#host {	font-family: eras medium itc, sans-serif;
		font-size: xx-small;
		color: #555555;
}

h1.title {	font-family: eras medium itc, sans-serif;
		font-weight: normal;
		text-align: center;
		letter-spacing: 1.5em;
		border-bottom: thin groove;
		color: #898989;
}
	
h3.nav {	font-family: eras medium itc, sans-serif;
		font-weight: normal;
		border-bottom: 1px gray dashed;
		text-align: right;
		color: #898989;
}
		
h5.home {	font-family: eras medium itc, sans-serif;
		font-weight: normal;
		text-align: right;
}

h5.nav {	font-family: eras medium itc, sans-serif;
		font-weight: normal;
		text-decoration: none; 
		text-align: right;
		margin-top: -1em;

}

h4.footer {	font-family: eras medium itc, sans-serif;
		font-weight: normal;
		display: inline;
}

p.photo {	clear: right;}

p.header {	margin-top: 0px;
		border-bottom: 1px black dashed;
}

p.footer {	margin-bottom: 0px;
		text-align: right;
}

ol.first {	list-style-type: upper-roman;}
ol.second {	list-style-type: upper-alpha;}	
ol.third {	list-style-type: decimal;}
ol.fourth {	list-style-type: lower-alpha;}

img {		border: none;}

img#about {	float: right;
		padding-left: 2%;
}

img#mcp {	float: right;
		padding-right: 3%;
		padding-left: 3%;
		padding-bottom: 2%;
}

img.photo {	float: right;}

a.nav:link {	color: #555555;
		text-decoration: none;
}
a.nav:visited {	color: #A0A0A0;
		text-decoration: none;
}
a.nav:active {	color: black;
		text-decoration: none;
}
a.nav:hover {	color: black;
		text-decoration: none;
		border-bottom: 1px gray dashed;
		letter-spacing: .05em;
}	

a:link {	color: #555555;
}
a:visited {	color: #A0A0A0;
}
a:active {	color: black;
}
a:hover {	color: black;
		border-bottom: 1px gray dashed;
		letter-spacing: .05em;
}	