@charset "utf-8";
/* Inside the Sidebar, if you want the Sidebar Properties as it displays in the page, go to mm.css */

div#sidebar {
	overflow: auto;
	height: 385px;
	padding-right: 10px;
}

div#sidebar li {
	list-style-type: none;
}

h2, h4 {
	margin-bottom: 1em;
	text-align: left;
	font-weight: bold;
	text-decoration: none;
}

/* epfingers */

a.epfinger {
	display: block;
	background: inherit;
	height: 60px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
}

a.epfinger:hover {
	background: url(/images/brians/sidebar_underline.jpg) no-repeat 120px 40px;
}

a.epfinger img {
	float: left;
	border: gray dashed;
	border-width: 2px;
}

a.epfinger p {
	padding-left: 130px;
	margin-bottom: 0.5em;
	text-align: left;
}

span.eptitle {
	color: white;
	font-size: 16px;
	font-weight: bold;
}

#sidebar p {margin-bottom: 3px;}

span.subtitle {
	color: #ef8800;
	font-style: italic;
}

span.partnum {
	color: #ef8800;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
}

p.ajonasjournal {
	color: white;
	font-size: 0.7em;
}

/* abfingers */

div#sidebar.about {
	height: 511px;
}

div#sidebar.blog {
	height: auto;
}

a.abfinger {
	display: block;
	background: inherit;
	height: 60px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 0px;
}

a.abfinger.post-365 {
	margin-bottom: 10px;
}

a.abfinger:hover {
	background: url(/images/brians/sidebar_underline.jpg) no-repeat 20px 40px;
}

a.abfinger.post-365:hover {
	background: url(/images/brians/sidebar_underline.jpg) no-repeat 20px 20px;
}

a.abfinger p {
	padding-left: 30px;
	margin-bottom: 0.5em;
	text-align: left;
}

p.creditrole {
	color: white;
}

div#sidebar li.linkcat {
	margin-top: 20px;
}

/* prfingers */

div#sidebar.pr {
	height: 511px;
}

img.prthumb {
	display: block;
	margin: auto;
}

a.prfinger {
	display: block;
	background: inherit;
	height: 80px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
}

a.prfinger:hover {
	background: url(/images/brians/sidebar_underline.jpg) no-repeat 85px 60px;
}

a.prfinger p {
	font-size: 0.7em;
	padding-left: 30px;
	margin-top: 0.3em;
	margin-bottom: 0.5em;
	text-align: left;
}

/* exfingers */

a.exfinger {
	display: block;
	background: inherit;
	height: 2em;
	clear: both;
	margin-top: 20px;
	margin-bottom: 30px;
}

a.exfinger:hover {
	background: url(/images/brians/sidebar_underline.jpg) no-repeat 20px 15px;
}

a.exfinger p {
	padding-left: 30px;
	margin-bottom: 0.5em;
	text-align: left;
}