body{
text-align: left;
background-color: #bbd3fa;
background-repeat: repeat;
background-attachment:fixed;
font-family: Courier New;
font-size: 11px;
color: #f5f6fc;
font-weight: normal;
text-transform: lowercase;
text-shadow: 0px 0px #8196bd;
margin:0 auto;
overflow-x: hidden;
}

/**********************************************STYLESHEET FROM LOVEBLUSH.NET****************************************/

#s-m-t-tooltip{
position:absolute;
margin-top: 15px;
font-family:'Karla', sans-serif;
font-size:8px; letter-spacing:.5px;
text-transform:uppercase;
z-index:9999;
padding:3px;
border:3px double #eee;}




/**********************************************MAIN****************************************/
#footer {	
position: relative; 
margin: 0 ;
padding-bottom: 1px;
padding-top: 1px;
width: auto;
font-family: calibri;
font-size: 9px;
text-align: center;
text-transform: lowercase;
text-shadow: none;
letter-spacing: 2px;
color: #f5f6fc;

}


#header {
position:absolute; 
top:35px; 
left:180px;
}




#sidebar {
position:absolute; 
text-align: left;
padding: 2px;
padding-bottom: 15px;
background-color:rgba(164,185,220,.25);
font-family: calibri;
font-size: 10px;
text-shadow: none;
top:475px; 
left:890px; 
width:220px;
}



#content {
position:absolute; 
background-color:rgba(164,185,220,.25);
top:555; 
left:275px; 
width:600px; 
margin:0px ; 
padding: 2px;
padding-bottom: 10px;
}



#content img, #content a img {
background: url() bottom center;
background: #ce4290;
padding: 4px;
opacity: 0.9;
margin: 2px;
border: 1px solid #bf3d85;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
 }
 
#content img:hover, #content a:hover img {
background: #aabfe6;
opacity: 1;
-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: #f5f6fc; 
text-decoration: none;
-moz-transition: 0.7s ease-out;  
margin: 0px; 
padding: 2px;
-webkit-transition: 0.7s ease-out;
}					
a:hover {
color: #d44494; 
-moz-transition: 0.7s ease-out;
-webkit-transition: 0.7s ease-out;}




@font-face {    
font-family:'ernest';
src: local('Ernest'),
url('http://candylace.net/currentlayout/Ernest.ttf');
}


/**********************************************BASIC STYLINGS****************************************/



b {color: #d44494; font-weight:bold;}
i {color: #90a7d2;}
u {color: #ba87d0;}
s {color: #;}


textarea{
color: #f5f6fc;
background: #adc2e9;
border: 2px solid #aabfe6;
border-bottom: 2px solid #aabfe6;
}


blockquote {
  display: block;
  width: 400px;
  background: #aabfe6;
  padding: 10px 15px 10px 35px;
  margin: 20 2 20 0px;
  position: relative;
  line-height: 1.2;
  color: #f5f6fc;
  text-align: relative;
  border: 5px double #a5b9df; 
}
blockquote a {
  text-decoration: none;
  background: #ccc;
  padding: 0 3px;
  color: #f5f6fc;
}





/**********************************************SCROLLBAR****************************************/



::-webkit-scrollbar-thumb 
{background-image: url(); background-color: #afc4ed; -webkit-border-radius: 5px; }
::-webkit-scrollbar 
{width: 8px; height: 5px; background: #d44494; }


img.thumb,
a.thumb:active img,
a.thumb:link img,
a.thumb:visited img {padding: 6px;
                                background-image: url();
                                background-color: #d44494;
                                background-position: top left; 
                                border: 1px solid#ce4290;
                                margin: 2px;
-webkit-border-radius: 5px;
border-radius: 5px;
                                               }





/**********************************************HEADERS****************************************/
h1 {
color: #f5f6fc;
background: #d44494;
font: 10px calibri;
font-weight: bold;
padding: 3px 8px;
text-align: center;
text-transform: uppercase;
text-shadow: none;
letter-spacing: 2px;
margin-top:3px;
margin-bottom:3px;
margin-left:0px;
margin-right:0px;
}

h2 {
color: #f5f6fc;
background: #8297be;
font: 10px calibri;
font-weight: bold;
padding: 3px 8px;
text-align: center;
text-transform: uppercase;
text-shadow: none;
letter-spacing: 2px;
margin-top:3px;
margin-bottom:3px;
margin-left:0px;
margin-right:0px;
}



/**********************************************UPDATE LINKS****************************************/


a.update:link, a.update:link, a.update:visited{
display: block;
color: #f5f6fc;
font: 10px/8px ernest;
padding: 2px 0px 3px 13px;
letter-spacing: 2px;
margin-top: 0px;
margin-bottom: 0px;
margin-left: 1px;
margin-right: 1px;
}


a.update:hover {
margin-left: 20px;
-moz-transition: 0.7s ease-out;
-webkit-transition: 0.7s ease-out;
}









/**********************************************AFFIE LINKS****************************************/




a.affie, a.affie1:active, a.affie1:visited {
display: block; 
margin: 2px;
font-weight: bold;
font-size:8px;
text-transform: uppercase;
font: 10px/10px ernest; 
line-height:10px;
background: #b2c9f2; 
letter-spacing: 0.9px;
color: #f5f6fc; 
padding: 1px 0px; 
text-align: center; 
border: 1px solid #b2c9f2;
}



a.affie:hover{
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}


/***+1 is the first color of your color scheme, +2 is the second, and so on***/


a.affie:nth-child(4n+1):hover { background: #aabfe6;}
a.affie:nth-child(4n+2):hover { background: #aabfe6;}
a.affie:nth-child(4n+3):hover { background: #aabfe6;}
a.affie:nth-child(4n+4):hover { background: #aabfe6;}






/**********************************************ELITES****************************************/


a.elite1, a.elite1:link, a.elite1:visited, a.elite1:active {
display: inline-block; 
background-color: #d44494;
width: 18px;  
height: 18px;
font-family: ernest;
font-size: 10px; 
line-height: 18px;  
color: #f5f6fc; 
border-radius: 25px;
letter-spacing: 0px; 
border: 1px solid #d44494;
text-align: center;
margin: 1px;
padding: 3px;
}

a.elite1:hover {
color: #f5f6fc;
background-color: #bd3d84;
border: 0px;
}






/**********************************************TOP LINKS****************************************/






#topper{
position: fixed;
top:0px;
left:0px;
width: 100%; 
padding:4px;
background-color:#d44494;
z-index: 9999 !important;
}



a.nav2:link, a.nav2:active, a.nav2:visited{margin:0px; line-height: 24px; letter-spacing: 1px; width:90px; color: #f5f6fc; background: #b2c9f2; border: 1px solid #afc4ed; font-family: calibri; font-size: 8px; letter-spacing: 1px; font-weight: bold; text-align: center; text-transform: uppercase; display:inline-block;}
a.nav2:hover{letter-spacing: 2px; box-shadow:inset 138px 0px 0px #aabfe6;}












