/* CSS Document */

/* HTML tags */

body {
	background-image:url(http://www.scmemory.org/images/backgrounds/main_bg.jpg);
}

p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}

#wrap {
	margin:0 auto;
	width:1024px;
}

img {
	border-color:#333333;
}

/* Front Page/Header & Footer Styling */

#banner {
	background-image:url(http://www.scmemory.org/images/banners/scdl_banner.png);
	float:left;
	background-repeat:no-repeat;
	width:1000px;
	height:186px;
}

.banner_search {
	position:relative;
	float:right;
	margin-right:60px;
	top:15px;
	left:20px;
}

.advanced {
	position:relative;
	float:right;
	top:33px;
	left:137px;
}

.btns {
	width:700px;
	height:100px;
	float:left;
	position:relative;
	top:25%;
	left:326px;
}

#main {
	width:960px;
	position:relative;
	left:10px;
	top:-40px;
}

.search_input {
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	border-style:solid;
	border-color:#666666;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	opacity:0.8;
	border-width:thin;
	height:17px;
	padding:2px;
}

.search_button {
	width:53px;
	height:24px;
	overflow:hidden;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	background:url(../images/buttons/search_button.png);
}

.find_button {
	background-color:#00275E;
	opacity:0.8;
	color:#FFFFFF;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:16px;
	width:50px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

#box_container {
	position:relative;
	width:480px;
	float:left;
	top:-10px;
}

.browse_box1 {
	overflow:hidden;
	float:left;
	width:180px;
	height:180px;
	border-style:solid;
	border-width:thin;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-color:#999;
	margin:10px;
	margin-right:40px;
}

#newest {
	float:right;
	width:475px;
	height:265px;
}

#newest_title {
	width:219px;
	height:32px;
	position:relative;
	top:1px;
	left:6px;
}

#news {
	float:right;
	width:472px;
	height:265px;
	margin-top:45px;

}

#news_title {
	background-image:url(http://www.scmemory.org/images/page_titles/title_news.png);
	width:115px;
	height:35px;
	position:relative;
	top:1px;
	left:6px;

}

.more_news {
	float:right;
	position:relative;
	top:-42px;
	left:-30px;
}

#footer {
	position:relative;
	width:955px;
	height:100px;
	float:left;
}

.newest_img {
	float:left;
	width:100px;
	height:100px;
	margin-top:17px;
	margin-left:15px;
}

/* Blog Entries Styling */

#blogentry {
	width:460px;
	height:210px;
	position:relative;
	overflow:scroll;
	top:-30px;
}

.bubble {
	width:415px;
	border:solid;
	-moz-border-radius:6px;
	border-width:thin;
	border-color:#999;
	padding:3px 10px 3px 10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;

}
    
div.blogedit {
    background-image:url(http://www.scmemory.org/images/backgrounds/newsbg2.jpg);
    background-repeat: repeat-y;
    padding:10px;
    width:725px;
    margin:10px;
    border-color: #6699CC;
    border-width: 1px;
    border-style: solid;
    -moz-border-radius: 1em;
	-webkit-border-radius:1em;
}
 

.feedtitle {
    color:#8a2437;
    font-size:1.2em; 
    margin-left:10px;    

}

.newslink a{
    font-weight:bold;
    font-size:1em;
    text-decoration:underline;
    margin-left: 10px;
}

.scrolltext{
    margin-left: 11.5em;
    color:white;
    font-weight:bold;
}
    
.title {
    color:#333333;
    font-size:13pt;
    font-weight:bold;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.text{
        color:black;
        margin-top:4px;
        margin-bottom:4px;
		font-size:11pt;
		font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing:0.05em;
		font-weight:normal;
}

.timestamp{
    color:#8a2437;
    font-size:10pt;
    margin-left:10px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

.edit {
    text-align:right;
    font-size:10.5pt;
    font-weight:bold;
    margin-right:10px;
}

/*Full Blog Page */

#blogentry_full {
	position:relative;
	overflow:visible;
	float:left;
}

.bubble_full {
	width:890px;
	border:solid;
	-moz-border-radius:6px;
	border-width:thin;
	border-color:#999;
	padding:3px 10px 3px 10px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:justify;
	float:left;
	margin-left:15px;

}

.text_full {
        color:black;
        margin-top:4px;
        margin-bottom:4px;
		font-size:11pt;
		font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
		letter-spacing:0.05em;
		font-weight:normal;
}

.timestamp_full {
    color:#8a2437;
    font-size:10pt;
    margin-left:10px;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

/* Newest Collection Styling */

.new_descrip {
	float:right;
	width:326px;
	height:84px;
	margin-bottom:22px;
	margin-top:12px;
	
}

.institution{
    color:#333333;
    font-size:10pt;
    margin-left:10px;
	font-style:italic;
	font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

/* HOME drop shadow code */

#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .container {
	position: relative;
	left: -1px;
	top: -1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:right;
	height:265px;
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
	}
 
	#shadow-container .container {
		background-image:url(../images/backgrounds/main_bg.jpg);
		border: 1px solid #848284;
		padding: 5px;
	}
	
/* Internal Pages Styling */

.inst_img {
	float:left;
	overflow:hidden;
	margin-top:15px;
}

.inst_descrip {
	width:680px;
	margin-bottom:10px;
	margin-top:10px;
	float:right;
	margin-right:15px;
}

.inst_entry {
	width:830px;
	float:left;
	position:relative;
	left:20px;
}

.inst_hr {
	width:900px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	height:5px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
}

.top_hr {
	width:900px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	height:5px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:20px;
}

.page_title {
	margin:15px;
}

#int_footer {
	position:relative;
	top:-100px;
	width:955px;
	height:100px;
}


/* Link Behavior */

a {
	color:#223c51;
	text-decoration:none;
	}

a:hover {
	color:#000000;
}

/* internal drop shadow code */

#shadow-containerB {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	filter:DropShadow(Color=#EEEE66, OffX=7, OffY=7)
}
 
#shadow-containerB .shadow2B,
#shadow-containerB .shadow3B,
#shadow-containerB .containerB {
	position: relative;
	left: -1px;
	top: -1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
}
 
	#shadow-containerB .shadow1B {
		background: #F1F0F1;
	}
 
	#shadow-containerB .shadow2B {
		background: #DBDADB;
	}
 
	#shadow-containerB .shadow3B {
		background: #B8B6B8;
	}
 
	#shadow-containerB .containerB {
		background-image:url(../images/backgrounds/main_bg.jpg);
		border: 1px solid #848284;
		padding: 5px;
	}

/* Three Dots JQuery */

.text_here {
	margin-top:10px;
}

/*Education Page Navbar & Styling */


#navlist li {
display: inline;
list-style:none;
list-style-type: none;
padding-right: 30px;
font-size:19px;
font-weight:bold;
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navlist li:hover {
text-decoration:underline;
}

#navlist_admin li {
display: inline;
list-style:none;
list-style-type: none;
padding-right: 40px;
font-size:15px;
font-weight:bold;
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

#navlist_admin li:hover {
text-decoration:underline;
}

/* About Page Styling */

.about_nav {
float:left;
width:220px;
margin-right:15px;
margin-left:5px;
}

.about_main {
float:left;
width:710px;
}

.about_title {
float:left;
width:1000px;
margin-bottom:20px;
}

#shadow-containerC {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
}
 
#shadow-containerC .shadow2C,
#shadow-containerC .shadow3C,
#shadow-containerC .containerC {
	position: relative;
	left: -1px;
	top: -1px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	float:left;
}
 
	#shadow-containerC .shadow1C {
		background: #F1F0F1;
	}
 
	#shadow-containerC .shadow2C {
		background: #DBDADB;
	}
 
	#shadow-containerC .shadow3C {
		background: #B8B6B8;
	}
 
	#shadow-containerC .containerC {
		background-image:url(../images/backgrounds/main_bg.jpg);
		border: 1px solid #848284;
		padding: 5px;
	}
	
.about_hr {
	width:700px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	height:5px;
	float:left;
	margin-bottom:5px;
	margin-top:5px;
	margin-left:5px;
}

#nav_container {
position:relative;
left:-20px;
}

#about_navlist li {
list-style:none;
font-size:18px;
font-weight:bold;
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
padding-bottom:5px;
}

.contact_container {
position:relative;
left:20px;
}

.menu_title {
position:relative;
left:35px;
margin-top:10px;
}

.menu_hr {
	width:200px;
	background-image:url(../images/line.gif);
	background-repeat:repeat-x;
	height:5px;
	float:left;
	position:relative;
	left:17px;
	margin-left:5px;
}

/* All Collections Page Total Collections Style */

.total {
position:relative;
left:20px;
}

/* Browse & Media Type Dropdown Bar Style */

.bar {
position:relative;
left:20px;
}

.page_titles {
position:relative;
left:20px;
}

/* Browse People List Box */

div#alpha_links {
     background-color: #ffffff;
     padding: 5px;
     width: 94.5%;
     text-align: center;
     margin: 0 auto 10px auto;
     border: 1px solid #e5e5e5;
	 border-style:solid;
	 border-color:#666666;
     -moz-border-radius: 4px;
     -webkit-border-radius: 4px;
	 font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

div#alpha_links a {
     padding: 2px 10px 2px 10px;
}

div#alpha_links .alpha_active {
     border: 1px solid #333333;
	 -moz-border-radius:2px;
	 -webkit-border-radius:2px;
     background-color: #e5e5e5;
     
}

#box {
float:left;
width:30%;
height:370px;;
overflow:scroll;
border-style:solid;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border-width:thin;
border-color:#999999;
margin-left:20px;
padding:20px;
}

.find_box {
	border-style:solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-width:thin;
	border-color:#999999;
	padding:10px;
	width:32%;
}

.auto_titles {
font-size:30px;
font-weight:bold;
color:#0A0040;
font-family: Frutiger, "Frutiger Linotype", Univers, Calibri, "Gill Sans", "Gill Sans MT", "Myriad Pro", Myriad, "DejaVu Sans Condensed", "Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.width {
margin-left:15px;
margin-right:15px;
}



