* {
	margin: 0;
	padding: 0;
}

body {
	background: #7F2B1F;
	color: #fff;
	font: 16px "Trebuchet MS", Helvetica, sans-serif;
}

a {
	color: #fff;
	text-decoration: none;
}


#header,
.content,
#footer {
	width: 900px;
	margin: 20px auto;
	text-align: center;
}

#header h1 {
	font: bold 32px;
}

.content {
	border-radius: 10px;
	color: #000;
	background-color: #fff;
}

#footer {

}

.content a {
	color: #7F2B1F;
	text-decoration: none;
}
.content a:hover {
	text-decoration: underline;
}


.index-table {
	border-collapse: collapse;
	margin: 0 auto;
}
.index-table thead th {
	font-weight: normal;
	padding: 8px 4px 4px 4px;
}
.index-table tbody td {
	width: 100px;
	height: 140px;
	text-align: center;
	padding: 4px;
}
.index-table tbody td img {
	display: block;
	border: 0;
	border-radius: 9px;
}
.index-table tfoot td {
	padding: 4px 4px 8px 4px;
}

.index-table tfoot td span {
	display: inline-block;
	font: 16px;
	margin: 0 4px;
}
.index-table tfoot td span.current {
	padding: 4px 6px;
}
.index-table tfoot td span a {
	display: inline-block;
	background-color: #7F2B1F;
	color: #fff;
	padding: 4px 6px;
	border-radius: 5px;
	text-decoration:none;
}

.post {
display: none;
}
.post-header {

}
.post-header h2 {
	font: 20px;
	padding: 8px 0 4px 0;
	font-weight: bold;
	color: #7F2B1F;
}
.post-figure  {
	text-align:center;
	width:100%;
	display:block;
	clear:both;
	margin: 4px auto;
}
.post-figure-image {
	
}
.post-figure-caption {
	text-align:left;
	font-size: 12px;
	color: gray;
	padding-left: 8px;
}
.post-figure-caption a {
	color: gray;
	text-decoration: none;
}
.post-nav {
}
.post-nav a {
	display: inline-block;
	background-color: #7F2B1F;
	color: #fff;
	padding: 4px 6px;
	border-radius: 5px;
	margin: 8px 4px;
}
.post-footer {
	text-align: right;
}
.post-footer a {
	color: gray;
	font-size: 10px;
	text-decoration: none;
	margin-right: 5px;
}
#busy-indicator {
display:none;
}
/* VIEW END */



/* GENERAL */

img {
	border:none;
}

.clickme {
	cursor:pointer;
	text-decoration: underline;
}
.clear { clear: both; }
.right { float: right; }
.left { float: left; }
.text_center { text-align: center; }
.loading {
  background: url(/img/loading_small.gif) no-repeat center center;
  width: 50px;
  height: 400px;
}
/* GENERAL */



.index table td{
	padding: 4px;

}


