/* 
Theme Name: Child Theme
Theme URI: localhost/wordpress/
Description: Child Theme of Silvia
Template: silvia
*/

@import url("../silvia/style.css");

#fscf_captcha_code1 {
	width: 175px !important;
}
 
body {
	background-color: rgb(218,238,243);
	background: url(../silvia-child/strips3.png);
	background-repeat: repeat-y;
}

#logo {
	height: 122px;
}

#logo h1, #logo h2 {
	text-align: center;
}

.float_right {
	float:right !important;
	position: absolute;
	top: 80px;
	right:10px;
	    z-index: 100;
}

.float_left  {
	float:left !important;
	position: absolute;
	top: 80px;
	left: 10px;
	    z-index: 100;
}

.main-navigation {
    background: url(../silvia-child/blue_red2.png);
    background-repeat: repeat-x;
}

.menu-primary-items li {
    border: 1px solid;
    background: white;
    border-radius: 5px;
    box-shadow: 2px 2px 3px grey;
}

.site-branding {
	height: 120px;
}

.site-branding img {
	z-index: 100;
}

.site-header {
    padding-bottom: 0px; 
}

.site-footer {
    background-color: rgb(218,238,243) !important;
    position: absolute;
    bottom: 0px;
    width: 100%;
	display: none;
}

.search-toggle {
	display: none;
}

article.post {
	width: 100% !important;
}

.menu-primary-items li:first-child {
    padding-left: 9px;
}

.menu-primary-items li:first-child {

    padding-left: 9px;
}

@media screen and (max-width: 1100px) {

.content-area {
	width: 90% !important;
    margin: auto !important;
    float: none;
}

#logo {
	width: 80%;
	margin: auto;
}

.float_right img, .float_left img {
	width: 80%;
}

.float_left {
	top: 100px;
	left: 25px;
}

.float_right {
	top: 100px;
}

.menu-primary-items a {
    font-size: 12px !important;
}

}

@media screen and (max-width: 1024px) {

.content-area {
	width: 80% !important;
    margin: auto !important;
    float: none;
}

}

@media screen and (max-width: 960px) {

.site-branding img {
   width: 100px;
	top: 100px;
}

.float_right, .float_left {
	display: none;
}

}

@media screen and (max-width: 890px) {

body {
	background: rgb(218,238,243);
}

.site-branding img {
    display: none;
}

.content-area {
	width: 100% !important;
}

}

@media screen and (max-width: 767px) {

.main-navigation {
	background: transparent;
}



}


