body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: #00124b;
}

#toplinks, #masthead, #content, #footer {
	background-color: #FFFFFF;
	margin: auto;
	width: 900px;
	padding: 0px;
}

#toplinks {
	display: none;
}

#masthead {
	border-top: 2px solid red;
	border-bottom: 2px solid grey;
}


#content {
	border-bottom: 2px solid black;
	border-top: 2px solid black;
}

#entries {
	padding: 5px;
	margin:0px;
}


/********** sidebar *************/

#sidebar {
	background-color: #cccc66;
	width: 200px;
	border-left: 2px solid black;
}

#sidebar .box {
	margin: 5px;
	margin-bottom: 10px;
}


#sidebar .box div.title {
	background-color: #ccbbbb;
	border-top: 1px solid black;
}

#sidebar .box div {
	border: 1px solid black;
	background-color: white;
	padding: 4px;
	border-top: 0px;
}

/* misc */

.item {
	background-color: #eeeeee;
	padding: 5px;
	border-top: 1px solid #bbbbbb;
	border-bottom: 1px dashed #bbbbbb;
}

.itemlink {
	text-align: right;
	font-size: 0.3em;
}

.itemtitle {
	background-color: #ccccff;
	font-weight: bold;
	margin-bottom: 5px;
}

.itemdescription {
	color: #777777;
	display: block;
}

img.cover {
	border: 4px solid black;
}

#yearbox {
	background: #cccccc;
}

.yearboxheader {
	background: black;
	color: white;
	padding-right: 2px;
}

.yearunselected {
	padding-right: 2px;
	border: 1px solid black;
	display: inline;
}

.yearselected {
	padding-right: 2px;
	color: white;
	background: white;
	border: 1px solid red;
	display: inline;
}

.yearselected a {
	text-decoration: none;
}

.yearunselected a {
	text-decoration: none;
}

.box {
	padding: 10px;
}

.articletitle {
	float: left;
}


.seperator-hr {
	background-color: lightgray;
	height: 1px;
}

.latest-issue {
	border: 1px solid darkgray;
}

.issue-title,  .issue-title a:visited, .issue-title a {
	font-weight: bold;
	background-color: lightgray;
	color: black;
}

.issue-info {
	background-color: #eeddde;
}

.issue-header {
	background: black;
	color: white;
	text-align: center;
}

/**** calendar ****/

#calendar-heading {
	font-weight: bold;
	background: black;
	color: white;
}

#calendar-controls {
	font-weight: bold;
	background: #ccccff;
}

.calendar-event {
	background: lightgray;
}

.calendar-today {
	font-weight: bold;
	/*background: yellow;*/
}


.print-id {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	background-color: black;
	color: white;
}