/*
* Default style sheet
*/

html,body {
	background: #798a78 url(image/bg2.jpg) repeat-x;
	background: #ccc6b6 url(images/bg.jpg) repeat-x;
}

body {
	margin: 0 auto;
	margin-bottom: 10px;
	margin-top: 15px;
	width: 800px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #5b615f;
	color: gray;
	color: #4c5250;
}

a img {
	border: none;
}

#headerContainer {
	height: 100px;
	width: 800px;
	background: white url(images/header3.jpg) no-repeat;
	border-left: 1px solid #7f7f7f;
	border-right: 1px solid #585454;
	border-top: 1px solid #585454;
	border-left: 1px solid #585454;
}

#headerContent {
	/* this positions the main navigation */
	padding-top: 56px;
	padding-left: 150px;
}


#mainContainer {
	width:800px;
	background: white url(images/footer.jpg) no-repeat bottom left;
	border-left: 1px solid #585454;
	border-right: 1px solid #585454;
	border-bottom: 1px solid #585454;
	margin-top: 0;
}
#mainContent {
	padding-left: 1.5em;
	padding-right: 1.5em;
	padding-bottom: 30px;
}

#mainContent li { margin-bottom: 1em; }

#mainContent a:link, #mainContent a:visited, #mainContent a:hover, #mainContent a:active {
    text-decoration: none;
	color: #886a57;
	color: #422717;
	color: #886753;
}

#mainContent a:hover {
	text-decoration: underline;
}

div.intro {
	float: right; 
	width: 280px;
	margin-right: 28px; 
	margin-top: 2.0em;
}
div.intro span {
	font-style: italic;
}
p.intro {
	font-weight: normal;
}

img#headerImage {
	float: left;
}

#mainContent h1 {
	font-weight: bold;
	margin-bottom: 0.5em;
	font-size: 1.3em;
	color: #5b615f;
}

#mainContent h2 {
	color: #5b615f;
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
	margin-bottom: 1em;
	padding-bottom: 10px;
}
#mainContent p {
	margin-bottom: 1em;
}


/* used to clear floats */
#mainContent hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
	visibility: hidden;
}

/*----------------------------------------------------------------------------*/
/* front page content */

#homePage #mainContent { padding-top: 40px; }

#frontImage1, #frontImage2 {
	display: inline;
	margin-left: 70px;
}

#frontImage1 img {
	/* margin: 0 auto; */
}

#frontImage2 {
}
#frontText {
	clear: both; 
	text-align: center;
	font-style: italic;
}
#frontText p {
	padding-top: 10px;
	margin-top: 40px;
}
/*----------------------------------------------------------------------------*/

#mainNav {
	width: 480px;
	font-weight: bold;
}

#mainNav a:link, #mainNav a:visited, #mainNav a:hover, #mainNav a:active {
 	color: #5b615f;
}
#mainNav a:hover {
	font-style: italic;
}

/* style to bullet current menu item */
#homePage #mainNav li#homeItem,
#bioPage #mainNav li#bioItem, 
#pubPage #mainNav li#bioItem,
#refPage #mainNav li#bioItem,
#portfolioPage li#portfolioItem,
#servicesPage li#servicesItem,
#contactPage li#contactItem {
	background: transparent url(images/bullet.gif) no-repeat;
	background-position: center left;
}

/* Navigation bar styles */

div.navbar {
	background-color: transparent;
}
div.navbar ul {
    margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
    padding: 0px;
    font-weight: normal;
	font-style: normal;
    white-space: nowrap;
	font-size: 13px;
}
div.navbar li {
    list-style-type: none;
    display: inline;
	padding: 7px 11px;
}


/* --------------------------------------------------------------------------*/
/* Menu items for Image rollover
/* --------------------------------------------------------------------------*/
div#mainNav a {
	height: 35px;
	display: -moz-inline-box; /* For FF<3 */ 
	-moz-box-orient: vertical; /* For FF<3 */ 
	display: inline-block; /* IE <8 needs this tripped back to display: inline; to make it work on block*/ 
}
a#menuHome {
	background: url(menu/home.jpg) no-repeat;
}
a#menuHome:hover {
	background: url(menu/home-bold.jpg) no-repeat;
}
a#menuBio {
	background: url(menu/bio.jpg) no-repeat;
}
a#menuBio:hover {
	background: url(menu/bio-bold.jpg) no-repeat;
}
a#menuPortfolio {
	background: url(menu/portfolio.jpg) no-repeat;
}
a#menuPortfolio:hover {
	background: url(menu/portfolio-bold.jpg) no-repeat;
}
a#menuServices {
	background: url(menu/services.jpg) no-repeat;
}
a#menuServices:hover {
	background: url(menu/services-bold.jpg) no-repeat;
}
a#menuContact {
	background: url(menu/contact.jpg) no-repeat;
}
a#menuContact:hover {
	background: url(menu/contact-bold.jpg) no-repeat;
}
#homePage #mainNav a#menuHome {
	background: url(menu/home-bold.jpg) no-repeat;
}
#bioPage #mainNav a#menuBio {
	background: url(menu/bio-bold.jpg) no-repeat;
} 
#portfolioPage a#menuPortfolio {
	background: url(menu/portfolio-bold.jpg) no-repeat;
}
#servicesPage a#menuServices {
	background: url(menu/services-bold.jpg) no-repeat;
}
#contactPage a#menuContact {
	background: url(menu/contact-bold.jpg) no-repeat;
}


div.navbar a:link, div.navbar a:visited, div.navbar a:hover, div.navbar a:active {
	text-decoration: none !important;
}
div.navbar a:hover {
	font-style: italic;
}

/* styles to bullet profile */
body#bioPage #navBio li#bioItem {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}
body#refPage #navRef li#refItem {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}
body#pubPage #navPub li#pubItem {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}


/* styles to bullet portfolio  */
body#portfolioPage #portfolioNav1 li#portfolio1Item {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}
body#portfolioPage #portfolioNav2 li#portfolio2Item {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}
body#portfolioPage #portfolioNav3 li#portfolio3Item {
	background: transparent url(images/bullet2.gif) no-repeat;
	background-position: center left;
}


/*----------------------------------------------------------------------------*/

#footerContainer {
	clear:both;
	height: 40px;
	width: 800px;
	text-align: center;
	font-size: 85%;
	background: transparent;
}
#footerContent {
	padding-top: 10px;
}

#footerContent a:link, #footerContent a:visited, #footerContent a:hover,
	#footerContent span a:active {
	text-decoration: none;
	color: #4c5250;
	color: #886753;
}
#footerContent a:hover {
	text-decoration: underline;
}

/*----------------------------------------------------------------------------*/

div.portfolioView {
	width: 760px;
	height: 330px;
	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}

div#previewSection {
	float: left;
	width: 240px;
}
div#viewSection {
	width: 500px;
	margin: 0 auto;
	margin-bottom: 10px;
	margin-right: 10px;
	float: right;
}

div#portfolioNav a {
	margin-left: 40px;
}
div#portfolioNav a:hover {
	text-decoration: none;
	font-style: italic;
}

div#portfolioPageTitle {
	text-align: center;
}

div#viewSection img {
	display: block;
	margin: 0 auto;
	/* margin-left: 20px; */
}
#previewSection img {
	margin-left: 24px;
	margin-right: 8px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D3D3D3;
	border-right: 1px solid #D3D3D3;
	border-top: 1px solid #808080;
	border-left: 1px solid #5b615f;
}

/*----------------------------------------------------------------------------*/

div#conceptView {
	width: 760px;
	height: 375px;
	/* margin: 0 auto; */
	margin-bottom: 10px;
	margin-right: 10px;
}
div#conceptPreview {
	/* margin: 0 auto; */
	width: 700px;
	height: 100px;
}
#conceptPreview img, #conceptPreview img, #conceptPreview img {
	border: #5b615f solid 1px;
	margin: 1px;
}


div#contactInfo {
	float: right;
	margin-right: 50px;
	margin-top: 90px;
	line-height: 2em;
}

div#contactInfo span {
	font-weight: bold;
}

#contactImage {
	float: left;
	margin-left: 80px;
	margin-top: 40px;
}

/*----------------------------------------------------------------------------*/
/* style used for profile page (bio, references, publications) */

div.profileLeft {
	float: left; 
	width: 180px; 
	margin-left: 10px;
}

div.profileRight {
	float: right; 
	margin-left: 0px; 
	margin-right: 36px;
	width: 480px; 
	/* border: white 1px solid; */
}

p.reference span.quote {
	font-style: italic;
}
p.reference span.source {
	font-weight: bold;
}


#mainContainer {
	height: 500px;
}