	/* Primary layout */

body	{
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #F5F5F5;
	font-size: 11pt;
	font-family: "Lucida Grande", "Trebuchet MS", sans-serif;
	letter-spacing: -0.05ex;
	}

img		{
	border: 0;
	display: block;
	}


	/* Wrapper */
@media all {
  #wrapper {
    margin: 0 auto;
    padding: 0;
    text-align: left;
    font-size:100%;
    }
  }
@media handheld {
  #wrapper {
    width: 90%;
    }
  }

        /* Header */

div#header	{
	color: #222222;
/*	background-color: #9D6BFA;*/
	background-color: #C8F96B;
	margin: 0em 0em 5em 0em;
	padding-bottom: 15px;
	font-size: 125%;
	text-align: right;
	border-bottom: 1px solid #B4E060;
border-top: 2em solid black;
	}

div#header * {
	max-width: 800px;
	text-align: right;
	margin: 0px auto;
}

div#header h1	{
	padding-top: 2.5em;
	}
	
div#header p	{
	padding: 3px 20px 10px 20px;
	line-height:140%;
	}

	
	/* Inner layout */

div#container	{
float:none;
padding-top: 0;
padding-right: 2em;
padding-left: 2em;
padding-bottom: 3em;
	max-width: 800px;
	margin: 0px auto;
margin-bottom: 20px;
	}

div#content {
width: 100%;
margin: 0px;
padding: 0px;
}

#access {
display: none;
}

div.sidebar {
float: none;
margin-top: 0em;
    padding: 2em;
    border-top: 5em solid #C8F96B;
    background-color: #DAFA9D;
width: auto;
}


        /* Bottom layout */


div#footer	{
	clear: left;
	margin: 0;
	padding: 20px 20px;
	border: 0;
	text-align: left;
	border-top: 1px solid #f9f9f9;
	background-color: #fdfdfd;
	}
	
div#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: #692;
	background: transparent; 
	}

a:hover {
	font-weight : bold; 
	text-decoration : underline;
	color: #8b2;
	background: transparent; 
	}

a:active {
	font-weight : bold; 
	text-decoration : none;
	color: #692;
	background: transparent;  
	}

	
	/* Typography */
	
#content p {
	line-height: 140%;
	margin-top: 5px;
	margin-bottom: 1em;
	}
  
h2, h3, h4, h5	{
	margin: 25px 0 0 0;
	padding: 0;
	}

h2	{
    font-size: 2em;
	}
	
.entry-date  {
font-weight: bold;
font-size: 1.5em;
    color: #CCCCCC;
    float: right;
    display: block;
    margin: 0em 2em;
}

.sidebar h3    {
    font-size: 1.7em;
    margin-bottom: 0.2em;
    margin-top: 2em;
}

h2.entry-title {
    font-size: 1.5em;
	margin-top: 5px;
	}
	
div.post    {
    margin-top: 2em;
    margin-bottom: 5em;
}

blockquote
{
border: 1px solid #CCCCCC;
background-color: #EEEEEE;
padding: 1em;
}

.sidebar ul {
    list-style: none;
    margin-top: 0.2em;
}

li	{
	line-height: 160%;
	}

.sidebar li {
clear: both;
margin-top: 1em;
}
		
#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;
  }

div#fbuw img {
display: block;
float: left;
margin: 0.5em !important;
}

.widget_categories ul li,
.widget_archives ul li {
display: inline;
}

img.thumbnail {
float:left;
width: auto;
}