/* -- Tantek Celik undohtml -- */
:link,:visited { text-decoration:none }
ul,ol { list-style:none }
p,h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input, div, dl, dl dt, dl dd { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
table{border-collapse: collapse;}
/* end of undo */

ul ul, ul ol, ul dl, ol ul, ol ol, ol dl, dl ul, dl ol, dl dl {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

* html>body .clearfix {
	display: inline-table; 
	width: 100%;
}
	
* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
}

.clear{
	height: 0;
	clear: both;
}

.alignright{text-align: right;}
.alignleft{text-align: left;}
.aligncenter{text-align: center;}

.floatright{float: right;}
.floatleft{float: left;}

.uppercase{text-transform: uppercase;}
.lowercase{text-transform: lowercase;}
.capitalize{text-transform: capitalize;}

.vtop{vertical-align: top;}
.vmiddle{vertical-align: middle;}
.vbottom{vertical-align: bottom;}

.marginbottom{margin: 0 0 5px 0;}
.margintop{margin: 5px 0 0 0;}
.marginleft{margin: 0 0 0 5px;}
.marginright{margin: 0 5px 0 0;}

body {
	font-size: 62.5%;
	font-family: Comic Sans MS;
	text-align: center;
	color: #333333;
	background: #EFEFFF;
}

body.empty{
	background: #ffffff;
}

h1, h2, h3, h4, h5, h6{
	color: #0000CC;
	clear: both;
}

h1{font-size: 1.9em;}
h2{font-size: 1.8em;}
h3{font-size: 1.7em;}
h4{font-size: 1.6em;}
h5{font-size: 1.5em;}
h6{font-size: 1.4em;}

p{
	line-height: 1.6em;
	margin: 0 0 10px 0;
}

#wrapper{
	width: 920px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.1em;
}

/*------current post, postings------ */
#current_post{
	width: 920px;
	float: left;
	margin: 30px 0 0 0;
}

#current_post a{
	border-bottom: 1px dotted #cc0000;
	color: #cc0000;
}

#current_post a:hover{
	border-bottom: 1px solid #cc0000;
}

#current_post h1{
	width: 920px;
}

#current_post h1 a{
	border-bottom: none;
	color: #ca0000;
}

#current_post ul.postmetadata{
	float: left;
	text-align: center;
	margin: 5px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}

#current_post ul.postmetadata li{
	float: left;
	margin: 0 10px 0 0;
}

#current_post ul.postmetadata li img{
	vertical-align: middle;
	border: none;
}

#current_post .imgleft{
	float: left;
	margin: 0 10px 10px 0;
}

#current_post .imgright{
	float: right;
	margin: 0 0 10px 10px;
	border-bottom: none;
}

#current_post .imgcenter{
	text-align: center;
}

#current_post img{
	padding: 2px;
	border: 1px solid #666666;
}

#current_post .entry{
	width: 920px;
	clear: both;
	float: left;
	border-top: 1px solid #cccccc;
	padding: 10px 0 0 0;
	margin: 5px 0 0 0;
}

#current_post a.imgleft, #current_post a.imgright, #current_post a.imgcenter{
	border-bottom: none;
}

#current_post .entry ul{
	margin: 5px 0 0 30px;
}

#current_post .entry  ul li{
	list-style-type: square;
	margin: 0 0 10px 0;
}

#current_post .entry  ol{
	margin: 5px 0 0 30px;
}

#current_post .entry  ol li{
	list-style: decimal;
	margin: 0 0 10px 0;
}

#current_post .entry  blockquote{
	border-top: 1px solid #DFD56F;
	border-bottom: 1px solid #DFD56F;
	padding: 5px 20px;
	font-size: 1.3em;
	text-align: center;
	margin: 10px 100px;
}

#current_post .entry  blockquote cite{
	margin: 5px 0 0 0;
	font-size: 0.9em;
	font-style: italic;
}

code, pre{
	width: 610px;
	\width: 650px;
	w\idth: 610px;
	padding: 0 20px 20px 20px;
	font-size: 1.2em;
	line-height: 1.8em;
	font-family: Comic Sans MS;
}

/*------footer------ */
#footer{
	width: 920px;
	clear: both;
	border-top: 1px solid #cccccc;
	padding: 20px 0 0 0;
	color: #666666;
}


#footer a{
	color: #444444;
}

#footer ul{
	width: 920px;
	float: left;
}

#footer ul li.engine{
	width: 320px;
	float: left;
}

#footer ul li.copyright{
	width: 600px;
	float: right;
	text-align: right;
}

#footer ul img{
	vertical-align: middle;
}

/*------switcher------ */
#switcher{
	float: left;
}

#current_post #switcher li{
	float: left;
	list-style: none;
}

#switcher li img{
	border: none;
	padding: 0;
}

#switcher li a{
	width: 15px;
	height: 15px;
	display: block;
	float: left;
	padding: 2px;
	border-bottom: none;
}

#switcher li a:hover{
	border-bottom: none;
}

#switcher li a.on{
	border: 1px solid #cccccc;
}

