/* twigfarm.com stylesheet */
/* hello, world. be nice. */

body{
	font-family: "helvetica", "lucida grande", "helvetica neue", "arial", "sans-serif";
}

h1 {
	font-size: 1.75em; /* 24px */
	line-height:1;
	margin:0 0 .5em 0;
	padding:0;
	letter-spacing: -1px;
}

h1 + p{
	margin-top: 0;	
}

h2{
	font-size: 1.25em; /* 20px */
	line-height:.7;
	margin:0 0 .7em 0;
	padding: 0;
	color:#798d36;
}	

p + h2, ul + h2, blockquote + h2{
	margin-top: 1.4em;
}

h3{
	font-size:.875em; /* 14px */
	line-height:1em;
	margin: 0 0 1em 0;
	padding: 0px;
	color:#798d36;
}	

p + h3, ul + h3{
	margin-top: 2em;
}

h4{
	font-size:.75em;
	line-height:.75em;
	margin-bottom:.75em ;
	color:#444;
}	

p, ul,  blockquote, td {
	font-size:.75em;
	line-height:1.4em;
	margin-bottom: 1.4em ;
	color:#444;
}


dt, dd {
	font-size:1.2em;
	line-height:1.4em;
	color:#444;
}

dt{
	margin-top: 1.4em ;
}

#main p {
	color:#444;
}

#sidebar p {
	color:#444;
}

#footer p {
	font-size:.7em;
	line-height:1.4em;
	margin-bottom: 1.4em ;
	color:#666;
}

#footer a{
}

#copyright p {
	font-size:.625em;
	line-height:1.4em;
	margin: 0 0 1.4em 0;
	padding: 0;
	color:#fff;
}

#copyright p a{
color:#fff;
}

dl {
	font-size:.625em;
	line-height:1.4em;
	margin:1.4em 0;
	padding-top: 0px;
}

form{
margin:0;
padding:0;

}

strong{
color:#000;
}

a{
color:#800000;
}

a:hover{
text-decoration:none;
}
