body {
	background: url('images/bg.png') white repeat-x;
	font-family:Tahoma, sans-serif;
	font-size:12px;
}

#wrapper {
	background: white;
	border:1px solid #ccc;
}

#branding {
	background: url('images/header.jpg') top no-repeat;
}

#topNav {
	background-color: #114411;
	color:white;
}

#topNav li {
	border-right:2px solid white;
}

#topNav li a {
	color:white;
	text-decoration:none;
}

#topNav li:hover, #topNav li a:hover {
	color:#FFFF03;
}

.postTitle, #morePosts {
	color:#114411;
}

.categoryButton {
	color:white;
}

.postTime {
	color:#444;
}

.postHr {
	color:#ddd;
	background-color:#ddd;
}

.categoryButton {
	background-color:#114411;
}

.activeCategory, #newer, #older {
	color:white !important;
	background-color:#1E3D76 !important;
}

.ui-widget-content { 
	background: white !important; /* background of calendar, modals */
}

.ui-state-default, .ui-widget-header  {
	background: #00462E !important; /* calendar dates, top of calendar and modals */
	color:white;
}

.ui-state-highlight {
	background-color:white !important; /* today's date */
	color:black !important; 
	font-weight:bold !important; 
}

.ui-state-active {
	background-color:white !important;
}


