body {
background: url(), url(https://i.imgur.com/0ReCx1l.png);
background-color: #f4f4f4;
background-repeat: repeat-x, repeat !important;
background-position: top center, top center;
background-attachment: fixed, fixed;
text-align: justified;
margin: 0px; 
padding: 0px;
font-family: arial;
font-size: 9px;
color: #f69600;
}

/**********************************************STYLESHEET BY LOVEBLUSH.NET****************************************/



/**********************************************MAIN****************************************/


#container{
position: relative; 	
border-radius: 10px;
margin: 3px auto 3px; 
width: 671px; 
margin-top: -10px;
padding-top: 45px;
padding-left: 3px; 
padding-bottom: 9px;
padding-right: 3px;
background-color:#555555;
border: 1px solid #ddd;		
overflow: hidden;
}


#header {
position:relative;
margin-top: 10px;
left: 95px;
margin:auto;
z-index: 999;
background-image: url(https://i.imgur.com/srK7ssZ.png) ;
background-repeat: no-repeat;
width: 900px;
height: 390px;
}




#content{ 
float: left;
width: 658px;
padding:2px;
margin-left:3px;
margin-top:-3px;
margin-right: 3px;
background-color:#f7f7f7;
border: 1px solid #ddd;
}



#footer{
clear:both;
background-color:#f7f7f7;
border-top:1px solid #d3d3d3;
text-align:center;
padding:5px;
}


#content img, #content a img {
background: url(https://i.imgur.com/AMTOM5L.png) bottom center;
padding: 4px;
opacity: 0.9;
margin: 2px;
border-radius: 5px;
border: 1px solid #f0f0f0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-border-radius: 5px;
 }
 
#content img:hover, #content a:hover img {
background: url(https://i.imgur.com/AMTOM5L.png) top center;
opacity: 1;
border-radius: 5px;
border: 1px solid #f0f0f0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
-webkit-border-radius: 5px;
 }


a {	
color: #f69600; 
text-decoration: none;
-moz-transition: 0.7s ease-out;  
margin: 0px; 
padding: 2px;
-webkit-transition: 0.7s ease-out;
}					
a:hover {
color: #faca03; 
-moz-transition: 0.7s ease-out;
-webkit-transition: 0.7s ease-out;}




@font-face {    
font-family:'ernest';
src: local('Ernest'),
url('http://loveblush.net/currentlayout/Ernest.ttf');
}


/**********************************************BASIC STYLINGS****************************************/



b {color: #f69600;}
i {color: #faca03;}
u {color: #f69600;}
s {color: #faca03;}


blockquote {
  display: block;
  background: #eee;
  padding: 10px 15px 10px 40px;
  margin: 0 auto 20px;
  width: 360px;
  position: relative;
  line-height: 1.2;
  color: #777;
  text-align: justify;  
  border-left: 7px double #ddd;
  border-right: 7px double #ddd;
}

blockquote::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  font-weight: bold;
  color: #ddd;
  position: absolute;
  left: 10px;
  top: -15px;
}

blockquote a {
  text-decoration: none;
  background: #ddd;
  padding: 0 3px;
  color: #aaa;
}

blockquote em {
  font-style: italic;
}












/**********************************************SCROLLBAR****************************************/


::-webkit-scrollbar-thumb 
{background-image: url(https://i.imgur.com/AMTOM5L.png);  -webkit-border-radius: 5px; }
::-webkit-scrollbar 
{width: 8px; height: 5px;  }


img.thumb,
a.thumb:active img,
a.thumb:link img,
a.thumb:visited img {padding: 6px;
                                background-image: url(https://i.imgur.com/AMTOM5L.png);
                                background-color: #4ba9a7;
                                background-position: top left; 
                                border: 1px solid#282828;
                                margin: 2px;
-webkit-border-radius: 5px;
border-radius: 5px;
                                               }





/**********************************************HEADERS****************************************/



h1 {
font-family: courier new;
font-size:11px;
font-weight: normal;
text-transform: uppercase;
text-align: center;
letter-spacing: 1px;
background: #555555;
border:1px solid #ccc;
border-bottom: 2px solid #ccc;
line-height: 16px;
padding:0px;
margin-top:3px;
margin-bottom:3px;
margin-left:0px;
margin-right:0px;
}






/**********************************************TOP LINKS****************************************/






#topper{
width:654px;
padding:4px;
margin:3px;
margin-top:-30px;
margin-left:3px;
margin-bottom:10px;
border: 1px solid #ddd;
background: #faca03;
}


a.nav1:link, a.nav1:active, a.nav1:visited{
margin:0px; 
line-height: 18px;
letter-spacing: 0.5px;
width:100.5px;
color: #faca03;
background: #ddd;
border: 1px solid #ccc;
font-family: ernest;
font-size: 10px; 
letter-spacing: 1px;
font-weight: normal;
text-align: center; 
display:inline-block;
}
a.nav1:hover{
background: #060606;
letter-spacing: 2px;
box-shadow:inset 138px 0px 0px #ccc; color: #aaa;
}







