/* GLOBAL */

a { font-size: 12px; text-decoration: none; color: #0b4684;/*#bf0001*/ }
a:hover { text-decoration: underline; color: #000; }

p { margin: 0px; padding: 0 0 20px 0; text-align: justify; line-height: 150%; }

img { border: 0px; }

/* UTILITY */

.center { text-align: center; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.underline { text-decoration: underline; }
.floatingquote { float: left; width: 429px; font-size: large; text-align: center; padding: 20px; }
.floatingright { float: right; padding: 20px; }
.divider { text-align: center; margin-bottom: 20px; }
.error { color: Red; }
.black { color: #000; }
.topalign { vertical-align: top; }
.floatright { float: right; padding: 0px 0px 20px 20px; }

ul { padding: 0 0 0 1cm; margin: 0; }
ul li { padding-bottom: 5px; list-style-type: square; }

/* GRID */

.grid { width: 400px; }
.grid td { padding: 5px; }
.grid .title { font-weight: bold; }

/* HOME */

.home { width: 100%; }
.home td { vertical-align: top; }

.home .left { }
.home .left img { border: 0px; padding-left: 5px; }
.home .left table { width: 100%; }
.home .left .bullet { padding-right: 1px; }
.home .left .about { color: #3B3B3B; font-size: 18px; font-weight: bold; padding: 0px; margin: 0px; }
.home .left .quote { color: #bf0001; font-size: 18px; font-weight: bold; }
.home .left .coaches { background-color: #3B3B3B; padding: 5px; text-align: center; margin: 0px 0px 5px 5px; }
.home .left .coaches a { color: #e0dfdf; }

.home .right { width: 180px; padding-left: 20px; }
.home .right .posts { }
.home .right .posts .header { font-weight: bold; font-size: 16px; padding-bottom: 10px; display: none; }
.home .right .posts .post { font-family: Comic Sans MS; background: url('../_images/note.png') no-repeat top left; 
                            width: 180px;/*217px*/ height: 156px;/*224px*/ padding: 33px 27px 35px 10px; }
.home .right .posts .post .title { font-weight: bold; padding-bottom: 3px; }
.home .right .posts .post .body { font-size: 9px; padding-bottom: 3px; }
.home .right .posts .post .body a { font-size: 9px; }
.home .right .posts .post .author { font-size: 9px; }
.home .right .posts .post .date { font-size: 8px; }

/* CONTENT BOX */

.contentbox { width: 300px; }
.contentbox .top { height: 1px; background: url('../_images/content-box/contentbox-top.gif') no-repeat; font-size: 1px; }
.contentbox .content { background: url('../_images/content-box/contentbox-bg.gif') repeat-y; }
.contentbox .content .inner { padding: 5px 10px 5px 10px; }
.contentbox .content .inner div { margin-bottom: 5px; }
.contentbox .content .inner .bullet { padding-right: 4px; }
.contentbox .content .inner a { color: #515050; }
.contentbox .bottom { height: 7px; background: url('../_images/content-box/contentbox-bottom.gif') no-repeat; font-size: 1px; }
