/*
 * 	Created on Apr 17, 2008
 *
 * 	Meastas Taekwondo
 *	Avarada, Colorado
 *	Author: Paul Voris
 *	Description:
 *
 *	Revisions:
 *		20080417: Created
 *
 */
body {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
    color: #000;
    background-color: #fff;
}

html {
    overflow-y: scroll;
}

p {
    display: block;
    margin: 1em 0px;
}

h2 {
    display: block;
    font-weight: bolder;
    font-size: 16px;
}

strong, b {
    font-weight: bolder;
}

#wrap {
    background-color: transparent;
    width: 960px;
    margin: 15px auto;
}

#header {
    height: 175px;
    background: transparent url("../../images/header960.png") no-repeat top left;
}

#footer {
    background: #0c74f8 url("../../images/turtlelogo_footer.png") no-repeat 4px center;
    height: 40px;
    width: 100%;
}

.footer-left {
    float: left;
    display: block;
    width: 450px;
    height: 40px;
    color: #ffffff;
    padding: 3px 0px 3px 40px;
}

.footer-right {
    float: right;
    display: block;
    width: 450px;
    height: 40px;
    color: #ffffff;
    text-align: right;
    padding: 3px 10px 3px 0px;
}

.footer h1 {
    display: block;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
}

#moddate {
    font-size: 8px;
    font-weight: normal;
}

#logo {
    position: relative;
    left: -50px;
    top: -10px;
    background: none;
    text-align: left;
}

.title_icon {
    padding-right: 5px;
}

#content-body {
    font-size: 12px;
    font-family: verdana, helvetica, sans-serif;
    color: #000;
    min-height: 400px;
    text-align: left;
    padding: 30px 10px 10px 10px;
    border-left: solid 1px #0c74f8;
    border-right: solid 1px #0c74f8;
    background: #ffffff url("../../images/itf_tree_menu.png") no-repeat 10px 55px;
}

#content-navigation {
    float: left;
}

#content-location {
    width: 220px;
    height: 30px;
    background-color: transparent;
    border-bottom: solid 4px #ccc;
    margin-top: 10px;
    margin-left: 5px;
    color: #0c74f8;
    font-weight: bold;
    font-size: 12px;
    line-height: 20px;
    text-transform: none;
}

#content-submenu {
    width: 220px;
    padding-top: 10px;
    padding-left: 5px;
    background-color: transparent;
    color: #0c74f8;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    text-decoration: none;
    overflow: hidden;
}

#content-submenu ul {
    list-style-type: none;
    width: 220px;
}

#content-submenu li {
    margin: 5px 0;
}

#content-submenu li a {
    display: block;
    font-weight: bold;
    padding: 5px;
    text-decoration: none;
}
* html #content-submenu li a {
    width: 220px;
}

#content-submenu li a:hover {
    background: transparent url("../../images/menuitem.png") no-repeat left center;
}

.content-submenu-item, .content-submenu-item a, .content-submenu-item a:visited {
    color: #0c74f8;
}

.content-submenu-item-selected, .content-submenu-item-selected a, .content-submenu-item-selected a:visited {
    color: #000000;
}

#content {
    width: 670px;
    min-height: 370px;
    background-color: transparent;
    border-top: solid 1px #ddd;
    border-left: solid 1px #ddd;
    padding: 10px;
    -moz-border-radius-topleft: 15px;
    border-top-left-radius: 15px;
}

#content hr {
    border: 0;
    color: #73ABFF;
    background-color: #73ABFF;
    height: 1px;
    width: 100%;
    text-align: left;
}

#content em {
    font-style: italic;
}

#content .ul {
    text-decoration: underline;
}

#content li {
    text-decoration: none;
    display: list-item;
    margin: 0 0 1em 1em;
}

#content ol {
    display: block;
    list-style-type: decimal;
    margin: 1em 20px 0 20px;
}

#content ul {
    display: block;
    list-style-type: disc;
    margin: 1em 20px 0 20px;
}

#ct {
    font-size: 18px;
    padding: 0 0 5px 0;
    font-weight: bold;
    color: #444;
}

#cb, #about-body {
    font-size: 12px;
    color: #000;
}

#cb a, #cb a:visited, #about-body a, #about-body a:visited {
    font-family: verdana, helvetica, sans-serif;
    color: #1a71e8;
    font-weight: none;
    font-size: 12px;
    text-decoration: none;
}

#cb a:hover, #about-body a:hover {
    font-family: verdana, helvetica, sans-serif;
    color: #1a71e8;
    font-weight: none;
    font-size: 12px;
    text-decoration: underline;
}

#about-body strong, #cb strong {
    font-weight: bold;
}

#about-body em, #cb em {
    font-style: italic;
}

#about-body ul, #cb ul {
    list-style-type: disc;
    margin-left: 2.5em;
    padding-left: 0;
}

#about-body {
    padding: 0 0 0 10px;
}

#ct-sub {
    font-size: 16px;
    padding: 0 0 10px 0;
    font-weight: bold;
}

#content-editor {
    padding: 10px;
    font-family: verdana, helvetica, sans-serif;
    font-weight: none;
    font-size: 12px;
    width: 740px;
    background: #FFF;
    color: #000;
}

#content-editor ul {
    list-style-type: disc;
    margin-left: 2.5em;
    padding-left: 0;
}

#content-editor td {
    font-size: 12px;
}

#menu {
    background-color: #0c74f8;
    height: 28px;
}

#menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#menu li {
    float: left;
    margin: 0 0.15em;
}

#menu li a {
    /*background: #0c74f8 url(background.gif) bottom left repeat-x;*/
    backgrond-color: transparent;
    height: 28px;
    line-height: 28px;
    float: left;
    padding: 0 10px 0 10px;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
}

/* Hide from IE5-Mac \*/
#menu li a {
    float: none
}

#menu li a:hover {
    text-decoration: underline;
}

/* End hide */
.tb_btn {
    font-size: 12pt;
}

.img-border {
    border: solid 1px #73ABFF;
}

.note-body {
    padding: 0 20px 3px 20px;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

#mini-event {
    margin: 10px auto;
}

.intro-table {
    background-color: #dfe8f6;
    padding: 5px;
}

.event-grid {
    background: url("../../images/icons/calendar.png") 0 4px no-repeat !important;
}

.event-icon {
    padding: 0 10px 5px 5px;
}

#icon-preview {
    width: 40px;
    height: 40px;
    border: solid 1px #DDD;
    padding: 1px 0 0 1px;
}

#billboard {
    background-color: #000000;
    width: 960px;
    height: 340px;
}

#billboard-flash {
    float: left;
    width: 710px;
    height: 340px;
}

#billboard-tree {
    float: left;
    background: url("../../images/tkd-tree.png") no-repeat top left;
    width: 250px;
    height: 340px;
}

#expander {
    position: relative;
    top: 32px;
    left: 925px;
    width: 28px;
    height: 0px;
    background-color: transparent;
}

.tkd-link-bg {
    background-color: #eeeeee;
    padding: 3px;
    font-weight: bold;
}

.tkd-link-description {
    padding: 0 0 5px 30px;
    font-style: italic;
}

.rss {
    font-weight: bold;
    font-size: 18px;
    color: #DDD;
}

#wm {
    background: transparent url("../../images/turtlelogo_wmL.png") no-repeat top right;
    padding-right: 180px;
    min-height: 300px;
}

#belt-def {
    border: solid 1px #0c74f8;
    background-color: #eeeeee;
    padding: 5px;
    margin: 10px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    width: 400px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.box, .box-float-left {
    border-style: solid;
    border-width: 1px;
    border-color: #0c74f8;
    padding: 7px;
    margin: 7px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.box-float-left {
    float: left;
}
