
body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: lighter;
	color: #4C4C4C;
	margin-left: 0px;
	margin-top: 0px;
}

p{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: lighter;
	color: #4C4C4C;
}
	
li{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: smaller;
	font-weight: lighter;
	color: #4C4C4C;
	list-style-type: circle;
	}

a {
	color: #4169E1;
	text-decoration: none;
}
a:hover { 
   color: #4169E1;
   text-decoration:underline;
}
.menubarbox{border-right: 1px dashed Silver; }
.menuheading { 
	background: #003366; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	text-decoration: none; 
	border-left: 1px solid #336699; 
	border-right: 1px solid #000033; 
	border-top: 1px solid #336699; 
	border-bottom: 1px solid #000033;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
 	}
.menuheading:hover { 
	background: #003366; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	text-decoration: none; 
	border-left: 1px solid #336699; 
	border-right: 1px solid #000033; 
	border-top: 1px solid #336699; 
	border-bottom: 1px solid #000033;
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
	font-weight: bold;
 	}
.menuitem {
	background: #003366;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	text-decoration: none;
	border-left: 1px solid #336699;
	border-right: 1px solid #000033;
	border-top: 1px solid #336699;
	border-bottom: 1px solid #000033;
	width: 100%;
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: white;
}
.menuitem:hover { 
	background: #88C5FF; 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
	font-size: xx-small; 
	text-decoration: none; 
	border-left: 1px solid #336699; 
	border-right: 1px solid #000033; 
	border-top: 1px solid #88C5FF; 
	border-bottom: 1px solid #88C5FF;
	width: 100%; 
	padding-left: 25px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 1px;
	color: Black;
	}
.menuspace{ 
	height: 10 px; 
	}	

.menutable {
	background-image: url("/images/left.jpg");
	background-color: #003366;
	background-repeat: no-repeat;
}

h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #4169E1;
	margin-right: 15px;
	padding-bottom: 3px;
	border-bottom: 1px solid Silver;
	font-weight: lighter;
	font-size: large;
	letter-spacing: 6pt;
	}

/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

.floatingTable {
	background-color: #FFFFF0;
	font-size: smaller;
	font-weight: lighter;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid Silver;
	border-right: 1px solid Silver;
	font-family: Arial, Helvetica, sans-serif;
	color: #4C4C4C;

}
img {
  border-width:1 px;
  padding: 4px
}

a img {
  border-width:0;
  }


/* -- Blog ones -- */
/* Content
----------------------------------------------- */
#content {
  width:660px;
  margin:0 auto;
  padding:0;
  text-align:left;
  }
#main {
  width:410px;
  float:left;
  }
#sidebar {
  width:220px;
  float:right;
  }



/* ---- header---- */
#header{
	width: 100%;
	margin: 0px 0px 10px 0px;
	border: 1px solid Silver;
}
#blog-title {
  margin:5px 5px 0;
  padding:20px 20px .25em;
  border:1px solid #eee;
  border-width:1px 1px 0;
  font-size:150%;
  line-height:1.2em;
  font-weight:normal;
  color:#4169E1;
  letter-spacing:.2em;
  }
#blog-title a {
  color:#666;
  text-decoration:none;
  }
#blog-title a:hover {
  color:#4169E1;
  }
#description {
	margin: 0 5px 5px;
	padding: 0 20px 20px;
	border: 1px solid #eee;
	border-width: 0 1px 1px;
	font: 60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
	text-transform: uppercase;
	letter-spacing: .2em;
	color: #999;
}
/* ---- POST -----*/
.date-header {
  margin:1.5em 0 .5em;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#4169E1;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#4169E1;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#333;
  }
.post p {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Comments ----------------------------------------------- */
#comments h4 {
  margin:1em 0;
  font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }
#comments h4 strong {
  font-size:130%;
  }
#comments-block {
  margin:1em 0 1.5em;
  line-height:1.6em;
  }
#comments-block dt {
  margin:.5em 0;
  }
#comments-block dd {
  margin:.25em 0 0;
  }
#comments-block dd.comment-timestamp {
  margin:-.25em 0 2em;
  font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
#comments-block dd p {
  margin:0 0 .75em;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }

/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
  }


/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
}
.profile-img img {
	float: left;
	padding: 4px 4px 4px 4px;
	border: 1px solid #ddd;
	margin: 0 8px 3px 0;
}
.profile-data {
  margin:0;
  font:bold 60%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:60%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
