.module {
  margin-bottom: 20px;
}

.module ul {
  margin-top: 0;
}

.module h3 {
  margin-bottom: 0;
}

#searchbox input[type="text"] {
  margin-bottom: 10px;
}

#searchbox input[type="submit"] {
  padding: 5px 10px;
  font-size: 13px;
}

.post .heading {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #a1a1a1;
}

/* clearfix */
.post .heading:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ieonly .post .heading {
  zoom: 1;
}

/*
.post .heading .cinemagraph {
padding-right: 20px;
display: inline-block;
vertical-align: middle;
width: 153px;
}

#ie7only .post .heading .cinemagraph {
display: inline;
zoom: 1;
}

.post .heading .cinemagraph img {
display: block; 
}
*/

.post .heading .title {
  margin: 0 0 5px;
}

.post .heading .meta {
  font-size: 12px;
  color: #626262;
}

.post .heading .meta a {
  color: #626262;
  text-decoration: none;
}

.post .heading .meta a:hover {
  text-decoration: underline;
}

.post .heading .meta .sep {
  margin: 0 8px;
  color: #a1a1a1;
}

.post .actions {
  font-size: 16px;
}

.post .actions .share {
  display: inline-block;
}

#ie7only .post .actions .share {
  display: inline;
  zoom: 1;
}

.post .actions .share .addthis_toolbox {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 150px;
}
.post .content {
/*  font-size: 13px;
  line-height: 19px;
  color: #626262;*/
  margin: 15px 0;
}

.post .content a:hover {
  text-decoration:underline;
}

.post .actions .share ul {
  margin: 15px 0;  
}

.post .actions .share li {
  vertical-align: top; 
}
/* HORIZONTAL / HORIZ. PERSISTENT CSS --------------- */
ul.menubeanh,
ul.menubeanh-persistent {
  list-style: none;
  position: relative;
  overflow: visible;
}
ul.menubeanh,
ul.menubeanh ul,
ul.menubeanh-persistent,
ul.menubeanh-persistent ul {
  padding: 0;
  margin: 0;
  list-style: none;
  /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh li,
ul.menubeanh-persistent li {
  float: left;
  position: relative;
  list-style: none;
  /*
  	width: 8em;
	overflow: visible;
	*/
}
ul.menubeanh li ul,
ul.menubeanh-persistent li ul {
  display: none;
  position: absolute;
  top: 1.2em; /* IE */
  left: 0; /* IE */ /* background-color: #fff;  IE Requires a background color. */
}
ul.menubeanh > li > ul,
ul.menubeanh-persistent > li > ul {
  top: auto; /* Non-IE */
  left: auto; /* Non-IE */
}
/* (sub-)submenus */
ul.menubeanh ul,
ul.menubeanh ul ul,
ul.menubeanh ul ul ul,
ul.menubeanh-persistent ul,
ul.menubeanh-persistent ul ul,
ul.menubeanh-persistent ul ul ul {
  position: absolute;
  top: 0;
  left: 95%;
}
/* Interactive lines: show/hide menus */
ul.menubeanh li.over ul ul,
ul.menubeanh li.over ul ul ul,
ul.menubeanh-persistent li.over ul ul,
ul.menubeanh-persistent li.over ul ul ul {
  display: none;
}
ul.menubeanh li.over ul,
ul.menubeanh ul li.over ul,
ul.menubeanh ul ul li.over ul,
ul.menubeanh-persistent li.over ul,
ul.menubeanh-persistent ul li.over ul,
ul.menubeanh-persistent ul ul li.over ul {
  display: block;
}

/* VERTICAL CSS --------------- */
ul.menubeanv,
ul.menubeanv-persistent,
ul.menubeanv ul,
ul.menubeanv-persistent, ul {
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li,
ul.menubeanv-persistent li {
  position: relative;
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li ul {
  display: none;
  position: absolute;
  top: 2px; /* IE */
  left: 6em; /* IE */ 
  /* background-color: #fff;  IE requires a background color. */
}
ul.menubeanv li:hover ul,
ul.menubeanv li.over ul {
  display: block;
}

ul.menubeanv-persistent li.mi-parent {
  cursor: pointer;
}
ul.menubeanv-persistent li ul {
  display: none;
}
ul.menubeanv-persistent li.over ul {
  display: block;
}
