/* MASTHEAD ********************************************************************/
#masthead {
    width: 1000px;
    margin: 0;
    padding: 0;
    font-size: 0.8em;
    font-family: Verdana, sans-serif; 
}
#masthead h1 {
    color: #444444;
    text-align: right;
    letter-spacing: 0.5em;
    white-space: nowrap;
}
#masthead h2 {
    margin: -15px 10px 0 0;
    color: #444444;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: 0.5em;
    white-space: nowrap;
}
#masthead img {
    float: left;
    margin: -15px 0 0 5px;
    padding: 0;
    border: 1px solid #FFFFFF;
}
/*******************************************************************************/

/* FOOTER **********************************************************************/
#footer {
    margin: 20px -10px -10px -10px;
    color: #22232F;
    font-size: 0.8em;
    font-family: Verdana, sans-serif;
    text-align: center;
    text-transform: lowercase;
		clear: both;
}
/*******************************************************************************/

/* CONTENT *********************************************************************/
#content {
    /* FIXED position: 75px from TOP; 150px from LEFT */
    /* note: need to align with #navbar */
    position: absolute; top: 75px; left: 150px;
    width: 830px;
    margin: 0;
    padding: 10px; 
    border: 5px solid #444444;
    font-size: 0.8em;
    font-family: Verdana, sans-serif;

  	background-image: url(../images/aikido_kanji-small.jpg);
  	background-position: 95% 95%;
  	background-repeat: no-repeat;
  	background-attachment: inherit;
}

#content h1 {
    margin: -10px -10px 10px -10px;
    padding: 15px 0 15px 15px; 
    color: #ffffff;
    background: #333333;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.3em;
    vertical-align: middle;
    white-space: nowrap;
}
#content h2 {
    margin: 20px 0 30px 0;
    padding: 10px;
    font-size: 1.5em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
    letter-spacing: 0.3em;
    white-space: nowrap;
}
#content h3 {
    /*SHADOW effect: -ve offset TOP, grey*/
    margin: -50px 0 20px 50px;
    padding: 0; 
    color: #E6E6FA;
    font-weight: bold;
    font-size: 1.3em;
    font-family: Verdana, sans-serif;
    text-transform: lowercase;
    letter-spacing: 0.3cm;
}
#content h4 {
    margin: 40px 50px 0px 20px;
    padding: 0;
    border-bottom: 1px solid;
    font-size: 1.2em;
    font-weight: bold;
    font-family: sans-serif;
    vertical-align: middle;
    white-space: nowrap;
}
#content h5 {
    margin: 0px 50px 10px 30px;
    padding: 0;
    color: #441111;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.2em;
}
#content h6 {
    margin: 20px 0 20px 0;
    padding: 0;
    border: 0;
    font-size: 1.2em;
    font-weight: bold;
    font-family: sans-serif;
    text-decoration: underline;
}

#content p {
    /* INDENTED: RIGHT/LEFT */
    position: relative;
    margin: 0px 50px 0px 40px;
    padding: 10px;
}

#content blockquote {
    /* INDENTED: RIGHT/LEFT */
    position: relative;
    margin: 10px 50px 10px 40px;
    font-style: italic;
    font-weight: bold;
    font-family: Arial, sans-serif;
    text-align: center;
		clear: both;
}
#content blockquote .quoteBy{
    /* negative offset: TOP; indented: RIGHT */ 
    position: relative;
    margin-top: -20px;
		margin-right: 80px;
    text-align: right;
		clear: both;
}
/*******************************************************************************/

/* INSET ***********************************************************************/
#inset {
    /* RELATIVE position: indented (LEFT/RIGHT) */
    position: relative;
    margin: 0px 40px 0px 40px;
    padding: 10px;
}
#inset h4 {
    color: #990000;
}
/*******************************************************************************/

/* NAVBAR **********************************************************************/
#navbar {
    /* FIXED position: 75px from TOP; 0px from LEFT */
    /* note: need to align with #content */
    position: absolute; top: 75px; left: 0;
    width: 155px;
    margin: 0;
    padding: 0;
    font-size: 0.75em;
    font-family: Verdana, sans-serif;
    z-index: 100;
}
#navbar a {
    display: block;
    margin: 0 0 1px 0;
    padding: 5px 10px 5px 10px;
    color: #FFFFCC;
    background: #444444;
    border-right: 5px solid #505050;
    font-size: 1em; 
    font-weight: bold;
    font-family: sans-serif;
    text-align: left;
    text-decoration: none;
}
#navbar a:hover {
    color: #441111; 
    background: #AAAAAA;
    border-right: 5px double #FFFFFF;
}
/*******************************************************************************/

/* LINKS ***********************************************************************/
#links {
    margin: -10px -10px 10px -10px;
    padding: 5px 0 5px 0; 
    background: #22232F; 
    font-size: 0.95em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
#links a {
    padding: 0 10px 0 10px; 
    color: #FFFFCC; 
    font-size: 1em; 
    font-family: sans-serif;
    text-align: left; 
    text-decoration: none; 
}
#links a:hover {
    color: #AA6666; 
}
/*******************************************************************************/

/* SUB-LINKS *******************************************************************/
#sublinks {
    /* reverse color scheme from navbar */
    margin: -10px -10px 10px -10px;
    padding: 5px 0 5px 0; 
    background: #AAAAAA; 
    font-size: 0.95em;
    font-weight: bold;
    font-family: Verdana, sans-serif;
}
#sublinks a {
    padding: 0 10px 0 10px; 
    color: #441111; 
    font-size: 1em; 
    font-family: sans-serif;
    text-align: left; 
    text-decoration: none; 
}
#sublinks a:hover {
    color: #FFFFCC; 
}
/*******************************************************************************/

/* ImageBoxes w Caption *********************************************************/
#imageBoxLeft {
    /* note: has to be same margins/paddings as <p> */
    float: left;
    margin: 0px 50px 0px 40px;
    padding: 10px;
}
#imageBoxLeft .caption {
    /*note: -ve margins from <p>*/
    margin: -10px -50px 0px -50px;
    font-size: 80%;
    text-align: center;
}
#imageBoxRight {
    /* note: has to be same margins/paddings as <p> */
    float: right;
    margin: 0px 50px 0px 40px;
    padding: 10px;
}
#imageBoxRight .caption {
    /*note: -ve margins from <p>*/
    margin: -10px -50px 0px -50px;
    font-size: 80%;
    text-align: center;
}
/*******************************************************************************/


.centered {
    text-align: center;
}
.smallText {
    font-size: 60%;
}
.midText {
    font-size: 80%;
}
.shaded {
  background: #BABABA;
}

em {
    font-weight: bold;
    font-style:normal;
    text-decoration: underline;
}

a {
    color: #444444; 
    text-decoration: none;
}
a:hover {
    color: #AAAAAA; 
    text-decoration: none;
}

table {
    /* RELATIVE position: indented LEFT, 80% WIDTH */
    position: relative; left: 4em;
    width: 80%;
    border: 1px solid;
    border-collapse: collapse;
    border-spacing: 0;
}
th {
    padding: 5px;
    border: 1px solid;
    background: #AAAAAA;
}
td {
    padding: 5px;
    border: 1px solid;
}

table.tbDisplay {
    /* RELATIVE position: indented LEFT, 80% WIDTH, borderless */
    position: relative; left: 2em;
    width: 80%;
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
table.tbDisplay th {
    padding: 5px;
    border: 0;
    background: none;
    text-align: center;
    text-decoration: underline;
    vertical-align: top;
}
table.tbDisplay td {
    padding: 5px;
    border: 0;
    background: none;
    text-align: center;
    vertical-align: top;
}

table.tbSchedule {
    /* 92% width, centered, 85% text size, white backgrd */
    width: 92%;
    background: #FFFFFF;
    font-size: 85%;
    text-align: center;
}
table.tbSchedule th {
    font-size: 85%;
    text-align: center;
}
table.tbSchedule td {
    font-size: 85%;
    text-align: center;
}

table.tbDojo {
    /* RELATIVE position: indented LEFT, borderless */
    position: relative; left: 4em;
    border: 1px solid #FFFFFF;
    border-collapse: collapse;
    border-spacing: 0;
    vertical-align:text-top;
}
table.tbDojo th {
    padding: 5px;
    border: 1px solid #FFFFFF;
    background: #AAAAAA;
}
table.tbDojo td {
    padding: 5px;
    border: 1px solid #FFFFFF;
    vertical-align:text-top;
}

.imgCC {
    width:300px;
    height:180px;
}
.imgDojo {
    width:200px;
    height:180px;
}

