/*
-----------------------------------------------
Blogger Template Style
Name:     Mr. Moto Rising (Ellington style)
Designer: Jeffrey Zeldman
URL:      www.zeldman.com
Date:     23 Feb 2004

Tweeked by Michael Hopkins.
Date 31 Jan 2006 
I started over from scratch. 
----------------------------------------------- */

  /* Primary layout */

body	{
	background-repeat: no-repeat;
	background-attachment:fixed;
	background-color:#FFFFFF;
	margin: 0;
  	padding: 0;
 	border: 0;
  }


  /* Wrapper */

#wrapper  {
	display:block;
	width:100%;
	padding:0;
	margin-top:0;
  }
  

  /* Header */

#blog-header  {
	margin:0;
 /* color: #000;
  background:  #c5e7f1 bottom left repeat-x;
  margin: 5pt auto;
  padding: 0 0 15px 0;
  border: solid 1pt #000;
  width:98%;*/
  }

#blog-header h1 {
	font-size:80px;
	text-align:left;
	color:#000000;
	padding-left:20px;
	padding-bottom:10px;
	margin:0;
 /* font-size: 24px;
  text-align: left;
  padding: 15px 20px 0 20px;
  margin: 0;

  background-repeat: repeat-x;
  background-position: top left;*/
  }
 #blog-header a{
 	font-size:80px;
	text-align:left;
	color:#000000;
	padding-left:20px;
	padding-bottom:10px;
	margin:0;
 }
 #blog-header a:hover{
 	font-size:80px;
	text-align:left;
	color:#000000;
	padding-left:20px;
	padding-bottom:10px;
	margin:0;
 }
 
#blog-header p  {
  text-align: left;
  margin:0 0 20px 50px;
  font-size:30px;
  font-style:italic;
  font-weight:bold;
  }

  
  /* Inner layout */

#content  {
  /*padding: 0 20px;*/

  }
  
#main  {
  	width: 63%;
  	float: right;
	padding:5pt;
	background-color:#000000;/*#6F6F6F;*/
	margin-right:3%;
	border:solid 2px black;
	margin-bottom:900px;
  }

#sidebar  {
	width: 30%;
  	float: left;
	padding-left:5pt;
  }
  
  /* Bottom layout */


#footer  {
	display:block;
	width:100%;
	clear:right;
	border: 0;
	text-align:center;
	background-color:#000000;
  }
  
#footer p  {
	font-size:medium;
	color:#FFFFFF;
 /* text-align: left;
  margin: 0;
  padding: 10px 0;
  font-size: x-small;
  background-color: transparent;
  color: #999;*/
  }
#footer a{
	color:#CCCCCC;
}

  /* Default links   */

a:link, a:visited {
  font-size : 12px;
  font-weight : bold; 
  text-decoration : none;
  color: #000;
  background: transparent; 
  }

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

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

  
  /* Typography */
  
#main p, #sidebar p {
 margin:10px;
 font-size:12px;
  }
  
.post-body {
	margin:20px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
  }
  .post-body a{
 	 font-size:18px;
	 font-family:Arial, Helvetica, sans-serif;
	 color:#666666;
	 text-decoration:underline;
  	}
.date-header{
	font-size:12px;
	color:#FFFFFF;
	margin:5px;
} 
.post-body img{
	display:block;
	width:auto;
	margin-right:auto;
	margin-left:auto;
  } 
	
.post{
	border:solid thin black;
	background-color:#FFFFFF;
	}

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

h2  {
  /*font-size: large;*/
  }

h3.post-title {
  margin: 5px;
  font-size: 36px;
  }

ul  {
  /*margin: 0 0 25px 0;*/
  }


li  {
 /* line-height: 100%;*/
  }

#sidebar ul   {
	padding:0 10px;
	margin:0;
	margin-bottom:1em;
 /* padding-left: 10px;
  padding-top: 3px;*/
  }
#badges{
 background-image:url(/css/imgs/transparentBackground.png);
 margin:10px;
 padding:3px;
}
#sidebar ul li {
 list-style:none;
 background-image:url(/css/imgs/transparentBackground.png);
 padding:3px;
  /*vertical-align: top;
  padding: 0;
  margin-left: 5px;*/
  }
  
  #sidebar ul li a{
  	margin-left:5px;
  }


   .sidebar-title{
   	margin:10px;
	border-bottom:solid thin black;
	}
  
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 #000;
  }
#profile-container{
	display:block;
	width:100%;
	margin-bottom:40px;
}
.profile-data{
	font-size:12px;
	}
#comments  {
  border: 0;
  margin: 10px 0 0 0;
  padding: 0;
  }
  
#comments p{
	color:#FFFFFF;
	font-size:14px;
}
#comments a{
	color:#CCCCCC;
}
#comments a:hover{
	color:#999999;
	text-decoration:underline;
}
#comments h3  {
	color:#FFFFFF;
  /*margin-top: 10px;
  margin-bottom: -10px;
  font-weight: normal;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;*/
  }  

#comments dl dt   {
	color:#FFFFFF;
 font-weight: bold;
  font-style: italic;
  /* margin-top: 35px;
  padding: 1px 0 0 18px;
  background: transparent top left no-repeat;
  color: #bba;*/
  }

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

ent {
 /* font-style:italic;
  color:gray;*/
  }

 /*margin: 0;
  }*/
.deleted-comment {
 /* font-style:italic;
  color:gray;*/
  }

ent {
  /*font-style:italic;
  color:gray;*/
  }
/*
:italic;
  /*color:gray;
  }

r:gray;
  }

 }

:italic;
 /* color:gray;
  }

r:gray;
  }
*/

