/* Copyright 2003-2010 barella.org.  All rights reserved. */
/* $Id: barella.css,v 1.5 2006/03/04 20:05:32 perette Exp perette $ */

/* ------------------ General Look & Feel ------------------- */

H1, H2 {
	border-top: thin solid black;
	background: #CCC;
	border-bottom: thin solid black;
	text-align: center;
}
H2 {
	text-align: left;
}

@media print {
	H1, H2 {
		border-top: thin solid #AAA;
		border-bottom: thin solid #AAA;
	}
}
P.author {
	font-style: italic;
	margin: 0;
}

/* ------------------ Navigation Menu ------------------- */
UL.navigation {
	background: #CCC;
}
UL#navigation {
	background: none;
}
UL#navigation > LI.group,
UL#navigation > LI > SPAN {
	background: #CCC;
}
UL#navigation > LI.group {
	border: thin solid black;
}

UL.submitbadges {
	max-width: 140px;
}
UL.submitbadges LI,
UL.submitbadges LI A {
	padding: 0;
	display: inline !important;
}


/* ------------------ Diary/Journal Styles ------------------- */

DIV.leftdiary {
	float: left;
	text-align: left;
	text-decoration: none;
	margin: 0ex 1ex 1ex 0ex;
	padding: 1ex;
	background: light grey;
	border-right: solid purple;
	border-left: none;
	border-top: none;
	border-bottom: solid purple;
	width: 6em;
	clear: left;
}

P.diarytime {
	font-family: monospace;
	font-size: 90%;
	font-weight: bold;
	display: block;
	margin-right: 1ex;
	margin-top: 0;
}



/* ------------------ Landing Page Styles ------------------- */

DIV.cvtable {
	width: 100%;
}
DIV.cvtable DIV DIV, DIV.cvtable DIV DIV:first-child {
	border: none;
	position: relative;
	vertical-align: top;
}
DIV.cvtable DIV DIV P {
	margin: 0 1em;
	text-align: center;
}
IMG.autosize {
	width: 92%;
	height: auto;
}
DIV.cvtable DIV DIV IMG.document {
	border: thin solid black;
}



DIV.triagetable {
	clear: left;
}
DIV.triagetable H2 {
	text-align: center;
	margin: 0;
	background: #bbb;
	border-bottom: thin solid black;
}
DIV.triagetable UL {
	list-style-type: none;
	margin: 0;
	padding-left: 1ex;
}
DIV.triagetable UL > LI {
	margin: 1ex;
}
DIV.triagetable UL > LI > A {
	font-weight: bold;
	display: block;
}
DIV.triagetable UL > LI > A:hover {
	background: #c77;
	color: white;
	text-decoration: none;
}


/* ========== Event list on home page ========== */
UL.eventlist,
UL.eventlist > LI > P.eventdate,
UL.eventlist > LI > DIV.vevent > P {
	margin: 0;
	list-style-type: none;
	padding: 0;
	text-align: left;
}

UL.eventlist {
	font-weight: bold;
}
UL.eventlist > LI {
	padding-left: 0;
	padding: 0;
}
DIV.vevent {
	display: block;
	margin-bottom: 1.5ex;
	line-height: 95%;
	font-weight: normal;
	text-align: left;
}
DIV.vevent ADDRESS.location,
DIV.vevent PRE.description {
	display: inline;
	font-size: 90%;
	font-family: serif;
	white-space: normal;
}
DIV.vevent > P SPAN.until,
DIV.vevent > P ABBR.dtend {
	display: none;
}


