/*
Theme Name: Padua Academy 
Author: jellyFace Creative, LLC
Author URI: http://www.jellyfacecreative.com
Version: 1.0
Description: Custom WordPress theme for Padua Academy.
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: Padua Academy
Tags: one-column, two-columns
Theme URI:
*/

/* Import Padua Styles - to keep separate from default, layouts, resets, etc. so nothing gets messy ^jF */
@import url('styles/padua.css');


/* =WordPress Core
-------------------------------------------------------------- */
.navigation .next { float:right;}
.navigation  .prev { float:left;}
.comments,#respond {
 clear: both;
}
#respond input {
 height: 24px;
 margin: 5px 0;
 width: 300px;
}
.commentlist {margin:0;}
#comments {clear:both;
}
#respond textarea {
 width: 300px;
}
#respond #submit {
 width:150px
}

#header .author strong {
    color: #646262;
    font-size: 26px;
}
.commentlist li {
 list-style:none;
 margin:5px;
}
.commentlist li p {
 margin:0 !important;
}
.commentlist li .avatar {
 float: left;
 margin: 5px;
}