/*CSS DOCUMENT*/

body {
background-color: #e8e8e8;
margin-top: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 10pt;
}

#container{
background-color: #fff;
border: 1px solid #b2b2b2;
}

.sideStripe{
background-image: url(/images/grayDot.gif);
background-repeat: repeat-y;
}

/*---TOP NAV---------------------------------------*/

#navlist
{
padding: 5px 2px;
margin-left: 0;
border-top: 1px solid #b2b2b2;
border-bottom: 1px solid #b2b2b2;
font: bold 12pt Helvetica, Arial, sans-serif;
background: #dadada;
}

#navlist li
{
list-style: none;
margin: 0;
display: inline;
}

#navlist li a{
padding: 5px 15px;
margin: -3px;
border-left: 1px solid #b2b2b2;
border-right: 1px solid #b2b2b2;
border-bottom: none;
background: #dadada;
text-decoration: none;
}

#navlist li a:link { color: #8d8d8d; }
#navlist li a:visited { color: #8d8d8d; }

#navlist li a:hover{
color: #000;
background: #FFF;
}

#navlist li a#current{
color: #000;
background: #FFF;
border-bottom: 1px solid white;
}
/*---------------SIDE BAR------------------------------*/
.sidebar {
width: 180px;
padding-left: 15px;
padding-right: 5px;
font-family: Helvetica, Arial, sans-serif;
background-image: url(/images/grayDot.gif);
background-repeat: repeat-y;
}

.sidebar h2{
font-weight: bold;
font-size: 14px;
margin-bottom: 0;
padding-top: 5px;
border-top: 4px double #b2b2b2;
}


.sidebar h3{
font-weight: bold;
font-size: 12px;
margin-bottom: 0;
padding-top: 5px;
}

.sidebar ul{
list-style-type: none;
margin-top: 0;
margin-left: 0;
padding-left: 0;
font-size: 11px;
}

.sidebar ul li {
margin:0;
padding: 0.25em;
}

.sidebar ul li a{
text-decoration: none;
color: #336699;
}


/*------------------LINKS-----------------*/

a:link, a:active, a:visited{
color: #993333;
text-decoration: none;
}

a:hover{
text-decoration: underline;
}

/*----------------------------------------*/

/*--STRIPE BOTTOM--*/
.blueStripe{
border-top: 2px solid #336699;
margin: 0px 5px 0px 5px;
}

/*---FOOTER---------------------------*/
.footer {
padding-right: 5px;
text-align: right;
font-size: 10px;
color: #666;
font-family: Helvetica, Arial, sans-serif;
margin-top: 5px;
}

.footer a:link, .footer a:active, .footer a:visited{
color: #666;
}

.footer a:hover{
color: #336699;
}

.footer img{
border: 0;
vertical-align: middle
}

.pipe{
padding: 0 5px 0 5px;
}

.entry-footer {
    text-align : right;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
	margin-bottom : 15px;
}
.comments-open-header {
    text-align : left;
}
.comments-open-content {
    text-align : left;
}
.comments-open-data {
    text-align : left;
}
.comments-open-text {
    text-align : left;
}
.comment-text {
    text-align : left;
}
.comment-footer {
    font-size : 10pt;
}
img {
    border : none;
}

blockquote {
    border : 1px solid #000000;
    margin : 0 2em;
    background-color : #eeffff;
    padding : 5px;
}
.fullwidth {
    width : 100%;
}
.halfwidth {
    width : 50%;
}
.quarterwidth {
    width : 25%;
}
.thirdwidth {
    width : 33%;
}
.inputfield {
    border : 1px solid #DADADA;
	padding-left : 2px;
}
.inputbutton {
    border : 1px solid #000000;
	padding-left : 2px;
    background-color : #DADADA;
    color: #000000;
    font-weight: bold;
}
.top {
    vertical-align : top;
}
.strike {
    text-decoration : line-through;
}
.comments {
    font-size : 8pt;
    text-align : right;
    margin-bottom : 2px;
    margin-top : 2px;
}
.hhcontent{
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: top;
}
.clr {
    clear : left;
}
img.blogimages {
    float : left;
    clear : none;
    margin-right : 5px;
}
img.blogimages2 {
    margin-left : 5px;
}
.clearleft {
    clear : left;
}
img.lefty {
    float : left;
    clear : none;
    margin-right : 5px;
}
.underline {
    text-decoration : underline;
}
.blogtitle {
font-weight: bold;
font-size: 12pt;
}
.right {text-align: right;
}
.smallest {text-size: 8pt;
}

h1 { font-size: 15pt; }
h2 { font-size: 13pt; }
h3 { font-size: 12pt; }
p { font-size: 10pt; }
