
ul,ol { list-style:none }h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input { margin:0; padding:0 }
a img,:link img,:visited img { border:none }
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {display: inline-block;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

body {
font: 77% "helvetica neue", helvetica, verdana, sans-serif;
text-align: left;
color: #000;
background: #fff;
}

a:link {
	color: #5d8c1c;
	text-decoration: none;
}
a:visited {
	color: #86b249;
	text-decoration: none;
}
a:hover {
	color: #86b249;
	text-decoration: underline;
}

.alignleft {float: left; margin: 2px 10px 2px 0;}
.alignright {float: right; margin: 2px 0 2px 10px;}

hr {
border-top: 1px solid #eee;
border-bottom: 1px solid #ccc;
border-right: none;
border-left: none;
text-align: center;
margin: 2em 0;
}


#wrapper {
	width: 95%;
margin: 0 auto;
	padding: 2em;
}

h1, h2 {
font-size: 2.4em;
}

h3 {
font-size: 1.8em;
}

h4 {
font-size: 1.2em;
line-height: 1.3em;
color: #333;
padding-bottom: .5em;
}

/* -------------------- Header -------------------- */


h1#logo {
padding-bottom: .5em;
}



/* ------------------------------ Content ---------------------------- */


#content p {
font-size: 1.2em;
margin: 0 0 1.1em 0;
line-height: 1.4em;
}

#content h1,
#content h2 {
color: black;
margin: -2px 0 10px 0;
}

#content h3 {
color: #666;
font-weight: normal;
padding-bottom: .3em;
}

#content ul {
list-style:disc;
padding-bottom: .6em;
}

#content ol {
list-style-type:decimal;
}

#content li {
font-size: 1.2em;
margin-left: 30px;
padding-bottom: .3em;
line-height: 1.3em;
}

#content ul ul {
padding-top: .5em;
padding-bottom: 0;
}

#content ol {
margin-left: 5px;
}

#content blockquote {
padding-left: 1em;
border-left: 2px solid #ccc;
font-size: .9em;
color: #333;
}

.postmetadata {
color: #666;
margin-bottom: 2em;
}


/* -------- Custom Content Stuff ------------- */


.printicon {
float: right;
padding-top: 1em;
}

#authorbox {
width: 108px;
float: right;
background: #eee;
color: #666;
border: 1px solid #ccc;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
font-size: .9em;
text-align: center;
padding: 8px 4px 4px 4px;
margin: 0 0 5px 5px;
}


#leftcontent {
float: left;
color: #666;
padding: 3px 10px 0px 10px;
margin: 42px 10px 0 0;
width: 130px;
font-size: .9em;
text-align: right;
}

#leftcontent li {
margin: 1em 0;
list-style: none;
}

#leftcontent strong {
color: #444;
font-size: .8em;
}

#content .workimage {
margin-bottom: 15px;
background: #fff;
padding: 4px;
border-top: 1px solid #eee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #eee;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
text-align: center;
}

#content .workpost .entry {
margin-left: 170px;
}

#content .entry {
margin: 0 20px;
padding: 0px 0;
}

.blogpost {
border-bottom: 1px solid #ccc;
padding-bottom: 20px;
margin-bottom: 20px;
}

#content .wp-caption {
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
padding: 4px 0 0 0;
}

#content .wp-caption p.wp-caption-text {
padding: 4px;
margin:0;
color: #666;
font-size: .9em;
}

.grid img{
width: 200px;
height: 140px;
}

.grid img:hover {
background: #86b249;
}

.grid {
text-align: center;
float: left;
background: #fff;
border-top: 1px solid #eee;
border-right: 1px solid #ccc;
border-bottom: 1px solid #ccc;
border-left: 1px solid #eee;
padding: 6px;
width: 200px;
height: 172px;
margin: 15px 0 13px 20px;
opacity: .9;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

.grid a {
display: block;
text-decoration: none;
color: #666;
font-weight: bold;
font-size: .9em;
}

.grid a:hover {
color: #86b249;
}

.grid:hover {
opacity: 1.0;
border: 1px solid white;
}

#content .sitemap ul {
font-size: .8em;
border: 1px solid #fff;
}

#content .sitemap li {list-style: none;}


#footerprint {
clear: both;
border-top: 1px solid #ccc;
padding-top: 2em;
margin-top: 2em;
}


@media print {
    #comments_controls,
    #print-link {
        display: none;
    }
}