/* Common stuff */
h3.entrySuperTitle,
h3.entryTitle {
	color: #f79833;
	margin: 0 0 0 0;
	font-size: 100%;
}

h3.entrySuperTitle {
	color: #693;	
}

p.entryContent {
	/* from .text in main css sheet. */
	font: bold 13 arial;
	color: #999999;
	margin: 0 0px 0 00;
	padding: 0 5px 0 0;
}

a.entryLink img {
	border: none;
}

p.spacer { 
	clear: both; 
	padding: 0;
	margin: 0;
	}

/* Entries 
   Images only have margins on left and right. */
div.entryLeft,
div.entryRight {
	padding: 15px 24px;
	/*border-top: 1px #ddd solid;*/
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom left;
	clear: both;
}

/* Use the image to space the left side. */
div.entryLeft img.entryImg {
	float: left;
	margin: 0 24px 12px 0;
}

div.entryRight img.entryImg {
	float: right;
	margin: 0 0 12px 24px;
}

/** Controls **/
a.control {
	text-decoration: none;
	color: #aaa;
	padding: 2px 5px;
}

div.adminControls {
	padding: 4px;
}

div.adminControls a {
	text-decoration: none;
	border: 1px solid;
	padding: 1px 4px;
	background: #eee;
	color: #000;
	margin-left: 5px;
}

div.adminControls a:hover {
	background: #eef;
}
