/**
body {
    background:#f5f5f5 url(images/pattern.jpg);
}
#wrapper {
}
#header,
#main {
    background:#fff;
    border-left:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    margin:0 auto;
    width:958px;
}
#main {
    border-bottom:1px solid #C7C7C7;
}
#access {
    margin-bottom:0;
}
#home-insert {
    background:#fff;
    border-left:1px solid #C7C7C7;
    border-right:1px solid #C7C7C7;
    margin:0 auto;
    padding:21px 0 0 0;
    width:958px;
}
#footer {
    margin-top:21px;
}
**/


.entry-content a, .comment-content a {
    color:#598745;
    font-style:normal;
    text-decoration:underline;
}
.entry-content a:hover, .comment-content a:hover {
    color:#cc0000;
    text-decoration:none;
}

em, i {
    font-weight:normal;
    font-style:italic;
}

blockquote {
    font-size:13px;
    font-style:italic;
    background-color:#f0f0f0;
	padding:10px 10px 1px 10px;
	margin-bottom: 10px;
}
