/*
Theme Name: Hudson Valley
Theme URI:
Description: Lactation consultant and family nurse practitioner offering home and office visits through insurance coverage
Version: 1.0
Author: Nicole C.

*/

/* Reset */
html, body, div, span, object,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, code, em, font, img, ol, ul, dl
fieldset, form, label, input, textarea{
    margin:0;
    padding:0 0 0 0;
    border:0;
    outline:0;
    vertical-align:baseline;
    background:transparent;
}
h1, h2, h3, h4, h5, h6, p, blockquote, ol, ul, fieldset, form{
    padding:0;
}

p{
    margin: 0 0 10px 0;
}

input[type="button"], select{
    cursor:pointer;
}
a{
    text-decoration: none;
    color:#AB0B38;
    font-weight: normal;
}

.alignleft{
	display: inline;
	float: left;
	margin-right: 1.625em;
}

.alignright{
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter{
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*  Layout  */
body{
    background-color: #F9C9D5;
    font-family:Verdana, Arial, Helvetica, sans-serif;
}

#header_container{
    background: url('images/header_bg.png') #EB7E9B repeat-x;
    height: 252px;
}

#header{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
    height: 252px;
}

#container_h{
    margin-left: auto;
    margin-right: auto;
    width: 816px;
    padding-left: 48px;
}

#container{
    margin-left: auto;
    margin-right: auto;
    width: 768px;
}

#menu{
    width: 203px;
    margin-left: -2px;
    float: left;
}

#menu_top{
    background: url('images/menu_top.jpg');
    width: 203px;
    height: 28px;
}

#menu_middle{
    background: #DD4B6F;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
}

#menu_btm{
    background: url('images/left_btm.jpg');
    height: 130px;
}

#content_h{
    background: #F6A9BD url('images/welcome-bg.jpg');
    width: 549px;
    height: 291px;
    padding: 60px 45px 10px 17px ;
    float: left;
}

#content{
    width: 558px;
    float: left;
    margin-left: 7px;
    margin-bottom: 5px;
}

#footer_container{
    background: #DB496C;
    height: 45px;
}

#footer{
    background: #EC809B;
    margin-left: auto;
    margin-right: auto;
    padding-top: 15px;
    width: 768px;
    height: 30px;
    color: #fff;
    font-size:11px;
    text-align: center;
}

.cleaner{
    clear:both
}
/*  End Layout  */

/*  Menu  */

    #menu ul{
        list-style: none;
        margin: 0 5px 0 5px;
    }

    #menu li{
        background: url('images/menu_sep.png') 25px 25px no-repeat;
    }

    #menu li:hover, #menu .current_page_item{
        background-color: #d1204a;
    }
    #menu li:hover>a{
        background: url('images/star1.png') 5px 7px no-repeat;
        color: #fff;
    }

    #menu .current_page_item a{
        color:#fff;
}

    #menu a{
        color: #530417;
        font-size: 13px;
        background: url('images/star.png') 5px 7px no-repeat;
        padding: 5px 0 5px 25px;
        display: block;
    }

    #menu a:hover,#menu .current_page_item a{
        background: url('images/star1.png') 5px 7px no-repeat;
    }

/*  End Menu  */

/*  Content  */
#content h2{
    text-align: center;
    background: #DD4B6F;
    font-size: 21px;
    color: #fff;
    margin: 10px 0 10px 0;
    border: 2px solid #fff;
}

#content h2:first-child{
    margin-bottom: 20px;
}

#content_h h3{
    font-size: 17px;
}

#content_h{
    line-height: 25px;
}

#content, #content_h{
    font-size:12px;
    color:#AB0B38;
    font-weight:normal;
}

#content p{
    margin: 10px 0 15px 0;
}


#content a{
    font-size: 14px;
    text-decoration: none;
}

#content a:hover{
    color:#CE2350;
}

.page-link{
    border-top: 1px solid #F7B2C3;
    text-align: center;
    color: #BA2A4C;
    margin:20px 30px 0 30px;
    padding-top: 10px;
    font-size: 14px;
}

.page-link a{
    color: #AB0B38;
    border: 1px solid #F7B2C3;
    margin-left:3px;
    padding:2px 6px;
}

#content .page-link a:hover{
    background-color:#DD4B6F;
    color: #fff;
}

p.page-link{
    font-weight: bold;
}

.wp-caption-text{
    text-align:center;
    margin-top: 10px;
    font-weight: bold;
}

.not-found{
    border: 1px solid #EB7E9B;
    margin: 30px 0 0 30px;
    padding: 20px;
    background-color: #F2B3C3;
}

#content .not-found h3{
    background: url("images/warning.png") no-repeat 0px 0px;
    padding: 8px 0 8px 55px;
}

#content .not-found a{
    text-decoration: underline;
}

#content .not-found #searchform{
    float: left;
    display: block;
    margin-top: 10px;
}

/*  End Content  */
/*  Search  */
#content .search{
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #DD4B6F;
}

#content .search a{
    float: right;
    margin-top: -10px;
    background: #DD4B6F;
    color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
    -khtml-border-radius: 5px;
    padding: 3px 5px;
}

#content .search a:hover{
    background: #D1204A;
}

.title_s{
    background-color: #DD4B6F;
    border: 1px solid white;
    padding: 5px 15px;
    color: #fff;
    margin-bottom: 10px;
}

#header #searchform{
    display: block;
    float: right;
    margin: 5px 10px 0 562px;
    position: absolute;
}

#searchform #s{
            border: 1px solid #D1204A;
            background: #FFEAEF;
            width: 160px;
            height: 27px;
            padding-left: 5px;
            color: #D1204A;
            font-style: italic;
            font-size: 14px;
}

#searchform #searchsubmit{
            background: url(images/search_btn.png) no-repeat 0 0;
            cursor: pointer;
            border: none;
            width: 28px;
            height: 28px;
            margin-left: -3px;
    }
/*  End Search  */
/*  Contact Form  */
form.wpcf7-form{
    margin-left: 5px;
}

.wpcf7 input.wpcf7-text, .wpcf7 textarea{
    border: 1px solid #EC809B;
    background: #FCE5EB;
    margin-top: 5px;
}

.wpcf7 input{
    height: 25px;
}

.wpcf7 textarea{
    height: 100px;
}

.wpcf7-submit{
    background: #DB496C;
    padding: 3px 7px;
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -border-radius: 5px;
    -khtml-border-radius: 5px;
    margin-left: 290px;
}

.wpcf7-submit:hover{
    background: #D1204A;
}
/*  End Contact Form  */

#content .pagination a:hover{color: #fff}