@charset "utf-8";
@import url("../webfonts/DJGROSS/stylesheet.css");

h1   {
    color: #FFFFFF;
    font-family: "微軟正黑體", "新細明體";
    font-size: 23px;
    line-height: 40px;
    background-image: url(images/h1banner.png);
    background-repeat: no-repeat;
    padding-left: 50px;
}
h2  {
    padding-left: 5px;
    color: #4B2832;
    line-height: 100%;
    border-left: 5px solid #D76182;
}
p {
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 15px;
    font-family: "微軟正黑體", "新細明體";
    line-height: 150%;
}
.poem {
    color: #4F2728;
    padding-left: 30px;
    font-family: "新細明體";
    font-style: italic;
    font-weight: bold;
    background-image: url(images/quotation.fw.png);
    background-repeat: no-repeat;
    text-shadow: 2px 2px 1px #CCCCCC;
}
.photoframe  {
    padding: 20px;
    width: 400px;
    text-align: right;
    border-radius: 5px;
    border: 1px solid #D9D9D9;
    -webkit-box-shadow: 2px 2px 2px 2px #CCCCCC;
    box-shadow: 2px 2px 2px 2px #CCCCCC;
}
.photoframe-txt {
    font-size: 24px;
    font-family: DJGROSS;
}
a:link {
    color: #2768FF;
    text-decoration: none;
}
a:visited {
    color: #5A5A5A;
    text-decoration: none;
}
a:hover {
    color: #E13336;
    text-decoration: none;
}
#writer {
    padding: 10px;
    height: 84px;
    margin-bottom: 20px;
    color: #666;
    background-color: #F5F5F5;
}
#writer img {
    margin-right: 10px;
    border-radius: 50%;
    border: 2px solid #FFFFFF;
    -webkit-box-shadow: 2px 2px 2px #000000;
    box-shadow: 2px 2px 2px #000000;

}
#writer p {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 43px;
}
#writer p strong {
    color: #FFFFFF;
    background-color: #666666;
}
