@charset "UTF-8";
/* CSS Document */

#content {
    padding: 0px;
	
}
.firstheader {
  margin-top: 0;
}

.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}

.kwicks li {
	display: block;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
}



#postlistbox {
	float: left;
	width: 960px;
	height: 400px;
	overflow: hidden;
	position: relative;
}

.postlistwrapper, .postwrapper {
	width: 943px;
	height: 400px;
	float: none;
	left: 7px;
	top: 0px;
	position: absolute;
}


.postlistpage {
  overflow: hidden;
}

.postlist {
  float: left;
}
.postlistwrapper ul {
     margin:0px;
	 padding:0px;
	 float: left;
}
.postlist li {
	float: left;
	width: 182px;
	height: 400px;
	margin-right: 5px;
	position: relative;
}

.postmetadatabox {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 500px;
	height: 130px;
	overflow: hidden;
}

.postmetadata {
	position: absolute;
  top: 120px;
  left: 0px;
  width: 480px;
}
.postmetadata p {
	display:hidden!important;
}

.entry {
	position: absolute;
	top: 20px;
	left: 0px;
	width: 537px;
	height: 335px;
}

.entry .multiimg {
  margin: 10px;
}

.entry .imgbox {
	position: absolute;
	left: 10px;
	top: 0px;
	width: 537px;
	height: 365px;
	overflow: hidden;
}

.bespokeImg {
	z-index: 1;
	
}

.bespokeMessage {
	position: absolute;
	left: 108px;
	top: 200px;
	z-index: 2;
	width: 410px;
}

.bespokeMessage p strong {
	display: block;
	font-size: 36px;
	line-height: 36px !important;
	color: #FFF;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	-webkit-transform: rotate(5deg); 
	-moz-transform: rotate(5deg);	
}

.entry img {
  position: absolute;
  left: -100px;
  top: 0;
}

.postwrapper .entry {
  width: 536px;
}

.postmetadata {
  margin-left: 10px;
}

.postmetadata h3 {
	color:#FFFFFF;
	font-size: 32px;
	padding-bottom: 4px;
	padding-top: 15px;
	letter-spacing: -1px;
	
}

.postmetadata p {
  font-size: 12px;
  color:#000000;
  display:none!important;
}

.postlistwrapper h2 {
  display: none;
}

