/***
	this style sheet created for:
		1. "indexes" page (please do not confuse with main index page) 
		2. content results/listings page ("article index")

***/

/* style applied all of indexes-content div */
#indexes-content {
	font-size: 11px;
	color: #666;
	margin-bottom: 85px;
}

#indexes-content img {
	border: 0px;
}

/* breadcrumb on differnt from breadcrumbs on article page */
#indexes-breadcrumb {
	font-size: 9px;
	color: #600;
	width: 468px;
	margin: 0px;
	padding: 6px 15px 0px 1px;
	text-align: left;
}


#indexes-breadcrumb ul {
	display: inline;
	margin: 0px;
	padding: 0px;
}

#indexes-breadcrumb li {
	display: inline;
}

#indexes-breadcrumb a {
	color: #600;
}
/* end breadcrumb */


/* page heading, similar to headings in article template */
#indexes-content h1	{
	margin: 0px;
	padding: 20px 0px 20px 0px;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #C03;
}


/* graphics  */
#graphics {
	margin-top: 10px;
}

#graphics img {
	width: 70px;
	height: 91px;
	margin: 0px 4px 16px 0px;
	float: left;
}

/* end graphics  */


/* 	
	indexes navigation list (indexes page)
	content results listings (article index page)	
*/
#indexes-nav, #content-list {
	margin: 0px;
	padding: 0px;
	list-sytle: none;
	clear: left;
}

#indexes-nav li, #content-list li {
	list-style: none;
	padding: 0px 10px 16px 0px; /* padding for right side added in case copy gets long */
}

li.authorname {
	font-weight: bold;
}
/* end navigation list */


/** styles unique to article index/results page **/
#index-graphic {
	float: left;
	margin:12px 1px 0px 0px;
}

#results { /* main body of content to the left of the index type graphic */
	float: left;
	margin-top: 12px;
}

/* alphabetical navigation */
#alphabetical-browse {
	padding: 0px;
	font-weight: bold;
	color: #fff;
	list-style-type: none;
	margin: 0px;
}

#alphabetical-browse li {
	float: left;
	width: 14px;
	padding: 3px 0px 10px 0px;
	margin: 0px 0px 16px 0px;
	background-image: url(../assets/results_lists/alphanav_bg.gif);
	background-repeat: repeat;
	text-align: center;
}

#alphabetical-browse li.selected {
	background-image: url(../assets/results_lists/letterhighlight.gif);
	background-repeat: no-repeat;
}

#alphabetical-browse li a {
	text-decoration: none;
	color: #fff;
}

/* end alphabetical navigation */

#content-list-container { /* holds the results listings, creates margins around results */
	width: 360px;
	margin: 20px 0px 20px 20px;
}

#content-list-container h2 { /* heading in results section */
	float: left;
	color: #963;
	font-size: 13px; 
	font-weight: bold;
	margin: 0px 0px 16px 0px;
	padding: 0px;
}

#content-list-container p {
	margin: 0px;
}

#pagination {
	float: right;
}

#pagination a {
	color: #963;
}

#pagination ul, #pagination ul li {
	display: inline;
	list-style: none;
}

