/* CSS Document */
/*div.fixed {
    position: fixed;
    bottom: 0;
    right: 0;
	top:-10;
    width: 600px;
    border: 3px solid #73AD21;
}*/
#divSiteTitle {text-decoration:none;}
#divLogo{

	margin-top: 0px; margin-bottom: 0px; margin-left: -3px;
0px 24px 23px -9px rgba(122,96,43,1);
-moz-box-shadow: 0px 24px 23px -9px rgba(122,96,43,1);
box-shadow: 0px 24px 23px -9px rgba(104,91,63,1);
}
#divSiteTitle {font-family: Allura, cursive; color: rgb(142, 176, 55); font-size: 45px; text-shadow: rgba(0, 0, 0, 0.298039) 2px 4px 3px; line-height: 40px; letter-spacing: 2px; text-transform: none; font-weight: bold; font-style: normal; text-decoration: none;}


@media (max-width: 979px) {
     #divLogo {margin-bottom:10px;}
}
@media (max-width: 768px) {    
    #divLogo {margin-top:10px;margin-bottom:20px;}

    #divSiteTitle {font-size: 25px;}
	
}


/**********
<style type="text/css">
					.logo-placeholder {
    height: 180px; /* height of your logo ***************
}
.logos {
    position:inherit;
    top:0;
	
    right:0;
    margin: 0px 0px 50px 50px;
    height:180px;
	width:600px;
    text-align:center;
    z-index: 100;
	background-color:#FFFFFF;
	border:1px solid;
}
#logos{
width:200px;
height:50px;
}
@media only screen and (max-width: 600px) {
    .logos {
        position: static; /* that is just default positioning ************************
    }
    .logo-placeholder {
        display:none; /* we don't need tht anymore since logo is back on its place :) **********
    }
} 
					</style>*******/