body {
	margin: 0px;
	text-align: center;
	color: #3f3f3f;
	background-color: #fff;
	background-image: url(../pics/bgPtrn.jpg);
	background-repeat: repeat-x;
	font-family:Arial,Helvetica,sans-serif;
	font-size: 12px;
}

img {
	float: left;
}
  /* Wrapper */

#wrapper {
	margin: 0px auto;
	padding: 0px;
	border: 0px;
	width: 1040px;
	text-align: left;
	background-image: url(../pics/logo.jpg);
	background-repeat: no-repeat;
}


  /* Header */

#blog-header  {
position: relative;
	width: 860px;
	height: 128px;
	background-image: url(../pics/topBar.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px;
	border: 0px;
}

#blog-header h1 {
	padding: 0px;
	margin: 0px;
	text-indent: -999px;
	font-size: 10px;
}

#blog-header h1 a {
	display:block;
	height:45px;
	width:200px;
}
  
#blog-header p {
	font-size: 10px;
	position:absolute;
	padding:0px;
	margin: 0px;text-indent: -999px;
}

#blog-header .email {
	position: absolute;
	top: 79px;
	width: 860px;
	text-align:right;
	font-size: 10px;
	padding-right: 14px;
	margin: 0px 0px 0px -32px;
	background-image:url(../pics/arrow.gif);
	background-position: right;
	background-repeat:no-repeat;
}

#blog-header a {
	color: #3f3f3f;
}

#blog-header a:hover {
	color: #ff5a00;
}
  
  /* Inner layout */

#content {
	padding: 0 110px;
}

#main {
	display:inline;
	float:left;
	width: 530px;
}

#manualContent {
	margin-top: 56px;
}
	
#sidebar {
	width: 240px;
	display:inline;
	float: right;
	background-image:url(../pics/list.jpg);
	background-repeat:no-repeat;
	font-size: 14px;
	margin-top: 30px;
}
#sidebar p {
	color: #3f3f3f;
	font-size: 12px;
	padding-left: 18px;
}

#sidebar h2 {
	margin: 12px 0px 0px 12px;
	padding: 0px;
	border: 0px;
	color:#ff5a00;
}

.manual-content {
	height: auto;
	width: 240px;
	padding: 0px;
	margin: 30px 0px 0px 0px;
	text-align:center;
}

.manual-content img {
float:none;
}

.img-remove-frame {
	border: none !important;
	border-color: none !important;
	background-color: none !important;
	padding: 0px !important;
}
  
  /* Bottom layout */


#footer  {
display:inline;
float:left;
width:860px;
border-top: #adadad 1px solid;
padding: 20px 0px;
margin: 30px 90px;
text-align: center;
  }

#footer p {
	margin: 0px;
	padding: 0px;
	color:#adadad;
}
#main img {
	float: none;
	border: 1px solid;
	border-color:#ffbea6;
	background-color:#ffebd8;
	padding: 5px;
}

  /* Default links   */

a:link, a:visited, a:hover, a:active {
  font-weight : bold; 
  text-decoration : none;
  color: #3f3f3f;
  background: transparent; 
  }

a:hover {
  font-weight : bold; 
  text-decoration : none;
  color: #ff5a00;
  background: transparent; 
  }

  
  /* Typography */
  
#main p {
  line-height: 140%;
  margin-top: 5px;
  margin-bottom: 1em;
  }
  
.post-body {
padding: 30px 0px 0px 0px;
border-top:#3f3f3f solid 1px;
  line-height: 140%;
  }
  
.post-footer a:link, a:active, a:visited {
	color:  #ff5a00;
}

.post-footer {
	color:  #666;
}

h2, h3, h4, h5  {
  margin: 0px;
  padding: 0;
  }

#main h2 {
	margin-top: 40px;
}

#main h3 {
	margin-bottom: 5px;
}
.post-title a {
	colour: #3f3f3f;
}
#main h2, #main h3 {
  font-size: 18px;
  colour: #3f3f3f;
  font-weight:bold;
  }

#sidebar ul   {
	padding: 0px;
	margin: 15px 0px 0px 12px;
	line-height:22px;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}

#sidebar li {
	padding-left: 20px;
	background-image:url(../pics/bltPt.gif);
	background-repeat:no-repeat;
	background-position: center left;
}

li a:link, li a:visited, li a:active {
	color: #999;
}
  
li a:hover {
	color: #ff5a00;
}
  
/* DO NOT EDIT FROM HERE */ 
dl.profile-datablock  {
  margin: 3px 0 5px 0;
  }
dl.profile-datablock dd {
  line-height: 140%;
  }
  
.profile-img {display:inline;}

.profile-img img {
  float:left;
  margin:0 10px 5px 0;
  border:4px solid #ccb;
  }
    
#comments  {
  border: 0;
  border-top: 1px dashed #eed;
  margin: 10px 0 0 0;
  padding: 0;
  }

#comments h3  {
  margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  }  

#comments dl dt   {
  font-weight: bold;
  font-style: italic;
  margin-top: 35px;
  padding: 1px 0 0 18px;
  background: transparent url(http://www.blogblog.com/moto_mr/commentbug.gif) top left no-repeat;
  color: #bba;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.comment-link {
  margin-left:.6em;
  }