* {
    padding: 0;
    margin: 0;
}
body {
  background: url("/images/kklogo.png") no-repeat scroll -20px -45px #222;
  color: #ccb;
  font-family: arial;
}

/* main layout */
#blog, #events, #side, #home {
    position: absolute;
}
#home {
	color: #222;
	font-size: 15px;
	display: block;
	top: 20px;
	left: 20px;
	height: 280px;
	width: 320px;
}
#blog, #events {
    left: 370px;
}
#events {
    top: 15px;
    display: block;
    height: 285px;
    overflow: auto;
}
#side {
    left: 20px;
    width: 310px;
}
#blog, #side {
    top: 325px;
}
/* end main layout */

/* typography */
p {
  line-height: 130%;
}
a {
  text-decoration: none;
  font-weight: bold;
  color: #aadd55;
}
a: hover {
  color: #ccb;
}
a img {
  border: none;
}
p {
  margin-bottom: 10px;
}
h1, h2, h3 {
	color: white;
}
h2 {
  /*background: url('/images/headingbg.png') no-repeat -8px 18px; 
  margin-bottom: -70px; 
  height: 100px;  
  padding-left: 3px;*/
  font-size: 2em;
}
h2 a:link, h2 a:visited {
  text-decoration: none;
  color: white;
}
strong {
  color: #ba0;
}
small {
  font-size: .7em;
  color: #ccc !important;
}
ul {
	font-size: 12px;
	list-style: none;
	line-height: 200%;
}
li {
	border-bottom: 1px solid #333;
}
li:before {
	content:"\0BB \020";
}
/* end typography */

/* cufon */
.cufon-active h2 {
  margin-top: -5px;
}
.cufon-active #blog h2 {
  margin-bottom: -5px;
}
/* end cufon */

/* events */
#events a {
	display: inline-block;
	margin-right: 10px;
}

/* side */
#side {

}
#side > div {
	margin-bottom: 30px;
}

#contact {
  padding-top: 20px;
  font-weight: bold;
  font-size: .75em;
}
