/* Custom CSS */

/* Plugin Customizations */ 

/* JetPack ShareDaddy */
.rtl div.sharedaddy .sd-content {
	float: left;
}
div.sharedaddy .sd-content {
	float: left;
}

/* PrintFriendly */
div.printfriendly {
margin: 24px 0 6px 0px;
}

/* Mosaic Theme */

.entry-utility { padding: 0; margin-top: 6px; }

/* Widgets */

#sidebar ul li { border-bottom: 1px solid black; padding-bottom: 20px; }
.widget-title { border: 0 }

#recent-posts-2 ul li {
border: 0px !important;
}

/* disable HTML comment instructions */
.form-allowed-tags{
display:none;}	

/* Form placeholder */

/* all */
::-webkit-input-placeholder {font-size: 13px; padding-top: 2px }
::-moz-placeholder { font-size: 13px; padding-top: 2px } /* firefox 19+ */
:-ms-input-placeholder { font-size: 13px;padding-top: 2px  } /* ie */
input:-moz-placeholder { font-size: 13px;padding-top: 2px  }


/* Totally custom */
#sun { text-align: center; }
#sun img { display: inline-block;
    width: 30px;
    height: 30px;
    background: #ccc;
    margin: 5px; }
	
	/* Header */
header{width:100%; height:160px; border-bottom:3px solid #AFBD7F; position:relative; background:#fff; }
#logo{width:460px; height:140px; background:url(images/tasty-alternative-logo-tag.png) top center no-repeat; 
/* Center the div */
	position:absolute;
    left:50%;
    top:50%;
    margin-left:-230px;
    margin-top:-70px;}
#logo a{display:block; width:inherit; height:inherit;}
#flowerLeft, #flowerRight{position:absolute; bottom:0; background:url(images/flowers.png); width:125px; height:100px;}

#flowerLeft{left:10px;}
#flowerRight{right:10px;}

/* Flip the Image */
#flowerRight{-moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";} 
		
		
@media only screen and (max-width : 700px) {

	#logo{background-size:300px 91px;}
	
	#logo{width:300px; height:91px; background:url(images/tasty-alternative-logo-tag.png) top center no-repeat; 
/* Center the div */
	position:relative;
    left:0;
    top:10px;
    margin:auto;
	}	
	#flowerLeft, #flowerRight{width:0; height:0;}
header{ height:110px; position:relative;  min-width:0}

