html, body {
height:100%;
font-family:arial, sans-serif;
font-size:12px;
color:#3c012c
}

a {
color:#7a6129;
text-decoration:none;	
}

a:hover {
text-decoration:underline;
}

p {
margin-bottom: 15px;
}

.available-from {
	font-size:14px;
	float:right;
	font-weight:bold;
	margin:15px 0 20px 0;
}

.available-from a{
	font-weight:normal;
	padding-left:2px;
}

.tags {
	line-height:25px;
	padding:0 15px;
	height:25px;
	width:446px;
	background:#eee;
	clear:both;
}

.tags li {
	display:inline;
}

#wrapper {
height:auto;
min-height:100%;
}

#wrapper, #foot-wrap {
position:relative;
width:855px;
margin: 0 auto;
}

#header {
height:165px;
}

#search {
padding-left:680px;
margin-top:35px;
margin-bottom:25px;
height:18px;
}

#search input[type='text'] {
border: 1px solid #7a6129;
height: 16px;
color: #7a6129;
width: 145px;
float:left;
}

#header h1 {
font-family: "calluna-1","calluna-2", "Book Antiqua";
font-size:60px;
color:#3c012c;
}

#header a:hover{
	text-decoration:none;
}

#header ul {
float:right;
}

#header ul li a {
font-family: "calluna-1","calluna-2", "Book Antiqua";
text-decoration:none;
font-size:36px;
line-height:85px;
color:#7a6129;
}

#header ul li {
display:inline;
padding-left:25px;
}

.title-block a{
color:#3c012c;;
text-decoration:none;
}

.title-block h2 {
font-size: 26px;
line-height: 26px;
color:#3c012c;
}

span.date {
font-size: 18px;
color:#3c012c;	
}

.title-block {
float:left;
margin-right:10px;
text-transform:lowercase;
width:226px!important;
height:auto;
min-height:60px;
}

.post-block{
clear:right;
float:left;
width:476px;
padding:0 0 30px 0;
height:auto;
}

.post-block img {
margin-bottom:10px;
}

.photo, .audio, .regular, .video {
clear:both;
height:auto;
}

.tk-calluna {
font-family: "calluna-1","calluna-2", "Book Antiqua";
}


#content {
padding-bottom:35px;
}

#footer {
clear:both;
background: #2F0929;
height:150px;
width:100%;
color:#fdfdec;
padding-top:30px;
overflow:hidden;
}

#footer h2{
font-size:24px;
}

#footer p {
	margin:5px 0 0 0;
	line-height:16px;
}

#footer .column {
	width:170px;
	margin-right:70px;
	float:left;
}
#footer .last{
	margin-right:0;
	margin-left:-45px;
}
#footer a {
	display:block;
	color:#fdfdec;
	text-decoration:none;
	line-height:16px;
}
#footer a:hover {
	text-decoration:underline;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
