* {
line-height: 2;
letter-spacing: 0.1em;
font-family:"Lucida Grande", verdana, Georgia;
color:#353;
}

img {
 border:none;
}

a {
color:#fff;
background:#31cf31;
padding:2px;
text-decoration:none;
}

a:hover {
color:#31cf31;
background:#fff;
}

a[rel~="external"] {
padding-right:25px;
background-image:url(/img/parts/exlink.gif);
background-repeat:no-repeat;
background-position:right;
}

a[rel~="external"]:hover {
padding-right:25px;
background-image:url(/img/parts/exlink.gif);
background-repeat:no-repeat;
background-position:right;
}

a.feed {
background:transparent;
}

a.feed img{
position:relative;
top:4px;
left:5px;
}



body {
font-size:1.5em;
margin:30px;
background-color:#eff;
}

html>body {
font-size:0.85em;
}

/*
padding:30px;
background:url(img/bg.gif);
*/


div#header {
margin:10px 30px;
}

div#subheader {
  text-align:right;
	font-size:70%;
}

div#container {
margin:10px 30px;
padding:20px;
background:#cceecc;
border:solid 1px;
border-top-color:#31cf31;
border-left-color:#31cf31;
border-bottom-color:#2a2;
border-right-color:#2a2;
}

#footer {
 margin:10px 30px;
 text-align:center;
 font-size:0.65em;
}



h1{
padding:10px;
color:#22bf22;
font-size:1.2em;
border-top:solid 2px #2222bf;
border-bottom:solid 2px #2222bf;
}

h2 {
color:#2222bf; 
padding:0 10px;
border-bottom:double 3px #2222bf;
font-size:1.05em;
}

h2 a {
background:transparent;
color:#2222bf; 
}

h2 a:hover {
color:#2222bf; 
}

ul, dl {
margin:5px 10px;
font-size:0.9em;
}

.highlight {background:#cfd; color:#22bf22; padding:0 3px;}
.strong {font-weight:bold; font-size:110%;}
