/*

THEME NAME: Exxcel Blog
DESCRIPTION: Custom wordpress blog theme for Exxcel Gymnastics
VERSION: 0.6
AUTHOR: Eben Bathalon
AUTHOR URI: http://www.ebenbathalon.com
TAGS: Exxcel, custom, gymnastics, microformats, fixed-width, two-columns, right-sidebar

*/

/* Reset browser defaults */
@import url('http://www.exxcel.net/css/reset.css');

/* Import default styles */
@import url('http://www.exxcel.net/css/default.css');

.alignright,img.alignright{
float:right;
margin:0 0 0 1em;
}

.alignleft,img.alignleft{
float:left;
margin:0 1em 0 0;
}

.aligncenter,img.aligncenter{
display:block;
margin:1em auto;
text-align:center;
}

.post{padding:0 10px 40px 0;}

#left h2{margin-bottom:5px;}
#left .byline{margin:0 0 15px 10px;}
#left .post-meta p{margin:0 10px;}
#left .comment{margin:20px 0 40px 0;}
#left .comment-author{
font-weight:bold;
margin:0 10px;
line-height:100%;
}
#left .comment-author img{
float:left;
margin:0 15px 0 0;
}
#left .comment-author span{padding:0 0 0 0;}
