/*
 Theme Name:     Attitude Child
 Description:    Attitude Child Theme
 Author:         Stephen Spencer
 Template:       attitude
 Version:        1.0.0
*/

@import url("../attitude/style.css");

/* =Theme customization starts here ---------------------------- */

body, input, textarea {
        color: #333;
        font: 13px sans-serif;
        line-height: 20px;
        word-wrap: break-word;
}
h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        font-family: sans-serif;
        color: #555;
}

#site-title {
        font: 36px sans-serif;
	font-weight: bold;
        line-height: 42px;
}
#site-description {
	font: 13px sans-serif;
	line-height: 20px;
	color: #777;
}

.entry-title {
        font: 24px sans-serif;
        line-height: 30px;
}

.loud {
	padding: 0 0 20px 0;
}

#primary {
        float: left;
        margin-left: 3.06%;
        width: 76.64%;
}
#secondary {
        float: left;
        margin-left: 3.06%;
        width: 20.28%;
}
