/*
 * Style sheet for screen and print typography
 * Project: digiinfo.com
 * 
 * Last revision: 02.09.2009
 */

body { 
												font-size: 62.5%; 
}


/* Default fonts and colors. */
body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,textarea { 
												font-family: Verdana, Helvetica, Arial, sans-serif; 
}


/* Headings
-------------------------------------------------------------- */

h1,h2,h3,h4,h5,h6 { 
												font-weight: bold; 
}

h1 {
												font-family: "Times New Roman", Times, serif; 
												font-size: 3em; 
												line-height: 1; 
												margin-bottom: 0.5em; 
}

h2 { 
												font-size: 17px; 
												margin-bottom: 0.75em; 
}

h3 { 
												font-size: 15px; 
												line-height: 1; 
												margin: 1em 0; 
}

	.content h3 {
												line-height: 1.2em;
	}

h4 { 
												font-size: 1.2em; 
												line-height: 1.25; 
												margin-bottom: 1.25em; 
}

h5 { 
												font-size: 1em; 
												margin-bottom: 1.5em; 
}

h6 { 
												font-size: 1em; 
}


/* Text elements
-------------------------------------------------------------- */

p { 
												margin: 0 0 1.5em;
												font-size: 13px;
 }

ol { list-style-type: decimal; list-style-position: inside; }

dl { margin: 0 0 1.5em 0; font-size: 14px; }
dl dt { font-weight: bold; }
dl dd { margin-left: 1.5em; }

abbr, acronym { border-bottom: 1px dotted #000; }
address { margin-top: 1.5em; font-style: italic; }
del { color: #000; }

a { text-decoration: underline; }
a:hover { text-decoration: underline; }

blockquote { margin: 1.5em; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
pre, code { margin: 1.5em 0; white-space: pre; }
pre, code, tt { font: 1em monospace; line-height: 1.5; } 
tt { display: block; margin: 1.5em 0; line-height: 1.5; }
span.amp { /* For pretty ampersands */
  font-family: Baskerville, Palatino, "Book Antiqua", serif;
  font-style: italic;
}

.nav {
	/* navigation bar */
												font-size: 1.4em;
												font-weight: bold;
}

.headline .first a {
	/* main paragraph for headline */
												font-size: 1.7em;
												font-weight: bold;
												text-decoration: none;
}

.headline .second {
	/* secondary headline, a little smaller */
												font-size: 1.4em;
}

.box-4 .content div,
.box-4 .content a,
.box-12 .content div,
.box-12 .content a,
.box-8 .content div,
.box-8 .content a {
												font-size: 13px;
}

.footer {
												font-size: 1.2em;
}

.footer a {
												text-decoration: none;
}

	.footer a:hover {
												text-decoration: underline;
	}

.crumb {
												font-size: 15px;
												font-weight: bold;
}

	.crumb a {
												text-decoration: none;
	}

	.crumb a:hover {
												text-decoration: underline;
	}
	
.sidebar ul li a {
												font-weight: bold;
}