/*
 Theme Name:   TwentyTen Child
 Theme URI:
 Description:  TwentyTen Child Theme
 Author:       Lisa Lowry
 Author URI:
 Template:     twentyten
 Version:      1.0.0
 Tags:
 Text Domain:
*/

@import url('../twentyten/style.css');

/* =Theme customization starts here
-------------------------------------------------------------- */
#site-generator {
    width: 100%;
    text-align: center;
}

/*---- Scroll certain divs ----*/
div.scroll {
    width: 33.0em;
    height: 42em;
    overflow-y: scroll;
}

.alignleft,
img.alignleft {
    display: inline;
    float: left;
    margin-right: 24px;
    margin-top: 4px;
    margin-left: 24px;
}

/*---- Hide Site Title so only logo appears ----*/
/*---- Title and description are in html but not visible, so page is
       still indexed by search engines ----*/

#header {
    padding: 10px 0 0 0;
}
#site-title {
    float: left;
    margin: 0 0 0px 0;
    width: 940px;
    height: 105px;
    font-size: 30px;
    line-height: 56px;
    text-indent: -9999px;
    background-image: url(https://www.tncenturyfarms.org/wp-content/themes/twentyten-child/images/Century_Farms_Logo.png);
    background-repeat: no-repeat;
    /*text-indent: 68px;*/
}
#site-title a {
    display: block;
    height: 105px;
}

/*---- Hide site description ----*/
#site-description {
    clear: right;
    float: right;
    font-style: italic;
    margin: 0px 0 0px 0;
    width: 220px;
    text-indent: -999em;
}

/*---- Change color of links ----*/
.navigation {
    color: #00aaa9;
    font-size: 12px;
    line-height: 18px;
    overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
    color: #5c5c5c;
    text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
    color: #000080;
}

a:link {
    color: #00aaa9;
}

a:visited {
    color: #5c5c5c;
}

a:hover {
    color: #000080;
}

a:active {
    color: #00aaa9;
}

/*---- Change sidebar width to 300 pixels to accommodate facebook feed ----*/
#container {
    margin: 0 -300px 0 0;
}
#content {
    margin: 0 360px 0 20px;
}
#primary,
#secondary {
    width: 300px;
}

/*---- Change color of visited links on FAQs page ----*/
.colomat-visited {
    color: #5c5c5c;
}

/*---- Hide Site Title in Footer ----*/
#site-info a {
    display: none;
}

/*---- Hide 'Powered by Wordpress' ----*/
#site-generator {
    font-style: italic;
    position: relative;
    /*display:none; */
}

#site-generator a {
    position: relative;
    left: 999999px;
}

/*---- Change default font in body content ----*/
body,
input,
textarea,
.page-title span,
.pingback a.url {
    font-family: Arial, Helvetica, sans-serif;
}

/*---- Change layout for pages without sidebar ----*/
.one-column #content {
    margin: 0 auto;
    width: 900px;
}

/*---- Add drop shadows to boxes ----*/
#wrapper {
    background: none repeat scroll 0% 0% #fff;
    margin-top: 20px;
    margin-bottom: 300px;
    padding: 0px 20px;
    box-shadow: 0px 0px 12px #241f20;
}

#access {
    box-shadow: 0px 0px 12px #241f20;
}

#branding img {
    box-shadow: 0px 0px 12px #241f20;
}

/*---- Add background image ----*/
body {
    background-image: url('https://www.tncenturyfarms.org/wp-content/uploads/2014/05/CFArtworkgreybackground.png');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
}

/*---- Test CSS animation ----*/
.outerlogo {
    z-index: -1;
}
.innerlogo {
    -webkit-animation: myfirst 5s; /* Chrome, Safari, Opera */
    animation: myfirst 3s;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes myfirst {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}

/* Standard syntax */
@keyframes myfirst {
    0% {
        opacity: 0;
    }
    25% {
        opacity: 0.25;
    }
    50% {
        opacity: 0.75;
    }
    100% {
        opacity: 1;
    }
}
