@charset "UTF-8";

a:link { color: #F60;}
a:active { color: #F00;}
a:hover { color: #F00; text-shadow:0px 0px 3px #FFF;}
a:visited { color: #F60;}

body {
	background-color: #000;
	background-position: ;
	background-attachment: ;
	background:;
	background-repeat:;
}

body,td{color:#c493c4;}
body,td{font-weight:normal;font-style:normal;font-size:17px;
font-family:'Century Gothic', Helvetica, sans-serif;
}
td .clock	{	font-size:9px;	}

.container_padding {
	padding:	5px;
	height:	100%;
}

.container_transparency {
	height:100%;
	width:100%;
	background-color:transparent!important;
	filter:alpha(opacity=100);
	background: ;

}
.container {
	color: #666666;
	position:relative;
	padding:	5px;
	height: 100%;
	background-color:transparent;
}

.container .heading {
	display:block;
	padding: 5px;
	color: #F00;
	text-shadow:0px 1px 1px #000;
	height:30px;
	font-family:'Century Gothic', Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 19px;
	background: #cb60b3; 
background: -moz-linear-gradient(top,  #cb60b3 0%, #ad1283 50%, #de47ac 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#cb60b3), color-stop(50%,#ad1283), color-stop(100%,#de47ac));
background: -webkit-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: -o-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%); 
background: -ms-linear-gradient(top,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
background: linear-gradient(to bottom,  #cb60b3 0%,#ad1283 50%,#de47ac 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb60b3', endColorstr='#de47ac',GradientType=0 ); 
}

.content {
	padding:5px;
}
.interests_info{display:none;}
.gallery_image {
border: 0;
}

.gallery_image img {
width: 70px;
height:70px;
border:6px solid #000;
border-radius:8px;
borderradius:8px;
-moz-border-radius:8px;
-moz-border-radius:8px;
margin: 0 10px 4px -6px;
-webkit-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 200ms cubic-bezier(0.250, 0.250, 0.750, 0.750); 
}


.gallery_image img:hover {
border:6px solid #ff1588;
-webkit-transition: all 50ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
   -moz-transition: all 50ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -ms-transition: all 50ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
     -o-transition: all 50ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
        transition: all 50ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
}

.thumbnail {
width:80px;
height:80px;
display:block;
float:left;
margin:-2px 0 0 -10px;
padding:8px 22px 9px 10px;
background:url(http:i963.photobucket.comalbumsae117dexdesign2002mfcdesignusercomm.png);
}

.wall_info {
width: inherit;
font-weight:700;
color:#989898;
text-decoration:none;
padding:10px;
background: #4c4c4c; 
background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 48%, #000000 51%, #131313 100%); 
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(48%,#2c2c2c), color-stop(51%,#000000), color-stop(100%,#131313));
background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
background: linear-gradient(top, #4c4c4c 0%,#2c2c2c 48%,#000000 51%,#131313 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313',GradientType=0 );
margin:5px 0 0 115px;
border:3px solid #222222;
border-bottom:none;
border-top-right-radius:8px;
border-top-left-radius:8px;
-moz-border-radius-topright:8px;
-moz-border-radius-topleft:8px;
}
