@charset "UTF-8";

a:link,a:visited {
  color:DarkRed;
  text-decoration:none;
  font-size:12px;
}

a:hover {
  color:white;
  text-decoration:none;
}

body {
  padding-top:520px;
  max-width:900px;
  margin:auto;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
  background:url(http://hitech-world.info/news/wp-admin/images/header.png) no-repeat top center scroll,url(http://hitech-world.info/news/wp-admin/images/bg.jpg)no-repeat bottom center fixed;
  background-color:white;
}

.profile_section_content {
  color:#000;
  padding:5px;
  margin:5px;
  -webkit-border-radius:15px;
  -moz-border-radius:15px;
  border-radius:15px;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  background-color:transparent;
}

.profile_section_background {
  filter:alpha(opacity=50);
  opacity:.6;
}

img {
  padding:5px;
}

.img_radius_shadow {
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  border-radius:10px;
  -webkit-box-shadow:1px 1px 1px 1px #777777;
  -moz-box-shadow:1px 1px 1px 1px #777777;
  box-shadow:1px 1px 1px 1px #777777;
}

.profile_section_content .heading {
  padding:5px;
  background-color:transparent;
  color:darkred;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border-radius:0;
  -webkit-box-shadow:0 0 0 #777777;
  -moz-box-shadow:0 0 0 #777777;
  box-shadow:0 0 0 #777777;
  -webkit-text-shadow:0 0 0 #777777;
  -moz-text-shadow:0 0 0 #777777;
  text-shadow:1px 1px 1px #777777;
}

.content {
  padding:5px;
}

.profile_section {
  padding-top:4px;
  padding-bottom:2px;
  padding-left:20px;
  max-width:600px;
}

.profile_subsection {
}