body {
margin:0;
background-color:#dfdfe1;
background-image:url(images/grade.jpg);
background-repeat:repeat-x;
font:normal 14px arial,helvetica,sans-serif;
}

h1 {
display:none;
}

h2 {
margin:5px 0 5px 0;
color:#003366;
font:normal 22px myriad,"lucida grande","ms trebuchet","trebuchet ms",trebuchet,sans-serif;
}

/*added 20100523 to allow banner text to be different*/
/*"banner h2" spec styles the tag line below the "Panbo" logo for type face, size, color*/
/*color info here http://www.the-eggman.com/seminars/color_codes.html */

#banner h2 {
margin: 5px 0 5px 0;
font: normal 22px myriad, "lucida grande", "ms trebuchet", "trebuchet ms", trebuchet, sans-serif;

/*color: #003366; dark blue tag line color*/
/*color: #0073E6; medium blue tag line color*/
/*color: #B0E5FF; light blue tag line color*/
color: #FFFFFF; /*white?? tag line color*/

/*end of tag line color choice block*/
}

/*added 20100523 to adjust Panbo logo alignment with <h2> text*/
#banner h2 img {
padding-right: 5px;
vertical-align: -1px;
}

h3 {
margin:0;
font:normal 26px helvetica,arial,sans-serif;
color:black;
}

h3 a {
text-decoration: none;
color: #000 !important;
}

.archivetitle {
color:#003366;
margin-bottom:10px;}

a {
color:#003366;

}

a:hover {
text-decoration:underline;
}

a img {
border:0;
}

p {
margin-top:5px;
padding-bottom:5px;
}

form {
padding-bottom:10px;
}

#container {
width: 992px;
margin-left: auto;
margin-right: auto;
background-image:url(images/newpage.png); /*changed 20100523 was page.jpg*/
background-repeat:repeat-y;
background-color: transparent; /*prevent edges beyond fade overlay from showing 20100523*/
}

#fade {
background-image:url(images/newback.png); /*changed 20100523 was back.jpg*/
background-repeat:no-repeat;
}

/*added 20100523 new layer for replaceable back photo*/
#fade-back {
background-image: url(images/backphoto.jpg);
background-repeat: no-repeat;
}

#banner {
padding: 5px;
color:white;
padding-left:50px;
}

#banner a {
color: white;
text-decoration:none;
}

#banner a:hover {
color:#eee;
text-decoration:underline;
}

/*added 20100523 to position navlinks in upper right*/
#navcontainer {
float: right;
}

#navlist {
text-align:right;
margin:0;
font-size:12px;
padding-top:2px;
padding-right: 20px; /*added 20100523 to adjust position*/
}

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 13px;

}

#navlist img {
margin-bottom:-3px;
}

#content {
padding: 5px;
margin-right: 460px;
padding-left:50px;
margin-top:150px; /*was 30px changed 20100523 to widen picture*/
line-height:1.3;
color:#333;
}

#skip {
display:none;
}

.entry {
border-bottom:1px solid gray;
margin-bottom:20px;
}

.date {
color:#003366;
}

.postbottom {
font-size:11px;
padding-bottom:10px;
}

#sidebar-container {
float:right;
width: 440px;
margin-top: 100px; /*added 20100523 to align with content div*/
}


#sidebar-a {
float: right;
width: 180px;
margin: 0;
margin-left: 5px;
padding: 5px;
margin-top:50px;
margin-right:50px;
font-size:12px;
}

#sidebar-b {
float: right;
width: 180px;
margin: 0;
margin-left: 5px;
padding: 5px;
margin-top:50px;
font-size:12px;
}

#sidebar-c {
background:transparent;
float:right;
margin-right:75px;
text-align:center;
width: 355px;
}

#sidebar-b a,#sidebar-a a {
font-weight:bold;
}

.sidetitle {
color:#003333;
font:normal 18px helvetica,arial,sans-serif;
}

#footer {
clear: both;
padding: 15px 0px;
margin-top: 5px;
color:#666;
font:normal 10px verdana,sans-serif;

}

.bottommenu {
padding-left:20px;
}

#ads {
margin-bottom:20px;
}

#comments h3,#comments h2 {
font-size:16px;
}

.comment,.posted {
border-bottom:1px dotted gray;
padding: 5px 0;
}

#myvar {
line-height:1.4;padding:5px;position:relative;right:-120px;width:160px;z-index:99;background-color:#9aa9c6;}

#myvar a {
color:#003366;text-decoration:underline;
}

/* pagination */

.pages {
    clear: left;
}

.clearpages {
    clear: both;
    padding: 0 0 20px 0;
}

.pages a, .pages span, .pages b {
    display: block;
    float: left;
    padding: 0.2em 0.5em;
    margin-right: 0.1em;
    border: 1px solid #dcdcdc;
    background: #dcdcdc;
}

.pages a:link, .pages a:visited {
    border: 1px solid #dcdcdc;
    color: #5c5b60;
    text-decoration: none;
}

.pages a:hover, .pages a:active {
    background: #dcdcdc;
    border-color: #1a3e6e;
    color: #1a3e6e;
}

.pages b {
    border: 1px solid #1a3e6e;
    background: #1a3e6e;
    color: #fff;
}

.pages a {
    border: 1px solid #cfcbab;
    font-weight: bold; 
    color: #5c5b60;
    text-decoration: none;
}

.pages a.nextprev {
    color: #666;
    font-weight: bold;
}

.pages span.nextprev {
        border: 0px solid #fff;
        background: #fff;
        color: #000;
}

/* commenting form */

#comments-open-data {
	height: 100px;
	padding: 0 0 20px 0;
}

#comments-open-data label {
	display: block;
}

#comment-form-name,
#comment-form-url {
	float: left;
	margin: 0;
	padding: 10px 0 5px 0;
	width: 220px;
}

#comment-form-name input,
#comment-form-url input {
	width: 200px;
	padding: 2px;
	border: 1px solid #E2D9C5;
}

#comment-form-email,
#comment-form-remember-me {
	float: left;
	margin: 0;
	padding: 10px 0 5px 20px;
	width: 220px;
}

#comment-form-email input {
	width: 200px;
	padding: 2px;
	border: 1px solid #E2D9C5;
}

#comment-form-remember-me input {
	margin: 4px 0 0 0;
}

#comment-form-subscribe {
	padding: 5px 0 5px 0;
}

#comments-open-text {
	padding: 8px 0 0 0;
}

#comments-open-text textarea {
	width: 440px;
	padding: 2px;
	border: 1px solid #E2D9C5;
}

#comments-open-captcha {
	padding: 10px 0 0 0;
}

/* main archives */

.left-list {
	float: left;
	padding: 0 10px 0 0;
	width: 223px;
}

.right-list {
	float: left;
	padding: 0 10px 0 10px;
	width: 223px;
}

.left-list ul,
.right-list ul {
	padding: 0 0 0 20px;
}

.left-list ul li,
.right-list ul li {
	padding: 0 0 5px 0;
}

.extras ul {
	margin: 0;
	padding: 10px 0 5px;
	height: 25px;
	list-style: none;
}

.extras ul.social {
	padding: 5px 0 25px;
}

.extras ul li {
	float: left;
	margin: 0 10px 5px 0;
	height: 20px;
	max-width: 100px;
}

.extras ul.social li {
	float: right;
}

.extras ul li span {
	display: block;
}

.extras ul li a,
.extras ul li a span {
	background-image: url(images/bg/social-options.png);
	background-repeat: no-repeat;
	height: 20px;
	max-width: 100px;
}

.extras ul li a {
	display: block;
	height: 20px;
	float: left;
	background-position:0 -40px;
	color:#666;
	text-decoration: none;
}

.extras ul li a span {
	margin-left: 5px;
	padding: 0 6px 0 0;
	height: 20px;
	line-height: 20px;
	background-position: right 0;
	cursor: pointer;
}

.extras ul li a:hover {
	background-position: 0 -60px;
}

.extras ul li a:hover span {
	background-position: right -20px;
}

.extras ul li.print a {
	background-position: 0 -80px;
}

.extras ul li.print a span {
	margin-left: 25px;
}

.extras ul li.print a:hover {
	background-position: 0 -100px;
}

.extras ul li.email a {
	background-position: 0 -120px;
}

.extras ul li.email a:hover {
	background-position: 0 -140px;
}

.extras ul li.email a span {
	margin-left: 23px;
}

.extras ul li.feedback a span {
	margin-left: 27px;
}

.extras ul li.feedback {
	margin-right: 1px;
}

.extras ul li.feedback a {
	background-position: 0 -160px;
}

.extras ul li.feedback a:hover {
	background-position: 0 -180px;
}

.extras ul li.like {
	max-width: 90px;
}

.extras ul li.plusone {
	max-width: 70px;
}

h2#comments {
	padding-top: 25px;
}
