#monogram {
  padding:4em 0 4em;
}

#monogram img {
  border: 0px;
}

#headings {
  width: 800px;
  text-align: left;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
 }

#headings p {
  font-size:.8em;
  padding: .7em 0em .7em 0em;
}

#headings hr {
  height: .2em;
  color: #111111;
  background-color: #111111;
  border: 0;
  margin: 0em 0em 0em 0em;
}

#headings h2 {
  font-color: #111111;
}

/* column container */
.colmask {
  position:relative;
  clear:both;
  float:center;
  width:800px;
  overflow:hidden;
}
/* common column settings */
.colright,
.colmid,
.colleft {
  float:left;
  width:100%;
  position:relative;
}
.col1,
.col2,
.col3 {
  float:left;
  position:relative;
  padding:0 0 1em 0;
  overflow:hidden;
}
/* 3 Column settings */
.threecol {
  text-align: left;
  background:#ffffff;
}
.threecol .colmid {
  right:33%;
  background:#ffffff;
}
.threecol .colleft {
  right:34%;
  background:#ffffff;
}
.threecol .col1 {
  width:30%;
  left:102%;
}
.threecol .col2 {
  width:29%;
  left:39%;
}
.threecol .col3 {
  width:29%;
  left:77%;
}


#recent {
  padding: 2em 0em 0em 0em;
  font-size:1em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
  text-align: left;
}

.imgWrapper img {
  height: 200px;
  width: 200px;
}
.imgTitle {  
  padding: 1em 0em 1.5em 0em;
  width: 200px;
}
.imgTitle a:hover {
  font-size:1em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
  text-decoration: none;
  background-color: #f5f5f5;
}
.imgTitle ul a, a:link, a:visited {
  font-size:1em;
  text-decoration: none;
}

#categories {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#categories ul {
  list-style-type: none;
  padding: 0em 0em 0em 0.5em;
  font-size:.8em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
  line-height:150%;
}
.media {
  font-size:1em;
  font-weight:bold;
  padding: 1em 0em .2em 0em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
}
.related {
  font-size:1.2em;
  font-weight:bold;
  padding: 1em 0em .2em 0em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
}

#categories ul a, a:link, a:visited {
  font-size:1em;
  text-decoration: none;
}
#categories ul a:hover {
  font-size:1em;
  font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
  text-decoration: none;
  background-color: #f5f5f5;
}


#footer {
	margin-top: 0;
	padding: 0.75em;
	background-color: #f5f5f5;
	border: 1px solid #111111;
	margin: 2em;
	font-size:.8em;
	font-family: Helvetica, Helvetica Neue, Arial, Verdana, sans-serif;
}
#footer p {
    display:inline;
}
#footer ul {
	display: inline;
	list-style: none;
	list-style-image: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#footer ul li {
	display: inline;
	margin: 0;
	padding: 0;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	color: #000000;
	font-size: 1em;
}

