@charset "UTF-8";

/*-----ccss---reset-------*/
/* v1.0 | 20080212 */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}

body {
  line-height:1;
}

ol,ul {
  list-style:none;
}

blockquote,q {
  quotes:none;
}

blockquote:before,blockquote:after,q:before,q:after {
  content:'';
  content:none;
}

/* remember to define focus styles! */
:focus {
  outline:0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration:none;
}

del {
  text-decoration:line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse:collapse;
  border-spacing:0;
}

/*---------------------------*/
/*---------fonts------------------*/
@font-face {
  font-family:'Ubuntu';
  font-style:italic;
  font-weight:400;
  src:local('Ubuntu Italic'),local(Ubuntu-Italic),url(http://themes.googleusercontent.com/static/fonts/ubuntu/v5/kbP_6ONYVgE-bLa9ZRbvvvesZW2xOQ-xsNqO47m55DA.woff) format("woff");
}

/*---------fonts------------------*/
a:link,a:active {
  color:#78A52F;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}

a:visited {
  color:#FF974F;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}

a:hover {
  color:#105B63;
  text-decoration:none;
  font-size:18px;
  font-weight:bold;
}

body {
  padding-top:535px;
  padding-bottom:200px;
  padding-left:240px;
  max-width:1300px;
  background-color:#ffffff;
  background-color:#f5f3f5;
  color:#666666;
  font-family:'Ubuntu';
  font-style:italic;
  font-weight:400;
  letter-spacing:2px;
  font-size:16px;
}

.clock {
  font-size:20px;
}

#fixed_background {
  display:block;
  background-position:no repeat top center scroll;
  background-image:url(https://img.mfcimg.com/photos2/170/17037383/787-476-177-750-6751871.jpg);
  left:250px;
  top:10px;
  width:1280px;
  height:650px;
}

body[syle] {
  margin:auto!important;
}

.profile_section_content {
  color:#89725F;
  border:1px groove #f0e2e2;
  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:#eae1ca;
  filter:alpha(opacity=10);
  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 {
  color:#96587C;
  font-family:'Ubuntu';
  font-style:regular;
  font-weight:600;
  letter-spacing:2px;
  font-size:20px;
  padding:5px;
  background-color:transparent;
  background-color:#f5f3f5;
  -webkit-border-radius:3px;
  -moz-border-radius:3px;
  border-radius:3px;
  -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;
}

.td {
  font-style:regular;
  font-weight:600;
  font-size:2px;
  letter-spacing:2px;
}