#blog-category{
    width: 68%;
    float: left;
    margin-top: 80px;
    margin-bottom: 50px;
}

#sidebar{
    width: 30%;
    float: left;
    margin-top: 80px;
    padding-left: 20px;
    padding-top: 12px;
}

#blog-category h1 a{
    font-family: Arial,sans-serif;
    color: #444;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-decoration: none;
    font-weight: normal;
}

#blog-category .about{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
}

#blog-category .about a{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

#blog-category .entry-content p{
    font-size: 14px;
    color: #222;
    font-family: "Open Sans",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}

#blog-category .entry-content li{
    font-size: 14px;
    color: #222;
    font-family: "Open Sans",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}

#blog-category .entry-content a{
	color: #f0a033;
	font-weight: bold;

}

#blog-category .entry-content a:hover{
    text-decoration: none;
}

#blog-category .wp-post-image{
    width: 300px;
    height: auto;
}

/*#blog-category .entry-content a{
    background: #4c9e46;
    text-decoration: none;
    color: #fff;
    padding: 8px 12px 8px 12px;
    clear: both;
    display: inline-block;
    border-radius: 3px;
    position: relative;
    top: 30px;
}*/

.post{
    border-bottom: 1px dashed #555;
    padding-bottom: 20px;
    padding-top: 20px;
}

.post h1{
    font-family: Arial,sans-serif;
    color: #444;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-decoration: none;
    font-weight: normal;
}

.post:nth-last-of-type(2){
    border-bottom: none !important;
}

#post-detail{
    width: 68%;
    float: left;
    margin-top: 100px;
}
#post-detail .wp-post-image{
    width: 300px;
    height: auto;
}
@-moz-document url-prefix() {
    #post-detail {
        margin-top: 100px;
        margin-bottom: 40px;
    }
}

#post-detail.wide{
    width: 80%;
    padding-left: 75px;
    padding-right: 75px;
}
#post-detail.wide h1{
	text-align: center;
	font-family: 'open_sanslight', arial, helvetica, sans-serif;
	font-size: 30px;
	font-weight: 300;
}

.attachment-post-thumbnail{
    float: right;
    margin-left: 20px;
}

#post-detail h1 a{
    font-family: Arial,sans-serif;
    color: #444;
    font-size: 30px;
    letter-spacing: -0.5px;
    text-decoration: none;
    font-weight: normal;
}

#post-detail .about{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
}

#post-detail .about a{
    line-height: 1.6;
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

#post-detail a{
    color: #f0a033;
}

#post-detail .button {
    color: white;
}

#post-detail p{
    font-size: 14px;
    color: #333;
    font-family: "Open Sans",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}
#post-detail li{
    font-size: 14px;
    color: #333;
    font-family: "Open Sans",Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    line-height: 22px;
}

.nav-previous a{
    color: #f0a033;
    text-decoration: none;
}

.nav-previous a:hover{
    text-decoration: underline;
}

.nav-next a{
    color: #f0a033;
    text-decoration: none;
}

.nav-next a:hover{
    text-decoration: underline;
}

#comment{
    width: 100%;
}

#commentform input{
    border: 1px solid #999;
    border-radius: 3px;
    border-radius: 3px;
    height: 20px;
}
#commentform input[type="submit"]{
    height: 40px;
}

#commentform textarea{
    border: 1px solid #999;
    border-radius: 3px;
    border-radius: 3px;
}

#commentform #submit{
    padding: 8px 12px 8px 12px;
    border: none;
}

#commentform #submit:hover{
    text-decoration: underline;
    cursor: pointer;
}

.comment{
    font-size: 14px;
    color: #999;
}

.comment a{
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.commentlist{
    margin-left: -40px;
}

.commentlist li{
    list-style-type: none;
}

.commentlist p{
    color: #000000;
}

.fn{
    color: #4c9e46;
}

.fn a{
    color: #4c9e46;
}

.reply{
    margin-top: -15px;
    margin-bottom: 20px;
}

.reply a{
    color: #4c9e46;
}

.reply a:hover{
    content: pointer;
    text-decoration: underline;
}

#sidebar a {
	color: #f0a033;
}
#sidebar .menu{
    margin-top: -15px;
}

#sidebar .menu li{
    list-style-type: none;
    margin-left: -20px;
}

#sidebar .menu li:before{ content:"-"; position:relative; left:-5px;}

#sidebar .menu li a{
    text-decoration: none;
    color: #f0a033;
}

#sidebar .menu li a:hover{
    text-decoration: underline;
}

#sidebar .textwidget{
    margin-top: -15px;
}

.more-link {
	margin-top: 20px;
	display: block;
	background-color: #578eb2;
	width: 140px;
	border-radius: 4px;
	padding: 8px;
	text-align: center;
	color: white !important;
	font-weight: bold;
	text-decoration: none;
}