/* Main stylesheet for Heritage of Western North Carolina website */
/* by Helen Wykle after Brian Stanley for Ramsey Library Special Collections */


/* --------------------BASIC STYLES-------------------- */
	
/* default font-family, background-color, font-size, etc */
body { 
	font-family: arial, sans-serif;
	background-color: #ECECD7;
	font-size: 14px;
	text-align: center;
	margin:0;
	padding:0;
}


/* --------------------LINKS-------------------- */

/* links on homepage */
#homepage a {color: #333300;
}

/* mouse hover links on homepage */
#homepage a:hover {	
	color: #FFF;
	background-color: #993300;
}

/* links for all pages except homepage */
a	{
	color: #993300;
	text-decoration: none;
	}
	
/* mouse hover links for all pages except homepage */
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FFFFCC;
	}


/* --------------------HEADINGS-------------------- */

/* collection title on XML finding aids */
h1 {
    color:#444931;
    font-size:25px;
    letter-spacing:1px;
    padding:20px;
    text-align:center;
}

/* sidebar headings on XML finding aids ("Context" and "Series") */
h2 {
	font-size: 12px;
	font-weight: normal;
	margin-top: 20px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	text-align: center;
	border-bottom: 1px dotted #CCCCCC; 
	font-variant:small-caps 
	}

/* headings for "Biography" and "History" sections, and series names in main content section, on XML finding aids. 
Series are also affected by the .series style that follows */	
h3	{
	font-size: 14px;
	font-weight: bold;
	}
.series {
	letter-spacing: 3px;
	text-transform: uppercase;
	padding: 15px;
	margin:14px;
	border-top:4px solid #CCC;
	
}

/* subseries names in main content section on XML finding aids are controlled by h4 and .subseries styles */	
h4 {
	font-weight:bold;
	text-align:left;
	font-size:13px;
}
.subseries {
	padding-left: 55px;
	font-size: 14px;
}

/* Dublin Core metadata headings on XML finding aids */	
.metadata_heading {
	font-weight: bold;
}

/* --------------------TABLES-------------------- */

table {
	margin: 10px;
	border-collapse: collapse;
	cellpadding: 5px;
	text-align: left;
	}
	
/* table headings */	
th {
	border-bottom: 2px solid #CCC;
	padding-left: 5px;
	text-align: center;
	font-size: 10px
	}

table a {
	text-decoration: none;
	}

/* table cells */	
td {
	border-bottom: 1px dotted #CCC;
	padding: 15px;
	}

/* the next two styles control the page numbers and links to images and transcripts on XML finding aids */	
table .pagelinks {
	margin:0;
}
.pagelinks td {
	margin:0;
	padding-left:4px;
	padding-right:4px;
	padding-top:0px;
	padding-bottom:0px;
	border:0;
}	


/* --------------------SIDEBAR ON XML FINDING AIDS-------------------- */

	
.navbar {
	position: relative;
	font-size: 13px;
	color: #808080;
	width: 150px;
	min-height: 100%;
	padding:10px;
	background-color: #FFFFFF;
	border: 0;
	}

/* sidebar links */		
.navbar a {
	color:#808080;
	}

/* sidebar links on mouse hover */			
.navbar a:hover {
	color:#FFFFFF;
	background-color:#808080;
	text-decoration: none;
	}
	
.navbar_border {
	position: relative;
	float: left;
	background-color: transparent;
	border:0px; 
	padding-right:2px;
	padding-left: 2px;
	}

/*  ----------BANNER AND FOOTER----------  */

.specialcollectionsbanner {
	text-align: center;
	margin:0px;
	padding:0px;
	border-bottom:1px solid #333300;
	height:150px;
}

.specialcollectionsbanner a:hover {
	background-color: transparent;
}

.footer {
	margin-top: 30px;
	font-size: 10px;
	font-family: Arial, sans-serif;
	border-top: 1px dotted #CCC;
	line-height: 1.2;
	}
.footer a {
		color: #808080;
	}
	


/*  ----------WRAPPERS----------  */

/* the wrapper contains everything except the colored background  */
.wrapper {
	background-color: #FFFFFF;
	text-align:center;
	margin:0 auto;
	padding:0;
	position:relative;
	width:940px;
	border-right:1px solid #333300;
	border-left:1px solid #333300;
}
	    
/* contains everything under the drop-down menus */
.main_content {
	position:static;
	margin:0 auto;
	clear:both;
	background-color: #FFFFFF;
	border-top: 1px solid #333300;
	width: 100%;
	text-align:left;
	}

/* contains everything under the collection title on XML finding aids */
.content_findingaid {
	background-color:#FFFFFF;
	clear:none;
	border-left: 1px solid #CCCCCC;
	margin-left: 180px;
}	

/* content wrapper used in pages attached to dynamic web template */
.content {
	padding: 15px;
}


/* ----------DROP-DOWN MENUS---------- */
/* Be wary of editing drop-down menu styles. Unexpected results may occur. */


#menu_container {
	border-right: 1px solid #333300;
	border-left: 1px solid #333300;
	margin: 0 auto;
	padding:0;
	background-color:#777777;
}

#menu
{	margin: 0 auto;
	padding: 0;
	z-index: 30
}

#menu li
{	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	font: normal 14px arial;
}

#menu li a
{	display: block;
	margin: 0 1px 0 0;
	padding: 4px 10px;
	width:100px;
	background: #FFF;
	color: #777777;
	text-align: center;
	text-decoration: none}

#menu li a:hover
{	background: #993300;
	color: #FFF;
}

#menu div
{	position: absolute;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: #FFF;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	font: normal 12px arial;
	z-index: 500;
	text-align:left;
}

#menu div a {
	position: relative;
   	display: block;
   	margin: 0;
   	padding: 5px 10px;
   	width:195px;	
   	text-align: left;
   	text-decoration: none;
   	background: #FFF;
   	color: #777777;
	border-bottom:1px solid #CCC;
}

#menu div a:hover {
	background: #993300;
	color: #FFF;
}

#menu form {
	display:inline;
}
#menu input {margin-top:2px;}

input { 
	font-size:10px;
}


/*  ----------OTHER STYLES----------  */

img {
	border: none;
	padding: 0;
	margin:0;	
	}
img.float-right { 
    float: right; 
    margin: 20px; 
}
.quicklinks {
	padding:15px;
	margin: 10px;
	background-color:#ECECD7;
	border: 1px solid #666633;
	font-size: 11px;
	text-align:center;
}
.quicklinks select {
	max-width:80%;
}
.letter_anchor {
	font-size: 20px;
	font-family: Georgia, Times, serif;
	color: #808080;
	padding-right: 30px;
	}
.letter_anchor a:hover {
	font-size: 20px;
	font-family: Georgia, Times, serif;
	color: #666600;
	padding-right: 30px;
	background-color:#FFFFFF;
	text-decoration: none;
	}
.letter_links {
	font-size: 15px;
	font-family: Georgia, Times, serif;
	color: #CCCCCC;
	font-weight:bold;
	letter-spacing:22px;
	text-align:center;
	}
html {
	margin:0;
	padding:0;
	}	
.category_list {
	float: left;
	}
.category_list ul {
	list-style-type: none;
	float: left;
	margin-left: 10px;
	}
ul {
	margin:0;
	list-style-image:url(http://toto.lib.unca.edu/stylesheets/bullet.gif);
	list-style-position:outside;
	padding-left:15px;
}
li, ol ul li {
	margin: 0;
}
ol li {
	margin-top: 35px;
}
.small {
	font-size:11px;
}
