/*------------------------------------------------------------------
[Colors]

White:          #fff
Text Color:     #333
Sidebar Grey:   #777
Dark Grey:      #141414
Divider Grey:   #c1c1c1
KZINE Blue 1:   #7399bf (new links)
KZINE Blue 2:   #5A708A (visited links)

#([1-9a-f]{3}|[1-9a-f]{6})(\s|;) finds colors

-------------------------------------------------------------------*/

/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	(vertical-align: baseline;)
}
:focus { outline: 0; }

/*------------------------------------------------------------------
[Fonts]

Georgia, Times, serif
Helvetica, Arial, sans-serif
Monaco, "Courier New", monospace

-------------------------------------------------------------------*/

body,
h1, h2, h3, h4, h5, h6,
#sidebar, #sidebar h3,
.post, .post h2, .post h3, .post h4,
#main div.img h4, #main div.img h5,
textarea {
    font-family: Helvetica, Arial, sans-serif;
}

#navis, #caput, #pedes,
#sidebar blockquote {
    font-family: Georgia, Times, serif;
}

code, kbd, var {
    font-family: Monaco, "Courier New", monospace;
}

cite { font-style: italic; }

/* TABLES */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}

/* QUOTES */
blockquote:before, blockquote:after,
q:before, q:after {	content: ""; }
blockquote, q {	quotes: "" ""; }

/* LISTS */
ol { list-style-type: decimal; }
ul { list-style-type: disc; margin-left: 2em; }

/* LINKS LVHA */
a:link { color: #7399bf; }
a:visited { color: #5A708A; }
a:hover { text-decoration: none; }
a:active { color: #000; }

h1, h2, h3, h4, h5 {
    font-weight: bold;
}
h1 a, h2 a, h3 a, h4 a, h5 a { text-decoration: none; }
h1 { font-size: 36px; line-height: 1em;   margin: 0 0 0.5em; }
h2 { font-size: 28px; line-height: 1.286em; margin: 0.5em 0 0.1em; }
h3 { font-size: 24px; line-height: 0.75em; margin: 0.375em 0; }
h4 { font-size: 16px; line-height: 1.125em; }
h5 { font-size: 12px; line-height: 1.5em; }

/* PARAGRAPH ELEMENTS */
form, p, ol, ul, blockquote, pre, hr { margin-bottom: 1.5em }

hr { width: 165px; border: none; height: 1px; background: #c1c1c1; margin: 0 auto 1.5em; }

strong { font-weight: bold; }
em { font-style: italic; }

p.disclaimer { color: #777; font-size: .9em; line-height: 1.5em; }
p.message { font-size: 18px; }

/*------------------------------------------------------------------
[Form styles]

I _HATE_ THESE

-------------------------------------------------------------------*/

form ol { list-style-type: none; margin: 0; }
    form ol li { overflow: auto; margin-bottom: 1.5em; min-height: 2em; }
    form ol li:last-child { margin-bottom: 0; }
    form ol li .help, form ol li.info { margin-left: 196px; }
    form ol li .help {
        color: #777;
        font-size: .8em;
    }
    form ol li ul.errorlist { color: #f00; margin: 0; padding-left: 196px; }
    
    form ol li.chk label { display: inline; float: none; }
    form ol li.chk input { margin-left: 196px; }
    form ol li.submit { margin-left: 196px; overflow: visible; }
        form ol li.submit input { float: none; }
    
    form fieldset { margin-bottom: 1.5em; }
    form fieldset legend { font-weight: bold; padding: 0 0 1.5em 196px; }
label {
    display: block;
    float: left;
    margin-right: 31px;
    width: 165px;
}
textarea { font-size: 12px; line-height: 1.5em; width: 500px; }

/* BODY */
body {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}

#receptacle {
    background: url(g/navigationBackground3.png) repeat-x;
}

#navis, #caput, #thorax, #pedes {
    margin: 0 auto;
    width: 949px;
}

/* NAVIS: 45px height */
#navis {
    color: #fff;
    height: 34px;
    padding-top: 11px;
    text-align: right;
    text-shadow: #141414 0 0 1px;
    text-transform: uppercase;
}
    #navis a { color: #fff; margin: 0 0.5em; text-decoration: none; }
    #navis a:last-child { margin-right: 0 }
    #navis a:hover { border-bottom: 2px solid #fff; }

/* CAPUT */
#caput {
    background: url(g/kzine2.png) no-repeat 0 bottom;
    border-bottom: 1px solid #c1c1c1;
    height: 135px;
}
    #caput #homelink {
        display: block;
        float: left;
        height: 135px;
        text-decoration: none;
        width: 753px;
    }
    
    #identity {
        font-size: 0.857em;
        float: right;
        height: 72px;
        line-height: 1.5em;
        margin-top: 48px;
        text-align: right;
    }
        #identity a { color: #7399bf; text-decoration: none; }
        #identity a:hover { text-decoration: underline; }
        #identity a#myName { color: #333; font-weight: bold; }
        
        #identity form ol li { margin: 0; }
        #identity form input {
            border: 1px solid #c1c1c1;
            font-size: .8em;
        }

/* THORAX */
#thorax {
    margin-top: 15px;
    padding: 0 0;
}

/* PEDES */
#pedes {
    border-top: 1px solid #c1c1c1;
    color: #777;
    font-size: 0.785em;
    font-style: italic;
    margin: 15px auto 165px;
    padding-top: 15px;
    text-align: left;
}

/* SPECIAL THORACES */
#thorax.split {
    background: url(g/thoraxSplitBackground.png);
    overflow: auto;
}

    #thorax.split #main { float: left; width: 753px; }
    #thorax.split #main > :last-child { margin-bottom: 0; }
    #thorax.split #sidebar {
        color: #777;
        font-size: 0.785em;
        float: right;
        line-height: 1.637em;
        width: 165px;
    }
        #thorax.split #sidebar p,
        #thorax.split #sidebar ol,
        #thorax.split #sidebar ul { list-style-type: none; margin-bottom: 1.637em; }
        
        #thorax.split #sidebar h3 {
            color: #7399bf;
            font-size: 12px;
            line-height: 1.5em;
            letter-spacing: .1em;
            margin: 0;
            text-transform: uppercase;
        }
        
        #thorax.split #sidebar blockquote {
            font-size: 13px;
            line-height: 1.3em;
            margin-top: 0.65em;
            text-align: center;
        }
            #thorax.split #sidebar blockquote p.forumlatest a { text-decoration: none; }
            #thorax.split #sidebar blockquote p.forumlatest a:hover { text-decoration: underline; }
            
            #thorax.split #sidebar blockquote p.attr {
                font-size: 11px;
                font-style: italic;
                margin: -1.5em 0 1.5em;
            }
        
        #thorax.split #sidebar #fnipp { margin: 0 auto; display: block; }
    
/* CLAVICLE */
#clavicle {
    border-bottom: 1px solid #f1f1f1;
    height: 67px;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
#submenu {
    color: #c1c1c1;
    font-size: 11px;
    height: 16px;
    line-height: 1.5em;
    text-transform: uppercase;
    margin-bottom: 15px;
}
    #submenu a { font-weight: bold; color: #7399bf; margin-right: 1em; text-decoration: none;}
    #submenu a.here {  }

#clavicle h1 {
    font-size: 30px;
    height: 32px;
    margin: 0; /* ie6 */
    padding-top: 19px;
}
    #clavicle h1 img { display: block; float: left; margin-right: 19px; }
    #clavicle h1 a { color: #333; text-decoration: none; }
    #clavicle h1 a:hover { text-decoration: underline; }
    #clavicle #submenu { margin: 0; }

/*------------------------------------------------------------------
[Pagination]

-------------------------------------------------------------------*/

.pagination a, .pagination span {
    margin-right: .5em;
    text-decoration: none;
}
    .pagination span.current { color: #333; font-weight: bold; }

/*------------------------------------------------------------------
[Post styles]

Used for member posts in guestbooks, discussions, forums
ARE DEY GENERIC 'nUFF? YES DEY ARE

-------------------------------------------------------------------*/
.post {
    border-bottom: 1px solid #c1c1c1;
    font-size: 13px;
    line-height: 1.5em;
    margin-bottom: 15px;
    overflow: auto;
    padding-bottom: 15px;
}
    .post p.actions, .post h4 {
        color: #777;
        font-size: 11px;
        font-weight: bold;
        letter-spacing: .1em;
        text-transform: uppercase;
    }
        .post h4 { margin-bottom: 1.5em; }
    
    .post .ub {
        float: left;
        width: 165px;
    }
        .post .ub h2 {
            font-size: 14px;
            line-height: 1em;
            margin: 1.5em 0 .5em;
        }
            .post .ub h2 a { color: #333; text-decoration: none; }
            .post .ub h2 span,
            .post .ub h2 span a { color: #777; font-size: 12px; font-weight: normal; }
            
        .post .ub h3 {
            color: #777;
            font-size: 12px;
            font-weight: normal;
            line-height: 1em;
            margin-bottom: .5em;
        }
    .post .ct {
        float: right;
        min-height: 130px;
        width: 557px;
    }
        .post .ct ul,
        .post .ct ol {
            margin-left: 1.3em;
        }
        .post .ct blockquote { line-height: 1.7em; margin: 0 1.5em; font-style: italic; }
    
    .post p.actions {
        clear: both;
        margin: -15px 0 0 196px;
    }
        .post p.actions a {
            margin-right: 1em;
            text-decoration: none;
        }

.post.last { border: none; margin-bottom: 0; }
.post.last p.actions { margin-bottom: 0; }

/*------------------------------------------------------------------
[Images]

-------------------------------------------------------------------*/

#main div.img {
    clear: right;
    float: right;
    margin: 0 0 31px 31px;
}
    #main div.img img { display: block; }
    #main div.img h4 {
        color: #888;
        font-size: 0.8em;
        letter-spacing: .1em;
        margin: 1em 0;
        text-align: right;
    }

#main div.imgleft {
    clear: left;
    float: left;
    margin: 31px 0px 0px 0px;
}
    #main div.img img { display: block; }
    #main div.img h4 {
        color: #888;
        font-size: 0.8em;
        letter-spacing: .1em;
        margin: 1em 0;
        text-align: right;
    }



/* img-prefix because ie6 does not understand chained classes */
#main div.imgwide    { float: none; margin: 0 auto 31px auto; }
#main div.imgwide h4 { text-align: center; }

/* Special styles for getting the "black bar" display */
/* Need a lot of CSS Force to pull this through, that's why we have so many classes */ 

#main div.exhibition p,
#main div.exhibition h4,
#main .exhibition h4 {
    background: #141414;
    color: #c1c1c1;
    font-size: 11px;
    letter-spacing: .1em;
    line-height: 14px;
    padding: 9px 15px 8px 15px;
    margin: 0;
}
#main div.exhibition h4,
#main .exhibition h4,
#main .img.exhibition h4 {
    height: 14px;
    margin: -31px 0 0 0;
    opacity: .9;
    overflow: hidden;
    position: relative;
    text-align: right;
}
    #main .exhibition h4 .t { color: #fff; font-size: 14px; line-height: 14px; }
    #main .exhibition h4 a { color: #c1c1c1; }

ol.images { overflow: auto; margin-left: -31px; padding-left: 31px; width: 784px; }
    ol.images li {
        background: #000;
        float: left;
        list-style-type: none;
        margin: 0 31px 31px 0;
    }
    ol.images li.a { margin-left: 0; }
        ol.images li img { display: block; }

/* PROFILE BOX */
#profilebox {
    border-bottom: 1px solid #f1f1f1;
    font-size: 12px;
    height: 165px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
    #profilebox img, #profilebox div { float: left; }
    #profilebox div { margin-left: 31px; width: 263px; }
    #profilebox h2 {
        font-size: 16px;
        line-height: 1em;
        margin: 0 0 .5em;
    }
    #profilebox h3 {
        color: #777;
        font-size: 13px;
        font-weight: normal;
        line-height: 1em;
        margin: 0;
    }
        #profilebox .contact h3 {
            color: #7399bf;
            font-size: 16px;
            line-height: 1em;
            margin: .5em 0 0;
            padding-bottom: 14px;
        }
    #profilebox dl { margin-top: 1.5em; }
        #profilebox dl dt {
            clear: left;
            color: #777;
            float: left;
            font-weight: bold;
            width: 100px;
        }
        #profilebox dl dd { float: left; }

#morebox {
    border: 1px solid #f1f1f1;
    border-width: 0 0 1px 1px;
    font-size: 11px;
    float: right;
    padding: 0 0 15px 15px;
    margin: 0 0 15px 15px;
    width: 165px;
}
    #morebox h3 { font-size: 12px; margin: 1.5em 0 .5em 0; }
        #morebox h3:first-child { margin-top: 0; }
    #morebox ol { list-style-type: none; margin: 0; }
/*------------------------------------------------------------------
[Classes]

-------------------------------------------------------------------*/

ul.class {
    font-size: 16px;
    margin-top: 1em;
}
    ul.class li {
        display: inline;
        margin-right: 15px;
    }


/*------------------------------------------------------------------
[Specific form styles]

-------------------------------------------------------------------*/
#formGuestbook label[for="formGbContent"] { text-indent: -1000em;}
#formUserphotosEdit ol li { overflow: hidden; }
#formUserphotosEdit img { position: relative; float: right; }
#formUserphotosEdit textarea { width: 340px; float: left; }

/*------------------------------------------------------------------
[Christmas]

-------------------------------------------------------------------*/

div.xmasbox div.b {
    height: 165px;
    font-size: 16px;
    width: 557px;
}
div.xmasbox div.b h4 {
    font-size: 24px;
    margin: 9px 0;
}

div.xmasbox div.a { width: 165px; height: 165px; }

#xmasdate {
    color: #a00;
    display: block;
    font-size: 124px;
    font-weight: bold;
    line-height: 1em;
    margin: 0;
    padding: 20px 0 0;
    text-align: center;
    width: 165px;
}
#xmasdate a { color: #a00; text-decoration: none; }

/* DEBUG STYLES */
/*
body {
    background: url(g/debug/grid.png);
}*/

/*#thorax { margin-left: 0; }*/
