/* Breen theme from kuler
   Olive green #4B6649
   Medium blue #2378A5
   Light blue #44A0BA
   Dark blue #124159
   Bright green #3B9E2D */
   
body {
	background: #93B2BA ;
}

h1 {
	color: #124159;
	font: bold xx-large "Lucida Grande", Lucida, Verdana, sans-serif;
}

h2 {
	font: small-caps bold x-large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #124159;
}

h3 {
	font: bold large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #124159;
}

h4 {
	font: italic bold medium "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #124159;
}

p, li {
	color: #124159;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.entry-body {
	border-bottom: 4px solid #4B6649;
	border-right: 4px solid #4B6649;
	border-top: 4px solid #3B9E2D;
	border-left: 4px solid #3B9E2D;
	padding: 3px;
}

.entry-header h4 {
	font: italic bold medium "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #2378A5;
}

.footer-small {
	color: #2F8DB5;
	font: italic x-small "Lucida Grande", Lucida, Verdana, sans-serif;
}

.rss-link a
{
	text-decoration: none;
}

