@charset "UTF-8";

a:link,a:active,a:hover { 
  color:#cccccc;
}
a:visited   {
  color:#cccccc;
}

body { 
  background: #000000;
  background-repeat: no-repeat;
  background-position: center; 
  width: 1280px;
  background-attachment:fixed;
  border:3px solid #a1a1a1;
}

body,td {
  color: #ffffff;
  font-family: 'Arial';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
}

td .clock {
  font-size:12px;
}

.container_padding {
  padding:0px;
  height:	100%;
}

.container_transparency {
  height:100%;
  width:100%;
  background-color: transparent;
  filter:alpha(opacity=0);
}

.container {
  color: #fff;
  position:relative;
  border: 0px none #ffffff;
  padding:5px;
  height: 100%;
  background-color:transparent;
}

.content {
	padding:5px;
}
	
.interests_info {
  color: #eeeeee;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 0.2em #F87, 0 0 0.2em #F87, 0 0 0.2em #87F;
}

.container .key {
  color: #eeeeee;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 0.2em #ff4911, 0 0 0.2em #ff4911, 0 0 0.2em #ff4911;
}

.container .heading {
	padding: 2px;
	background-color: #ff4911;
	color: #000000;
    font-family: Century Gothic, sans-serif;
	font-weight: bold;
	padding-left:20px;
	font-style: normal;
    margin-top:10px;
    margin-bottom:20px;
	font-size: 28px;
    text-shadow: 0.1em 0.1em 0.2em black;
    -moz-box-shadow:    3px 3px 5px 6px #ff4911;
    -webkit-box-shadow: 3px 3px 5px 6px #ff4911;
    box-shadow:         3px 3px 5px 6px #ff4911;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

.container .blurb_key, .status_key {
  text-shadow: 0 0 0.2em #ff4911, 0 0 0.2em #ff4911, 0 0 0.2em #ff4911;
  color: #ffffff;
  font-weight: bold;
  font-size:12px;
}

.container .blurb_value, .status_value {
  font-size:12px;
}

.friends_key a {
	text-shadow:none;
}

.container .friends_key {
  color: #eeeeee;
  font-weight: bold;
  font-style: italic;
  text-shadow: 0 0 0.2em #ff4911, 0 0 0.2em #ff4911, 0 0 0.2em #ff4911;
}

.container .friends_value {
}

.gallery_image {
	color: #a62f00;
    background:#eee;
	padding:2px;
    border:2px solid #aaa; 
	width: 150px;
	height: 150px;
	padding-top: 15px;
	border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
}

#gallery .gallery_image {
    color: #a62f00;
    border:2px solid #ccc; padding:2px; background:#eee;
	width: auto;
	height: auto;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.gallery_content .gallery_image {
    color: #a62f00;
    border:2px solid #ccc; padding:2px; background:#eee;
	width: auto;
	height: auto;
	border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
}

.wall_info {
  border-top: 1px solid #aaaaaa;
}
