/* Start of CMSMS style sheet '2-col-home' */
#column-1 {
	float: left;
        width: 310px;
}
#column-2 {
	float: right;
        width: 670px;
}

/* Header */

#header-wrapper {
       background: #9CCE6B url(template/header-home.jpg) no-repeat top center;
}
#header {
       margin: 0 auto;
       width: 990px;
       height: 300px;
}
#header a:link {
	color: #333;
	text-decoration: none;
        border-bottom: dotted 1px #333;
}
#header a:visited {
	color: #333;
	text-decoration: none;
        border-bottom: dotted 1px #333;
}
#header a:hover {
	text-decoration: none;
	color: #66cc00;
        border: none;
}
#header-left {
        width: 435px;
        float: left;
        font-size: 14px;
        line-height: 1.5em;
        color: #333;
        text-align: justify;
        margin-top: 105px;
        padding-left: 20px;
}
#header-right {
        width: 505px;
        float: right;
        padding-right: 8px;
        position: relative;
        top: 27px;
}

/* Blog */

#blog {
  background: #fff;
  padding: 20px 20px 0 20px;
  border: 1px solid #eee;
  margin-bottom: 20px;
}
.BlogTitle {
  font-weight: bold;
  font-size: 1.1em;
}
.BlogTitle a:link {
	color: #333;
	text-decoration: none;
        border-bottom: none;
}
.BlogTitle a:visited {
	color: #333;
	text-decoration: none;
        border-bottom: none;
}
.BlogTitle a:hover {
	text-decoration: none;
	color: #66cc00;
        border: none;
}
.BlogSummary {
  padding: 1em 0;
  border-bottom: 1px dotted #ccc;
}
.BlogSummary-left {
       float: left;
       width: 545px;
}
.BlogSummary-right {
        float: right;
        width: 70px;
}
.BlogSummaryPostdate {
  color: #666;
  padding-top: 0.2em;
  font-size: 1em;
  font-style: italic;
}
.BlogSummaryCategory {
  color: #999;
}
.SummaryThumb {
  float:right;
}
.SummaryThumb img{
  border: 1px solid #ccc;
}


/* End of '2-col-home' */


/* End of '2-col-home' */

