 <style type="text/css">
/*
-----------------------------------------------
Blogger Template Style
Name:     Minima
Designer: Douglas Bowman
URL:      www.stopdesign.com
Date:     26 Feb 2004

8 Jul 2006 ETA I've significantly mucked about with Mr. Bowman's nice template
Anything that works badly or not at all is entirely my own fault, and there should be no
erroneous impressions drawn regarding his very excellent skillz.

Also of enormous assistance: http://www.bluerobot.com/web/layouts/

--MacAllister Stone
----------------------------------------------- */



body {
	color:#333;
	background-color:white;
	margin:0px;
	padding:0px;
	font:1em; Georgia;
	}
h1 {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:1em;
	font-weight:900;
	color:#ccc;
        float:right;
	}
	
h2 {
	font:bold 1em/20px "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
p {
	font:1em/20px "Georgia";
	margin:0px 0px 0px 0px;
	padding:0px;
	}
	
	p.text
	{
	font:1em/20px "Georgia";
	margin:0px 0px 0px 0px;
padding: 1.5em 0em 0em 0em;
	
	}
	
.Content>p {margin:0px;}
.Content>p+p {text-indent:30px;}

a {
	color:#9c0;
	font-size:1em;
	font-family:"Georgia MS",Trebuchet,Arial,Verdana,Sans-serif;
	font-weight:600;
	text-decoration:none;
	}
a:link {color:#c70;}
a:visited {color:#653115;}
a:hover {color:#a50;
		 background-color:#fe7;}
  

/* All the content boxes belong to the content class. */
.content {
	position:relative; /* Position is declared "relative" to gain control of stacking order (z-index). */
	width:auto;
	min-width:120px;
	margin:0px 210px 20px 170px;
	border:1px solid black;
	background-color:white;
	padding:10px;
	z-index:3; /* This allows the content to overlap the right menu in narrow windows in good browsers. */
	}

#navAlpha {
	position:absolute;
	width:150px;
	top:20px;
	left:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:2;

/* Here is the ugly brilliant hack that protects IE5/Win from its own stupidity. 
Thanks to Tantek Celik for the hack and to Eric Costello for publicizing it. 
IE5/Win incorrectly parses the "\"}"" value, prematurely closing the style 
declaration. The incorrect IE5/Win value is above, while the correct value is 
below. See http://glish.com/css/hacks.asp for details. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:128px;
	}
/* I've heard this called the "be nice to Opera 5" rule. Basically, it feeds correct 
length values to user agents that exhibit the parsing error exploited above yet get 
the CSS box model right and understand the CSS2 parent-child selector. ALWAYS include
a "be nice to Opera 5" rule every time you use the Tantek Celik hack (above). */
body>#navAlpha {width:128px;}
		
#navBeta {
	position:absolute;
	width:190px;
	top:20px;
	right:20px;
	border:1px dashed black;
	background-color:#eee;
	padding:10px;
	z-index:1;
/* Again, the ugly brilliant hack. */
	voice-family: "\"}\"";
	voice-family:inherit;
	width:168px;
	}
/* Again, "be nice to Opera 5". */
body>#navBeta {width:168px;}






/* Content
----------------------------------------------- */
@media all {
  #content {
    width:800px;
    margin:5px;
    padding:5;
    text-align:left;
    }
  #main {
    width:550px;
    float:right;
    }
  #sidebar
  {
  	background: #fff;
  	width: 200px;
  	padding: 0 5px 0 5px;
  	float: left;
  	border-right: #c60;
  	border-width: 0 1pt 0 0;
  	border-style: none dotted none none;
  }
 
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

/* Headings
----------------------------------------------- */
h1 { margin:1.5em 0 .75em;
  font:400%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
float:right;

  }

h2 {
  margin:1.5em 0 .75em;
  font:90%/1.4em "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase; 
  letter-spacing:.2em;
  color:#464646;
  }
  
  #header a:hover {background-color: #fff;}


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px dotted #ccc;
    padding-bottom:1.5em;
    }
  }
@media handheld {
  .date-header {
    padding:0 1.5em 0 1.5em;
    }
  .post {
    padding:0 1.5em 0 1.5em;
    }
  }
.post-title {
  margin:.25em 0 0;
  padding:0 0 4px;
  font-size:140%;
  font-weight:normal;
  line-height:1.4em;
  color:#c60;
  }
.post-title a, .post-title a:visited, .post-title strong {
  display:block;
  text-decoration:none;
  color:#c60;
  font-weight:normal;
  }
.post-title strong, .post-title a:hover {
  color:#a50;
  }
.post div {
  margin:0 0 .75em;
  line-height:1.6em;
  }
p.post-footer {
  margin:-.25em 0 0;
  color:#ccc;
  }
.post-footer em, .comment-link {
  font:78%/1.4em "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.post-footer em {
  font-style:normal;
  color:#999;
  margin-right:.6em;
  }
.comment-link {
  margin-left:.6em;
  }
.post img {
  padding:5px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }


/* Sidebar Content
----------------------------------------------- */
#sidebar ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  }
#sidebar li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  }
#sidebar p {
  color:#666;
  line-height:1.5em;
font-family:"Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  }


/*Column content
---------*/
#column ul {
  margin:0 0 1.5em;
  padding:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  list-style:none;
  float:right;
  }
#column li {
  margin:0;
  padding:0 0 .25em 15px;
  text-indent:-15px;
  line-height:1.5em;
  float:right;
  }
#column p {
  color:#666;
  line-height:1.5em;
  float:right;
  }




/* Profile
----------------------------------------------- */
#profile-container {
  margin:0 0 1.5em;
  border-bottom:1px dotted #ccc;
  padding-bottom:1.5em;
  }
.profile-datablock {
  margin:.5em 0 .5em;
  }
.profile-img {
  display:inline;
  }
.profile-img img {
  float:left;
  padding:4px;
  border:1px solid #ddd;
  margin:0 8px 3px 0;
  }
.profile-data {
  margin:0;
  font:bold 78%/1.6em "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }
.profile-data strong {
  display:none;
  }
.profile-textblock {
  margin:0 0 .5em;
  }
.profile-link {
  margin:0;
  font:78%/1.4em "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Footer
----------------------------------------------- */
#footer {
  width:660px;
  clear:all;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Verdana MS",Trebuchet,Arial,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }

  </style>
