/* Typography */

body {font:76%/1.6 'Trebuchet MS', Sans-serif;}
acronym {padding:0 !important;}
h2, h3, h4, h5 {
	padding-top:.4em;
	line-height: 1.2;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 800;
}
code {
	font: 1.1em 'Monaco', 'Courier New', Courier, Fixed;
	}
h2 {
	margin: 30px 0 0;
	font-size: 1.4em;
}
h3.pagetitle, h2.pagetitle {
	padding: 0 0 .6em 0;
	color:#999;
	font-size: 1em;
	font-family: Trebuchet, "Trebuchet MS",  sans-serif !important;
	font-weight: 800;
	float:right;
}
.entrytext {clear:both;}

h3 {
	padding: .8em 0 .4em 0;
	font-size: 1.3em;	font-weight: 400;

	}
h4 {
	padding: .8em 0 .4em 0;
	font-size: 1em;
	}
p {
	padding: .3em 0 .5em 0;
}
p.tagline {
	font-style: italic;
	font-weight: 100;
}
.description {padding-bottom:1.2em;}
p img {
	padding: 0;
	max-width: 100%;
	}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}
blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
#content ul { list-style-position: inside; margin-left:12px;}
#content li { list-style-position: inside;text-indent: -12px; }
	
/* hcard */
.vcard { display: block;width:auto;clear:both;padding: 0 0 24px 0;}
dl dt {float: left;padding:0 1em 0 0;}
dl.vcard, acronym {border: none;}
dl.vcard address { float: left; font-style: normal; display: block; width: 370px; margin: 0 0 6px 0; }
dl.vcard address span { display: block; }
dl .org { font-weight: bold; }
dl dd.tel, dl dd.email, dl dd.value { padding-left: 9em; display:block; }
dl.vcard .tel .type, dl.vcard dt.website, dl.vcard .url, dl.vcard .access { display: none; }
dl.vcard .image {float:right; width:80px;padding: 0 30px 24px 0;}
