/*   
Theme Name: Janet Hamilton | Fine Artist
Theme URI: http://www.janethamilton.com
Description: This is a child theme based on Toolbox, by Automattic.
Author: Caitlin Geier
Author URI: http://www.caitlingeier.com
Template: toolbox
Version: 1.0
Tags:
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/

/* link style.css from parent theme */
@import url('../toolbox/style.css');

body {
    margin: 0;
    background: url(http://www.janethamilton.com/wp-content/uploads/2013/09/background2.png) repeat;
    color: #C7B7AB;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
}
a {
    color: #C69875;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #EFCDB4;
}

p {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 16px;
    line-height: 24px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    font-weight: normal;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    text-align: center;
}

h3 {
    font-size: 22px;
    font-weight: normal;
}

h4 {
    font-size: 20px;
    text-transform: uppercase;
}

h5 {
    font-size: 18px;
}

/* page */

#page {
    margin: 20px auto;
    max-width: 1050px;
    min-width: 600px;
    box-shadow: 0 2px 26px rgba(20, 20, 29, 0.8);
}

#main{
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
}

#primary {
    margin-top: 10px;
    margin-bottom: 30px;
}

/* sidebar */

#main .widget-area {
    margin-top: 15px;
    margin-bottom: 50px;
}

.entry-title {
    margin-bottom: 30px;
}

.title.widgettitle {
    padding: 0 0 10px 0;
    border-bottom: 1px solid #C69874;
}

.contact-aside {
    margin: 50px 0 0 0;
    padding: 10px;
    border: 1px solid #C7B7AB;
}

.contact-button {
    text-align: center;
    margin: 10px 15px 5px;
    padding: 10px;
    border: 1px solid #C69875;
    background: rgba(198,152,117,0.1);
}

/* header */

hgroup {
    padding: 30px 0 0 0;
    background: rgba(20,20,29,0.5);
}

hgroup img {
    max-width: 100%;
    border: 1px solid #C69874;
    background: url(http://localhost/janethamilton/wp-content/uploads/2013/09/background2.png) repeat;
}

#branding {
    
}

/* main navigation */


#access {
    background: rgba(20,20,29,0.5);
    /*display: block;
    margin: 0 auto 1em; */
    float: left;
    width: 100%;
    border-bottom: 1px solid #C69874;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 2px 0;
}

#access ul {
    /*display: block;*/
    line-height: 2em;
    text-decoration: none;
    text-align: center;
    left: 50%;
    float: left;
    clear: left;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}

#access ul li {
    /*text-align: center;
    display: inline;
    margin: 0 1%;
    padding: 0 1.8%;*/
    display: block;
    float: left;
    list-style: none;
    margin: 0;
    padding: 0 14px;
    position: relative;
    right: 50%;
}

#access a {
    font-weight: normal;
    font-size: 24px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#access li:hover > a,
#access ul ul :hover > a {
	background: none;
}
#access ul ul a:hover {
	background: none;
}

/* event pages */

.entry-box {
    padding: 0 25px 10px 25px;
    border: 1px solid #F7D36D;
    background: #373433;
    background: rgba(247,211,109,0.06);
    margin-bottom: 40px;
}

.entry-box-ex {
    padding: 0 25px 10px 25px;
    border: 1px solid #FCC29A;
    background: #3B3739; 
    background: rgba(252,194,154,0.06);
    margin-bottom: 40px;
}

/* might need to change this class altogether (create new one) 
also need to change thumbnail attributes in functions: smaller, maintain aspect ratio */
.attachment-thumbnail.wp-post-image {
    float: left;
    padding: 5px 20px 10px 0;
}

/* this also needs to be tested across browsers - badly */
.event-dates {
    margin-top: -10px;
    padding-right: 10px;
    text-transform: uppercase;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-align: right;
}

.event-dates p {
    margin: 0;
    padding: 0;
}

.date-background {
    background-color: #F7D36D;
    padding: 5px 10px;
    color: #414042;
}

.date-background-ex {
    background-color: #FCC29A;
    padding: 5px 10px;
    color: #414042;
}

.location {
    list-style-type: none;
    float: left;
    display: block;
    padding-left: 10px;
    margin-top: 0;
}

.location-label {
    float: left;
    margin-top: 0;
}

.entry-box-ex .entry-content {
    clear: both;
}

.entry-box .entry-content {
    clear: both;
}

.classes-intro-blurb {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 50px;
}

.classes-intro-blurb img{
    float: left;
    padding: 5px 20px 20px 0;
}

/* contact page */

.contact-text {
    max-width: 450px;
    padding: 0 50px 0 0;
    float: left;
}

.contact-form {
    max-width: 400px;
    padding: 0 25px 25px 0;
    float: left;
}

.contact-form label {
    margin-top: 20px;
}

/* footer */

#colophon {
    text-align: center;
    background: rgba(20,20,29,0.5);
    padding: 0;
    margin-top: 1em;
    border-top: 1px solid #C69874;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 12px;
    line-height: 18px;
}

#colophon li {
    display: inline;
    padding: 0 18px 0 12px;
}

#footer-widget {
    padding: 1em 0;
}

#menu-footer-menu {
    padding: 0;
    margin: 0;
}

#menu-footer-menu li {
    font-size: 20px;
    border-right: 1px solid #C69874;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

#menu-footer-menu li:last-child {
    border-right: none;
}

.menu-footer-menu-container {
    margin-top: 10px;
}

#colophon .textwidget {
    margin: 0 16%;
}

.copyright p{
    font-size: 12px;
    line-height: 18px;
}

.copyright {
    padding-bottom: 1px;
}

/* images */

.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* About page */

#about-page-styling #content {
    margin: 0;
}

#about-page-styling h2 {
    text-align: left;
    margin-top: 0;
    float: left;
    width: 250px;
}

#about-page-styling .resume-contents p {
    margin: 0 0 0 250px;
    display: block;
}

#about-page-styling .resume-contents hr {
    color: #aaa;
    margin: 25px 0;
}

#about-page-styling .resume-contents li {
    list-style-type: none;
    text-indent: -20px;
    margin: 0 0 0 230px;
}

#about-page-styling .resume-contents li ul li {
    margin: 0;
}

#about-page-styling .resume-contents h3 {
    float: left;
    margin: 0 0 0 180px;
}

blockquote p {
    font-size: 14px;
}

blockquote {
    font-style: italic;
    color: #EFCDB4;
}

#about-page-styling .resume {
    text-align: center;
    margin-top: 50px;
}

/* home page */

#featured-work-slider, #upcoming-classes, #upcoming-exhibitions, #welcome-message {
    width: 400px;
}

#upcoming-classes, #featured-work-slider {
    margin-left: 50px;
    float: left;
    /*clear: both;*/
}

#featured-work-slider {
    margin-bottom: 30px;
}

#upcoming-exhibitions, #welcome-message {
    margin-right: 50px;
    float: left;
    clear: both;
}

#welcome-message { 
    margin-top: 85px;
}

#featured-work-slider h2, #upcoming-classes h2, #upcoming-exhibitions h2 {
    padding: 0 0 10px 0;
    margin: 40px 0;
    border-bottom: 1px solid #C69874;
}

#featured-work-slider .flex-caption h2 {
    border: none;
    padding: 0;
    text-transform: none;
    line-height: 1.2;
    margin: 25px 0;
}

#featured-work-slider .feature-image {
    height: 200px;
    text-align: center;   
}

#featured-work-slider .flexslider .slides img {
    height: auto;
    max-height: 100%;
    width: auto;
    margin: 0 auto;
}

.welcome-post-summary p {
    font-size: 14px;
    line-height: 21px;
}

.view-more-posts {
    padding-bottom: 20px;
    text-align: right;
    margin-top: -20px;
}

/* gallery page menu */

.gallery-menu ul {
    list-style-type: none;
    padding-left: 100px;
}

.gallery-menu li {
    display: inline;
    margin: 20px;
    padding: 10px 20px;
}

.gallery-menu a {
    font-weight: normal;
}

.gallery-menu {
    font-size: 26px;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    padding-top: 5px;
}

.gallery-menu .current_page_item {
    background: rgba(198,152,117,0.8);
}

.gallery-menu .current_page_item a{
    color: #14141D;
}

.gallery-menu .current_page_item a:hover{
    color: #32323B;
}

/* Contact form */

.wpcf7-form-control {
    width: 350px;
    padding: 4px;
}

input[type=text], input#s {
    margin: 0;
    width: 350px;
}

.wpcf7-submit {
    width: 20%;
    font-family: Verdana, Geneva, sans-serif;
    font-size: 18px;
    background-color: #C69875;
    border: none;
    padding: 7px;
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #398f14;
    width: 320px;
    background: rgba(0,255,0,0.04);
}

div.wpcf7-validation-errors {
    border: 2px solid #f7e700;
    width: 320px;
}