body {
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	line-height: 1.3;
}

b, strong {
	font-size: 13px;
}

p {
	margin-bottom: 20px;
}

a {
	color: #5a7e20;
}
	
	a.title-readmore {
		float: right;
		margin-top: -38px;
		text-decoration: none;
	}

h1,h2,h3,h4,h5,h6 {
	line-height: 1.1;
	margin-bottom: 5px;
	font-family: "museo-1","museo-2",serif;
	font-weight: 100;
}

h1 {
	color: #5a7e21;
	font-size: 22px;
	border-bottom: solid 2px #c3c3c3;
	margin-bottom: 20px;
}
	
	h1 a {
		color: #5a7e21;
		text-decoration: none;
	}

h2 {
	color: #5a7e21;
	font-size: 17px;
}

h3 {
	color: #5a7e21;
	font-size: 15px;
}

div.container embed {
	max-width: 300px;
}

div#mainColumn img {
	float: left;
	padding: 0 20px 20px 0;
}

div#mainColumn ul, div#secondaryColumn ul {
	margin-bottom: 20px;
	margin-left: 15px;
	list-style-type: square;
}

	ul#twitter_update_list {
		margin-left: 15px;
		list-style-type: square;
	}

table {
	width: 100%;
}

table td {
	border-bottom: dotted 1px #ccc;
	padding: 10px 3px 5px 3px;
}

.idlform_errorMessage {
	margin-bottom:10px;
	border: solid 1px #FAA;
	padding:10px;
	padding-left:40px;
	margin-top:10px;
	background-image: url(/wsimages/warning.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	color:#F33;
}

label.error {
	color:#F33;
}

span.date {
	font-size: 11px;
	margin-top:-15px;
	margin-bottom:15px;
	display: block;
	color:#9d9d9d;
}

.smaller {
	font-size: 10px;
}