/* @group Build Page */

body {
	font-family: "Lucida Grande", sans-serif;
	color: #5C5C5C;
	background: transparent url(../images/bgPattern.png) no-repeat fixed top left;
	font-size: x-small; /* for IE5/Win */
	voice-family: "\"}\"";
	voice-family: inherit;
	font-size: small; /* for compliant browsers */
}

html>body { /*be nice to Opera */
	font-size: small;
}

h1 {
	font-size: 115%;
}

dl dt {
	font-size: 125%;
	margin-top: 1em;
}

dl dd {
	font-size: 125%;
}

ul li {
	font-size: 125%;
}
	
#content {
	width:  733px;
	background: #fff;
	padding: 0;
}

#header {
	margin-left: 177px;
	padding-top: 25px;
	padding-bottom: 25px;
	background: #fff;
	text-align: center;
}

/* @end */

#nav {
	width: 175px; /* adjust this number to tweak horizontal position */
	background: transparent;
	margin-right: 20px;
}

#content p { /*Sets caption text styling.*/
	text-align: right;
	line-height: 1.25em;
	padding: 25px 0px 60px 0px;
	font-size: 95%;

}

#content dl {
	padding-top: 25px;
	padding-left: 45px;
	font-size: 85%;
	text-align: left;
} 

#content dd {
	margin: 0;
	padding: 0;
	line-height: 1.3em;
	font-size: 105%;

} 

#content ul { /*Sets resume text styling.*/
	font-size: 75%;
	text-align: left;
	line-height: 1.75em;
	list-style: none;
	padding: 45px;
}	

/*
#content lh#skills {
	font-size: 135%;
	text-transform: uppercase;
	font-weight: bold;
}
*/

#content dt {
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 4px;
}
#nav ul, dl {
	list-style: none;
	text-align: right;
	text-decoration: none;
	line-height: 1.4em;
	background: transparent
}

#nav dt {
	text-transform: uppercase;
	font-weight: bold;
}

dl.navlinks {
	padding-top: 25px;
}

#nav ul#navlinks {
	margin-top: 0px;
	line-height: 1.75em;
	background: transparent
}

dl.navlinks a.current, 
ul.navlinks a.current {
	color: orange;
}

ul#contact {
	padding-top: 55px;
}

#contact li{
	text-align: right;
	font-size: 90%;
}

#home ul#contact { /* vertical position for homepage */
	margin-top: 510px;	
}

#obj p{
	text-align: left;
	margin-left: 45px;
	font-size: 90%;

}

/* @group Links */

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

/* @end */

/* @group Clickable Logo */

#logo {
	background: transparent url(../images/bg_logo.png) no-repeat;
	height: 167px;
	width: 167px;
	margin-left: 10px;
}

#logo a {
	display: block;
	height: 167px;
	width: 167px;
}
#logo h1 {
	margin: 0;
	overflow: hidden;
	text-indent: -9999px;
}
#logo a:hover {
	outline-style: none;
}

/* @end */
