@Theme Name: Resicore 2016
@Description: This site was built by Central States Media. For more information about the site or this custom WordPress theme, you can contact Central States Media at: info@centralstatesmedia.com or call us at: 309-693-2345.
@Author: Central States Media
@Author URI: http://www.centralstatesmedia.com/
@Version: 1.0
@Date: August, 2015
@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .05s ease-in-out;
    -o-transition: all .05s ease-in-out;
    -ms-transition: all .05s ease-in-out;
    -moz-transition: all .05s ease-in-out;
    -webkit-transition: all .05s ease-in-out;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    min-width: 0000px;
    line-height: 1.25;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-weight: 400;
    color: #404040;
    background: #e00034;
}

h1, h2, h3 {
    color: #e00034;
}

a {
    text-decoration: none;
    color: #e00034;
    font-weight: 700;
}

a:hover {
    color: #b7002a;
}

a img {
    border: 0;
}

strong {
    font-weight: bold;
}

.clear {
    display: block;
    clear: both;
}

.alignright {
    margin:0 0 2em 2em;
    padding:0px;
    float:right;
    border:0;
}
 
.alignleft {
    margin:0 2em 2em 0;
    padding:0px;
    float:left;
    border:0;
}
 
.aligncenter {
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding:0px;
    border:0;
}

.body-width {
    width: 100%;
    max-width: 860px;
    display: block;
    margin: auto;
}

/* header */

#header-bkgd {
    background: white;
    padding: 4em 0;
}

#logo {
    width: 200px;
    height: auto;
    margin: auto;
    display: block;
    border-radius: 2px;
}

/* body content */

#body-content-bkgd {
    background: white;
    padding: 0 .75em 3em .75em;
}

#body-content {
    line-height: 1.5;
}

#body-content p {
    margin-bottom: 1.25em;
}

/* footer */

#footer-bkgd {
    background: #e00034;
    text-align: center;
    padding: 1em;
    color: white;
}
/* forms */
#body-content input[type="submit"] {
	color: white;
	text-transform: uppercase;
	background: #e00034;
	border:none;
	border-radius: 5px;
        font-size: 16px;
	padding: 10px 20px;
        transition: all 0.2s ease;	
	font-weight: bold;
}
#body-content input[type="submit"]:hover {
	background-color: #404040;
	cursor: pointer;
}