#blog {
    background-image: url("/templates/log1.gif");
    /* background-size: 200px; */
    /* background-size: 320px; */ 
    background-size: 195px; 
    background-repeat: no-repeat;
    background-position: bottom left;
    height: 80px; 
    /* border: 1px solid rgb(255, 51, 51); */
}

#sfield {
    /*border: 1px solid #33FF33;*/
    margin: 10px;
    width: 80%;

    content:'';
    display:inline-block;
    width: 200px;
    height:30px;
    font-size: 16px;
    position: relative;
    top:2px;
    bottom:2px;
    border: 1px solid #bbb;
    background: #F7F7F7;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}

.sbutton {
display: none;
}

#search-open {
	float:right;
    /*overflow:hidden;*/
    /*display: table;*/
    height:70px;
    width: auto;
    margin: 0;
    position: relative;
    top: 0;
    right: 0;
    padding-top: 22px;
    padding-left: 40px; 
    z-index: 10;
    /* border: 1px solid #33FF33; */
}

#search {
    display: block;
	background: #343cac;
    margin-top: 92px;
    width: auto;
    padding: 0;
	overflow:hidden;

    height:0;
	transition:height .2s ease-in-out;

    z-index: 10;
    /*border: 1px solid #33FF33;*/
}

#search-open:target #search {
     height: 60px;
     z-index: 1;
       /*display: table;*/
}

#search li {
	float:left;
	width:100%;
}

#search a {
	display:block;
	height:100%;
	width:100%;
	padding:1em;
	text-decoration:none;
	color:white;
	border-top: 1px solid rgba(0,0,0,0.2);
}

#search a:hover {
	background:rgba(0,0,0,0.2);
}

.search-toggle {
	/*background:rgba(0,0,0,0.2);*/
	display:block;
	position:absolute;
	right:0;
	top:0;
	padding:1em;
	color:white;
	cursor:pointer;
	text-decoration:none;
}

.search-toggle:hover {
	/*background:rgba(0,0,0,0.4);*/
}

#search-open:target .search-closed {
	display:block;
}

.search-closed,
#searchi-closed:target .search-closed,
#search-open:target .search-open {
	display:none;
}

@media screen and (max-width: 799px) {
	#search-open:target #search {
		/*height: 40px;*/
       /*display: table;*/
	}
}

@media screen and (min-width:800px) {

	.search-toggle {display:none !important;}


	.logo {
		width:auto;
		float:left;
	}

#blog {
    clear: both;
    /*border: 1px solid #33FF33;*/
}

    #search-open {
    height:60px;
    width:auto;
    /*border: 1px solid red;*/
    z-index: 10;
     float: left;
    margin-left: 260px;
    /*border: 1px solid #33FF33;*/
    }

	#search {
		width:auto;
		display:block !important;
        background: transparent;
		height:auto;
        margin: 0;
        padding: 0;
       margin-top: -4px;
        z-index: 10;
        /*border: 1px solid #33FF33;*/
	}

	#search input {
        margin-left: 0px;
        margin-right: 0px;
	}

#sfield {
    /*border: 1px solid #33FF33;*/
    margin: 10px;
    width: 80%;

    content:'';
    display:inline-block;
   /*  width: 260px; */
    height:30px;
    font-size: 16px;
    position: relative;
    top:2px;
    bottom:2px;
    border: 1px solid #bbb;
    background: #F7F7F7;
    margin-right: 1em;
    box-shadow: inset 0 1px 1px 0 rgba(0,0,0,.1);
    border-radius: 3px;
}

.sbutton, .sbutton:hover {
  display:inline-block;
/* background: white url("/templates/lup.png") no-repeat; */
	background-color: #FFF; 
    cursor:pointer;
	background-size: 28px;
    height: 30px;
    width: 30px;
    border: 0;
    padding-left: 0px;
    margin-left: 0px;
    color: white;
}

	#search li {
		width:auto;
		padding:0;
	}
}