/*
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	font-family: Helvetica, Arial, Verdana;
}

#logo { display:block; float:left; width: 16px; height: 16px; background:url(http://www.nelsonbradley.com/style/img/nb.gif) no-repeat 0 0; margin:0 10px 0 0; }
#header { padding-bottom: 20px; width: 700px; background:url(http://www.nelsonbradley.com/style/img/bg_main.gif) 0 bottom repeat-x; }
#header ul { display:block; float:left; }
.current { font-weight:bold; }
#header li{ font-size: 1em; line-height: 1.1em; width: 65px; }
.block2 { width: 60px; }
#header li a{ padding-left: 9px; padding-right: 3px; background:url(http://www.nelsonbradley.com/style/img/box_black.gif) 3px center no-repeat; }
#header li a:hover, #header li a.on{ background: #FF0000 url(http://www.nelsonbradley.com/style/img/box_white.gif) 3px center no-repeat; color: #fff; }
.block3 a, .block3 li{ color:#c5c5c5; }
.block3 a{ background:url(http://www.nelsonbradley.com/style/img/box_grey.gif) 3px center no-repeat !important; }
.block3 a:hover{ background: #FBB117 url(http://www.nelsonbradley.com/style/img/box_white.gif) 3px center no-repeat !important; }

a {
	background:transparent;
	color:black;
	text-decoration:none;
}

.search {
	display:none;
}

#hmenu, #nav {
	display:none;
}

#sidebar {
	display:none;
}

#footer {
	display:none;
}

.post blockquote {
	padding:0 0 0 1em;
	border-left:0.4em solid #ccc;
	font-size:small;
}

.postmetadata, .post-meta {
	clear:both;
	font-size:small;
}

.navigation {
	display:none;
}

#respond,
#commentform, #comments .reply {
	display:none;
}

.commentlist img.avatar {
	float: right; margin: 0 0 0 10px; padding: 3px; border:1px solid #eee;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
   margin: 5px 5px 5px 0;
}

.alignright {
   float: right;
   margin: 5px 0 5px 5px;
}
