/* @override 
	http://localhost:8097/static/bcc/css/screen.css
	http://bcc.npdoty.name/static/bcc/css/screen.css
*/

body {
	background: #fff;
	margin: 0;
	text-align: center;
	color: #333;
	font: 10pt "Lucida Grande", Lucida, Verdana, sans-serif;
	width: 821px;
	text-align: left;
	float: left;
		background: url(/static/bcc/images/background.png) repeat-y;
}

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;
	clear: both;
}

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

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.post-info {
	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;
	margin-left: 0;
	padding-left: 0;
	table-layout: fixed;
}

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 th:nth-child(2) {
	width:  41%;
}
table.menu-list th:nth-child(1) {
	width:  32%;
}

table.menu-list td {
	padding-right: 5px;
	padding-left: 3px;
	padding-bottom: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

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;
}

#prev, #next {
	display: block;
	float: right;
	font-size: 10px;
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 2px 3px;
	border-top: none;
}

/* Header
----------------------------------------------- */


#header {
	width: 160px;
	margin: 0 auto 0 0;
	padding-right: 0px;
	float: left;
	padding-left: 10px;
}

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

#logo-text a {
	text-decoration: none;
	color: black;
}

div#nav ul {
	list-style-image: url(/static/bcc/images/mail_light.png);
	margin-left: -15px;
}

div#nav li a {
	text-decoration: none;
	color: black;
	vertical-align: top;
}

form#cse-search-box {
	width: 100%;
}

form#cse-search-box input#q {
	width: 90px;
}
form#cse-search-box input#sa {
	width: 50px;
}


/* Content
----------------------------------------------- */

#content {
}

#content-outer {
	width: 650px;
	border-left: 1px solid silver;
	float: left;
}

#main {
	padding-left: 10px;
}

/* Headings
----------------------------------------------- */

h2 {
  font-style: italic;
  font-size: 100%;
}

h2:before {
  content: "## "; /* emulates the way I write emails with markdown style headers */
}

hr {
	float: left;
	height: 10px;
	width:  100%;
	color: #fff;
	background-color: #fff;
	border-style: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
}

/* Posts
----------------------------------------------- */

.date-header {
	margin: 1.5em 0 .5em;
}

div#main {
	margin: .5em 0 1.5em;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.5em;
}

#main div {
	line-height: 1.4em;
	clear: both;
}

p.post-footer {
	text-align: right;
}

div#main img {
	padding: 4px;
	border: 1px solid #ddd;
}

div#main blockquote {
	margin: 1em 20px;
}

div#main blockquote p {
	margin: .75em 0;
}

/* Footer
----------------------------------------------- */

#footer-wrapper {
	width: auto;
	clear: both;
	margin: 0 auto;
}

#footer-bottom hr {
	display: none;
}

#footer-bottom 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 {
	
}