/* clear stuff */
* {
margin: 0;
padding: 0;
border:none;
}

a img {
border:none;
}

.clear {
	clear:both;
	font:1px/1px normal sans-serif;
}

/* done clearing stuff */

body {
font-family: Helvetica, Arial, sans-serif;
font-size:12px;
line-height:16px;
font-weight:normal;
color:#000;
background:#FFF;
}

p {
	margin-bottom:16px;
}

a {
	color:#FFF;
	background:#000;
	text-decoration:none;
}

a.specialLink {
	color:#000;
	background:#FFF;
	text-decoration:none;
}

a:hover,
.categories a:hover {
	color:#FFF;
	background:#666;
	margin-bottom:0;
}

.categories a {
	color:#000;
	background:#FFF;
	text-decoration:none;
	margin-left:10px;
}

h1 {
	height:37px;
	font-size:32px;
	line-height:36px;
	font-weight:normal;
	color:#FFF;
	background:#000;
	margin-bottom:1px;
}

#posts .post .center h1 {
	display:inline;
}

h1.color0 a { background:rgb(0,0,0); }
h1.color1 a { background:rgb(255,178,206); }
h1.color2 a { background:rgb(61,121,159); }
h1.color3 a { background:rgb(223,214,0); }
h1.color4 a { background:rgb(147,7,26); }
h1.color5 a { background:rgb(142,227,225); }
h1.color6 a { background:rgb(47,48,32); } 
h1.color7 a { background:rgb(0,13,143); }
h1.color8 a { background:rgb(0,23,56); }
h1.color9 a { background:rgb(66,89,44); }
h1.color10 a { background:rgb(140,255,0); }
h1.color11 a { background:rgb(179,107,133); }
h1.black a { background:rgb(0,0,0); }


h2 {
	display:inline;
	font-size:15px;
	line-height:19px;
	font-weight:normal;
	color:#FFF;
	background:#000;
	margin-right:5px;
}

#page {
	width: 900px;
	margin:50px auto;
	text-align:left;
}

#header {
	clear:both;
	border-bottom:50px dotted #FFF;
}

.headerblock h2 {
	float:left;
}
.headerblock h2 a {
	padding:1px 0;
}

.headerblock .postbody {
	display:block;
	border-top:3px dotted #FFF;
}
.header {
	display:none;
}

#posts {
	clear:both;
}

#footer {
	clear:both;
	border-top:50px dotted #FFF;
}

.post {
	clear:both;
	border-bottom:10px dotted #FFF;
}
#footer .post {
	border:none;
}
#footer h2 {
	line-height:17px;
}

.left {
	float:left;
	width:90px;
	margin-right:10px;
	text-align:right;
}

.center {
	float:left;
	width:700px;
	border-bottom:1px dotted #FFF;
}

.image {
	border-bottom:16px dotted #FFF;
}

.columnized {
	width:700px;
	margin-top:4px;
}
.dontcolumnize {
	margin-top:18px;
}
.columnized div {
	width:349px;
	float: left;
	padding-right: 10px;
	margin:0;
	/* padding-right:10px; */
}

.columnized div p,
.dontcolumnize div p {
	margin-bottom:16px;
}

.postbody { margin-bottom:40px; }
#header .postbody { margin-bottom:0; }
.postbody p {margin:0; }
#footer .postbody { margin-bottom:4px; }

#disclaimer {
	text-align:center;
	margin:50px auto;
}

/* Slideshow */
.ike-slideshow {
width:700px;
overflow:hidden;
}
.ike-slideshow ul {
margin: 0px;
padding: 0px;
list-style: none;
background:#FFF;
}
.ike-slideshow ul li {
display: none;
margin: 0px;
padding: 0px;
list-style: none;
height: inherit;
line-height: inherit;
}
.ike-slideshow ul li.first {
display: block;
}
.ike-slideshow-image {
text-align: left;
padding: 0px;
font-size: 1px;
letter-spacing: 0;
}
.ike-slideshow-info {
	display:none;
}
.ike-slideshow-caption {
	display:none;
}
.ike-slideshow-pagination {
	display:none;
}
.ike-slideshow img {
border: 0px;
padding: 0px;
display: inline;
margin: 0px;
}
.ike-slideshow-controls {
position:relative;
top:-22px;
left:0;
text-align: right;
}
.ike-slideshow-controls a {
padding: 2px 10px;
margin: 5px;
color: #FFF;
font-size: 12px;
background: #000;
}



