/*
Theme Name: Buseikan
Theme URI: http://www.cryptic.org
Description: Custom theme for Buseikan Dojo
Version: 1.0
Author: Rob Williams
Tags: custom
*/
html, body {
    background:             #321B00;
    width:                  100%;
    height:                 100%;
    font-family:            'Georgia', 'Times New Roman', 'serif';
    color:                  white;
    line-height:            1.1em;
}

h1 {
    color:                  #F3C61B;
    font-weight:            bold;
    font-size:              1.2em;
    text-transform:         uppercase;
    margin:                 5px 0 0 0;
    padding:                0px;
}

h2 {
    color:                  white;
    font-style:             italic;
    font-size:              0.8em;
    text-transform:         lowercase;
    margin:                 0;
    padding:                0px;
}

div#body_container {
    width:                  960px;
    margin:                 0 auto;
    min-height:             100%;
    height:                 auto !important;
    height:                 100%;
    margin:                 0 auto -25px;
    position:               relative;
    font-size:              0.8em;
}

.main_page {
    background:             url(/wp-content/themes/buseikan/images/orange_right.jpg) black repeat-y;
}

.sub_page {
    background:             url(/wp-content/themes/buseikan/images/orange_left.jpg) black top left;
}

.aligncenter { text-align: center; }
.floatleft, .alignleft { float: left; }
.floatright, .alignright { float: right; }
.smaller { font-size: 0.8em; }

.footer, .push {
    width:                  960px;
    height:                 15px;
    margin:                 0 auto;
    text-align:             center;
    color:                  #AAA;
    position:               relative;
    z-index:                100;
    font-size:              0.8em;
}

.bold { font-weight: bold; }
.italic { font-style: italic; }
.centered { text-align: center; }

a, a.link {
    color:                  #CB5D01;
    text-decoration:        none;
}

a.link { 
    font-weight:            bold;
}

a, a.link:hover {
    color:                  #F3C61B;
}

a.link img {
    border:                 2px #CB5D01 solid;
}

div#menu_div {
    height:                 40px;
    width:                  100%;
    border-bottom:          2px #CB5D01 solid;
    text-align:             center;
    position:               absolute;
    top:                    0;
    left:                   0;
    background:             black;
    font-size:              1.25em;
}

ul#menu {
    height:                 40px;
    list-style-type:        none;
    position:               relative;
    z-index:                25;
}

ul#menu li {
    height:                 40px;
    text-align:             center;
    float:                  left;
    padding:                0 29px;
}

ul#menu li a {
    color:                  white;
    text-decoration:        none;
    position:               relative;
    top:                    12px;
}

.menu_border {
/*    border-right:           1px #444 solid;*/
}

.menu_selected {
    background:             url(/wp-content/themes/buseikan/images/circle.jpg) no-repeat top center;
}

.menu_hover {
    background:             url(/wp-content/themes/buseikan/images/spinningcircle.gif) no-repeat top center;
}

.clear {
    clear:                  both;
}

div#header {
    height:                 262px;
    border-bottom:          2px #CB5D01 solid;
    position:               relative;
}

.orange_swishies {
    position:               absolute;
    left:                   0;
    bottom:                 0;
    z-index:                2;
    behavior:               url(/iepngfix.htc);
}

img#throw_1 {
    position:               absolute;
    left:                   5px;
    bottom:                 0;
    z-index:                3;
}

img#throw_2 {
    position:               absolute;
    left:                   193px;
    bottom:                 0;
    z-index:                3;
}

img#throw_3 {
    position:               absolute;
    left:                   425px;
    bottom:                 0;
    z-index:                3;
}

img#logo {
    position:               absolute;
    left:                   690px;
    bottom:                 10px;
    z-index:                3;
}

p.quotation {
    text-align:             center;
    font-weight:            bold;
    font-style:             italic;
    font-size:              1.2em;
    color:                  #F3C61B;
}

p.heading, h3 {
    color:                  #F3C61B;
    font-weight:            bold;
    font-size:              1.2em;
    text-transform:         uppercase;
    margin-top:             10px;
}

h3 { 
    font-size:              0.9em;
}

p.subheading, h4 {
    color:                  white;
    font-style:             italic;
    font-size:              0.8em;
    text-transform:         lowercase;
    margin-bottom:          10px;
}

div#content_panel {
    width:                  100%;
    position:               relative;
    top:                    -5px;
}

div#orange_section {
    width:                  275px;
    height:                 100%;
    background:             #3E2211;
}

div#orange_section div {
    margin:                 20px;
}

div#orange_section ul, div#orange_section div {
    list-style-type:        none;
    margin:                 20px;
}

div#orange_section ul li {
    margin-bottom:          10px;
}

div#orange_section a {
    text-decoration:        none;
    color:                  #CB5D01;
    text-decoration:        none;
}

.main_section {
    width:                  635px;
    float:                  right;
    margin:                 10px 20px;
}

.main_section img {
    margin:                 10px;
}

div#class_schedule {
    width:                  90%;
    height:                 65px;
    margin:                 15px auto;
    background:             #291205;
    border:                 1px #944300 solid;
    font-size:              0.8em;
}

div#class_schedule img#ical {
    margin:                 5px 25px;
    float:                  left;
}

div#news {
    width:                  90%;
    margin:                 0 auto;
    font-size:              0.9em;
}

div#news .date {
    color:                  white;
    font-size:              0.8em;
    font-weight:            bold;
}

div#news .item {
    color:                  white;
    font-size:              0.9em;
    margin-bottom:          1.2em;
}

div#welcome_panel {
    width:                  685px;
    border-bottom:          2px #CB5D01 solid;
    padding-bottom:         5px;
} 

p, p.regular {
    margin-bottom:          10px;
    line-height:            1.3em;
    position:               relative;
    z-index:                15;
}

img#jim {
    float:                  left;
    padding-right:          15px;
}

div#grey_panel {
    background:             #1F1F1F;
    width:                  685px;
    height:                 374px;
}

div#grey_panel ol {
    list-style-type:        decimal;
    list-style-position:    inside;
    padding-left:           2em;
    text-indent:            -2em;
}

div#grey_panel ol li {
    margin:                 10px 0;
    text-align:             justify;
}

div#grey_panel ol li .grey {
    color:                  #AAA;
}


div#left {
    width:                  47%;
    float:                  left;
    position:               relative;
    left:                   10px;
}

div#right {
    width:                  47%;
    float:                  right;
}

.padtop {
    margin-top:             20px;
}
table.training_fees th {
    font-weight:            bold;
    text-align:             center;
    padding-top:            20px;
}

table.training_fees td {
    padding-top:            5px;
    text-align:             center;
}

#welcome_panel div {
    text-align:             justify;
    margin-right:           15px;
}

.invisible {
    display:                none;
}

.post_divider {
    border-bottom:          1px white solid;
}

.user_signup {
    text-align:             left;
}

.user_signup td {
    padding-bottom:         10px;
}

