@charset "UTF-8";

a:link,a:active,a:hover {
  color:#;
}

a:visited {
  color:#;
}

body {
  background-image:url(https://img.mfcimg.com/photos2/198/19833573/641-717-573-747-9012063.jpg);
  background-repeat:no-repeat;
  background-position:right top;
  background-attachment:fixed;
  color:#666666;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:12px;
}

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

.profile_section_background {
  background-color:transparent;
  background-color:#FFFFFF;
  filter:alpha(opacity=100);
  opacity:1;
}

.img_radius_shadow {
  -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;
}

.profile_section_content .heading {
  padding:5px;
  background-color:#300000;
  color:#FFFFFF;
  font-family:'Verdana';
  font-weight:normal;
  font-style:normal;
  font-size:14px;
  -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:0 0 0 #777777;
}

.content {
  padding:5px;
}

#header_bar {
  display:none;
}

#footer_bar {
  display:none;
}

#profile_main_photo {
  display:none;
}

#profile_header {
  padding:285px;
}

#avatar_holder {
  display:none;
}

#profile_header_container {
  display:none;
}

.profile_section_background {
  display:none;
}

.heading {
  background-color:#300000;
  border-radius:0;
  box-shadow:0 0 0 #777777;
  color:#ffffff;
  font-family:"Verdana";
  font-size:14px;
  font-style:normal;
  font-weight:normal;
  margin:0 -10px;
  padding:5px;
  text-shadow:0 0 0 #777777;
}

#profile {
  background:#fff url(https://img.mfcimg.com/photos2/198/19833573/307-377-152-602-9011437.jpg) no-repeat scroll center top / 950px 600px;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  box-shadow:0 0 10px 1px rgba(0,0,0,0.3);
  font-size:.875em;
  line-height:1.25;
  margin:3% auto -10px;
  width:50%;
}

.profile_section {
  border-spacing:0;
}

.cacat_offline {
  position:fixed;
  right:0;
  bottom:0;
}

.cacat_offline img {
  height:240px;
  width:310px;
}

#nav {
  margin:auto;
}

#menu-bar {
  background-color:rgb(64,0,0);
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  display:block;
  left:500px;
  margin:auto;
  position:fixed;
  top:0;
  width:864px;
  z-index:500;
}

#menu-bar li {
  margin:0 0 6px;
  padding:0 6px;
  float:left;
  position:relative;
  list-style:none;
}

#menu-bar a {
  font-weight:normal;
  font-family:arial;
  font-style:normal;
  font-size:12px;
  color:#E7E5E5;
  text-decoration:none;
  display:block;
  padding:6px 15px;
  margin:0;
  margin-bottom:6px;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  text-shadow:2px 2px 3px #000000;
}

#menu-bar li ul li a {
  margin:0;
}

#menu-bar .active a,#menu-bar li:hover > a {
  background:#D8D8D8;
  color:#0A0400;
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,.2);
  -moz-box-shadow:0 1px 1px rgba(0,0,0,.2);
  box-shadow:0 1px 1px rgba(0,0,0,.2);
  text-shadow:2px 2px 3px #545454;
}

#menu-bar ul li:hover a,#menu-bar li:hover li a {
  background:none;
  border:none;
  color:#666;
  -box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

#menu-bar ul a:hover {
  background:#0399D4!important;
  background:linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-ms-linear-gradient(top,#04ACEC,#0186BA)!important;
  background:-webkit-gradient(linear,left top,left bottom,from(#04ACEC),to(#0186BA))!important;
  background:-moz-linear-gradient(top,#04ACEC,#0186BA)!important;
  color:#FF6600!important;
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  text-shadow:2px 2px 3px #FFFFFF;
}

#menu-bar li:hover > ul {
  display:block;
}

#menu-bar ul {
  background:#DDDDDD;
  background:linear-gradient(top,#FF482B,#CFCFCF);
  background:-ms-linear-gradient(top,#FF482B,#CFCFCF);
  background:-webkit-gradient(linear,left top,left bottom,from(#FF482B),to(#CFCFCF));
  background:-moz-linear-gradient(top,#FF482B,#CFCFCF);
  display:none;
  margin:0;
  padding:0;
  width:185px;
  position:absolute;
  top:30px;
  left:0;
  border:solid 1px #B4B4B4;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -webkit-box-shadow:2px 2px 3px #222222;
  -moz-box-shadow:2px 2px 3px #222222;
  box-shadow:2px 2px 3px #222222;
}

#menu-bar ul li {
  float:none;
  margin:0;
  padding:0;
}

#menu-bar ul a {
  padding:10px 0 10px 15px;
  color:#424242!important;
  font-size:12px;
  font-style:normal;
  font-family:arial;
  font-weight:normal;
  text-shadow:2px 2px 3px #FFFFFF;
}

#menu-bar ul li:first-child > a {
  border-top-left-radius:10px;
  -webkit-border-top-left-radius:10px;
  -moz-border-radius-topleft:10px;
  border-top-right-radius:10px;
  -webkit-border-top-right-radius:10px;
  -moz-border-radius-topright:10px;
}

#menu-bar ul li:last-child > a {
  border-bottom-left-radius:10px;
  -webkit-border-bottom-left-radius:10px;
  -moz-border-radius-bottomleft:10px;
  border-bottom-right-radius:10px;
  -webkit-border-bottom-right-radius:10px;
  -moz-border-radius-bottomright:10px;
}

#menu-bar:after {
  clear:both;
  content:".";
  display:block;
  height:0;
  line-height:0;
  visibility:hidden;
}

#menu-bar {
  display:inline-block;
}

html[xmlns] #menu-bar {
  display:block;
}

* html #menu-bar {
  height:1%;
}