/*
Theme Name: Everlasting HanChul
Theme URI: http://www.mygiftedwings.com/hanchul
Description: Cinderella
Version: 1.0
Author: Wing Cheng
Author URI: http://www.mygiftedwings.com/
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup,sub{line-height:0px;vertical-align:text-top;}sub{vertical-align:text-bottom;}input, textarea, select{font-family:inherit;font-size:inherit;font-weight:inherit;}
  
body {
  background-image: url('./images/bg.jpg');
  background-color: #ffffff;
  background-repeat: repeat-x;
  font-family: "trebuchet ms";
  font-size: 10pt;
  color: #ff88ad;
  text-align: center;
  }
#container {
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }
h1 {
  font-size: 13pt;
  color: #ff9fbf;
  text-align: center;
  letter-spacing: 4px;
  }
h2 {
  font-size: 10pt;
  color: #ff88ad;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 1px dotted #ff9ab9;
  }
h2 a {
  font-size: 10pt;
  color: #ff88ad;
  font-weight: bold;
  }
em {
  background-color: white;
  padding: 10px;
  display: block;
  border: 1px dotted pink;
  }
strong {
  font-weight: bold;
  }
p {
  padding-bottom: 15px;
  }
a {
  text-decoration: none;
  color: #FF5C92;
  }
a:hover {
  text-decoration: blink;
  color: #FFBBD3;
  }
.linklove em {
  display: none;
  }



/* GALLERY --------------------------------------------------------------------*/

.photos img { 
  width: 95px;
  height: 75px;
  margin-right: 8px;
  margin-bottom: 8px;
  border: 1px solid #ff9ab9;
  filter:alpha(opacity=60);
  -moz-opacity:.60;
  opacity:.60;
  }
.photos img:hover { 
  border: 1px solid pink;
  filter:alpha(opacity=100);
  -moz-opacity:100;
  opacity:100;
  }


/* COMMENTS -------------------------------------------------------------------*/

.postmetadata {
  font-size: 8pt;
  text-align: right;
  }
#comments {
  margin-top: 10px;
  }
.commentlist li {
  background-color: white;
  padding-top: 10px;
  padding-right: 10px;
  padding-left: 10px;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px dotted #ff9ab9;
  }
textarea {
  width: 417px;
  height: 125px;
  border: 1px dotted #ff9ab9;
  }

  
  
/* MENU ----------------------------------------------------------------------*/

#menu {
  background-image: url('./images/menubg.jpg');
  background-color: #ffffff;
  height: 35px;
  padding-left: 35px;
  }
#menu li {
  float: left;
  }
.home a {
  background-image: url('./images/home.jpg');
  width: 83px;
  height: 35px;
  display: block;
  }
.home a:hover {
  background-image: url('./images/homehover.jpg');
  display: block;
  }
.profiles a {
  background-image: url('./images/profiles.jpg');
  width: 105px;
  height: 35px;
  display: block;
  }
.profiles a:hover {
  background-image: url('./images/profileshover.jpg');
  display: block;
  }
.facts a {
  background-image: url('./images/facts.jpg');
  width: 81px;
  height: 35px;
  display: block;
  }
.facts a:hover {
  background-image: url('./images/factshover.jpg');
  display: block;
  }
.gallery a {
  background-image: url('./images/gallery.jpg');
  width: 100px;
  height: 35px;
  display: block;
  }
.gallery a:hover {
  background-image: url('./images/galleryhover.jpg');
  display: block;
  }
.fans a {
  background-image: url('./images/fans.jpg');
  width: 76px;
  height: 35px;
  display: block;
  }
.fans a:hover {
  background-image: url('./images/fanshover.jpg');
  display: block;
  }
.site a {
  background-image: url('./images/site.jpg');
  width: 71px;
  height: 35px;
  display: block;
  }
.site a:hover {
  background-image: url('./images/sitehover.jpg');
  display: block;
  }
  
  
/* HEADER --------------------------------------------------------------------*/

#header {

  background-image: url('./images/examplebg.png');
  width: 600px;
  height: 307px;
  border-top: 5px solid white;
  }


/* MAIN ----------------------------------------------------------------------*/


#maintop {
  background-image: url('./images/maintop.jpg');
  width: 420px;
  height: 43px;




  padding-top: 25px;
  padding-left: 90px;
  padding-right: 90px;
  font-family: georgia;
  }
#content {


  background-image: url('./images/mainbg.jpg');
  padding-left: 90px;
  padding-right: 90px;
  clear: both;
  }
#footer {
  background-image: url('./images/mainbottom.jpg');
  height: 61px;
  padding-top: 35px;
  padding-left: 90px;
  padding-right: 90px;
  font-size: 7pt;
  color: #ff9ab9;
  text-align: center;
  clear: both;
  }
