body {
	background: #fff;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, sans-serif;
	font-size: 81.25%;
	color: #333;
	line-height: 2em;
}

a {
	color: #876;
        color: #69c;

}

a:visited {
	color: #678;
	text-decoration: none;
}

.entry h2 a, .entry h2 a:visited, .post h2 a, .post h2 a:visited, .post h3 a, .post h3 a:visited, .post h1 a, .post h1 a:visited{
        color: #876;
        text-decoration: none;
}

h1, h2, h3, h4 {
  margin: 0; padding: 0;
}

h3 { font-size: 1.6em; }
h1, h2 {
    font-size: 2em;
    color: #654;
}

.post .entry h3 {
    font-size: 1.0em;
    color: #654;
}

h4 {
    font-size: 1.0em;
    font-weight: bold;
    color: #987;
}


#page {
	width: 48em;
	margin: 0 auto;
}

#header {
	border-bottom: 1px solid #ccc;
	padding: 0 1ex;
	width: 50%;
	margin: 0 auto;
	margin-bottom: 2em;
	text-align: center;
}

#footer, #navigation { 
        width: 100%;
        clear:both;
        margin: 0;
        padding: 0;
}

#footer {  padding-top: 2em; font-size: 81.25%; text-align: center; }

#navigation div {
	float: left;
	width: 22.5em;
        padding: 0 1ex;
        margin: 0 auto;
}

#navigation div.sections {
        float: right; 
}

#header  a, #header h1 a:visited {
        font-family: times, serif;
	letter-spacing: 1em;
	font-size: 2em;
	margin: 0;
	color: #cba;
	text-decoration: none;
}


#content p {
	margin: 0;
	margin-bottom: 1em;
}



.entry small, .post small {
        color: #ccc;
        margin: 0;
}


#navigation h1 {
	font-size: 1em;
	margin: 0;
        color: #896;
        
}


#navigation ul {
	list-style-type: lower-alpha;
	font-size: 0.7em;
	color: #654;	
	margin: 0; 
        padding: 0 2em;
}

#navigation ul li a {
	display: block;
	width: 90%;
	padding: 0 1ex;
	font-size: 1.4em;
	text-decoration: none;
	color: #333;
}

#navigation ul li a:hover { color: #000; text-decoration: underline; }
	
.postmetadata, .description {
       display: block;
       padding: 1ex;
       font-size: 81.25%;
       color: #654;
       line-height: 1.5em;
} 


#commentform { display: block; width: 400px; }
#commentform textarea {width: 400px; }

.categories, .archives {
    padding-bottom: 1em;
}

.categories ul, .archives ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.categories ul a:visited, .archives ul a:visited {
   text-decoration: underline;
}



.post ul, .entry ul{
    list-style: square outside;
    font-size: 0.8em;
    margin: 0;
    padding-top: 0; 
    padding-bottom: 0;
} 

.post ul li, .entry ul li {
    color: #333;
    font-siez: 1.3em;
}

ul.incolumns li {
    display: block;
    width: 30%;
    float: left;
    text-transform: capitalize;
    padding: 1ex;
    font-size: 1.2em;
}

ul.incolumns {
   display: block;
   clear: both;
   padding: 1em 0;
}
