@charset "utf-8";
/* CSS Document */
 h2 {
      margin: 0;
      padding: 2px;
      display: inline;
      font-weight: 200;
      font-size: 1.5em;
      letter-spacing: -1px;
    }

    h4 {
      margin-bottom: 5px;
      margin-top: 10px;
    }

    #author {
      color: #aaa;
      font-size: .7em;
      margin: 2px;
    }

    #container {
	padding: 15px;
	width: 100%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #eee;
	border-right-color: #aaa;
	border-bottom-color: #aaa;
	border-left-color: #eee;
    }

    #comment {
      font-size: .7em;
      margin-top: 10px;
      font-family: helvetica, verdana, sans-serif;
    }

    #bookmarks {
	width: 180px;
	font-size: 0.8em;
	padding: 5px;
	text-align: left;
	border-top: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	height: 400px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	overflow: auto;
    }

    #col1 {
	float: left;
	width: 800px;
	height: 600px;
    }

    #col2 {
	float: left;
	padding-left: 15px;
	width: 200px;
    }

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