@charset "utf-8";

html {
	font-size: 11pt;
	font-family: Arial, Helvetica, sans-serif;
	color: black;
	color: #393939;
}

img {
	border: none 0px;
}

#mainNavigation, #footerNavigation, .adZone, .autopromoZone {
	display: none;
}

div#tagline{
    font-size: 13pt;
    font-weight: bold;
    font-family: "Comic Sans MS", Arial, sans-serif;
    color: #db5800;
}

h1 {
    font-weight: bold;
    font-size: 16pt;
}
h2 {
    font-weight: bold;
    font-size: 13pt;
}
h3 {
	font-weight: bold;
    font-size: 11pt;
}

a {
	text-decoration: none;
	color: #db1e00;
	background: transparent;
}

div#primaryContent a:after { 
	content:" [" attr(href) "] "; 
	font-size: 9pt;
	font-style: italic;
} 

div#primaryContent a[href^="/"]:after {
	content: " [http://www.howlongisyours.com" attr(href) "] ";
	font-size: 9pt;
	font-style: italic;
}


/* Custom classes */ 

.quote {
	font-style: italic;
}
.important {
	font-weight: bold;
}

.indent {
	text-indent: 200%;
}
.centered {
	text-align: center;
}
.small {
	font-size: 9pt;
}
.smaller {
	font-size: 8pt;
}
.ExtraPadding {
	padding: 100%;
}
