a {
	text-decoration: none;
	color: #0065BF;
}


p, table {
	margin: 0 0 1.5em;
}


fieldset {
	border: 0;
	margin: 0;
}
input, select, textarea {
	font: inherit;
}

form#linkform label, form#linkform span.label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
}
form#linkform input, form#linkform select, form#linkform textarea, form#linkform span.button {
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 5px;
}
form#linkform textarea {
	height: 80px;
}
form#linkform input.button {
	clear: both;
	margin: 10px 0 0 150px;
	width: 80px;
}


	
	table {
		width: 100%;
		border-collapse: collapse;
	}
		table tr.linkeven {
			background-color: #efefef;
		}
		table tr.linkodd {
			background-color: #fff;
		}
		table tr.pending {
			background-color: #CFE1EF;
			font-weight: bold;
		}
			table td, table th {
				padding: 3px;
				border: 1px solid #ccc;
			}
		
		table img {
		vertical-align: middle;
		}

.updatemeta {
	margin-top: -1em;
	font-size: .9em;
	color: #666;
}
.red { color: #f00; }

.center { text-align: right; }
.right { text-align: right; }

body {
background: url(), url(http://i.imgur.com/doYquCg.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: calibri;
font-size: 10px;
color: #747373;
}

/**********************************************STYLESHEET BY LOVEBLUSH.NET****************************************/



/**********************************************MAIN****************************************/


#container{
position: relative; 	
margin: 3px auto 3px; 
width: 1025px; 
margin-top: 0px;
padding-top: 3px;
padding-left: 3px; 
padding-bottom: 9px;
padding-right: 3px;
background-color:#f1f1f1;
border: 1px solid #ddd;		
overflow: hidden;
}



#header {
float: left;
margin: 3px;
margin-bottom: 6px;
background-image: url(header3.png) ;
background-repeat: no-repeat;
background-color:#bbb ;
border:1px solid #ddd;
width: 1017px;
height: 300px;
}


#leftbar{
margin-top:0px;
margin-left:-3px;
padding:5px;
float: left;
width: 210px;
}

#rightbar{
margin-top:0px;
margin-right:-10px;
padding:5px;
float: right;
width: 210px;
}

#cube{
background: #fbfbfb; 
color:#747373;  
width: 197px; 
font-size: 12px;
padding: 2px;
margin-bottom: 2px;
border: 1px solid #ddd;
}


#content{ 
float: left;
width: 598px;
padding:2px;
margin-left:-7px;
margin-top:5px;
margin-right: 0px;
margin-bottom: 5px;
background-color:#fbfbfb;
border: 1px solid #ddd;
}



#footer{
clear:both;
color: #aaa;
background-color:#fbfbfb;
border-top:1px solid #ddd;
font-family: calibri;
font-size: 9px;
text-align:center;
padding:5px;
text-transform: uppercase;
letter-spacing: 2px;
}



#content img, #content a img {
background: #eee;
padding: 4px;
opacity: 0.9;
margin: 2px;
border: 1px solid #ddd;
-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: url(http://www.loveblush.net/stylesheets/v1/stylesheetscroll.png) top center;
opacity: 1;
border: 1px solid #f0f0f0;
-webkit-transition: all 0.8s ease-out;
-moz-transition: all 0.8s ease-out;
transition: all 0.8s ease-out;
 }


a {	
color: #A88EB9; 
text-decoration: none;
letter-spacing: 1px;
-moz-transition: 0.7s ease-out;  
margin: 0px; 
padding: 2px;
-webkit-transition: 0.7s ease-out;
}					
a:hover {
color: #F9B6E1; 
-moz-transition: 0.7s ease-out;
-webkit-transition: 0.7s ease-out;}




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



b {color: #777777;}
i {color: #bbb;}
u {color: #2b2b2b;}
s {color: #bbb;}

textarea{
color: #747373;
border: 1px solid #ccc; 
}


c1 {color: #d789f2;}
c2 {color: #fb87d4;}
c3 {color: #feab93;}
c4 {color: #fcc273;}


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: 1px solid #ddd;
  border-left: 9px double #ddd;
}

blockquote a {
  text-decoration: none;
  background: #ddd;
  padding: 0 3px;
  color: #aaa;
}

blockquote em {
  font-style: italic;
}



blockquote2{
  display: block;
  text-align: left;
  width: 400px;
  background: #f968c2;
  padding: 10px 10px 10px 5px;
  margin: 20 2 20 0px;
  position: relative;
  line-height: 1.2;
  color: #2b2b2b;

}






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


::-webkit-scrollbar-thumb 
{background-image: url(); background-color: #ccc;}
::-webkit-scrollbar 
{width: 6px;}








/**********************************************HEADERS****************************************/



h1	{	
text-align: center;
font-family: 'Playball', cursive;
font-size: 17px;
background: #F9B6E1;
color: #AB90BC;
padding: 0px;
margin: 1px;
font-weight: normal;
letter-spacing: 1px;
text-transform: lowercase;
border-bottom: 2px solid #A88EB9;
}





/**********************************************ELITE LINKS****************************************/




a.elite, a.elite:active, a.elite:visited {
display: block; 
margin: 2px;
color: #000000; 
text-transform: uppercase;
padding: 8px 0px; 
text-align: center; 
font-family: calibri;
font-size: 8px; 
font-weight: bold;
letter-spacing: 1px; 
}

a.elite:hover{
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
transition: all 0.4s ease-out;
}

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

a.elite:nth-child(4n+1) { background-color: #A88EB9; border: 1px solid #ddd;}
a.elite:nth-child(4n+2) { background-color: #A88EB9; border: 1px solid #ddd;}
a.elite:nth-child(4n+3) { background-color: #A88EB9; border: 1px solid #ddd;}
a.elite:nth-child(4n+4) { background-color: #A88EB9; border: 1px solid #ddd;}


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


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

a.affie, a.affie:active, a.affie:visited {
display: block; 
margin: 2px;
font-weight: bold;
font-size:8px;
text-transform: uppercase;
font-family:calibri;
line-height:10px;
background: #A88EB9; 
letter-spacing: 0.9px;
color: #000000; 
padding: 5px 0px; 
text-align: center; 
border: 1px solid #ccc;
}

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





a.affie:nth-child(4n+1):hover { border-left: 13px solid #DAAED7; border-right: 13px solid #DAAED7;}
a.affie:nth-child(4n+2):hover { border-left: 13px solid #DAAED7; border-right: 13px solid #DAAED7;}
a.affie:nth-child(4n+3):hover { border-left: 13px solid #DAAED7; border-right: 13px solid #DAAED7;}
a.affie:nth-child(4n+4):hover { border-left: 13px solid #DAAED7; border-right: 13px solid #DAAED7;}












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






#topper{
width:auto;
padding:2px;
padding-left: 3px;
margin:3px;
background-color:#fbfbfb;
border: 1px solid #ddd;	
clear:both;
}


a.nav2:link, a.nav2:active, a.nav2:visited{margin:0.5px; letter-spacing: 3px; line-height: 20px; width:117.3px; color: #000000; background: #8A7EAA; border: 1px solid #ddd; font-family: calibri; font-size: 8px; letter-spacing: 1px; font-weight: bold; text-align: center; text-transform: uppercase; display:inline-block;}
    .nav2 {-moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; -webkit-transform: translateZ(0); -webkit-transition-duration: 0.4s; -webkit-transition-property: color; backface-visibility: hidden; box-shadow: 0 0 1px rgba(0, 0, 0, 0);position: relative; transform: translateZ(0); transition-duration: 0.4s; transition-property: color; vertical-align: middle;}
    .nav2:before {-webkit-transform-origin: 50%; -webkit-transform: scaleX(0); -webkit-transition-duration: 0.4s; -webkit-transition-property: transform;
-webkit-transition-timing-function: ease-out; background: #D7ACD4; bottom: 0; content: ""; left: 0; position: absolute; right: 0; top: 0; transform-origin: 50%; transform: scaleX(0); transition-duration: 0.4s; transition-property: transform; transition-timing-function: ease-out; z-index: -1;}
    .nav2:hover, .nav2:focus, .nav2:active {color: #D7ACD4;}
 .nav2:hover:before, .nav2:focus:before, .nav2:active:before {-webkit-transform: scaleX(1); transform: scaleX(1);}




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


a.update:link, a.update:link, a.update:visited{
display: block;
color: #aaa;
font: 8px calibri;
padding: 1px 0px 1px 3px;
margin:0px;
letter-spacing: 1px;
text-transform: uppercase;
}


a.update:hover {
background-color: #eee;
text-align: right;
-moz-transition: 0.8s ease-out; 
-webkit-transition: 0.8s ease-out; 
}

u1 {display: block; color: #aaa; font: 9px georgia; padding-left: 2px; text-align: center; letter-spacing: 1px; border-bottom: 1px dotted #ccc; text-transform: uppercase;}








	