/* Base Weblog (base-weblog.css) */


/* carried from blog */

.thumb 
  { font-family: verdana, 'trebuchet ms', sans-serif;
	font-size:0.7em;
	color:#999999;
	height: 96px;
	line-height:100%;
	width: 96px;
	text-align: center;
	border:0px ;
	background-color: transparent;
	}

   
body
{   background: #ccc;
   	margin: 15px 15px 15px 15px;
   	text-align: center;
   	}
   	
.bigcontainer
{ margin: 0 auto;
  padding: 0;
  width: 1024px;
  height: auto;
  background-color: #fff;
  color: #000;
  border: 1px solid;
  border-color: #666;
  position: relative;
  text-align: center;
}
  
.navigation
{ margin: 0px 0px 0px 0px;
  padding: 0px;
  text-align: center;
  border-bottom: 1px solid;
  border-color: #ccc;
   }
  
.leftcontent
{ padding: 10px;
  margin: 0px 0px 0px 0px;
  width: 200px;
  text-align: left;
  vertical-align: top;
  position: relative;
  bottom: auto;
  float: left; }

.leftentry
  {font-family: verdana, 'trebuchet ms', sans-serif;
   color: #999;
   line-height: 1.5em;
   text-align: left;
   font-size: 10px; }

.biography
  {font-family: verdana, 'trebuchet ms', sans-serif;
   color: #999;
   line-height: 1.3em;
   text-align: left;
   font-size: 10px; 
   background-color: transparent;
}

.writing
  {font-family: verdana, 'trebuchet ms', sans-serif;
   margin: 10px 500px 10px 10px;
   color: #666;
   line-height: 1.2;
   text-align: left;
   font-size: 10px; 
   background-color: transparent;
}


.headline
  {font-family: verdana, 'trebuchet ms', sans-serif;
   color: #000;
   background-color: transparent;
   line-height: 1.2;
   text-align: left;
   font-size: 16px; }

.rightcontent
{ background-color: transparent;
  width: 800px;
  padding: 0;
  margin: 0 0 0 0;
  color: #fff;
  vertical-align: top;
  position: relative;   	
  float: right; }


.left
{ margin: 0;
  padding: 0;
  text-align:left; 
  background-color: transparent;
}
  
.footer
{ 	clear: both;
	margin: 10px;
	padding: 1em;
   font-family: verdana, 'trebuchet ms', sans-serif;
   color: #ccc;
   background: #fff;
   height: 0.1px;
   font-size: 10px;
   line-height: 1em;
   text-align: center;
    }


html
{
   margin: 0;
   /* setting border: 0 hoses ie6 win window inner well border */
   padding: 0;
}


a:link {color: #333333; text-decoration: underline; }
a:visited {color: #333333; text-decoration: underline;}
a:hover {color: #FFF; text-decoration: none; background-color: #333;}
a:active {color: #FFF; text-decoration: none; background-color: #CC0000}

form, input { margin: 0; padding: 0; }
a img { border: 0;
		padding:5px; }
img { border: 0; }
 
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
h1, h2, h3, h4, h5, h6, p, ol, ul, pre, blockquote
{
   margin-top: 10px;
   margin-bottom: 10px;
}
