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

body{
/*
  background-image: url(http://humboldtksmuseum.com/themes/museum/images/matte_background.jpg);
*/
  background-color: lightgrey;
  background-image: url(http://humboldtksmuseum.com/themes/museum/images/blotter/rotate.php);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-attachment: fixed;
  text-align: center;
  font-family:Georgia, "Times New Roman", Times, serif;
  margin: 0px;
}

event_header{font-weight: bold; display: inline-block; background-color: #CCCCCC; border: 1px solid black; padding: 2px;}

.left_float{
  float: left;
  margin-left: 5px;
  margin-right: 15px;
}

.right_float{
  float: right;
  margin-left: 15px;
  margin-right: 5px;
}

.inline_header{
  font-variant:small-caps;
  font-weight:bold;
  font-stretch:expanded;
}

.body_text{
  text-align: justify;
  font-variant:normal;
  font-weight: normal;
  font-stretch: normal;
  font-family:Georgia, "Times New Roman", Times, serif;
}

#text_header{
  width: 90%;
  height: 20px;
  color: white;
  margin-top: 5px;
  margin-left: auto;
  margin-right: auto;
}

#main_header{
	height: 100px;
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	margin-top: 15px;
	border: 2px solid #999999;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/main_banner.jpg);
}

#main_container{
	min-height: 5px;
	width: 750px;
	padding: 0;
	margin: 0;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#main_side_container{
	height: 100%;
	width: 200px;
/*	border: 1px solid black;	*/
	padding: 0;
	margin: 0;
	float: left;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/links_background.jpg);
}

#main_sidebar{
	height: auto;
	width: 100%;
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 50px;
	text-align: left;
    font-variant:small-caps;
}

#side_links{
	width: 90%;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/white-80PCT.png);
	padding: 0px;
}

#side_menu{
	height: auto;
	width: 100%;
	border: 1px solid black;
	padding-top: 5px;
	padding-bottom: 50px;
	text-align: left;
    font-variant:small-caps;
}

#side_menu ul {
	margin: 0px;
	padding-left: 2px;
	padding-top: 2px;
	list-style: none;
	/*background-image: url(http://humboldtksmuseum.com/themes/museum/images/white-80PCT.png);*/
}

#side_menu li{

}

#side_menu a{
	float: left;
	display: block;
	padding: 2px;
	margin: 0px;
	margin-bottom: 10px;
	background-color: #CCCCCC;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color:#333333;
	width: 175px;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/sunflower_icon_off.png);
	background-position: right;
	background-repeat: no-repeat;
}

#side_menu li a:hover{
	margin-left: 5px;
	color: black;
	font-size: 17px;
	margin-bottom: 7px;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/sunflower_icon.png);
	background-position: right;
	background-repeat: no-repeat;
}

#side_links_blank{
	width: 125px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 5px;
	/*background-image: url(http://humboldtksmuseum.com/themes/museum/images/horizontal_line.png);*/
	padding: 0px;
}

#side_links a:link, #side_links a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	background-color: lightgray;
	text-decoration: none;
	color: black;
}

#side_links a:hover{
	border: 1px solid #ffffff;
	border-left: 1px solid black;
	border-top: 1px solid black;
	background-color: white;
	font-weight: bold;
	text-decoration: none;
	font-style: italic;
}


#main_side_filler{
	height: 100%;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	margin-top: 5px;
}

#main_news_container{
	height: auto;
	min-height: 500px;
	width: 535px;
	margin-left: 5px;
	float: left;
}

#main_news_header{
	height: auto;
	min-height: 10px;
	padding: 5px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	float: left;
	text-align: center;
	margin-bottom: 5px;
	font-variant:small-caps;
	font-size: 115%;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/main_header_background.jpg);
}

#main_news{
	height: auto;
	min-height: 250px;
	width: 100%;
	background-color: white;
	border: 1px solid black;
	padding: 5px;
	text-align: justify;
	float: left;
}

#main_sub_news{
	height: auto;
	min-height: 50px;
	width: 100%;
	padding: 5px;
	background-color: white;
	border: 1px solid black;
	float: left;
	text-align: right;
    font-variant: small-caps;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-top: 5px;
}

#main_sub_news_filler{
  height: 10px;
  width: 100%;
  padding: 5px;
  border: none;
}

#main_news_footer{
	height: auto;
	min-height: 30px;
	width: 100%;
	text-align: center;
	background-color: white;
	background-image: url(http://humboldtksmuseum.com/themes/museum/images/main_footer_background.jpg);
	border: 1px solid black;
	float: left;
	margin-top: 5px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
}

#main_footer{
  height: 25px;
  width: 100%;
  margin-top: 10px;
/*  margin-bottom: 15px;*/
  text-align: left;
  color: #666666;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-stretch: expanded;
}
#main_footer a:link, #main_footer a:visited{
  color: gray;
}
#main_footer a:hover{
  color: black;
  font-style:italic;
}

#picture_container{
  width: auto;
  height: auto;
  border: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  border: 5px solid blue;
}

#picture_highlight{
  width: auto;
  height: auto;
  float: left;
  border: 2px solid black;
  margin: 0px 5px 0px 5px;
}
#picture_highlight img{
  border: 0;
}

#img_pullout{
  width: 100px;
  height: auto;
  min-height: 55px;
  border: 2px solid black;
  padding: 5px;
  background-color: white;
  text-align: center;
  color: black;
  font-style: italic;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-variant:small-caps;
  font-stretch: expanded;
  font-size: 75%;  
}
#img_pullout img{
  border: 1px solid black;
}

#text_pullout{
  width: 150px;
  height: auto;
  min-height: 75px;
  border: 2px solid black;
  padding: 2px;
  padding-top: 15px;
  background-color: white;
  text-align: center;
  color: black;
  font-weight: bolder;
  font-family: "Courier New", Courier, monospace;
  font-variant:small-caps;
  font-stretch: expanded;
  background-image: url(http://humboldtksmuseum.com/themes/museum/images/quotes_background.jpg);
  background-position:top left;
  background-repeat: no-repeat;
}

#event_container{
  width: 95%;
  height: auto;
  border: 1px dashed black;
  margin-left: auto;
  margin-right: auto;
  padding: 5px;
}
#event_header{
  width: 95%;
  height: auto;
  border: 1px dashed black;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 10px 2px 10px;
  background-color: #DADBEB;
  color: black;
  font-variant: small-caps;
  text-align: center;
  font-weight: bold;
  margin-bottom: 5px;
}