img {
   behavior: url("http://blog.usrbin.de/plugin/pngbehavior.htc");
}
/* templates/usrbin/style.css  */
/*  
Theme Name: Plain Vanilla
Description: Plain Vanilla theme for WordPress. Ported to Serendipity.
Version: 1.0
Author: Chetan Kunte. Port by Jason Levitt
Author URI: http://ckunte.com/

7
13
20
33

53
53

106
159
266
425
691


*/

*
{
	border:0;
	padding:0;
	margin:0;
}

/* page layout */
body, html {
	background: #141414; /*url('templates/usrbin/images/bg_col1.png') repeat-y top center;*/
    border:0px none;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

#container {
    width:585px;
    border:0px none;; 
    padding: 53px;
    background: #111;
}


#content {
    position:relative;
    float:left;
    margin-left: 0;
    width:425px;
    text-align:left;
}

#sidebar {
    position:relative;
    width: 133px;
    font-size: 11px;
    line-height: 17px;
    margin: -53px 0 -53px 478px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color:#1c1c1c;
    background: #1c1c1c;
    padding: 0 13px 0 13px;
}

#sidebar LI {
    list-style-type: none;
}

#sidebar A {
    color: #666;
    text-decoration: none;
}

#serendipityQuickSearchTermField
{
	width: 70px;
}
.quicksearch_submit
{
	width: 20px;
}
#serendipity_comment TD
{
	padding: 2px;
}
SMALL, #serendipity_comment TD
{
	font-size: 10px;
}

p.postmetadata
{
	border-width: 0px 0 0;
	border-style: dotted;
	border-color: #333;
	margin: 0;
	padding: 13px 0 0;
	Xbackground: #000;
}

p.postmetadata, .serendipity_freeTag,
.postmetadata A, .serendipity_freeTag A
{
	color: #666;
}







A{
	color: #fff;
}
A:hover, #sidebar A:hover, .postmetadata A:hover{
	color: white;
	background: #f0f;
}


H1
{
	color: #fff;
	margin: 0 0 7px;
	font-size: 20px;
	font-weight: normal;
}
H2, H2 A
{
	margin: 53px 0 20px;
	color: #f0f;
	font-size: 20px;
	font-weight: normal;
}
H3, H3 A
{
	margin: 53px 0 13px;
	color: #666;
	font-size: 20px;
	font-weight: normal;
}
H3 A {
	text-decoration: none;
}
H4
{
	margin: 0;
	color: #f0f;
	font-size: 11px;
	font-weight: normal;
}



INPUT, SELECT, TEXTAREA
{
	background: #333;
	color: #fff;
	padding: 0.25em;
	font-family: Arial;
	font-size: 12px;
}















.clearfix:after {
    content: ".";
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
div.linklist span.menu_title {
}

div.linklist {
      padding: 0px;
      margin: 0px;
      text-align: left;
	font-size: 11px;
	color: #666;
	white-space: nowrap;
	direction: ltr;
}
div.linklist ul {
      list-style: none;
      margin: 0px;
      padding: 0px;
      text-align: left;
	white-space: nowrap;
}

div.linklist li {
      margin: 0px;
      padding: 0px;
	white-space: nowrap;
	font-family: Arial, Helvetica, sans-serif;
	white-space: nowrap;
}


div.linklist img {
	border: 0px;
	vertical-align: middle;
}
div.linklist a.folder {
	text-decoration: none;
}
div.linklist a.link {
	text-decoration: underline;
}
div.linklist a:hover {
	color: #333;
}