/*
Theme Name: ByJenniferKay Custom
Description: Developed for Jennifer Kay by aKa Web Design
Author: Arthur Kay
*/

html,
body {
    background: #fff none;
    color: #000;
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 12px;
}

h1, h2, h3, h4, h5,
p, ul, li, 
label, input, textarea { margin: 10px; }

a:link,
a:visited,
a:hover,
a:active { 
    color: #1641e2; 
    text-decoration: none;
}

#mainWrapper {
    margin: 50px auto;
    width: 900px;
}

#content {
    float: right;
    min-height: 400px;
    width: 400px;
}

h1#header { 
/*    font-family: Franklin Gothic Medium, Times New Roman, Sans-Serif; */
    font-family: Tahoma, Arial, Sans-Serif;
    font-size: 48px; 
    font-weight: normal;
    text-align: center;
    margin-top: -10px;
}

#menu {
    float: left;
    min-height: 400px;
    width: 500px;
}

#slideshow { 
    display: block;
    height: 337px;
    overflow: hidden;
    width: 500px;
}

#nav { 
    display: block;
    text-align: right; 
    width: 500px;
}
#nav ul { 
    display: inline; 
    list-style: none;
}
#nav ul li { display: inline-block; }
#nav ul li a:link,
#nav ul li a:visited,
#nav ul li a:hover,
#nav ul li a:active { 
    font-size: 16px;
/*    font-weight: bold; */
}

#socialMedia, 
#aKaWebDesign {
    clear: both;
    width: 900px;
}

#aKaWebDesign a:link,
#aKaWebDesign a:visited,
#aKaWebDesign a:hover,
#aKaWebDesign a:active { 
    color: #000;
    font-weight: bold;
}

.wpcf7-response-output {
    border: 2px #f00 solid;
    color: #f00;
    margin: 10px;
    padding: 10px;
}
.wpcf7-display-none { display: none; }

.wpcf7-validation-errors,
.wpcf7-not-valid-tip-no-ajax {
    color: #f00;
}

.wpcf7-captcha-captcha-897 { 
    border: 1px solid #000;
    margin: 10px;
}

.ux-carousel-nav { background: none; }
