/*
Theme Name: Sydney Child
Template: sydney
Version: 1.0
*/
b,strong {
    font-weight:700;
}
ol,ul {
    margin-top:0;
    margin-bottom:10px;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
td,th {
    border:0;
    padding:0;
}
select {
    padding:0;
    height:36px;
    color:black;
}
input[type="submit"] {
    line-height:24px;
    border-radius:0px;
    padding:0;
    height:36px;
    background-color:white;
    border:1px solid black;
    font-family:Raleway, sans-serif;
    font-size:14px;
    font-weight:700;
}
input[type="text"],input[type="email"],input[type="password"] {
    color:black;
    line-height:24px;
    border-radius:0px;
    height:36px;
    background-color:white;
    border:1px solid black;
    box-shadow:inset 0 1px 3px rgba(0,0,0,.3);
    padding:inherit;
    padding-left:2px;
    padding-right:2px;
}
button,button:hover {
    font-family:Raleway,sans-serif;
    line-height:24px;
    font-weight:700;
    border-radius:0px;
    padding:0;
}
input[type="radio"] {
    margin:0px 7px 0px 7px !important;
}
.site-header {
    display:none;
}
p {
	margin:0 0 10px
}