/* ikiwiki local style sheet */

/* Add local styling here, instead of modifying style.css. */

p.byline {
  font-style: italic;
}

/* Tag cloud. */
.pagecloud {
	text-align: center;
	padding: 10px 10px;
	border: 1px solid #aaa;
	background: #eee;
	color: black !important;
}
.smallestPC { font-size: 70%; }
.smallPC { font-size: 85%; }
.normalPC { font-size: 100%; }
.bigPC { font-size: 115%; }
.biggestPC { font-size: 130%; }

/* Used by the popup template and for backlinks hiding. */
.popup {
	border-bottom: 1px dotted #366;
	color: #366;
}
.popup .balloon,
.popup .paren,
.popup .expand {
	display: none;
}
.popup:hover .balloon,
.popup:focus .balloon {
	position: absolute;
	display: inline;
	margin: 1em 0 0 -2em;
	padding: 0.625em;
	border: 2px solid;
	background-color: #dee;
	color: black;
	
	/* Nonstandard, but very nice. */
	opacity: 0.95;
	-moz-opacity: 0.95;
	filter: alpha(opacity=95);
}

/**************************************
 * Google AJAX Feed API
 */
#feedControl { 
  margin: 10px 15px;
}

/* Suppress everything except for title */
#feedControl .gf-snippet, 
#feedControl .gf-author, 
#feedControl .gf-spacer, 
#feedControl .gf-relativePublishedDate { 
  display : none;
}    

/* decent padding at the bottom of each set of entries */
#feedControl .gfc-results {
  padding-bottom : 1em;
}

/* no padding between entries */
#feedControl .gfc-result {
  margin-bottom : 0px;
}

/** repeat for photo feed.  fix this, it's lame */
#photoFeed { 
  margin: 10px 15px;
}

/* Suppress everything except for title */
#photoFeed .gf-snippet, 
#photoFeed .gf-author, 
#photoFeed .gf-spacer, 
#photoFeed .gf-relativePublishedDate { 
  display : none;
}    

/* decent padding at the bottom of each set of entries */
#photoFeed .gfc-results {
  padding-bottom : 1em;
}

/* no padding between entries */
#photoFeed .gfc-result {
  margin-bottom : 0px;
}

