/* Begin Typography & Colors */
body {
   background: #CACACA url(css/images/background.png) repeat-x;
//   background: #CACACA url(css/images/green-wrap.jpg); // Holiday
}
.container {
   background: white;
}
.block {
   border: 0;
   margin: 0;
  padding: 0;
  float: right;
  display: block;
}
.block a {
  padding: 9px 0 0 0;
  display: block;
  border-left: 1px solid #ddd;
  border-top: 16px solid #ddd;
}
.block a:hover {
  border-left: 1px solid navy;
  border-top: 16px solid navy;
}
.topmenu {
   background: green url(css/images/transparent-gradient.png) repeat-x;
   color: white;
   height: 36px;
}
.topmenu a {
   color: white;
}
#mySidebar {
   padding: 1em;
}
#footer {
   text-align: center;
   border-top: 1px solid #aaa;
}
#topNum p {
	padding: 0;
	margin-top: 6px;
	font-weight: bold;
	text-align: right;
}
#searchBox {
	margin: 1em 0 1em;
	padding: 1em;
	position: relative;
	left: -2em;
	background: #31709c;
	color: #fff;
}
/* Menu */
#menu {
	height: 18px;
	margin: 0 auto;
	color: #000;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
}

#menu a {
	display: block;
	margin: 6px 4px 2px 2px;
	padding: 1px 10px;
	text-decoration: none;
	font-size: 1em;
	font-weight: bold;
	float: left;
	color: #fff;
}

#menu a:hover {
	text-decoration: underline;
}

#menu .current_page_item {
    text-decoration: underline;
}

#menu .current_page_item a {
}
.navigation {
  height: 1em;
}
.alignleft {
  float: left;
}
.alignright {
  float: right;
}
.post {
  clear: both;
}