
/*
 * Sidebar
 */

.sidebarlist {
	list-style: none;
	padding-left: 15px;
}

.sidebarwell {
	padding: 9px 0;
}

.sidebarhead {
	display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    color: #808080;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
	margin-top: 10px;
}

.sidebarlist > li {
	line-height: 20px;
	display: list-item;
}

.sidebarlist > li > a:hover,
.sidebarlist > li > a:focus {
	background-color: #eeeeee;
	text-decoration: none;
	color: #005580;
}

.sidebarlist > li > a {
	line-height: 20px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	display: block;
	color: #337ab7;
    text-decoration: none;
	padding: 3px 15px;
	margin-left: -15px;
}

.sidebarlist > .active > a, 
.sidebarlist > .active > a:hover,
.sidebarlist > .active > a:focus {
    color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
	background-color: #337ab7;
}

h1 {
	font-size: 180%;
	font-weight: bold;
}

h2 {
	font-size: 125%;
	font-weight: bold;
}

.authors {
	font-size: 105%;
	font-style: italic;
}

.title {
	font-size: 105%;
	font-weight: bold;
}

.pages {
	font-size: 75%;
}

.abstract {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
