/* 
Title:     Webster master style sheet
Author:    Eric Bernal - Pacifica Internet Technologies
Updated:   May 8, 2007
*/

body {
	
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	}
	
#logo .logo_image {
	display: none;
	}
	
#logo_print {
	font-size: 30px;
	font-weight: bold;
	border-bottom: 3px solid #000000;
	margin-bottom: 15px;
}

h1 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 14pt;
	margin-bottom: 20px;
	}


h2, h3 {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 12pt;
	
	}

#content p {
	margin: 0 0 0 0;
	
	}
	
#page_title h1{
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Verdana, sans-serif;
	font-size: 20px;
	line-height: 1.2em;
	font-weight: bold;
	text-transform: none;
	letter-spacing: 0;
	color: #000000;
	
}


#title h2 {
	color: black;
	font-size: 14pt;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#nav, #theme, #sidebar, hr {
	display: none;
	}
	
a:link, a:visited {
	color: gray;
	font-size: 12pt;
	}	

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