﻿body {
  padding: 0;
  margin: 0;
  background: #CCFFFF url(images/bg.png) repeat-x;
  font-family: "Consolas" , "Consolas" , Consolas, Consolas, Consolas;
  font-size: 12px;
  color: #000000;

}

a {
  color: #166aac;
  text-decoration: none;
}

a:hover {
  color: #000000;
}


#page {
  width: 1100px;
  background-color:#fefefe;
  margin: 0 auto;
}

#page #header {
  background: #c0c0c0 url(images/headback.jpg);
  height: 169px;
  display: block;

}

#page #header #top {
  display: block;
  height: 133px;
}

#page #header #top #logo {
  width: 161px;
  height: 46px;
  background-image: url(images/logo.gif);
  display: block;
  margin: 8px 0 0 16px;
  float: left;
}

#page #header #top #title {
 font-family: Consolas;
  font-weight: bold;
  letter-spacing: 0;
   margin: 27px 0 0 290px;
  font-size: 26pt;
  color:#fefefe;
}

#page #header #top #slogan {
  display: block;
  margin: 12px 0 0 290px;
  float: left;
  font-size: 16px;
  font-weight: bold;
  color: #fefefe;
  font-family: Consolas;
}
#page #header #top #myrss #rssimg{
	background-image:url(images/rssimg.png);
	background-repeat:no-repeat;
	float:right;
	width:147px;
	height:128px;
}
#page #header #menu {
  display: block;
  height: 25px;
}

#page #header #menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#page #header #menu ul li {
  float: left;
}

#page #header #menu ul li a {
  color: #fefefe;
  text-decoration: none;
  font-size: 13px;
  padding: 4px 14px;
  display: inline-block;
}

#page #header #menu ul li a:hover {
  color: #fefefe;
  background-color:#375a7a;
}

#page #pagebottom {
  background-image: url(images/page-bottom2.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  height: 23px;
}

#page #content {
  border-left: 5px solid #375a7a;
  border-right: 5px solid #375a7a;
  display: block;
  background-image:url(images/contentback.jpg);
}

#content #leftpanel {
  width: 845px;
  float:left;
  background-color: #fefefe;
  display: block;
  border-right: 5px solid #375a7a;
}

#content #sidepanel {
  width: 240px;
  float: right;
  display: block;
  background-color:#c8ddf4;
}

#page #footer {
  display: block;
  height: 30px;
  background:#eaf3fd url(images/footer.png) no-repeat bottom;
  text-align: center;
  padding-top:20px;
}

#page #footer .content {
  padding-top: 7px;
  font-weight: bold;
  font-size: 10px;
  color: #375a7a;
}

#page #footer .content a {
  color: #CCFFFF;
}

.padding10 {
  padding:10px;
  display: block;
}

.post .title {
  margin: 0;
  padding: 0;
  background: url(images/Silverlight.png) no-repeat left center;
  padding-left: 30px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #375a7a;
  margin-bottom: 5px;
}

.post .titlehead {
  position: relative;
  display: block;
  margin-bottom: 5px;
}

.post .date {
  background: url(images/date.png) no-repeat left center;
  float: right;
  width: 50px;
  height: 38px;
  position: absolute;
  right: 6px;
  top: -4px;
  text-align: center;
  color: #000000;
  line-height: 16px;
  padding-top: 3px;
}

.post .header {
  display: block;
  border-bottom: 1px #375a7a solid;
  margin-bottom: 5px;
}

.post .terms {
  padding: 5px;
  border: 4px solid #375a7a;
  margin-top: 15px;
  margin-bottom: 25px;
  line-height: 20px;
}

.post .terms span {
  padding-left: 22px;
  font-weight: bold;
  background-image: url("images/tags.png");
  background-repeat: no-repeat;
}

h2 .title {
  margin: 0;
  padding: 0;
  background: url(images/Silverlight.png) no-repeat left center;
  padding-left: 30px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #375a7a;
  margin-bottom: 5px;
}

.title h2 {
  margin: 0;
  padding: 0;
  background: url(images/Silverlight.png) no-repeat left center;
  padding-left: 30px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #375a7a;
  margin-bottom: 5px;
}

.post .title a {
  text-decoration: none;
  color: #375a7a;
}

.post .entry {
}

/* Comment Form */
.table {
  width: 100%;
  display: block;
}

.table .tr {
  margin-bottom:8px;
}

.table .tdleft {
  font-weight: bold;
  width: 20%;
}

.table .tdright {
  width: 80%;
}

.table .inputtext {
  width: 250px;
}

.table .inputtextarea {
  width: 250px;
  height: 100px;
}

/*Comment*/

.comment {
  display: block;
  margin-top: 18px;
}
.comment .title {
  border: 4px solid #eaf3fd;
  padding: 4px;
  position: relative;
  padding-left: 76px;
}
.comment .avatar {
  border: 4px solid #eaf3fd;
  padding: 3px;
  float: left;
  position: absolute;
  top: -18px;
  left: 5px;
  background-color: #eaf3fd;
}
.comment .avatar img {
  width: 48px;
  height: 48px;
  display: block;
}

.comment .title .right {
  padding: 2px 5px;
  color: #375a7a;
  font-size: 10px;
  float: left;
  position: absolute;
  top: -11px;
  right: 5px;
  background-color: #eaf3fd;
}

.comment .content {
  display: block;
  background-color: #eaf3fd;
  margin-left: 76px;
  padding: 20px;
  text-align: left;
}

/* Sidebar */

.widget {
  display: block;
  width: 240px;
  padding: 3px 0 0 0px;
  background-color:#c8ddf4;
  float:right;
}
.widget .title {
  height: 32px;
  padding: 7px 0 0 10px;
  background: url(images/sidebar-title.gif) no-repeat;
  font-size: 12px;
  color: #FFFFFF;
}
.widget .title span {
}
.widget .content {
  padding: 0 8px 8px 8px;
}
.widget .content span {
}

.widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
}

.widget ul li {
  font-size: 12px;
}

.widget ul li a {
  border-bottom: 1px solid #375a7a;
  color:#000000;
  display: block;
}

.widget ul li a:hover {
	color:#375a7a;
	padding-left:5px;
	}
/**************************
		PAGING
**************************/

.paging {
  padding-top: 25px;
  display: block;
}

.paging a {
  display: inline;
  padding: 3px 6px;
  margin-right: 5px;
  background-color: #375a7a;
  border: 1px solid #375a7a;
  margin-bottom: 4px;
  float: left;
  color: #ffffff;
}

.paging a:hover {
  background-color: #fefefe;
  text-decoration: none;
  color: #375a7a;
}

.paging span {
  border-bottom: 3px solid #375a7a;
  display: inline;
  padding: 3px 6px 0px 6px;
  margin-right: 5px;
  margin-bottom: 4px;
  float: left;
}



/* Comment Form */
.table {
  width: 100%;
  display: block;
}

.table .tr {
}

.table .tdleft {
  width: 20%;
}

.table .tdright {
  width: 80%;
}

.table .inputtext {
  width: 250px;
}

.table .inputtextarea {
  width: 250px;
  height: 100px;
}

/**************************
		CALENDAR
**************************/

.calendar
{
 margin:0 auto;
 width:90%;
}
.calendar .header
{  
 background-color:#205a97;
 border:1px solid #205a97;
 font-weight:bold;
 color:#ffffff;
}
.calendar .day
{
 border:1px solid #205a97;
}
.calendar .nextprev
{
 border:1px solid #205a97;
 text-align:center;
 background-color:#205a97;
 color:#ffffff;
}
.calendar .nextprev a
{
 width:100%;
 display:block;
 font-family:century;
 text-decoration:none;
 background-color:#205a97;
 color:#ffffff;
}
.calendar .nextprev a:hover
{
	color:#ffffff;
 background-color:#4b8abc;
}
.calendar .today
{
 background-color:#375a7a;
 color:white;
 border:1px solid #205a97;
}
.calendar .weekend
{
 border:1px solid #205a97;
 background-color:#a9d4f7;
}
.calendar .dayheader
{
 border:1px solid #205a97;
 background-color:#4b8abc;
 color:#ffffff;
}

.smallicon {
  width: 20px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background: url(images/iconsmall.gif) no-repeat;
}

/*********************
    RELATED POSTS
*********************/

.relatedposts {
}
.relatedposts .title {
  margin: 0;
  padding: 0;
  background: url(images/Silverlight.png) no-repeat left center;
  padding-left: 30px;
  font-size: 18px;
  padding-bottom: 3px;
  border-bottom: 1px solid #375a7a;
  margin-bottom: 5px;
}
.relatedposts .contents {
  margin-bottom: 10px;
}
.relatedposts .contents ul {
  margin: 0 20px;
}

.search-text {
  padding: 10px;
  background: #fefefe;
  border-bottom: 1px solid #375a7a;
}

.searched-text {
  background: #FFFF00;
}
