th {
	text-transform: capitalize;
}

/*table.admin_overview {

}*/

td, th {
	padding: 1em;
}

thead {
	border-bottom: 1px solid white;
	text-align: left;
}

tr td:first-child {
	border-right: 1px solid white;
}

body img.emoticon {
    border: none !important;
    margin: 0 !important;
    display: inline !important;
}

body {
    background-color: #fff25f;
    font-family: "Georgia", "Times", "Times New Roman", serif;
    color: #000;
}

html, body {
    height: 100%;
}


#header {
    height: 35px;
    background: url("http://www.marionteitink.nl/sh/assets/css/header_bg.jpg") repeat-x;
    width: 100%;
}

#menu {
    position: absolute;
    left: 20px;
    top: 80px;
    width: 215px; /* xC */
    z-index: 400;
    text-align: right;
}

#menu_top {
    background-position: 100% 0;
}

#menu_welkom {
    background-position: 100% -40px;
}

#menu_galerie {
    background-position: 100% -80px;
}

#menu_exposities {
    background-position: 100% -120px;
}

#menu_gastenboek {
    background-position: 100% -160px;
}

#menu_contact {
    background-position: 100% -200px;
}

#menu_bottom {
    background-position: 100% -240px;
}

#menu a {
    height: 34px;
    display: block;
    background-image: url("http://www.marionteitink.nl/sh/assets/css/menu_normal.png");
    background-repeat: no-repeat;
}

#menu a.current {
    background-image: url("http://www.marionteitink.nl/sh/assets/css/menu_focus.png");
}

#menu a:hover {
    background-image: url("http://www.marionteitink.nl/sh/assets/css/menu_focus.png");
}

#menu #menu_top, #menu #menu_bottom {
    height: 21px;
}

#content {
    left: 275px; /* left sidebar */
    padding: 3%;
    top: 2%;
    position: absolute;
    background-color: #fff25f;
    height: 88%;
}

#split_left {
    position: absolute;
    top: 35px;
    width: 1px;
    z-index: 600;
    left: 274px
}

p,blockquote {
    margin-bottom: 1.5em;
    font-size: 15px;
    color: #000;
    line-height: 1.5em;
    max-width: 550px;
}

#content > p:nth-of-type(1) {
    margin-bottom: 20px;
    font-style: italic;
    font-size: 23px;
    color: #039;
}

p > img {
    max-width: 100%;
}

h1 {
    font-size: 18px;
    text-align: right;
    color: #c00;
    font-weight: normal;
    font-style: italic;
    margin-bottom: 10px;
}

h1:first-letter {
    text-transform: uppercase;
}

h2 {
    font-weight: bold;
    font-size: 13px;
    margin-right: 1.4em;
    text-transform: uppercase;
    margin-bottom: 30px;
}

p em {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 13px;
    font-style: normal;
}

a.current img {
    border: 3px solid #fff;
    position: relative;
    bottom: 3px;
}

#footer {
    position: fixed;
    left: 315px;
    bottom: 0;
    text-align: center;
    background-color: #fff25f;
}

#footer p {
    display: inline;
    color: #990001;
    font-style: italic;
    margin-right: 3em;
    line-height: 30px;
    font-size: 11px;
}

#footer p a {
    color: #000;
    text-transform: uppercase;
    font-style: normal;
    font-weight: bold;
    text-decoration: underline;
}

.thumb {
    height: 60px;
    width: 60px;
    display: block;
    float: left;
}

.thumb img {
    height: 60px;
    width: 60px;
    border: 2px solid #fff25f;
}

a.thumb.focus img {
    border: 2px solid white;
    height: 80px;
    width: 80px;
    position: relative;
    top: -10px;
    left: -10px;
}

#metadata {
    position: relative;
    width: 230px;
    bottom: 50px;
    left: -255px;
    text-align: right;
}

#metadata span {
    text-transform: uppercase;
    color: #039;
    font-size: 10px;
}

img.picture {
    height: 80%;
    max-height: 600px;
    display: block;
    clear: both;
    margin-top: 10px;
    border: solid 14px white
}

#menu_galerie_sub, #menu_gastenboek_sub {
    display: none;
}

body.c_paintings.m_view #menu_galerie_sub, body.c_guestbook.m_index #menu_gastenboek_sub, body.c_guestbook.m_page #menu_gastenboek_sub {
    display: block;
    height: 40px;
}

span#menu_galerie_sub a, span#menu_gastenboek_sub a {
    color: #06C;
    font-style: normal;
    text-transform: uppercase;
    text-decoration: underline;
    font-size: 10px;
    background: none;
    position: relative;
    bottom: 8px;
}

#controls {
    color: #06C;
    font-size: 12px;
}

#controls a {
	text-decoration: none;
}

#menu #menu_galerie_sub a.current { background: none }
#menu #menu_gastenboek_sub a.current { background: none }
#menu #menu_galerie_sub a:hover { background: none }
#menu #menu_gastenboek_sub a:hover { background: none }

#menu a {
    text-transform: capitalize;
}

img.icon {
    border: none;
    margin: 0;
    padding: 0;
    display: inline;
    height: 16px;
    width: 16px;
    margin-left: 5px;
}

/* Guestbook */

cite {
    color: #339;
    text-transform: uppercase;
    width: 120px;
    float: left;
    position: relative;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    line-height: 1.5em;
}

/*
TODO: make this possible
cite:nth-of-type(odd) {
    color: #c00;
}*/

cite .icon {
    position: absolute;
    top: 0;
    left: 0;
}

blockquote {
    max-width: 500px;
    padding-left: 150px;
    min-height: 60px; /* bigger than cite */
}



input {
    display: block;
    clear: right;
    background-color: white;
    padding: 1px 0;
    line-height: normal;
    margin-bottom: 1em;
}

label {
    float: left;
    margin-bottom: 1em;
}

label + textarea {
    clear: both;
}

textarea {
    display: block;
}

label + input {
    margin-left: 130px;
}

input[type=submit] {
    margin-top: 1em;
    font-weight: bold;
    padding: 2px;
}

input[type=submit]:hover {
    background-color: #ccc;
}

