/*  
Version: 0.2
Author: theCoup
Author URI: http:/theCoup.org/
*/

body { margin: .6in; font-family: Verdana, sans-serif; font-size: 11pt; }
h1, h2, h3 { font-family: "Trebuchet MS", Trebuchet, Verdana, sans-serif; }


/* ---[ to hide ]---------- */
#banner img,
#banner h1,
#sidebar2,
.menu { 
	display:none; 
	}
.a2a_dd { display:none; }

/* ---[ to reveal ]---------- */

h1#sitetitle { display:block; }
a#logo { display:block; float:left; }
#banner { margin-left:-6pt;  }
#content { border-top:1px solid #ccc; padding-top:1em;  }


/* ---[ page breaks ]---------- */

p { widows:2; orphans:2; } /* CSS2: prevent line breaks */


/* ---[ img and floats ]---------- */
a img { border:0; }
.alignright { float:right; margin-left:12px; }
.alignleft { float:left; margin-right:12px; }


/* ---[ links ]---------- */
a:link, a:visited { color:gray; }	
p.edit { display:none; }

	/* print URLs after link text */
.entry p a:link:after, #content .entry p a:visited:after { content: " (" attr(href) ") "; }