/*
Theme Name: .us.org
Theme URI: https://www.us.org/
Author: Brendan
Version: 1.1
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style
*/
body, p {
    color: #6699cc;
    font-family: "Arial";
}
#container {
    background: url('../images/headerBg.jpg') top center no-repeat;
    border: 1px solid #9ebfe3;
    margin-bottom: 15px;
}
#header {
    height: 180px;
}
#header #logo {
    padding-top: 88px;
}
#header #logo a {
    background-image: url('../images/logo.png');
    border: 0px;
    display: block;
    height: 74px;
    margin: auto;
    width: 219px;
}
#header #headRight {
    padding-top: 20px;
}
#header #headRight h1 {
    display: block;
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    font-size: 16pt;
    font-weight:normal;
    line-height: 22pt;
    text-align: right;
    padding-right:5px;
    color:#A3C2E0;
}

#header #headRight h2 {
    display: block;
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    font-size: 13.5pt;
    font-weight:normal;
    text-align: right;
    padding-right:5px;
    color: #6699cc;
}

#header #headRight ul#nav {
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    font-size: 11pt;
    margin-top: 33px;
    text-align: right;
    padding-right: 18px;
}
#header #headRight ul#nav li {
    border-right: 1px solid #029148;
    padding-bottom: 4px;
    display: inline-block;
}

#header #headRight ul#nav li.first {
    border-left: none;
}
#header #headRight ul#nav li.last, #header #headRight ul#nav li:last-child {
    border-right: none;
}
#header #headRight ul#nav li a {
    text-decoration: none;
    color: #009944;
}

#body, p {
    font-size: 10pt;
    line-height: 14pt;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: underline;
    color: #009944;
}

#body #bodyLeft div.pad {
    margin-left: 20px;
}
#body #bodyLeft h2 {
    font-size: 18pt;
    line-height: 22pt;
    font-weight: normal;
    margin-bottom: 20px;
}

#body #bodyLeft h3 {
    font-size: 13.5pt;
    line-height: 22pt;
    font-weight: normal;
    margin-bottom: 20px;
}

#body #bodyLeft #news h4.green {
    font-size: 11pt;
    line-height: 22pt;
    font-weight: normal;
    margin-bottom: 10px;
    color: #009944;
}

#body #bodyLeft #news h4.blueBold {
    font-size: 12pt;
    line-height: 22pt;
    font-weight: bold;
    margin-bottom: 10px;
    color: #223377;
}

#body #bodyLeft #news p {
    margin-bottom:18px;
}

#body #bodyLeft #news a:link, #body #bodyLeft #news a:visited, #body #bodyLeft #news a:active {
    color: #223377;
    text-decoration:none;
}

#body #bodyLeft #news a:hover {
    font-size: 10pt;
    color: #223377;
    text-decoration:underline;
}

#body #bodyLeft a#becomeRegistrar {
    background: url('../images/becomeAUsOrgRegistrar.png');
    display: block;
    height: 37px;
    margin: auto;
    margin-top: 25px;
    width: 283px;
}
#body #bodyLeft ul {
    display: block;
    margin-left: 30px;

}
#body #bodyLeft ul li {
    list-style-image: url('../images/bullet.png');
    padding-left: 10px;
    margin-bottom: 20px;
}
#body #bodyLeft ul.noBullet {
    margin-left: 0px;
}
#body #bodyLeft ul.noBullet li {
    list-style: none;
    margin-bottom: 15px;
}

#body #bodyLeft ul.noBullet p {
    margin-bottom:18px;
}

#body #bodyRight {

}
#body #bodyRight div.pad {
    margin-right: 0px;
}

#body #bodyRight h3 {
    font-size: 12pt;
    font-weight: normal;
    text-align: left;
    margin-bottom: 15px;
}
#body #bodyRight ul {
}
#body #bodyRight ul li {
    border-bottom: 1px solid #40b373;
    margin-bottom: 20px;
}
#body #bodyRight ul li.last {
    border-bottom: none;
}
#body #bodyRight ul li a#getYourDomain {
    background: url('../images/getYourUsOrgDomain.png') no-repeat;
    display: block;
    height: 37px;
    padding-bottom: 15px;
    width: 233px;
}
#body #bodyRight ul li #signup {
    margin-bottom: 15px;
}
#body #bodyRight ul li #ladyOnLaptop {
    background: url('../images/ladyAtLaptop.jpg');
    height: 154px;
    width: 230px;
}
#body #bodyRight ul li #whoUsesDiagramHp {
    background: url('../images/us_org_diagram.jpg');
    height: 230px;
    width: 230px;
}
#body #bodyRight ul li #signup input#email {
    border: 1px solid #bbbbbb;
    color: #223377;
    display: block;
    font-weight: bold;
    height: 18px;
    width: 200px;
}
#body #bodyRight ul li #signup #signupButton {
    background: url('../images/searchButton.png');
    border: 0px;
    display: block;
    height: 30px;
    width: 31px;
    position: relative;
    top: -4px;
}
#body #bodyRight ul li ul {
    border-bottom: none 0px;
    padding-left: 10px;
    margin-bottom: 15px;
}
#body #bodyRight ul li ul li {
    list-style-position: inside;
    list-style-image: url('../images/bulletGreen.png');
    border-bottom: none 0px;
    margin-bottom: 5px;

}

#footer .content {
    border-top: 1px solid #9ebfe3;
    color: #6699CC;
    font-size: 8pt;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
/* Classes */
.underline {
    text-decoration: underline;
}
.left {
    float: left;
}
.right {
    float: right;
}
.marginBottom {
    margin-bottom: 15px;
}
.center {
    text-align: justify;
}
.small {
    font-size: 8pt;
    line-height: 11pt;
}
.brandingNeutral, a:link.brandingNeutral, a:visited.brandingNeutral, a:hover.brandingNeutral, a:active.brandingNeutral {
    color: #6699CC;
}
.brandingBlue {
    color: #223377;
}
.brandingGreen {
    color: #009944;
}
.imgPadLT {
    margin:5px 0px 0px 5px;
}
.imgPadRT {
    margin:5px 5px 0px 0px;
}

#slideshow {
    position:relative;
    height:200px;
    margin-bottom: 15px;
}

#slideshow DIV {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
    height: 200px;
}

#slideshow DIV.active {
    z-index:10;
    opacity:1.0;
}

#slideshow DIV.last-active {
    z-index:9;
}

#slideshow DIV IMG {
    height: 200px;
    display: block;
    border: 0;
    margin-bottom: 10px;
}



/*
-----------------------------------
	Homepage Search
-----------------------------------
 */
.search {
    position: relative;
    width: 60%;
    margin: 15px auto;
    padding: 10px 0;
}

.search:after {
    content: '';
    display: table;
    clear: both;
}

.search input {
    float: left;
    width: 305px;
    padding: 0 7px;
    height: 28px;
    font-size: 18px;
    line-height: 1;
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
}

.search button {
    float: right;
    height: 32px;
    padding: 0 15px;
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    font-size: 16px;
    color: #fff;

    background-image: none;
    border-radius: 8px;
    border: 0;
    margin: auto;
    cursor: pointer;

    background-image: -ms-linear-gradient(top, #c1dff2 30%, #6699cc 100%); /* a3c2e0 */
    background-image: -moz-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: -o-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #c1dff2), color-stop(100, #6699cc));
    background-image: -webkit-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: linear-gradient(to bottom, #c1dff2 30%, #6699cc 100%);
}

.search button:hover {
    text-shadow: 1px 1px 1px #6699cc;
    background-image: -ms-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -moz-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -o-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20, #c1dff2), color-stop(100, #4591c2));
    background-image: -webkit-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: linear-gradient(to bottom, #c1dff2 20%, #4591c2 100%);
}



/*
-----------------------------------
	Button
-----------------------------------
 */

button.btn {
    height: 32px;
    padding: 0 15px;
    font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
    font-size: 16px;
    color: #fff;

    background-image: none;
    border-radius: 8px;
    border: 0;
    margin: auto;
    cursor: pointer;

    background-image: -ms-linear-gradient(top, #c1dff2 30%, #6699cc 100%); /* a3c2e0 */
    background-image: -moz-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: -o-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30, #c1dff2), color-stop(100, #6699cc));
    background-image: -webkit-linear-gradient(top, #c1dff2 30%, #6699cc 100%);
    background-image: linear-gradient(to bottom, #c1dff2 30%, #6699cc 100%);
}

button.btn:hover {
    text-shadow: 1px 1px 1px #6699cc;
    background-image: -ms-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -moz-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -o-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20, #c1dff2), color-stop(100, #4591c2));
    background-image: -webkit-linear-gradient(top, #c1dff2 20%, #4591c2 100%);
    background-image: linear-gradient(to bottom, #c1dff2 20%, #4591c2 100%);
}




/*
-----------------------------------
	Contact Form
-----------------------------------
 */

.sld-contact {
    margin-top: 36px;
    width: 50%;
}

.sld-contact .form-group {
    margin-bottom: 18px;
}

.sld-contact label {
    display: block;
    font-weight: 600;
}

.sld-contact input,
.sld-contact textarea {
    width: 100%;
    padding: 7px;
    border-radius: 3px;
    border: 1px solid #777;
    font-size: 1em;
}

.sld-contact textarea {
    height: 10em;
}

.sld-contact button {
    font-family: inherit;
    color: #333;
    padding: 7px 15px;
    border: 1px solid rgb(119, 119, 119);
    border-radius: 5px;
    cursor: pointer;
    margin-top: 12px;
}
