/*  
Theme Name: Boris Anthony
Theme URI:
Description: 
Version: 0.1
Author: Boris Anthony
Author URI: 

*/
* {
  margin: 0;
  padding: 0;
  }
body {
  background:#eee url(images/bg-fade.png) repeat-y scroll -88px 40px;
  color: #333;
  font-family: Helvetica, sans-serif;
  text-align: center;
  font-size:62.5%;
  line-height:1.5em;
  } 
a {
  color: #036;
  text-decoration: none;
  }
a:hover {
  text-decoration: underline;
  }
ul {
  list-style-type: none;
  }
/* @group Tools */
.right {
  float:right;
  }
.left {
  float: left;
  }
.clear {
  clear: both;
  }
.goodbox {
  overflow: hidden;
  width: 100%;
  }
.padit {
  padding: 0 20px 0 0;
  }
/* @end */
/* @group Layout */
#container {
  width: 972px;
  text-align: left;
  margin: 0 auto;
  background:transparent url(images/wedge.png) no-repeat scroll 0px 62px;
  }
#header {
  margin: 20px 0 50px 0;
  }
  #blogdesc {
    margin-left: 95px;
    }
  #firstcolumn {
    display: inline;
    float: left;
    width:88px;
    overflow: hidden;
    margin-right:6px;
    text-align: right;
    }
  #maincolumn {
    display: inline;
    float: left;
  	width: 526px;
    }
	#maincolumn .padit {
	  padding: 0 40px 0 20px;
	  }
  #secondcolumn {
    display: inline;
    float: left;
    width:173px;
    overflow: hidden;
    margin-right: 1px;
    margin-top:38px;
    }
  #thirdcolumn {
    display: inline;
    float: left;
    width:134px;
    overflow: hidden;
    margin-right: 1px;
    margin-top:38px;
    }
    #thirdcolumn.padit {
      padding: 0;
      }
#footer {
  margin: 40px 0 120px 0;
  }
/* @end */

.post {
  margin-bottom: 80px;
  }

/* @group Text styles */
h1, h2, h3, h4, h5, h6 {
  color: #000;
  /* font-family: georgia,"times new roman",times,serif; */
  }
h1 {
  font-size: 1.7em;
  line-height: 1.1em;
  }
h2 {
  font-size: 2em;
  line-height: 1.1em;
  margin-bottom:5px;
  }
.postMeta {
  padding-top: 2px;
  margin-bottom: 4px;
  border-top: 1px solid #ccc;
  border-bottom: 1px dotted #ccc;
  font-size: 120%;
  }
  .postMeta .container {
  	overflow: hidden;
  	width: 100%;
    }
.date {
  display: block;
  float: left;
  color: #999;
  }
.comments {
  display: block;
  float: right;
  }
.entry {
  font-size:130%;
  line-height:1.4em;
  }
.entry p {
  margin-bottom: 1em;
  }
.entry blockquote {
	border-left:20px solid #E5E5E5;
	margin:2em 0;
	padding-left:1em;
	padding-right:1em;
  }
.entry code {
  font-weight: bold;
  }
/* @end */
#calendar h3 {
  display: none;
  }
#wp-calendar {
  width: 100%;
  color: #999;
  }
#wp-calendar caption {
  /* font-family:georgia,"times new roman",times,serif; */
  font-weight: bold;
  font-size: 1.2em;
  text-align: left;
  color: #000;
  }
#wp-calendar td,
#wp-calendar th {
  }
#wp-calendar #today {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  }
/* @group Comments */
#comments,
#respondTitle {
  font-size: 12pt;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin:0 0 20px;
  padding:0.4em 0 0.2em;
  }
.commentlist {
  margin: 0 0 40px 16px;
  }
.commentlist li {
  margin: 0 0 20px 0;
  }
/* @end */
/* @group Comments Form */
#respond .contain {
  margin-bottom: 2px;
  }
#respond #comment {
  width: 90%;
  }
/* @end */
