/* ---- mailing list form on homepage ---- */
form.mailingList {
	margin-bottom: 2em;
}

form.mailingList input.text {
	border: 1px solid #C46A1E;
	padding: 0.1em 0.2em 0.1em 0.2em;
	font-size: 1.1em;
	width: 70%
}

form.mailingList input.submit {
	margin-left: 5px;
	position: relative;
	top: 7px;
}


/* ---- More link ---- */
p.moreLink {
	font-weight: bold;
	text-align: right;
}

/* ---- Blog entry teasers ---- */
.teaser {
	margin-bottom: 1.5em;
	width: 100%;
	overflow: hidden;
}

.teaser h3 {
	margin-top: 0;
}

.teaser .idThumb {
	float: left;
	margin-right: 15px;
}

/* also used elsewhere */
.updated {
	font-size: 0.8em;
	color: #61728E;
	text-align: right;
	margin-top: 0.1em;
}


/* ---- Event ---- */
.event {
	margin-bottom: 1.5em;
}


/* ---- Planet ---- */
.daygroup {
	clear:left;
	padding-bottom: 1em;
}

.daygroup ul {
	margin-bottom: 1em
}

.daygroup ul li {
	list-style-type: square;
	margin-left: 1em;
	margin-bottom: 0.1em
}

.channelgroup {
	padding-bottom: 1em;
	width: 100%;
	overflow: hidden;
}

.entry {
	margin-top: 1em;
}

.sidebar ul {
	margin-bottom: 1em;
}

.sidebar li {
	margin-bottom: 0.1em;
}

.sidebar .updated {
	text-align: left;
}

img.face {
	float: right;
	margin: 0 0 15px 15px;
	padding: 2px;
	border: 1px solid #61728E;
}

pre {
	width: 90%;
	overflow: auto;
	border: 1px solid #61728E;
	padding: 0.5em;
	margin: 1em 0;
}

h3.blogTitle {
	font-size: 1.5em;
	margin-top: 0;
	padding-top: 0;
}

h3.blogTitle a:link, 
h3.blogTitle a:visited {
	color: #4B6186;
} 

h3.blogTitle a:hover, 
h3.blogTitle a:active {
	color: #6987BB;
}

.feedflare {
	display: none;
}

/* ---- Sidebar scale image ---- */
.sidebarScaleImage {
	width: 100%;
	overflow: hidden;
	margin-top: 1.5em;
	text-align: right;
}

.sidebarScaleImage a:link,
.sidebarScaleImage a:visited,
.sidebarScaleImage a:hover,
.sidebarScaleImage a:active {
	outline: none;
}

.sidebarScaleImage img{
	width: 95%;
	padding: 1px;
	border: 1px solid #999;
}