/*
THEME NAME: Schematic-v.1
THEME URI: http://schematicmanual.com
*/
/* begin Page */
.body
{
  margin: 0 auto;
  padding: 0;
  font-size: 62.5%; /* Resets 1em to 10px */
  font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.post { 
	background-color: #fff; 
	font-weight:normal; 
	padding: 0 5px 0 5px; 
	
}
.post h1 {
	color: #2E2E2E;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-top: 0;
	font-weight:bold; 
    margin-bottom: 2px;
}
.post h2 {
	color: #2E2E2E;
	text-decoration: none;
	font-size: 14px;
	text-align: left;
	padding-top: 0;
	font-weight:bold; 
    margin-bottom: 2px;
}
.entry {
padding: 0 5px 0 5px;
}
.Main{
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;

}
/* begin Box, Sheet */
.Sheet {
  min-width:19px;
  min-height:19px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 800px;
}
.Sheet-body {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 11px;
  text-align: left;
}
.Sheet-cc {
  position: absolute;
  overflow:hidden;
  z-index: -2;
  top: 17px;
  left: 17px;
  right: 17px;
  bottom: 17px;
  background-color: #fff;
}
.Sheet{
  margin-top: 2px !important;
  margin-bottom: 5px;
  padding: 0 0 1em 0;
}
/* end Box, Sheet */
/* begin Header */


div.Header {
  margin: 0 auto;
  position: relative;
  width: 769px;
  height: 100px;

  }
div.Header  div{
  width: 100%;
  height: 125px;
  text-align: left;
  }
/* end Header */
/* begin Logo */
.logo{
  position: relative;
  left: 10px;
  top: 23px;
}
.logo td{
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.logo-name h1{
  font-size: 30px;
  margin: auto;
  padding-left: 5px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial;
  text-decoration: none;
}
.logo-name a{
  text-decoration: none;
  color: #2E2E2E !important;
}
.logo-text{
	padding-left: 5px; 
	font-size: 16px;
	color: #6E6E6E; 
	font-style:italic; 
	text-transform:lowercase;
}
span#blogTitle {
 font-size: 20px;
  margin: auto;
  padding-left: 5px;
  font-weight: bold;
  font-family: Tahoma, Verdana, Arial;
  text-decoration: none;
}
span#blogTitle a {
    color: white;
    text-decoration: none;
}
span#blogTitle a:hover {
    text-decoration: none;
}
/* end Logo */
/* begin Menu */
.menu, .menu ul{
  margin: 0;
  padding: 0;
  border: 0;
  list-style-type: none;
  display: block;
}
.menu li{
  margin: 0;
  padding: 0;
  border: 0;
  display: block;
  float: left;
  position: relative;
  z-index: 5;
}
.menu li:hover{
  z-index: 10000;
  white-space: normal;
}
.menu li li{
  float: none;
}
.menu ul{
  visibility: hidden;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
}
.menu li:hover>ul{
  visibility: visible;
  top: 100%;
}
.menu li li:hover>ul{
  top: 0;
  left: 100%;
}
.menu:after, .menu ul:after{
  content: ".";
  height: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  clear: both;
}
.menu, .menu ul{
  min-height: 0;
}
.menu ul{
  background-image: url(images/spacer.gif);
  padding: 10px 30px 30px 30px;
  margin: -10px 0 0 -30px;
}
.menu ul ul{
  padding: 30px 30px 30px 10px;
  margin: -30px 0 0 -10px;
}
.nav{
  position: relative;
  margin: 0  auto;
  width: 769px;
  height: 32px;
  z-index: 100;
}
.menu {
  padding: 6px 3px 0px 3px;
}
.nav .l, .nav .r, .nav .r div {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 32px;
}
.nav .l {
  left: 0;
  right: 0px;
}
.nav .r {
  right: 0;
  width: 0px;
}
.nav .r div{
  width: 769px;
  right: 0;
}
.nav .l, .nav .r div {
  background-position: left top;
 background-image: url('images/nav.png');

}
/* end Menu */
/* begin MenuItem */
.menu ul li{
  clear: both;
}
.menu a , .menu a span{
  height: 26px;
  display: block;
}
.menu a{
  cursor: pointer;
  text-decoration: none;
  margin-right: 3px;
  margin-left: 3px;

}
.menu a{
  background-image: url('images/item-left.png');
  background-position: left top;
  background-repeat: no-repeat;
}
.menu a span{
  background-image: url('images/item-right.png');
  background-position: right top;
  background-repeat: no-repeat;
}
.menu a span span{
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  color: #2e2e2e;
  padding: 0 15px;
  margin: 0 10px;
  line-height: 26px;
  text-align: center;
  background-color:#fff;
}
.menu a:hover{
  background-position: left -26px;
}
.menu li:hover>a{
  background-position: left -26px;
}
.menu li:hover a span{
  background-position: right -26px;
}
.menu a:hover span{
  background-position: right -26px;
}
.menu a:hover span span{
  color: #fff;
  background-position: left -26px;
}
.menu li:hover a span span{
  color: #fff;
  background-position: left -26px;
}
.menu a.active{
  background-position: left -52px;
}
.menu a.active span{
  background-position: right -52px;
}
.menu a.active span span{
  color: #1F2009;
  background-position: left -52px;
}
/* end MenuItem */
/* begin MenuSubItem */
.menu ul a {
  text-align: center;
  height: 23px;
  line-height: 23px;
  margin-right: auto;
  width: 188px;
  background-image: url('images/subitem-bg.png');
  background-position: left top;
  background-repeat: repeat-x;
  border-width: 0px;
  border-color: #848484;
}
.nav ul.menu ul span, .nav ul.menu ul span span{
	display:inline;
	float:none;
	margin:inherit;
	padding:inherit;
	background-image:none;
	text-align:inherit;
	text-decoration:inherit;
}
.menu ul a , .nav ul.menu ul span, .nav ul.menu ul span span{
	line-height: 23px;
	color: #848484;
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}
.menu ul ul a{
  margin-left: auto;
}
.menu ul li a:hover{
  color: #848484;
  border-color: #848484;
  background-position: 0 -23px;
}
.menu ul li:hover>a{
  color: #848484;
  border-color: #848484;
  background-position: 0 -23px;
}
.nav .menu ul li a:hover span, .nav .menu ul li a:hover span span{
  color: #848484;
}
.nav .menu ul li:hover>a span, .nav .menu ul li:hover>a span span{
  color: #848484;
}
/* end MenuSubItem */
/* begin Button */
button.Button, a.Button{
  border: none;
  padding: 0;
  margin: 0;
  background: none;
  font-size: 100%;
  font-family: inherit;
  line-height: inherit;
  display: inline-block;
  overflow: visible;
  width: auto;
  cursor: default;
  white-space: normal;
  text-decoration: none;
}
.Button .btn {
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  z-index: 0;
  height: 20px;
}
.Button .t{
  height: 20px;
  line-height: 20px;
  padding: 0 9px;
  text-align: left;
  font-family: Tahoma, Verdana, Arial;
  font-size: 9px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #fff;
}
.Button .active{
  color: #FFFFFF;
}
.Button .hover {
  color: #E1E1D6;
}
.Button .active .r {
  top: -54px;
}
.Button .hover .r {
  top: -27px;
}
.Button .r {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width: 6px;
  height: 81px;
}
.Button .r span{
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  right: 0;
  width:409px;
  height: 81px;
}
.Button .active .l {
  top: -54px;
}
.Button .hover .l {
  top: -27px;
}
.Button .l {
  display: block;
  position: absolute;
  overflow: hidden;
  z-index: -1;
  top: 0;
  left: 0;
  right: 6px;
  height: 81px;
}
.Button .l, .Button .r span  {
 background-image: url('images/nav1.png');
}
/* end Button */
/* begin Box, Block */
.Block {
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.Block-body {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0;
  text-align: left;
}
.Block{
  margin: 5px;
}
.Block table.table{
  border-collapse: collapse;
  margin: 1px;
}
.Block table.table th, .Block table.table td{
  padding: 2px;
  border: solid 1px #C5C5AF;
}
/* end Box, Block */
/* begin BlockHeader */
.BlockHeader{
  position: relative;
  overflow: hidden;
  height: 24px;
  z-index: 0;
  line-height: 20px;
  padding: 0 5px;
  margin-bottom: 0px;
  text-align: left;
  color: #fff;
  font-family: Tahoma, Verdana, Arial;
  font-size: 13px;
  font-weight: bold;
  font-style: normal;  
  text-decoration: none;
}
.BlockHeader .l, .BlockHeader .r, .BlockHeader .r div {
  top: 0;
  position: absolute;
  z-index: -1;
  overflow: hidden;
  height: 24px;
}
.BlockHeader .l {
  left: 0;
  right: 4px;
}
.BlockHeader .r {
  right: 0px;
  width: 4px;
}
.BlockHeader .r div{
  width: 769px;
  right: 0;
}
.BlockHeader .l, .BlockHeader .r div {
  background-position: left top;
  background-image: url('images/nav1.png');
}
/* end BlockHeader */

/* begin Box, BlockContent */
.BlockContent {
  min-width:1px;
  min-height:1px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  z-index: 0;
  background-color:#fff;
}
.BlockContent-body {
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 5px;
  text-align: left;
  color: #2E2E2E;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: normal;
  font-style: normal;  
  text-decoration: none;
}
.BlockContent a:link{
  color: #2E2E2E; 
  text-decoration: none;
}
.BlockContent a:visited{
  color: #2E2E2E;
  text-decoration: none;
}
/* end Box, BlockContent */
/* begin LayoutCell */
.contentLayout .content{
	position: relative;
	margin-top:5px;
	margin-bottom:-1px;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width:60%;
	background-color:#e6e6e6;
}

.contentLayout .sidebar1{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 20%;
	
}
.contentLayout .sidebar2{
	position: relative;
	margin:0;
	padding:0;
	border:0;
	float: left;
	overflow: hidden;
	width: 20%;
}
/* end LayoutCell */
.sidebar1 ul, .sidebar2 ul, .sidebar3 ul{
   list-style: none;
   padding:0;
   margin:0;
   background-color:#d8d8d8;
}
.sidebar1 ul ul, .sidebar2 ul ul, .sidebar3 ul ul{
   padding:0 0 0 10px;

}
/* FOOTER */
#footer{
color:#e6e6e6;
font-size:9px;
padding:5px;  
text-align:justify;
width:98%;
clear:right;
border-bottom: 1px solid #585858;
font-family:tahoma;
background-color: #848484;
}
#footer a:hover{
color: #000000;
}
#footer a,#footer a:link{
color:#e6e6e6;
margin-bottom:3px;
text-decoration: none;
}
/* end FOOTER */

.aligncenter, div.aligncenter{
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.wp-caption{
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
}
.wp-caption img{
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p.wp-caption-text{
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
.commentlist li .avatar{
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}
#commentform textarea{
	width: 90%;
	padding: 2px;
}
.hidden{
	display: none;
}
/* Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}
#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}
#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;}
#wp-calendar a {
	display: block;
}
#wp-calendar caption {
	text-align: center;
	width: 100%;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}
