
body {
    margin: 20px;
    background: #565F68;
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #787878;
}

h1, h2, h3 {
    margin: 0;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-weight: normal;
    color: #000000;
    letter-spacing: normal;
}

h1 {
    font-size: 1.8em;
    letter-spacing: normal;
}

h2 {
    font-size: 1.6em;
}

h3 {
    font-size: 1.6em;
}

p, ul, ol {
    margin-top: 0;
    line-height: 180%;
    text-decoration: none;
    letter-spacing: normal;
}

ul, ol {
}

a {
    text-decoration: none;
    color: #0A0A0A;
}

a:link {
    color: #663333;
}
a:hover {
    color: #996666;
}

#wrapper {
    background: #FFFFFF;
    width: 860px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px;
}

/* Header */

#header {
    height: 104px;
    background: url(images/kimheader.jpg) no-repeat left top;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    margin: 0;
    padding: 0px;
    visibility: visible;
    z-index: 1;
    overflow: visible;
}
#menu {
    height: 18px;
    border-bottom-width: 2px;
    border-bottom-color: #FFFFFF;
    border-bottom-style: solid;
    padding: 0px;
    text-align: right;
    width: 842px;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#page {
    width: 860px;
    margin: 0;
    text-decoration: none;
}

#bio_page {
    width: 80%;
    margin: 0 auto;
}

/* Content */

#content {
    float: right;
    width: 550px;
    padding: 25px 18px 0 0;
    text-decoration: none;
}

.post {
    text-decoration: none;
}

.post .title {
    color: #666666;
}

.post .contact_title {
    text-align: center;
    color: #666666;
}

.post .contact {
    text-align: center;
    color: #666666;
}

.post .title a {
    background: none;
    color: #000000;
    border: none;
}

.post .title a:hover {
    text-decoration: underline;
}

.post .meta {
    border-bottom: 1px solid #CCCCCC;
    text-transform: uppercase;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
}
.post .meta a:link {
    color: #000000;
}
.post .meta a:hover {
    color: #996666;
}

.post .entry {
    padding: 0px 0 3px;
    text-align: justify;
    text-decoration: none;
}

.post .metaPick {
    border-bottom: 1px solid #CCCCCC;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 9px;
    text-decoration: none;
}

/* Sidebar */

#sidebar {
    float: left;
    width: 210px;
    padding: 10px 0 0 18px;
    color: #787878;
    text-align: left;
    background-color: #F0F0F1;
}

#sidebar ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar li {
    color: #565F68;
}

#sidebar li ul {
    padding-bottom: 15px;
    color: #009900;
}

#sidebar li li {
    line-height: 20px;
    border-bottom: 1px dashed #D2D4C9;
    font-family: Arial, Helvetica, sans-serif;
}

#sidebar h2 {
    color: #565F68;
    font-size: 15px;
}

#sidebar p {
    text-align: left;
    line-height: 18px;
    width: 179px;
    font-size: 11px;
}

#sidebar a {
    color: #787878;
    border: none;
}

#sidebar a:hover {
    text-decoration: underline;
    color: #996666;
}
#sidebar h4 {
    color: #CCCCCC;
    line-height: 15px;
    background-color: #565F68;
    font-weight: normal;
    text-align: left;
    text-indent: 3px;
    width: 179px;
}

/* Bio sidebar */
#bio_sidebar {
    float: left;
    width: 210px;
    padding: 20px 0 0 10px;
    color: #787878;
    text-align: left;
    /*background-color: #F0F0F1;*/
}

/* Footer */

#footer {
    width: 860px;
    margin: 0 auto;
    padding: 10px 0 10px 0;
    background: #F0F0F1;
    font-family: Arial, Helvetica, sans-serif;
    color: #666666;
}

#footer p {
    margin: 0;
    line-height: normal;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
}

#footer a {
    color: #FFFFFF;
    vertical-align: top;
}
#footer a:link {
    color: #996666;
}
#footer a:visited {
    color: #996666;
}
a:active {
    color: #663333;
}
a:visited {
    color: #663333;
}
.post .blue {
    padding: 0px 0 3px;
    text-align: left;
    text-decoration: none;
    color: #2E3B4F;
}


/* Basic Grey */
.basic-grey {
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #E27575;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
.g-recaptcha  {
    padding-left: 110px;
    padding-top: 20px;
}
