@charset "UTF-8";
/* CSS Document */

body {
	background-image: url(../images/bg.png);
	background-repeat: repeat;
	margin: 0;
	padding: 0;
	font-family: 'Helvetica Neue', Helvetica, Arial, FreeSans, sans-serif;
	font-size: small;
	color: #333;
}

/* link styles */
a {
	color: #6A5F4B;
	/* text-decoration: none; */
}

a:hover {
	color: #AFBD21;
}

.current {
	color: #AFBD21;
}

.highlight_link { 
	font-size: 120%;
	font-variant: small-caps;
	font-weight: 600; 
	margin: 0px 0px 10px 0px;
	text-decoration: none;
}

/* text styles */

p {
	font-size: 100%;
}

/* page backgrounds */

#lead_background { 
	background-image: url(../images/lead_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#contact_background { 
	background-image: url(../images/contact_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#bio_background { 
	background-image: url(../images/bio_background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}


/* structural styles */

#primary_nav {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 160%;
	line-height: 1.2em;
	font-weight: 700;
	font-variant: small-caps;
	text-align: right;
	margin: 5px 0px 0px 0px;
	letter-spacing: 0.05em;
}

#secondary_nav {
	font-size: 110%;
	line-height: 1.1em;
	font-weight: 500; 
	font-variant: small-caps;
	margin: 0px 0px 0px 0px;
}

/* #primary_nav styles */

#primary_nav li {
	list-style-type: none;
}

#primary_nav a {
	text-decoration: none;	
}

/*
#primary_nav a:hover {
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #AFBD21;
}

#primary_nav .current {
	border-right-width: thick;
	border-right-style: solid;
	border-right-color: #AFBD21;
}
*/

/* #secondary_nav styles */

#secondary_nav ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

#secondary_nav ul li {
	float: left;
	margin: 0 0.8em;
}

#secondary_nav a {
	text-decoration: none;	
}

/* #port_preview styles */

.port_preview h4 { /* headings in page columns */
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-weight: 300;
	font-size: 180%;
	color: #AFBD21;
	margin: 10px 0px 0px 0px;
}

.port_datetype { 
	font-size: 95%;
	font-variant: small-caps;
	margin: 0px 0px 10px 0px;
	color: #666;
}

.port_preview a { 
	font-size: 95%;
	font-variant: small-caps;
	margin: 0px 0px 10px 0px;
}

.port_preview p {
	margin: 0 0 10px 0;
}

/* overall text formatting styles */

h2 { 
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 200%;
	font-weight: lighter;
	letter-spacing: 1px;
}

.quote { /* for lead quotation */
	margin-bottom: 100px;
}

.credentials {
	font-size: 100%;
	font-variant: small-caps;
	margin: 12px 0px 0px 0px;
	color: #666;
	letter-spacing: 1px;
}


/*
div.spacer {
		background-color: #8FC73E;
		height: 1em;
}
	
div#navbar {
		background-color: #8FC73E;
		padding: 10px 0;
} 

div#footer {
	background-color: #e5e5e6;
}

div#navbar ul {
	list-style: none;
	display: block;
	margin: 0 10px;
}

div#navbar ul li {
	float: left;
	margin: 0 1.5em;
	font: bold 1em Arial;
}

div.topSection div {
	border: solid 10px #e5e5e6;
	height: 280px;
}

div.topSection div p {
	margin: 10px;
}
*/