/* @override http://local.dr2/css/screen.css */

/* Framework CSS */
@import url("blueprint/screen.css");

/* -- Classes
------------------------------------------------------- */
.loud {
	font-weight: bold;
}

.loud em {
	font-weight: normal;
	font-size: 1.2em;
}



/* -- Template
------------------------------------------------------- */
body {
	background: #7c9bc6;
	margin-top: 6px;
	margin-bottom: 20px;
}

.container {
	width: 832px;
	
	background: url(../img/container.gif) repeat-y;
}

#layout-helper {
	display: inline;
	float: left;
	width: 832px;
	margin:0 auto;
	background: url(../img/clouds.jpg) no-repeat left top;
}

#branding {
	display: inline; /* IE6 bug fix */
	float: left;
	width: 215px;
	margin-left: 67px;
}

#branding h1 {
	width: 215px;
	height: 289px;
	margin-top: 67px;
	margin-bottom: 0;
	background-image: url(../img/logo.gif);
	text-indent: -50000px;
}

#branding h2 {
	width: 215px;
	height: 40px;
	margin-bottom: 0;
	background-image: url(../img/txt-presented-by.gif);
	text-indent: -50000px;
}

#branding ul {
	margin: 0 0 0 42px;
	list-style: none;
}

#branding a#burts-bees-brand {
	display: block;
	width: 124px;
	height: 128px;
	background-image: url(../img/logo-burts-bees.gif);
	text-indent: -50000px;
}

#branding a#nc-museum-branding {
	display: block;
	width: 124px;
	height: 108px;
	background-image: url(../img/logo-nc-museum.gif);
	text-indent: -50000px;
}

#main {
	display: inline; /* IE6 bug fix */
	float: right;
	width: 494px;
	margin-right: 30px;
}

#main #photo-bar {
	display: inline;
	float: right;
	width: 203px;
}

#main #photo-bar img {
	border: 1px solid #7c9ac6;
	margin: 0 0 16px 16px;
}

#footer {
	display: inline;
	float: left;
	width: 832px;
	height: 106px;
	margin-right: -3px; /* IE6 bug fix */
	font-family:"Helvetica Neue", Arial, Helvetica, sans-serif;
	background: #7c9bc6 url(../img/footer.jpg);
}

#footer #tagline {
	width: 614px;
	height: 61px;
	margin:0 auto;
	text-indent: -50000px;
	background-image: url(../img/tagline.gif);
}

#footer #copyright {
	margin-top: 8px;
	margin-bottom: 0;
	color: #7f8a9a;
	font-size: 90%;
	text-align: center;
}

#footer a:focus, #footer a:hover { text-decoration: none; }
#footer a { color: #7f8a9a; text-decoration:underline; }




/* -- Nav
------------------------------------------------------- */

#navbar {
	display: inline;
	float: left;
	height: 40px;
	width: 494px; /* make Opera happy */
	padding: 0;
	border: 0;
	margin: 107px 0 16px 0 ;
	list-style: none;
	/*overflow: hidden;*/
	background: url(../img/navbar.gif) no-repeat left bottom;
}
  
#navbar li {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
}
  
#navbar a {
	float: left;
	padding: 40px 0 0 0;
	height: 0px !important;
	overflow: hidden;
	height /**/:40px; /* for IE5/Win only */
}
  
#navbar a:hover, #navbar a:active {
	background-position: 0 -40px;
}
  
#navbar a.current {
	background-position: 0 -40px;
}  

/* Nav elements */

#nav-home a {
	width: 70px;
	margin-left: 30px;
	background: url(../img/nav-home.gif) no-repeat left top;
}

#nav-mission a {
	width: 130px;
	background: url(../img/nav-mission.gif) no-repeat left top;
}

#nav-about a {
	width: 169px;
	background: url(../img/nav-about.gif) no-repeat left top;
}

#nav-info a {
	width: 65px;
	margin-right: 30px;
	background: url(../img/nav-info.gif) no-repeat left top;
}



/* -- Typography
------------------------------------------------------- */
body {
	font-family: Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: #7c9ac6;
	font-size: 1.8em;
}

a:focus, a:hover { color: #7c9ac6; text-decoration: none; }
a { color: #7c9ac6; text-decoration: underline; }








