/*
Theme Name: GunDogs
*/
/* main elements */
.navigation .next{
    float: right;
}
.navigation .prev{
    float: left;
}
#content .post a,
#content .navigation a,
#comments a,
#respond a{
    color: #434F25;
}
#content .post a:hover,
#content .navigation a:hover,
#comments a:hover,
#respond a:hover{
    color: #CC6600;
}
#respond input{
    width: 230px;
}
#respond textarea{
    width: 330px;
}
#respond .btn-submit{
    width: 130px;
}
#comments .commentlist {
    list-style: none;
    margin: 0;
}