@charset "UTF-8";

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

a:visited {
  color:#;
}

body {
  background-color:#ffffff;
  background-color:#FF69B4;
  color:#666666;
  font-family:'Verdana';
  font-weight:bold;
  font-style:normal;
  font-size:14px;
}

.profile_section_content {
  color:#666666;
  border:0 none #;
  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:#00BFFF;
  color:#FFFFFF;
  font-family:'MS Sans Serif';
  font-weight:normal;
  font-style:normal;
  font-size:17px;
  -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;
}

.link-amazon a {
  display:block;
  width:258px;
  height:140px;
  float:left;
  background:transparent url(http://3.bp.blogspot.com/-mVbhxIYSaUs/VNMST8bsEiI/AAAAAAAAHiA/ZdciqORIFhA/s1600/amazon_blue.png) no-repeat;
  position:relative;
  margin:215px 0 0 -185px;
  text-indent:-3000px;
}

.link-amazon a:hover {
  background-position:0 -140px;
}

#about_me {
  text-align:center;
  padding:20px;
  margin:auto;
}

#about_me_text {
  text-align:center;
  padding:20px;
  width:600px;
  margin:auto;
}

#videos {
  padding:20px;
  text-align:center;
}

#videos > div {
  background-color:white;
  border-radius:25px;
  width:660px;
  margin:auto;
  border:1px solid black;
  margin-top:20px;
  margin-bottom:20px;
}

#videos div > img {
  margin-top:10px;
  border-radius:25px;
}

#videos div div {
  width:320px;
  vertical-align:text-top;
  display:inline-block;
  padding-top:20px;
}

#videos div div img {
  width:280px;
  height:158px;
}

#skype table,#skype th,#skype td {
  text-align:center;
  border:1px solid black;
  margin:auto;
  font-size:36px;
}

#skype img {
  width:600px;
  padding:20px;
  margin:auto;
}

#skype div img {
  width:300px;
}