#main {
	height: 100%;
	overflow: auto;
  border: solid 1px #231F20;
	margin: -1px;
}

#main-side { position: relative; margin-left:1.9%; }

#main-side h2 { border-bottom: 1px solid #000; }

#blogs #content { height: 706px; }
.blogposts .post:first-child { margin-top: 1em; }
.blogposts .post { margin: 0 1em 1em 1em; clear:both; }

.blogposts h2 {
    margin-top: .4em;
    font-size: 1em;
    letter-spacing: 0px;
    font-weight: 600;
    border-bottom: solid 1px #CCC;
}

.blogposts h3 {
    font-size: 1em;
    margin-bottom: .4em;
    letter-spacing: 0px;
    text-transform: none;
}

#blogposts p { margin: 0 0 10px 0; }
#blogposts strong { font-weight:bold; }
#blogposts em { font-style: italic; }
#blogposts .content img { max-width: 482px; }

.super-heading { font-size: 1em; text-transform: uppercase; }

/* side 
 */

#currentPosts { 
	border-bottom: 1px solid #CCC;
	height:20.5em;
}

#currentPosts ul {
	margin: .5em 0;
	height: 17.5em;
	overflow: auto;
}

#currentPosts ul li {
	padding-bottom: .5em;
	line-height: 1em;
}

#bloggers .gridWrapper {
  height: 11em;
}

#bloggers { 
	border-bottom: 1px solid #CCC;
}

#bloggers ul {
  width: 100%;
  height: 11em;
}
ul.bloggers li {
  list-style: none;
  float: left;
  height: 11em;
  width:82px;
  vertical-align: top;
  text-align:center;
  margin: 0;
}
ul.bloggers li h4 {
  text-transform: capitalize;
  padding: 0 3px;
  font-size: 1.0em;
  letter-spacing: 0;
  margin:0;
}

ul.bloggers li a {
	height: 76px;
	width: 76px; 
	display: block;
	margin-bottom: .2em;
	padding:2px;
}

#bloggers li img {
	width:76px;
	height:76px;
	display:block;
} 
