/* Typography CSS file */

body {
    font: 14px / 20px "Trebuchet MS", Verdana, Tahoma, sans-serif;
	line-height:20px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Georgia, "Times New Roman", Times, serif;
}

h1 {
    font-size: 150%;
    line-height: 2em;
    font-variant: small-caps;
}

h2 {
    font-size: 150%;
    line-height: 2.5em;
    font-variant: small-caps;
    color: #666;
}

h3 {
    font-size: 135%;
    line-height: 2em;
    font-variant: small-caps;
    color: #666;
}

h4 {
    font-size: 110%;
    line-height: 2em;
    font-variant: small-caps;
    color: #666;
}

p, ul {
    margin-bottom: 12px;
}

ul {
    list-style: square;
}

li {
    margin: 0 22px 6px 22px;
}

#address p {
	padding:4px;
	margin-left:12px;
	margin-bottom:0px;
}

#fp-article a, #footer a, #contact-sidebar a{
	color:#202020;
}

#fp-article a:hover, #footer a:hover, #contact-sidebar a:hover {
	text-decoration:none;
}

#contact-sidebar p {
	margin-left:16px;
}

#left-sidebar p {
	width:70%;
	margin:0 auto;
	padding:6px;
	border:4px solid #63AF62;
	background:#FDF7A5;
}

#footer p {
	font-size:80%;
	text-align:center;
	border-top:1px dotted #8CBA8C;
}

.item p {
	font-size:90%;
	padding:8px;
}