/* CSS for our index page. */

#sidebox {
	float: right;
	width: 33em;
	margin: 1em 1em 1em 1em;
	border: 0.1em solid #333333;
	background-color: #111111;
}

#sidebox .titlebox {
	border-top: 0.1em solid #333333;
	border-bottom: 0.1em solid #333333;
}

#sidebox .sectionbox {
	padding: 1em 1em 1em 1em;
}

.contentbox {
	margin: 1em 35em 1em 1em;
	padding: 1em 1em 1em 1em;
	border: 0.1em solid #333333;
	background-color: #111111;
}


/* Styling-Only CSS */

/* Scale text sizes back up to a reasonable default inside textboxes. */
/* This style is applied to a box which directly contains text. Such boxes 
   shouldn't contain any layout elements, so sizes and positions remain easy to
   calculate without rounding issues. */
/* Do not nest these. */
#sidebox .textbox {
	font-size: 120%;
	text-align: justify;
}
.contentbox .textbox {
	font-size: 130%;
	text-align: justify;
}


#sidebox .titlebox .textbox h1 {
	font-size: 140%;
	font-weight: bold;
	text-align: center;
	background-color: #111111;
	padding: 0.2em 0em;
}

#sidebox .titlebox .textbox h2 {
	font-size: 125%;
	font-weight: bold;
	text-align: center;
	background-color: #222222;
	padding: 0.1em 0em;
}

#sidebox .sectionbox .textbox {
	text-align: justify;
}

#sidebox .sectionbox .textbox p {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#sidebox .sectionbox .textbox .name {
	font-style: italic;
}

#sidebox .sectionbox .textbox .dateline {
	font-style: italic;
}

.contentbox .textbox p {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

.contentbox .textbox ul {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

.contentbox .textbox h1 {
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	padding-bottom: 0.25em;
}

.contentbox .textbox h2 {
	text-align: center;
	font-size: 185%;
	padding-bottom: 0.25em;
}

.contentbox .textbox h3 {
	font-size: 150%;
	padding-bottom: 0.25em;
}

#newsbox .textbox .byline {
	font-style: italic;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#newsbox .textbox .newsitem {
	padding-bottom: 0.5em;
	line-height: 1.5em;
}

#newsbox .textbox .commentline {
	margin-bottom: 0.7em;
	padding-bottom: 0.5em;
	line-height: 1.5em;
}
