/*=================================================================
	fixing of common un-desire on browser
=================================================================*/
img {
	border: 0px;
}
a:link, a:visited {
	text-decoration: none;
}

/*=================================================================
	body and bodywrapper
=================================================================*/
body {
	margin: 0px;
	padding: 0px;
	background-image: url('../images/bg.png');
	background-attachment: scroll;
}

.bodywrapper {
	width: 750px;

	background: #FFFFFF;

	margin-left: auto;
	margin-right: auto;

	padding: 0px;
	border-left: solid 1px #66CC00;
	border-right: solid 1px #66CC00;
	border-bottom: solid 1px #66CC00;
}
.wad {
	height: 700px;
}
/*=================================================================
	header
=================================================================*/
.header {
	width: 100%;
	height: 150px;
	
	background: #FFFFFF;
	/*background-image: url('./images/moomin1b_small.jpg');*/
	
	font: 1em 細明體;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	text-align: right;
}
/*=================================================================
	navigation
=================================================================*/
.navigation {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px 10px 0px;

	font: 0.8em 細明體;
	color: #FFFFFF;

	border-bottom: dashed 1px #999999;
}
.navigation ul {
	list-style: none;

	margin: 0px;
	margin-left: 20px;
	padding: 0px;
}
.navigation li {
	display: inline;

	margin: 0px;
	padding: 0px;
}
.navigation a:link, .navigation a:visited { 
	margin: 0px 1px 0px 1px;
	padding: 3px 7px 2px 7px; 
	color: #990000;
	background-color: #FFFFCC;
	text-decoration: none;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #717171;
	border-right: 1px solid #717171;
}
.navigation a:hover {
	background-color: #FFFF66;
	border-top: 1px solid #717171;
	border-left: 1px solid #717171;
	border-bottom: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
}

/*=================================================================
	content1
=================================================================*/
.content1 {
	width: 95%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 0px;

	padding: 0px;

	color: #121212;
	text-align: left;
	font: 12px 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;
	letter-spacing: 0.3em;
}
.content1.newsCaption {
	font-size: 24px;
	font-weight: bold;
	color: #FF6600;
}
.content1.newsHead {
	font-style: normal;
	font-size: 14px;
	font-weight: bold;
	
	color: #333333;
	letter-spacing: 0.3em;
}
.content1.newsDate {
}
.content1 hr {
	height: 1px;
	border: 0px;
	border-top: solid 1px #CCCCCC;
}
/*=================================================================
	content-left
=================================================================*/
.content-left {
	width: 430px;

	float: left;
	margin-left: 15px;
	margin-top: 15px;
}
.newshead {
	padding-top: 20px;
	padding-left: 20px;

	font: 2em 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;
	letter-spacing: 0.3em;
	font-weight: 900;
}
.composer {
	padding-top: 15px;
	padding-left: 20px;

	font: 12px 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;
}
.content-left p {
	padding: 0px 10px 10px 15px;
	font: 12px 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;
	letter-spacing: 6px;
}
.content-left hr {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;

	width: 90%;
	height: 0px;
	border: 0px;
}
/* content-left, color theme1
-----------------------------------------------------------------*/
.content-left#theme1 {
	background: #FFFFCC;
	border-top: solid 1px #FFCC66;
	border-left: solid 1px #FFCC66;
	border-right: solid 1px #CC3300;
	border-bottom: solid 1px #CC3300;
}
.newshead#theme11 {
	color: #FF6600;
}
.composer#theme12 {
	color: #003366;
}
.content-left#theme1 p {
	color: #121212;
}
.content-left#theme1 hr {
	border-top: 1px solid #003366;
}
/*=================================================================
	content-right
=================================================================*/
.content-right {
	height: 500px;
	float: left;
	margin-left: 10px;

	/*
	border-left: solid 1px #CCCCCC;
	*/
}
.podcastListing ul {
	margin: 10px;
	padding: 0px;
	list-style: circle;	
}
.podcastListing li {
	margin-left: 20px;
}
.podcastListing ul a:link, .podcastListing ul a:visited {
	font: normal normal 100 8pt 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;
}
.content-right ul a:hover {
	border-bottom: 1px dashed #000000;
}
/*=================================================================
	contentGallery
=================================================================*/
.contentGallery {
	width: 90%;
	min-height: 300px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;

	text-align: center;
	font: 0.8em verdana, 'trebuchet MS', Verdana, Arial, "Courier New", Courier, 細明體;

	background: #F9F9F9;
}
.contentGallery a:link, .contentGallery a:visited, .contentGallery a:active {
	padding: 5px;
	margin: 5px;

	color: #CC3300;
	text-decoration: none;
}
.contentGallery a:active, .contentGallery a:hover { 
	color: #3366FF; 
}
.galleries {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.pictures {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 25px;
}
.pictures img {
	border-top: solid 1px #CCCCCC;
	border-right: solid 1px #000000;
	border-bottom: solid 1px #000000;
	border-left: solid 1px #CCCCCC;

	padding: 4px;
}
.pictures table {
	display: inline;
}
.pictures p {
	color: #CC6600;
}
/*=================================================================
	footer
=================================================================*/
.footer {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 35px;
	margin-bottom: 15px;

	padding: 0px;
	padding-top: 10px;

	color: #666666;
	font: 10px Verdana, Arial, "Courier New", Courier, 細明體;

	border-top: dashed 1px #999999;
}
.footer a {
	text-decoration: none;
	color: #666666;
}
.footer a:hover {
	color: white;
	background: #666666;
}

