/**
 * Theme Name: Daisy Gray
 * Theme URI: http://rosecitygardens.com/wordpress/daisy
 * Author: Liane Blanco
 * Author URI: http://rosecitygardens.com/wordpress
 * Description: A neutral theme in white and gray, with a floral touch. Daisy Gray has been upgraded to HTML5 and the latest version of WordPress. 
 * Version: 3.2
 * License: GNU General Public License
 * License URI: https://www.gnu.org/licenses/gpl.html
 * Tags: gray, white, light, two-columns, fixed-layout, responsive-layout, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready, custom-background
 * Text Domain: daisy
 * Daisy Gray WordPress Theme © 2014 Rose City Gardens
 * Daisy Gray is distributed under the terms of the GNU GPL
 */

/* ===[ Remove default margins and padding and set default font and color ]=== */

* {
    margin: 0;
    padding: 0;
    font-family: 'Lucida Sans Unicode',Arial,Verdana,Helvetica,Geneva,sans-serif;
    color: #666;
}

/* ===[ Basic layout ]=== */

body {
    text-align: center;
    background-color: #fff;
    background-image: url(images/background.gif);
    background-repeat: repeat-x;
    background-position: top;
    background-attachment: fixed;
    font-size: 62.5%;
}

#header {
    width: 750px;
    height: 150px;
    background: #fff url(images/top-container.gif) repeat-x top;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: 2px solid #ccc;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
    clear: both;
    text-align: left;
}

#navtop {
    width: 750px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    margin-bottom: 0;
    margin-top: 50px;
    padding: 0;
    clear: both;
}

#page {
    width: 750px;
    height: 100%;
    background: #fff url(images/sidebar-background.gif) no-repeat top left;
    margin-left: auto;
    margin-right: auto;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    text-align: left;
}

#content {
    width: 480px;
    float: left;
    padding-left: 15px;
    font-size: 1.5em;
}

#sidebar {
    float: right;
    width: 190px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 1.1em;
}

#footer {
    width: 750px;
    margin-right: auto;
    margin-left: auto;
    height: 50px;
    background: transparent url(images/footer.gif) repeat-x bottom;
    margin-bottom: 30px;
    padding-top: 30px;
    font-size: 1em;
}

/* ===[ Header ]=== */

#branding {
    float: left;
    padding-left: 10px;
    padding-top: 35px;
    width: 100%;
}

#site-title h1,
#site-title a {
    font: 500 60px Verdana,Arial,'Lucida Grand',sans-serif;
    color: #999;
    text-decoration: none;
    padding: 0;
    margin: 0;
    float: left;
}

#site-description {
    font: 500 1.5em Arial,'Lucida Sans Unicode',sans-serif;
    color: #999;
    letter-spacing: .2em;
    float: right;
    padding-right: 30px;
    padding-top: 20px;
    margin-bottom: 20px;
}

/* end header  */

/* ===[ Post Formatting ]=== */

.post {
    width: 450px;
    float: left;
    text-align: left;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
}

/* headings  */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Verdana,'Lucida Grand',Arial,sans-serif;
    line-height: 150%;
}

h1.entry-title,
h2.entry-title,
h1 {
    color: #999;
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

.entry-title a {
    margin-left: 10px;
    font: 500 1.5em Verdana,Geneva,Helvetica,Arial,sans-serif;
    text-decoration: none;
}

.entry-title { padding-top: 5px }

h2 {
    font-size: 1.6em;
    font-weight: 500;
}

h3 {
    font-size: 1.4em;
    font-weight: 500;
}

h4,
h5,
h6 {
    font-weight: 500;
    color: #000;
}

h1 a:link,
h1 a:visited,
.entry-title a:link,
.entry-title a:visited { color: #999 }

/* paragraphs  */

.entry-content p {
    font: 500 1.3em Arial,Helvetica,Geneva,sans-serif;
    margin-bottom: 10px;
    line-height: 150%;
}

/* definition lists  */

dl {
    clear: both;
    display: block;
    padding-right: 20px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 1.1em;
}

    dl dt {
        left: 0;
        width: 110px;
        font-weight: 600;
        float: left;
        padding: 0;
        text-align: left;
        margin-bottom: 5px;
    }

dd {
    border-left: 1px solid #ccc;
    margin: 0 0 10px 130px;
    padding: 0 0 1em 1em;
    width: auto;
    text-align: left;
}

/* miscellaneous  */

.clear {
    width: 100%;
    clear: both;
}

hr {
    margin-top: 5px;
    margin-bottom: 5px;
}

/* fieldsets and forms  */

fieldset label {
    padding-bottom: 15px;
    padding-bottom: 5px;
    clear: both;
    font-size: 1.1em;
    line-height: 150%;
    text-align: left;
}

fieldset form { text-align: left }

fieldset {
    text-align: left;
    padding: 10px;
    border: 1px dotted #ccc;
}

legend {
    color: #000;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 0 4px;
    font-size: 1.2em;
}

p label,
label {
    display: block;
    clear: both;
    margin-bottom: 0px;
    padding: 0;
    color: #000;
}

pre {
    width: 465px;
    overflow: scroll;
    margin-bottom: 10px;
}

input,
textarea {
    margin-bottom: 10px;
    padding-top: 0px;
    background-color: transparent;
    background-image: url(images/opaque.gif);
    border: 1px solid #ccc;
    text-align: left;
}

select {
    margin-bottom: 10px;
    text-align: left;
}

input.file {
    background: transparent;
    border: none;
    text-align: left;
}

fieldset p,
p input { text-align: left }

.button,
input#submit {
    background: url(images/button-bg.gif) repeat-x;
    padding: 4px;
}

/* tables  */

table,
th,
td {
    border: 1px solid #ccc;
    border-collapse: collapse;
}

th {
    background: url(images/opaque.gif) repeat;
    font-weight: 600;
}

th,
td { padding: 5px }

/* blockquotes  */

blockquote {
    display: block;
    width: auto;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 15px;
    padding: 10px;
    border: 1px solid #ccc;
    background: transparent url(images/opaque.gif) repeat;
}

/* sidebar formatting  */

#sidebar ul li {
    list-style: none;
    width: 175px;
    line-height: 150%;
    padding: 0px;
    margin-bottom: 20px;
    font-size: 1.4em;
    display: block;
}

    #sidebar ul li ul li,
    #sidebar ul li ul li ul li {
        border: none;
        padding: 0;
        padding-left: 10px;
        font-size: .8em;
        border: 1px solid #ccc;
        border-top: none;
        background-image: url(images/opaque-white.gif);
        margin-bottom: 0px;
    }

        #sidebar ul li ul li ul li {
            border: none;
            background-image: none;
            font-size: 100%;
        }

        #sidebar ul li ul li a,
        #sidebar ul li ul li ul li a,
        #sidebar ul li ul li ul li ul li a {
            text-decoration: none;
            background: url(images/rarrow.gif) top left no-repeat;
            padding-left: 15px;
        }

    #sidebar ul li h3 {
        width: 175px;
        height: 25px;
        background: transparent url(images/button-bg.gif) repeat-x top;
        border: 1px solid #ccc;
        padding-left: 10px;
        padding-top: 5px;
    }

.clear {
    background: transparent !important;
    border: none !important;
    padding: 0;
}

/* searchform  */

li#search { padding-bottom: 15px }

/* searchform  */

    li#search div { background: none }

#searchform {
    margin-bottom: 20px;
    display: block;
    clear: both;
    text-align: left;
    float: left;
}

    #searchform div {
        padding: 0px;
        margin: 0px;
        text-align: left;
        background-image: none !important;
        border: none !important;
        display: block;
        clear: both;
    }

#s {
    width: 120px;
    border: 1px dotted #ccc;
    float: left;
    height: 23px !important;
    background: transparent url(images/opaque.gif) repeat;
    padding: 0;
    margin-left: 0px;
}

#searchsubmit {
    background: #fff url(images/button-bg.gif) repeat-x;
    border: 1px solid #ccc;
    border-bottom: 2px solid #ccc;
    height: 25px;
    margin-left: 5px;
    padding: 2px;
}

.hidden { display: none }

.screen-reader-text { display: none }

.hidden { display: none }

/* ===[ Date Button ]=== */

.post-date {
    width: 40px;
    height: 40px;
    float: left;
    background: transparent;
    text-align: left;
    padding: 0;
    border: 1px solid #ddd;
}

.month {
    width: 40px;
    height: 16px;
    vertical-align: top;
    font: 500 11px Arial,sans-serif;
    color: #000;
    background: #eee;
    border-top: 1px solid #ddd;
    text-align: center;
    padding-top: 2px;
}

.day {
    width: 40px;
    padding-top: 1px;
    vertical-align: bottom;
    height: 24px;
    font: 700 18px Arial,sans-serif;
    color: #999;
    text-align: center;
}

/* RSS, comment and edit links
   ================================================== */

.tiny-rss {
    font: 500 .8em Verdana,Arial,sans-serif;
    text-decoration: none;
    padding-left: 15px;
    background: url(images/rss.gif) no-repeat top left;
    height: 16px;
}

.tiny-comments {
    width: 92px;
    height: 50px;
    text-align: center;
    padding-top: 5px;
    float: right;
    background: url(images/comment-box.gif) no-repeat left;
    font-size: .8em;
}

    .tiny-comments a { text-decoration: none }

/* link colors  */

a:link,
a:visited { color: #666 }

a:active,
a:hover { color: #000 }

/* next-previous links navigation  */

#nav-below {
    width: auto;
    margin-right: 36px;
    display: block;
    clear: both;
    margin-bottom: 20px;
    background: transparent;
}

    #nav-below .alignright {
        width: 40%;
        float: right;
        background: transparent url(images/rarrow.gif) no-repeat top right;
        padding-right: 20px;
        text-align: right;
        font-size: 1.5em;
    }

    #nav-below .alignleft {
        float: left;
        width: 40%;
        background: transparent url(images/larrow.gif) no-repeat top left;
        padding-left: 20px;
        text-align: left;
        font-size: 1.5em;
    }

/* required classes  */

.alignright { float: right }

.alignleft { float: left }

.aligncenter { text-align: center }

/* comment form  */

textarea#comment {
    background: transparent url(images/opaque.gif) repeat;
    border: 1px solid #ccc;
    width: 400px;
    height: 200px;
}

.navigation a { text-decoration: none }

.more-link {
    background: transparent url(images/rarrow.gif) no-repeat left;
    padding-left: 15px;
    padding-top: 2px;
    font-weight: 600;
}

/* ===[ Begin Calendar ]=== */

calendar_wrap {
    text-align: left;
    width: 180px;
}

#wp-calendar {
    empty-cells: show;
    width: 180px;
    margin-left: 3px;
}

    #wp-calendar #next a {
        padding-right: 10px;
        text-align: right;
    }

    #wp-calendar #prev a {
        padding-left: 10px;
        text-align: left;
    }

    #wp-calendar a { display: block }

    #wp-calendar caption {
        text-align: center;
        margin-top: 5px;
        letter-spacing: .4em;
    }

    #wp-calendar td,
    #wp-calendar th {
        padding: 0 !important;
        text-align: center;
        font-size: .8em;
    }

    #wp-calendar td.pad:hover { background-color: #fff }

    #wp-calendar #prev a,
    #wp-calendar #next a { font-size: 9pt }

    #wp-calendar a { text-decoration: none }

    #wp-calendar caption {
        font: 600 .8em 'Lucida Sans Unicode', Arial, Sans-Serif;
        font-variant: small-caps;
        margin-top: 5px;
        color: #999;
    }

    #wp-calendar th {
        font-style: normal;
        text-transform: capitalize;
        padding: 0;
        background: transparent url(images/opaque.gif) repeat;
    }

    #wp-calendar td { background: transparent url(images/opaque-white.gif) repeat }

/* ===[ Tags ]=== */

p.tagged {
    background-image: url(images/opaque-white.gif);
    border: 1px dotted #ccc;
    padding: 5px 10px;
    width: 275px;
    margin-top: 5px;
}

    p.tagged a {
        text-decoration: underline;
        font-size: 1em;
        font-weight: 600;
    }

/* text widgets  */

#sidebar ul li div.textwidget {
    font: 500 .8em Arial,Verdana,Geneva,Helvetica,sans-serif;
    line-height: 150%;
    background: transparent url(images/opaque-white.gif) repeat;
    border: 1px solid #ccc;
    border-top: none;
    padding: 8px;
    width: 170px;
    height: auto;
    color: #666;
    margin-bottom: 0;
}

/* miscellaneous  */

p.postmetadata,
p.postmetadata small,
p.postmetadata .alt,
.entry p,
.entry ul li,
.entry ol li { line-height: 150% !important }



.entry-content .wp-caption,
.entry-content img,
.comment-content img,
.widget img { max-width: 97.5% }

img[class*=align],
img[class*=wp-image-] { height: auto }

img.size-full. .wp-post-image {
    max-width: 97.5%;
    height: auto;
}

.gallery-caption { text-align: left }

.wp-caption p.wp-caption-text {
    margin: 0;
    padding: 0 4px 5px;
}

.bypostauthor {
    padding-top: 5px;
    padding-right: 10px;
}

ul#leftaligncomments {
    left: 10px;
    text-align: left;
}

/* unordered lists  */

.entry-content ul {
    list-style: none;
    margin-bottom: 10px;
}

    .entry-content ul li {
        list-style: none;
        background: url(images/square.gif) no-repeat top left;
        padding-left: 15px;
        line-height: 150%;
        font: 500 1.3em Arial,Helvetica,Geneva,sans-serif;
    }

/* ordered lists  */

.entry-content  ol {
    margin-left: 20px;
    margin-bottom: 10px;
}

    .entry-content  ol li { font: 500 1.3em Arial,Helvetica,Geneva,sans-serif }

.entry-content li li { font-size: 100% }

h3#comments-title { display: none }

h3#respond { margin-top: 15px }

#comments ul { }

    #comments ul.children li,
    #comments ol li,
    #comments ol ul.children li p,
    #comments ol li p,
    #comments ul li,
    #comments ul ul.children li p,
    #comments ul li p { font: 500 x-small 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important }

#comments p {
    font: 500 x-small 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important;
    font-weight: 400;
    line-height: 150%;
    margin: 10px 5px 10px 0;
    text-transform: none;
}

#comments li {
    font-weight: 700;
    list-style: none;
    margin: 15px 0 10px;
    padding: 5px 5px 10px 10px;
}

    #comments li ul li {
        border-left: 1px dotted #ccc;
        margin-left: 10px;
        margin-right: -5px;
    }

.children { padding: 0 }

#comments li,
#comments input,
#comments textarea { font: 500 'Lucida Sans Unicode',Arial,Verdana,Geneva,Helvetica,sans-serif!important }

    #comments li .avatar {
        background: transparent;
        border: 1px solid #eee;
        float: right;
        padding: 5px;
    }

#comments cite,
#comments cite a {
    font-style: normal;
    font-weight: 700;
}

.comment-reply-link a {
    background: url(images/button-bg.gif);
    border: 2px solid #ccc;
    color: #333;
    height: 25px;
    padding-left: 2px;
    padding-right: 2px;
    text-decoration: none;
}

.postmetadata { margin-top: 10px }

h3.widget-title { clear: both }

#entry-meta {
    margin-bottom: 10px;
    margin-top: 0px;
    padding: 0;
}

.post-edit-link {
    float: right;
    padding-right: 10px;
    padding-bottom: 1px;
}

.vcard {
    clear: both;
    margin-bottom: 20px;
    margin-top: 10px;
    margin-left: 5px;
}

.sticky {  }


#access div { }

#access {
    background: transparent;
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

#access ul {
        font-size: 13px;
        list-style: none;
        padding-left: 0;
 }

    #access li {
        float: left;
        position: relative;
        padding: 0;
        margin-left: 5px;
        background: #fff;
        border: 1px solid #ccc;
        border-bottom: 0;
        padding: 5px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -moz-border-top-right-radius: 10px;
    }

        #access li li,
        #access li li a {
            background-image: none;
            border-top-left-radius: 0;
            border-top-right-radius: 0;
            -moz-border-top-left-radius: 0;
            -moz-border-top-right-radius: 0;
        }

        #access li li a { padding: 0 8px }

        #access li li { border-bottom: 1px solid #ccc }

        #access li a {
            background: transparent;
            padding: 0 5px;
        }

    #access a {
        color: #000;
        display: block;
        text-decoration: none;
    }

    #access ul ul {
        line-height: 1.5em;
        font-size: 12px;
        text-align: left;
        width: auto;
        display: none;
        float: left;
        margin: 0;
        position: absolute;
        left: 0;
        width: 188px;
        z-index: 99999;
    }

        #access ul ul ul {
            left: 100%;
            top: 0;
        }

        #access ul ul a {
            background: #fff;
            text-align: left;
            color: #000;
            font-size: 12px;
            font-weight: normal;
            height: auto;
            line-height: 1.4em;
            width: 168px;
        }

        #access li:hover > a,
        #access ul ul :hover > a,
        #access a:focus { }

    #access li:hover > a,
    #access a:focus {
        background: transparent;
        color: #000;
    }

    #access ul li:hover > ul { display: block }

    #access .current-menu-item > a,
    #access .current-menu-ancestor > a,
    #access .current_page_item > a,
    #access .current_page_ancestor > a { font-weight: bold }

#footer p.alignleft { margin-left: 20px }