body {
	background-color : #464eba;
	background-image : url(img/blue.gif);
	background-repeat : repeat-y;
	background-position : left;
}

.menu {
	color: #464eba;
}

div.main {
 width:500;
 }

div.npr {
	float: right;
  width:160;
  height:120;
  padding:10;
  border-style:solid;
  border-width:3px;
  border-color:black;
} 

div.npl {
	float: left;
  width:160;
  height:120;
  padding:10;
  border-style:solid;
  border-width:3px;
  border-color:black;
} 

div.bikepic {
	float: right;
  width:250;
  
  padding:10;
  
} 

div.pr {
	float: right;
  width:160;
  height:120;
  padding:10;
} 

div.pl {
	float: left;
  width:160;
  height:120;
  padding:10;
} 
div.photo {
 float:right;
 width:160;
 height:120;
 padding:10;
 }

a.links {
	color: yellow;
  text-decoration: none;
  font-weight: bold;
}
a:hover.links {
	color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
} 
a.menu {
	color: #464eba;
  text-decoration: none;
  font-weight: bold;
}
a:hover.menu {
	color: #cc0000;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
}

.to {
	background-image : url(img/top.gif);
	background-repeat : repeat-x;
}

.fo{
	background-image: url(img/footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	color: #FFC000;
	text-align: center;
	vertical-align: middle;
	height: 40px;
}

.sp{
	padding: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

.logo {
 font-family:Viner Hand ITC;
 }
/* Posts
----------------------------------------------- */
.date-header {
  margin:1.5em 0 .5em;
  color:black;
  }
.post {
  margin:.5em 0 1.5em;
  border-bottom:1px dotted;
  padding-bottom:1.5em;
  font-weight:bold;
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  line-height:1.4em;
  color:gold;
  }
.post-title a {
  text-decoration:none;
  color:silver;
  }
.post-title a:hover {
  color:silver;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:silver;
  }
.post-footer em, .comment-link {
  font:80% "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:grey;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  color:yellow;
  text-decoration:none;
  }
.post img {
  padding:4px;
  border:1px solid #222;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }















