/* Top part */
#header {
  background: transparent url(header_bg.png) repeat-x bottom left;
  position:relative;
  height: 88px; 
}

#logo img {
  position:absolute;
  left:20px;
  top:5px;
}

.menu {
  position:relative;
  height:30px;
  background: transparent url(images/menu_bg.png) repeat-x 100% 0;
}

.module-content p {
	line-height:1.5em;
}

.module h2 {
	color:#ba500c;
	padding:5px 0 8px 8px;
}

.module-content {
  background-color:#FFFFFF;
  /*border-left:1px solid #CCCCCC;
  border-right:1px solid #CCCCCC;*/
}

.menu ul li a {
  color:#555;
}

#footer {
color:#999999;
font-size:0.8em;
text-align:center;
}

#footer a {
color:#9999cc;
font-size:0.8em;
line-height:1.4em;
text-align:center;
}

table#wp-calendar caption {
  text-align:center;
	color:#ba500c;
	font-weight:bold;
	padding:10px 0 0 0;
}

table#wp-calendar {
  width:220px;
  margin:10px auto;
}

table#wp-calendar td#next {
  text-align:right;
}

table#wp-calendar thead th {
	color:#ba500c;
  text-align:center;
  font-weight:bold;
  padding:2px;
}

table#wp-calendar tbody td {
  text-align:center;
  padding:2px;
}

table#wp-calendar tbody a {
  border:1px solid #ba500c;
  display:block;
  text-decoration:none;
}

table#wp-calendar tbody a:hover {
  border:1px solid #fa941d;
}

ul.sz-videolisting, ul.sz-videolisting li {
	float:left;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin:0;
	padding:5px 10px;
	min-height:140px;
}

#site-sidebar li {
  padding:3px 0 3px 10px;
}