/* @override http://npdoty.name/bcc/minima.css */
<style type="text/css">

{
	
}

body {
  background:#fff;
  margin:0;
  text-align:center;
  color:#333;
  font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
}

p#description, p.archives {
	font-size: 10px;
	color: black;
}

p#description a, p.archives a {
	color:  blue;
}

p#description a:visited {
	color:  blue;
}

p.archives {
	margin-top: 0;
	margin-bottom: 0;
}

span.header {
	color: #676767;
	font-weight: bold;
	display: block;
	float:  left;
	text-align: right;
	width: 50px;
	padding-right: 8px;
}

span.headertext {
	display:  block;
	float:  left;
	width:  411px;
}

span.headertext a {
	color: #000;
	text-decoration: none;
}

span.headertext a:hover {
	text-decoration: underline;
}

span.headertext.subject {
	font-weight: bold;
}
  
br {
	clear:  left;
}  

div.quoted {
	color: #004cb9;
	border-left: 2px solid;
	border-left-color: #004cb9;
	padding-left: 10px;
	margin-top: 10px;
}

div.quote2 {
	color: #006100;
	border-left-color: #006100;
	padding-left: 10px;
}

div.quote3 {
	color: #590000;
	border-left-color: #590000;
	padding-left: 10px;
}

  
a:link {
  color: blue;
  text-decoration:underline;
  }
a img {
  border-width:0;
  }

p.blogger-labels {
	font-size: x-small;
}

div#menu-div {
	padding-top: 0px;
	margin-bottom: 20px;
}

table.menu-list {
	font-size: 10px;
	width:  100%;
	border-collapse: collapse;
	#border-right:  1px solid silver;
	border-bottom: 1px solid silver;
}

table.menu-list th {
	font-size: 10px;
	border: 1px solid silver;
	border-left: none;
	background-color: #f9f9f9;
	padding-left: 3px;
	font-weight: normal;
	font-style: normal;
}

table.menu-list td {
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
}

table.menu-list tr:hover {
	background-color: #eee;
}

table.menu-list tr.selected {
/*table.menu-list tr {*/
	background-color: #3875D7;
	color: white;
}

table.menu-list tr.selected:hover {
	background-color: #3875D7;
}

table.menu-list tr.selected a {
	color: white;
	text-decoration: none;
}


/* Header
----------------------------------------------- */
@media all {
  #header {
    width:160px;
    margin: 0 auto 0 0;
    padding-right: 0px;
    float:  left;
	padding-left: 10px;
}
  }
@media handheld {
  #header {
    width:90%;
    }
  }


#blog-title {
  font-size: 150%;
  text-transform: uppercase;
  color:  black;
}

#blog-title a {
	text-decoration: none;
	color: black;
}
  
  /* Content
----------------------------------------------- */
@media all {
  #content {
    width: 650px;
    margin:0 auto;
    padding:0;
    text-align:left;
    float:  left;
    background: url(background.png) repeat-y;
    }
  #non-header {
    width: 479px;
    border-left: 1px solid silver;
    float: left;
    }
    
    #main {
	padding-left: 10px;
	}
  }
@media handheld {
  #content {
    width:90%;
    }
  #main {
    width:100%;
    float:none;
    }
  #sidebar {
    width:100%;
    float:none;
    }
  }

  
/* Headings
----------------------------------------------- */
h2 {
  margin:1.5em 0 .75em;
  font: 78%/1.4em "Lucida Grande", Lucida, Verdana, sans-serif;
  text-transform:uppercase;
  letter-spacing:.2em;
  color:#999;
  }

hr {
	height: 10px;
	color: #fff;
	background-color: #fff;
	border-style: none;
	border-bottom: 1px solid #ccc;
}


/* Posts
----------------------------------------------- */
@media all {
  .date-header {
    margin:1.5em 0 .5em;
    }
  .post {
    margin:.5em 0 1.5em;
    border-bottom:1px solid #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:#333;
  }
.post div {
  line-height:1.4em;
  }
p.post-footer {
	text-align: right;
  }
.post img {
  padding:4px;
  border:1px solid #ddd;
  }
.post blockquote {
  margin:1em 20px;
  }
.post blockquote p {
  margin:.75em 0;
  }

/* Footer
----------------------------------------------- */
#footer {
  width:auto;
  clear:both;
  margin:0 auto;
  }
#footer hr {
  display:none;
  }
#footer p {
  margin:0;
  padding-top:15px;
  font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif;
  text-transform:uppercase;
  letter-spacing:.1em;
  }


/* Feeds
----------------------------------------------- */
#blogfeeds {
  }
#postfeeds {
  }
</style>