/* blog styles */
/* primary is #69BB3D (rgb 105/187/61) */
/* secondary is #006000 (rgb 0/96/0) */
/* gray is #bbb (rgb 187/187/187) */

#header {
margin:10px 0 0 0;
padding:0; border:0;
background-color:white;
height:100px;
/* box model hack */
voice-family: "\"}\"";
voice-family:inherit;
}

#content {
margin:10px 260px 0 170px;
padding:0; border:0;
}

#leftmenu {
position:absolute;
width:120px; top:120px; left:20px;
padding:0; border:0;
/* box model hack */
voice-family: "\"}\"";
voice-family:inherit;
width:120px;
}
body>#leftmenu {width:120px;}

#rightmenu {
position:absolute;
width:200px; top:120px; right:20px;
padding:0; border:0;
/* box model hack */
voice-family: "\"}\"";
voice-family:inherit;
width:200px;
}
body>#rightmenu {width:200px;}

div.spacer {
clear: both; font-size:1px;
}

div.spacer20 {
clear: both; font-size:20px;
}

/* typography */
body {
margin:0; padding:0;
font-family:verdana, arial, sans-serif;
color:#000; background-color:#fff;
}

p {
font:13px/17px verdana, arial, sans-serif;
}

blockquote {
font:13px/17px verdana, arial, sans-serif;
}

blockquote p {
margin-bottom:13px;
}

a {
color:#006000;
text-decoration:none;
}
a:hover, p a {
text-decoration:underline;
}

h1 {
font:18px trebuchet ms, verdana, arial, sans-serif;
font-weight:bold;
margin-top:0; margin-bottom:0px;
}

h2 {
font:14px/20px verdana, arial, sans-serif;
font-weight:bold;
margin-top:0; margin-bottom:6px;
}

h3 {
font:11px trebuchet ms, verdana, arial, sans-serif;
font-weight:bold;
margin-top:2px; margin-bottom:2px;
}

.blogtitle {
font:32px trebuchet ms, verdana, arial, sans-serif;
font-weight: bold;
vertical-align: middle;
background-color:#69BB3D;
padding:10px 0 10px 20px;
border-bottom: 1px solid #000; border-top: 1px solid #000;
}

.blogtitle a {
color:#000;
}

.pagelabel {
font:13px verdana, arial, helvetica, sans-serif;
background-color:white;
color:#bbb;
margin:0 20px 4px 20px;
}

.pagelabel a {
color:#bbb;
}

.doublerule {
border-top:1px solid #000;
font-size:1px;
height:3px;
}

hr {
height:1px; color:#bbb;
}

.post {
border:0; margin:0; padding:0;
}

.postinfo {
font:11px/18px trebuchet ms, verdana, arial, sans-serif;
color:#bbb;
margin-top:10px; margin-bottom:20px;
text-align:right;
}

.sidetitle {
font:13px verdana, arial, helvetica, sans-serif;
font-weight:bold;
background-color:#006000;
border-left:1px solid #000;
border-right:1px solid #000;
border-top:1px solid #000;
color:#fff;
padding:3px 0 3px 8px;
}

.sidebar_right {
font:11px/14px verdana, arial, helvetica, sans-serif;
border-left:1px solid #000;
border-right:1px solid #000;
border-bottom:1px solid #000;
margin-bottom:15px; padding:8px;
}

.sidebar_left {
font:11px/14px verdana, arial, helvetica, sans-serif;
border:0;
}

.sidelink {
line-height:18px;
}

.copyright {
font:9px/12px verdana, arial, helvetica, sans-serif;
color:#bbb;
text-align:center;
}


/* #006000    #69BB3D
/* only need this if we go Movable Type */
.comments-head	{ 
font:13px/17px trebuchet ms, verdana, arial, helvetica, sans-serif; 
color: #000; 
border-bottom:1px dotted #999;
margin-top:30px;
margin-bottom:10px;
}		

.comments-body {
font:14px/18px trebuchet ms, verdana, arial, helvetica, sans-serif;
color:#000;
}		

.comments-post {
font:11px/11px trebuchet ms, verdana, arial, sans-serif;
color: #bbb;
margin-bottom: 20px;
line-height: 18px;
}	
/* END only need this if we go Movable Type */


/* THESE ARE THE STYLES WE CUSTOMIZE FOR EACH BLOG */
/* COPY blog_xxx.sss AND UPDATE COLORS */

/* ...light color... */
.blogtitle {
background-color:#008FD6;
}

/* ...dark color... */
.sidetitle {
background-color:#4700D6;
}

a, .postinfo a, .sidebar1 a, .sidebar2 a {
color:#4700D6;
}
