/*
Theme Name: WordPress SPVR
Theme URI: 
Description: 
Version: 1.0
Author: 
Author URI: 
Tags: SPVR

*/


body.blog {
    float:none;
    width:auto;
}

body.blog p {
    font-size:inherit;
}

.page-content a {
    color:#FFFFFF;
    text-decoration:underline;
}

.page-content a:hover {
    text-decoration:none;
}

.enteries a, .by-type a{
   text-decoration:none;  
}
    
#commentform p {
    margin:0;
    padding:0 0 7px;
}
.commentlist li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
}    
#commentform p textarea {
    width:70%;
}