/*
 Title : Tokui Karate Union Website
 Website Address : http://www.tokuikarateunion.co.uk/ 
 Version : 1.0
 Author : Mike Bowering
 Last Change Date : 12th March 2008
*/

/* Main Styling, typography default colours etc */

*
{
    margin: 0em;
    padding: 0em;
}

div.fixed
{
    width: 900px !important;
}

body
{
    background-color: #fff;
    color: #585858;
    font-size: 9pt;
    font-family: "trebuchet ms" , helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6
{
    font-family: "Century Gothic" , "Avant Garde" , helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: none;
}

h3, h4, h5, h6
{
    color: #562F00;
}

h1 span
{
    font-weight: bold;
}

h3 span
{
    font-weight: bold;
}

h4 span
{
    font-weight: bold;
}

br.clear
{
    clear: both;
}

.imgnoborder
{
    border: solid 0px #fff;
    padding: 3px;
}

img
{
    padding: 3px;
    border: solid 1px #e1e1e1;
}

img.floatimg
{
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1.5em;
    margin-top: 0.5em;
    border: 0;
}

a
{
    text-decoration: underline;
    color: #AB5500;
}

a:hover
{
    text-decoration: none;
}

ul.links
{
    list-style: none;
}

ul.links li
{
    margin-bottom: 5px;
    line-height: 2em;
    border-bottom: dotted 1px #E1E1E1;
}

p
{
    line-height: 2.0em;
    margin: 15px 0;
}

p span
{
    color: #AB5500;
    font-weight: bold;
    font-size: 130%;
}

em
{
    font-style: normal;
    font-weight: bold;
}

abbr
{
    cursor: help;
}

/* Header Stuff */

#header
{
    width: 100%;
    height: 350px;
    background: #AD9E8F url("../images/header_tile.gif" ) repeat-x;
}

#header_inner
{
    position: relative;
    width: 900px;
    height: 350px;
    background: #DCDCDC url("../images/header_background.jpg" ) no-repeat;
    margin: 0 auto;
}

/* logo */

#logo
{
    position: absolute;
    bottom: 0.8em;
}

#logo h1
{
    font-family: "Century Gothic" , "Avant Garde" , helvetica, sans-serif;
    position: relative;
    bottom: 200px;
    padding-left: 0.5em;
    color: #562F00;
    font-size: 3.6em;
}

#logo h2
{
    font-family: "Century Gothic" , "Avant Garde" , helvetica, sans-serif;
    display: inline;
    position: relative;
    bottom: 200px;
    padding-left: 3.5em;
    color: #616161;
    font-size: 1.0em;
}

#styleswitcher
{
    position: absolute;
    right: 0em;
    top: 0em;
    padding-top: 5px;
    padding-right: 5px;
}

#styleswitcher img
{
    border: 0;
}

/* Navigation menu */

#menu, #menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#menu
{
    position: absolute;
    right: 0em;
    bottom: 0em;
}

#menu li
{
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: justify;
}

#menu li a
{
    margin-left: 0em;
    display: block;
    padding: 1.1em 1.4em 1.0em 1.4em;
    background: #fff url("../images/menu.gif" ) repeat-x;
    border: solid 1px #fff;
    color: #616161;
    font-weight: bold;
    font-size: 1.0em;
    text-transform: none;
    text-decoration: none;
}

#menu li a.active
{
    background: #CC6C0C url("../images/menu_hover.gif" ) repeat-x;
    color: #fff;
    border: solid 1px #AA7036;
}

#menu li a:hover
{
    background: #CC6C0C url("../images/menu_hover.gif" ) repeat-x;
    color: #fff;
    border: solid 1px #AA7036;
}


/* Main Content */

#main
{
    background: #fff url("../images/header_bottom.gif" ) 0px 1px repeat-x;
}

#main_inner p
{
    text-align: justify;
    margin-bottom: 2.0em;
}

#main_inner ul
{
    margin-bottom: 2.0em;
    text-align: justify;
}

#main_inner li
{
    text-align: justify;
}

#main_inner
{
    position: relative;
    width: 900px;
    margin: 0 auto;
    padding-top: 3.5em;
}

#main_inner h3
{
    border-bottom: dotted 1px #E1E1E1;
    position: relative;
}

#main_inner h3
{
    font-size: 2.3em;
    padding-bottom: 0.1em;
    margin-bottom: 0.8em;
}

#main_inner h2
{
    font-size: 2.0em;
    padding-bottom: 0.175em;
    margin-bottom: 1.1em;
    margin-top: 0.95em;
}

#main_inner .welcomeTitle
{
    font-family: "Century Gothic" , "Avant Garde" , helvetica, sans-serif;
    font-weight: normal;
    letter-spacing: -1px;
    text-transform: none;
    color: #562F00;
    font-size: 3.6em;
}

#main_inner h4
{
    font-size: 1.2em;
    padding-bottom: 0.175em;
    margin-bottom: 0.5em;
    margin-top: 0.95em;
}

.quick_nav
{
	margin-top: 10px;
	clear: both;
	text-align: center;
}

#main_left_content .post
{
    position: relative;
}

#main_left_content .post h3
{
    margin-left: 10px;
    position: relative;
    font-size: 1.7em;
    padding-bottom: 1.2em;
}

#main_left_content .post ul.post_info
{
    list-style: none;
    position: absolute;
    top: 3em;
    left: 3em;
    font-size: 0.8em;
}

#main_left_content .post ul.post_info li
{
    background-position: 0em 0.2em;
    background-repeat: no-repeat;
    display: inline;
    padding-left: 18px;
}

#main_left_content .post-date
{
    width: 44px;
    height: 44px;
    float: left;
    background: url("../images/date-bg.gif") no-repeat;
}
#main_left_content .post-month
{
    font-size: 10px;
    text-transform: lowercase;
    color: #2e3436;
    text-align: center;
    display: block;
    line-height: 11px;
    padding-top: 2px;
    margin-left: -3px;
}
#main_left_content .post-day
{
    font-size: 13px;
    text-transform: lowercase;
    color: #2e3436;
    text-align: center;
    display: block;
    line-height: 18px;
    padding-top: 7px;
    margin-left: -3px;
}

#main_no_margin
{
    position: relative;
}

/* Left hand side content  */

#main_left
{
    position: relative;
    margin-right: 20em;
}

#main_left_content
{
    position: relative;
    float: left;
    width: 100%;
    margin-right: -17em;
    padding-right: 2em;
}

#main_left_content h4
{
    font-size: 1.5em;
    padding-bottom: 0.175em;
    margin-bottom: 0.5em;
    margin-top: 0.95em;
}

#main_left_content ul
{
    list-style: none;
}

#main_left_content ol
{
    padding-left: 30px;
    list-style: decimal;
}

#main_left_content ol li
{
    margin-bottom: 10px;
}

/* gallery stuff */

.gallery
{
    position: relative;
    width: 100% !important;
    text-align: center !important;
    padding: 0.00 !important;
    margin: 10px auto 0 !important;
}

.frame
{
    background-color: #fff !important;
    border-style: solid !important;
    border-width: 1px !important;
    width: 166px !important;
    height: 176px !important;
    text-align: center !important;
    overflow: hidden !important;
    float: left !important;
    border-color: #E1E1E1 !important;
    margin: 0 5px 5px !important;
    position: relative !important;
    color: inherit;
}

.gallerythumb
{
    background-color: #fff !important;
    border-style: solid !important;
    margin: 10px 0 !important;
    padding: 2px !important;
    border-width: 1px !important;
    border-color: #E1E1E1 !important;
    color: inherit;
}

/* quoting elements */

.quote
{
    line-height: 1em;
    margin: 50px 60px;
}

blockquote
{
    padding: 5px 15px;
    color: #522613;
    font: italic 90% Georgia, "Times New Roman" , Times, serif;
    font-style: italic;
    background: url("../images/block_quote.gif") no-repeat;
    height: 95px;
}

blockquote p
{
    color: #fff;
    padding: 5px;
    width: 500px;
}

.quote_caption
{
    font-size: 9px;
    font-style: normal;
    position: relative;
}

.captioned_image
{
    float: left;
    margin-right: 17px;
    padding-bottom: 15px;
    position: relative;
}

.captioned_image div
{
    bottom: 0;
    font-size: 9px;
    left: 0;
    position: absolute;
}

.captioned_image_right
{
    float: right;
    margin-left: 17px;
    padding-bottom: 15px;
    position: relative;
}

.captioned_image_right div
{
    bottom: 0;
    font-size: 9px;
    left: 0;
    position: absolute;
}

.captioned_image2
{
    padding-bottom: 5px;
    position: relative;
}

.captioned_image2 img
{
    border: solid 1px #e1e1e1;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 3px;
}

.captioned_image2 div
{
    font-size: 9px;
    margin-left: auto;
    margin-right: auto;
    width: 15em;
}

.trainingblock
{
    margin-bottom: 1.5em;
    border-left: solid 7px #AB5500;
    background: #EFEECC;
}
.trainingblock ul
{
    padding: 5px;
    padding-left: 1em;
}

.trainingtitle
{
    font-size: 2.3em;
    padding-bottom: 0.1em;
    margin-bottom: 0.4em;
}

/* club affiliation */

#logo_images
{
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
    padding: 0px;
}

#logo_images img
{
    border: none;
}

#logo_images img:hover
{
    cursor: pointer;
}

/* new starter panel */

#notice_panel
{
    position: relative;
    background-image: url("../images/notice_panel.gif");
    background-repeat: repeat-x;
    background-position: left;
    width: 100%;
    height: 193px;
    border-bottom: 0;
    border-top: 0;
    margin: 0 auto;
    text-align: left;
}

#notice_panel p
{
    color: #fff;
    position: absolute;
    top: 90px;
    left: 20px;
}

#notice_panel a
{
    color: #fff;
}

/* Right hand side content */

#main_right
{
    float: right;
}

#main_right_content
{
    width: 16.0em;
    float: left;
    padding: 0em 0em 0.5em 2em;
    border-left: dotted 1px #E1E1E1;
}

/* Footer */

#footer
{
    width: 900px;
    margin: 0 auto;
    text-align: center;
    clear: both;
    border-top: dotted 1px #E1E1E1;
    margin-top: 1.0em;
    margin-bottom: 1.0em;
    padding-top: 1.0em;
    text-transform: none;
}

/* accordion togglers */

.toggler
{
    color: #3f3e37;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 25px;
    background: #f6e9bc url("../images/horizontal-dots.gif") bottom left repeat-x;
    vertical-align: middle;
}
.toggler div
{
    margin-left: 10px;
    position: relative;
}

.toggler div img
{
    position: absolute;
    margin-top: 4px !important;
    margin-top: 0px;
}

.toggler div span
{
    margin-left: 35px;
    line-height: 20px !important;
    line-height: 25px;
}

/* toggler hover */

.togglerHover
{
    color: maroon;
    display: block;
    width: 100%;
    cursor: pointer;
    height: 25px;
    background: #dbc67f url("../images/horizontal-dots.gif") bottom left repeat-x;
    vertical-align: middle;
}
.togglerHover div
{
    margin-left: 10px;
    position: relative;
}

.togglerHover div img
{
    position: absolute;
    margin-top: 4px !important;
    margin-top: 0px;
}

.togglerHover div span
{
    margin-left: 35px;
    line-height: 20px !important;
    line-height: 25px;
    border-bottom: 1px dotted maroon;
}

/* accordion elements */

.accordion
{
    color: #3f3e37;
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
    background: #FFFFFF url("../images/horizontal-dots.gif") bottom left repeat-x;
}

.downloadMsgLbl
{
    margin: 10px;
    padding: 10px;
    font-size: 100%;
    color: #333333;
    background: #FFF9D7 none repeat scroll 0%;
    border: 1px solid #E2C822;
}

.downloadMsgLbl img
{
    border: 0;
}

.errorMsgLbl
{
    margin: 10px;
    padding: 10px;
    font-size: 100%;
    color: #333333;
    background: #FFF9D7 none repeat scroll 0%;
    border: 1px solid #E2C822;
}

.accordianbackground
{
    background: #fff none repeat scroll 0%;
    border-bottom: dotted 1px #E1E1E1;
    margin-bottom: 20px;
}

.trainingvenues
{
    border-bottom: dotted 1px #E1E1E1;
}

/* tool tips */

.tool-tip
{
    color: #fff;
    width: 139px;
    z-index: 13000;
}

.tool-title
{
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    color: #F6E9BC;
    padding: 8px 8px 4px;
    background: url("../images/bubble.png") top left;
}

.tool-text
{
    font-size: 1em;
    padding: 4px 8px 8px;
    background: url("../images/bubble.png") bottom right;
}

.custom-tip
{
    color: #000;
    width: 130px;
    z-index: 13000;
}

.custom-title
{
    font-weight: bold;
    font-size: 1em;
    margin: 0;
    color: #3E4F14;
    padding: 8px 8px 4px;
    background: #C3DF7D;
    border-bottom: 1px solid #B5CF74;
}

.custom-text
{
    font-size: 1em;
    padding: 4px 8px 8px;
    background: #CFDFA7;
}

/* maps */

#googlemaps
{
    text-align: justify;
    width: 700px;
    overflow: hidden;
}

#map_canvas
{
    width: 330px;
    height: 400px;
    border: 1px solid #ABADB3;
    float: right;
}

#map_form
{
    width: 350px;
    float: left;
}

#directions
{
    float: left;
    width: 340px;
    height: 265px;
    overflow: auto;
}

#maps_inner
{
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px;
}

/* form elements */

label
{
    float: left;
    width: 120px;
    font-weight: bold;
}

input, textarea
{
    width: 180px;
    margin-bottom: 5px;
}

textarea
{
    width: 250px;
    height: 150px;
}

.boxes
{
    width: 1em;
}

#submitbutton
{
    margin-left: 120px;
    margin-top: 5px;
    width: 90px;
}

fieldset
{
    border: 0px #fff;
}


