/* Print Style Sheet */
@media print {
body { background:#fff; color:#000; margin:0 }
}


/* Remove unwanted elements */
#follow,#nav, .noprint, #footer-flickr, #footer-search, #footer-about, #sidebar,#main-header,#description
{
display: none;
}

/* Ensure the content spans the full width */
#container, #container2, #content
{
width: 100%; margin: 0; float: none;
}


/* Text Formatting */
#main-header {
	font-size: 24px;
	font-style: italic;
}

#main-header a {
	font-style: normal;
	text-decoration: none;
}

h1 {
	font-size: 22px;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}

#copyright {
	font-size: 12px;
	text-align: center;
}


/* Table */


/* Improve colour contrast of links */
a:link, a:visited
{
color: #781351
}

.entry table {
	font-size: 14px;
	width: 100%;
}

.entry table tr.time th {
	font-family: Lucida Grande, Lucida Sans Unicode, sans-serif;
	color: #667A1C;
	padding: 7px 10px;
}

.entry table tr.even th,.entry table tr.odd th {
	font-size: 1.2em;
	font-weight: 400;
	text-align: left;
	color: #651850;
	vertical-align: top;
	padding: 4px 7px;
}

.entry table tr td {
	vertical-align: top;
	padding: 5px 10px;
	border: solid 1px #999;
}


.entry table p.time {
	font-weight: 700;
	color: #651850;
	margin: 0 0 4px;
	text-decoration: underline;
}

.entry table p.title {
	font-weight: 700;
	font-size: 16px;
	margin: 0 0 2px;
}

.entry table p.slogan {
	font-style: italic;
	margin: 0 0 5px;
}

.entry table p {
	margin: 0 0 4px;
}

div.class {
	margin: 0 0 18px;
}

