@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}

body, html{
	font-family: "新細明體", "標楷體";
    font-size: 13px;
    background: url(image/bg.jpg) fixed center;
	height: 100%;
}
#wrapper {
    width: 928px;
	margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 100px;
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(image/wrapper_bg_center.png) 19px;
}

#bg_decoration{
    background: url(image/bg_decoration.png);
    width: 169px;
    height: 123px;
    position: absolute;
    margin-top: -42px;
    margin-left: -24px;
}

#header {
    width: 800px;
	height: 267px;
	display: block;
    background: url(image/header_bg.png) no-repeat;
    margin: 0 auto;
}
#header div#h1_bg {
    width: 100%;
    height: 100px;
    background: url(image/black30.png);
}
#header h1 {
    width: 187px;
    height: 58px;
    background: url(image/logo.png);
    float: right;
    display: block;
    font-size: 0px;
    margin-top: 20px;
    margin-right: 50px;
}
#header h1 span{
    font-size: 0px;
    visibility: hidden;
}

#global_nav {
	width: 800px;
	height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: -40px;
	line-height: 40px;
	font-size: 14px;
	font-family: "微軟正黑體";
	font-weight: bolder;
	background-color: #333;
}

#content {
    width: 720px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
	margin-bottom: 30px;
    margin-top: 30px;
	padding-left: 10px;
    padding-right: 10px;
    /*CSS3*/
    /*-moz-border-radius: 5px;*/
}

#content p {
	text-indent: 2em;
	margin: 10px;
    letter-spacing: 2px; 
    line-height: 20px;
}
#content p.dataSource{
    text-indent: 0;
    letter-spacing: 0;
    margin: 10px 0 10px 0;
}

#content h2{
    font-size: 13px;
}

.album_preview {
	display: inline;
	float: right;
    width: 120px;
	height: 90px;
	background: url(image/cycle_loading.png);
	margin: 5px;
	z-index: 0;
    /*border: 4px solid #fff;*/
    
    /*CSS3*/
    -moz-border-radius: 4px;
    -moz-box-shadow: 0px 0px 4px #000;
}
.album_preview img {
    width: 120px;
	height: 90px;
}
.album_preview:hover{
	/*border: 4px solid #CCC;*/
}

#title {
    font-family: "微軟正黑體";
	width: 300px;
    left: 10px;
    margin-top: 20px;
    margin-bottom: 70px;
    
    /*CSS3*/
    text-shadow: 1px 1px 2px #7b7b7b;
}
