/*
-----------------------------------------------
Blogger Template Style
Name:     Mr. Moto Rising (Ellington style)
Designer: Jeffrey Zeldman   /   Modified by Jim McIntosh
URL:      www.zeldman.com   /   www.jimmcintosh.com
Date:     23 Feb 2004       /   9 September 2004
----------------------------------------------- */
  /* Primary layout */

body	{
  margin: 0;
  padding: 0;
  border: 0;
  text-align: center;
  color: #444;
  background: #FFF url(/x103/images/outerwrapper.gif) top center repeat-y;
  font: small verdana, arial, lucida, helvetica, sans-serif;
  }
#nav {
color:#ffe;
padding: 92px 0 0 5px;
margin: 0px 0 0 0;
}
#nav a:link, #nav a:visited {
	margin: 0;
	padding: 3px 8px 3px 8px;
	color:#ffe;
	border-right: 1px solid #555;
        border-left: 1px solid #ffe;
        border-top: 1px solid #ffe;
	text-decoration:none;
	font-weight: bold;
	background-color: #ddd;
	color: #666;
	}
#nav a.here:link, #nav a.here:visited{
	margin: 0;
	padding: 3px 8px 3px 8px;
	text-decoration:none;
	border-right: 1px solid #555;
	font-weight: bold;
    background-color: #004B6C;
    color: #fff;
	}
	
#nav a:hover{
	margin: 0;
	padding: 3px 8px 3px 8px;
	text-decoration:none;
	border-right: 1px solid #555;
	font-weight: bold;
        background-color: #FF6600;
        color: #fff;
	}	
	
img  {
  border: 0;
  display: block;
  }
#sidebar img {
display: inline;
padding: 0 0 0 .6em;
}
hr{
	color: #bba;
	margin: 0 30px 0 30px;
}
  /* Wrapper */

#wrapper  {
  margin: 0 auto;
  padding: 0;
  border: 0;
  width: 749px;
  text-align: left;
  background: #fff url(/x103/images/innerwrap.gif) top right repeat-y;
  font-size:90%;
  }
  

  /* Header */

#blog-header {
  color: #fff;
  background: #fff;
  margin: 0 auto;
  padding: 0 0 0 0;
  border: 0;
height:150px;

  }
#mainblog #blog-header {
	background-image: url(/x103/images/header.gif);
}

#blog-header h1  {
  font-size: 14px;
  text-align: right;
  padding: 10px 10px 0 10px;
  margin: 0;
  }
  
#blog-header p  {
  font-size: 100%;
  text-align: right;
  padding: 3px 10px 10px 10px;
  margin: 0;
  line-height:120%;
  }

  
  /* Inner layout */

#content  {
	padding: 0 10px;
	line-height: 160%;
	min-height: 600px;
}
  
.post-body img {
	border: 1px solid #555;
	padding: 5px;
	float: left;
	margin: 4px 8px 4px 0;
}
#main  {
  width: 500px;
  float: left;
  }

#sidebar  {
  width: 180px;
  float: right;
  line-height: 150%;
  }
#sidebar p{
padding: 0 0 0 1em;
}
#site-search{
padding: 1em 0 0 1em
}

h2 .sidebar-title{
	margin: 10px;
	padding: 0;
	font-size: small;
}

h3 .sidebar-title2{
	margin: 5px;
	padding: 0;
	font-size: small;
}
  
  /* Bottom layout */


#footer  {
  clear: left;
  margin: 0;
  padding: 0 20px;
  border: 0;
  text-align: left;
  border-top: 1px solid #f9f9f9;
  background-color: #fdfdfd;
  }
  
#footer p  {
  text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: x-small;
  background-color: transparent;
  color: #999;
  }


  /* Default links   */

a:link, a:visited {
  font-weight : bold; 
  text-decoration : none;
  color: #0453E3;
  background: transparent; 
  }

a:hover {
  font-weight : bold; 
  text-decoration : underline;
  color: #0453E3;
  background: transparent; 
  }

a:active {
  font-weight : bold; 
  text-decoration : none;
  color: #0453E3;
  background: transparent;  
  }

  
  /* Typography */
  
#main p, #sidebar p {
  line-height: 135%;
  margin-top: 5px;
  margin-bottom: 1em;
  }

h2, h3, h4, h5  {
  margin: 10px 0 0 0;
  padding: 0;
  }

h2 {
  font-size: 14px;
  color: #0048FF;
  font-weight: bold;
  
  }

h3.post-title {
  margin-top: 5px;
  font-size: 13px;
  color: #FFCC00;
  }

ul  {
  margin: 0 0 1em 1em;
  }


li  {
  line-height: 135%;
list-style-position: outside;
  }

#sidebar ul   {
  padding-left: 1.5em;
  padding-top: 4px;
  }

#sidebar ul li {
  list-style: disc url(/x103/images/diamonds.gif) outside;
  vertical-align: middle;
  padding: 1px;
  margin: 0;
  }
  
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(/images/commentbug.gif) top left no-repeat;
  color: #bba;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }kground: transparent url(/images/commentbug.gif) top left no-repeat;
  color: #bba;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }  }kground: transparent url(/images/commentbug.gif) top left no-repeat;
  color: #bba;
  }

#comments dl dd  {
  padding: 0;
  margin: 0;
  }
.deleted-comment {
  font-style:italic;
  color:gray;
  }eleted-comment {
  font-style:italic;
  color:gray;
  }-comment {
  font-style:italic;
  color:gray;
  }eleted-comment {
  font-style:italic;
  color:gray;
  }mment {
  font-style:italic;
  color:gray;
  }