
img{border: 0;display: block;}

	/* Wrapper */
@media all {
  #wrapper {
    font: small tahoma, "Bitstream Vera Sans", "Trebuchet MS", "Lucida Grande", lucida, helvetica, sans-serif;
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 98%;
    text-align: left;
    background: #FFF;
    font-size:80%;
    }
  }
@media handheld {
  #wrapper {
    width: 90%;
    }
  }

        /* Header */

#blog-header	{
	color: #f9f05f;
        background: #9a7a9f;
	margin: 0 auto;
	padding: 0 0 15px 0;
	border: 0;
	}

#blog-header h1	{
        color:#FFF;
	font-size: 24px;
	text-align: left;
	padding: 15px 20px 0 20px;
	margin: 0;
	}

#blog-header a {
        color:#FFF;
 }
	
#blog-header p	{
	font-size: 110%;
	text-align: left;
	padding: 3px 20px 10px 20px;
	margin: 0;
	line-height:140%;
	}

	
	/* Inner layout */

#blogcontent { padding: 0 10px; }

@media all {
  #main {
    width:63%;
    max-width: 600px;
    min-width: 300px;
    float: left;
    }

  #sidebar  {
    width:33%;
font-size:80%;
    margin-left:2%;
    max-width: 300px;
    float: right;
    }
  }
@media handheld {
  #main {
    width: 100%;
    float: none;
    }

  #sidebar  {
    width: 100%;
    float: none;
    }
  }

        /* 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 {
	font-weight : bold; 
	text-decoration : none;
	color: #003399;
	background: transparent; 
	}

a:visited {
       font-weight : bold; 
	text-decoration : none;
	color: #993366;
	background: transparent;        
}

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

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

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

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

h2	{
	font-size: large;
       color: #5a6e6d;
	}

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

ul	{
	margin: 0 0 25px 0;
	}


li	{
	line-height: 160%;
	}

#sidebar ul 	{
	padding-left: 20px;
	padding-top: 3px;
	}

#sidebar ul li {
	vertical-align: top;
	padding: 0;
	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 #8b2;
	}
		
#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_son/commentbug.gif) top left no-repeat;
	color: #998;
	}

#comments dl dd	{
	padding: 0;
	margin: 0;
	}
.deleted-comment {
  font-style:italic;
  color:gray;
  }
.comment-link {
  margin-left:.6em;
  }

  /* Plus specific layout*/

#top{
  background: #83a49b;
  height: 100px;
}

#topcontent {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 80%;
	font-size: 75%;
	color: #bed1cb;
	font-weight: bold;
	}

#topcontent ul {
	position: absolute;
	right: 0px;
}
#topcontent a {
	color: #bed1cb;
}
#topcontent form {
	position: absolute;
	right: 0px;
	top: 50px;
	margin: 0px;
	vertical-align: middle;
	}

#topmenu {
	font-size: 14px;
	color: #ffffff;
	background: #5a2657;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	font-weight: bold;
	clear: both;
	border-top: solid 4px #462149;
	}

#topmenu a {
	color: #FFFFFF;
}

ul.textmenu {
	list-style: none;
	margin: 0px 0px 0px 0px;
	vertical-align: middle;
	}

ul.textmenu li {
	display: inline;
	padding: 0 1em;
	vertical-align: middle;
	width: auto;
	text-transform: lowercase;
	}

ul.textmenu li.first {
	border-left: 0px none;
	}
