/*  
Theme Name: Original Premium News
Theme URI: http://www.woothemes.com/
Description: Original Premium News by WooThemes
Version: 1.2.0
Author: WooThemes
Author URI: http://www.woothemes.com/

.wp-caption-text
{

	margin-right: 4px;
}
*/

/*========= SETUP =========*/
* {
	border: 0;
	margin: 0;
	padding: 0;
}
#allpage {
	width: 960px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
body {
	color: #000;
	font-size: 13px;
	background: #f1f1f1 url(images/Page-BgGlare.png) repeat-x;
}
a {
	color: #f90;
	text-decoration: none;
}
a:link {
	color: #f90;
}
a:visited {
	color: #f90;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}
.navbox a:link {
	color: #333;
}
.navbox a:visited {
	color: #333;
}
.navbox a:hover {
	color: #FFF;
	background: #000;
}
input, select, textarea {
	border: none;
	font-size: 13px;
	padding: 2px;
}
select {
	padding: 0;
}
li {
	font-size: 12px;
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
}
.col2 ul, .col2 ol {
	font-size: 12px;
}
.col2 ul li {
	font-size: 12px;
}
.col2 ul li ul li {
	font-size: 12px;
}
.col2 ol li {
	font-size: 12px;
}
.col2 ol li ol li {
	font-size: 12px;
}
h4 {
	font-weight: bold;
	color: #333;
	font-size: 13px;
}
h5 {
	color: #333;
	font-size: 13px;
}
/*========= LAYOUT =========*/

#page {
	margin: 0 auto;
	width: 960px;
	background: #f7f7f7;
}
/*--- Main Columns ---*/
#columns {
	margin: 0px;
	background: #F7F7F7;
	padding: 0px 15px 0px 15px;
}
.col1 {
	float: left;
	width: 550px;
	padding: 0px;
	margin-top: 10px;
}

.col3 {
	float: left;
	width: 100%;
	padding: 0px;
	margin-top: 10px;
}
.colsingle {
	float: left;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
}
.colsingle #h2 {
	background-color: #003399;
}
.col1 #h2 {
	background-color: #003399;
}
.col2 {
	float: right;
	width: 350px;
}
/*--- Sub Columns ---*/
.subcol {
	width: 160px;
}
.subcol h2 {
	color: #f90;
	font-size: 14px;
	padding: 0 0 10px;
}
.subtop h2 {
	color: #f90;
	font-size: 14px;
	padding: 0 0 10px;
}
/*========= HEADER =========*/

/*- Page Navigation -*/
#nav {
	height: 25px;
	padding: 4px 0 0;
	background-color: #000;
}
#nav-left {
	float:left;
	display:inline;
	width:940px;
}
#nav-right {
	float:right;
	display:inline;
	width:0px;
}
#nav ul {
	position: relative;
	height: 25px;
	overflow: hidden;
	padding-left:8px;
}
#nav ul li {
	float: left;
	list-style: none;
	font-weight:bold;
	font-size:14px;
}
#nav ul li.back {
	background-color: #f7f7f7;
	width: 9px;
	height: 25px;
	z-index: 8;
	position: absolute;
}
#nav ul li a {
	text-decoration: none;
	color: #f90;
	outline: none;
	text-align: center;
	top: 6px;
	text-transform: uppercase;
	letter-spacing: 0;
	z-index: 10;
	display: block;
	float: left;
	height: 26px;
	position: relative;
	overflow: hidden;
	margin: auto 10px !important;
	margin: auto 5px;
}
#nav ul #nav ul li a:active, #nav ul li a:visited {
	border: none;
}
#nav ul li a:hover {
	border: none;
	color: #000;
}
/*- Category Navigation -*/
.nav2, .nav2 * {
	margin:0;
	padding:0;
}
.nav2 {
	background: #f7f7f7;
	height: 25px;
	border-bottom:3px solid #B3B3B3;
	font-weight:bold;
	font-size:14px;
	position:relative;
}
.nav2 ul {
	background:#f7f7f7; /*IE6 needs this*/
	float: left;
	position:relative;
}
.nav2 li {
	line-height: 25px;
	float: left;
	list-style:none;
	z-index:999;
}
.nav2 li.current ul {
	z-index: 999;
}
.nav2 li.sfHover ul, ul.nav2 li:hover ul {
	z-index: 1000;
	background: #B3B3B3;
	color: #fff;
	text-decoration: none;
}
.nav2 li li {
}
.nav2 a {
	color: #000000;
	display: block;
	padding: 0 13px;
}
.nav2 li ul {
	left:0;
	top:-999em;
	position:absolute;
	width:960px;
}
.nav2 li:hover, .nav2 li.sfHover, .nav2 li.current, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	color: #f90;
	text-decoration: none;
	background: #B3B3B3;
}
.nav2 li.sfHover a, .nav2 li.current a, .nav2 a:focus, .nav2 a:hover, .nav2 a:active {
	border-bottom: none;
}
.nav2 li li.current a {
	font-weight: bold;
}
.nav2 li li:hover, .nav2 li li a:focus, .nav2 li li a:hover, .nav2 li li a:active {
}
.nav2 li:hover ul, /* pure CSS hover is removed below */ body .nav2 li.current ul, /* this must be more specific than the .superfish override below */ ul.nav2 li.sfHover ul {
	top:25px;
}
.nav2 li:hover li ul, .nav2 li.sfHover li ul {
	top:-999em;
}
.nav2 li li:hover ul, /* pure CSS hover is removed below */ ul.nav2 li li.sfHover ul {
	top:2.5em;
}
/*following rule negates pure CSS hovers
so submenu remains hidden and JS controls
when and how it appears*/
.superfish li:hover ul, .superfish li li:hover ul {
	top: -999em;
}
/*- Search -*/
#search {
	background: #333333;
	border: 1px solid #b3b3b3;
	float: right;
	height: 23px;
	margin: 0 15px 0 0;
	padding: 0 10px 0 0;
	width:325px;
}
* html #search {
	margin-right: 8px;
}
#search input {
	background: transparent;
	border: 0;
	color: #b3b3b3;
	float: left;
	font-size: 13px;
	margin: 2px 0 0;
	padding: 2px 2px 2px 10px;
	width:288px;
}
#search .btn {
	margin: 3px 0 0 5px;
	padding: 0;
	width: auto;
}
/*- Header -*/

#header {
	height: 120px;
	padding: 0px;
	background: #000;
}
/*- Logo -*/
#header h1 {
	float: left;
	display:inline;
}
#header h1 a {
	display: block;
	height: 93px;
	width: 389px;
}
/*- RSS -*/
#rss {
	float: right;
	font-size: 13px;
	padding: 16px 15px 0 0;
	text-align: right;
	width: 285px;
}
#rss a {
	color: #b3b3b3;
}
#rss ul {
	float: left;
	margin: 13px 0 0;
	width: 220px;
}
#rss li {
	margin: 0 0 3px;
	padding: 0 0 5px;
}
#rss img {
	float: right;
}
/*========= FEATURED POSTS (FRONT-PAGE) =========*/

.featured {
	background: #ddd url(images/fbg.gif);
	height: 205px;
	overflow: hidden;
	padding-right:10px;
	width: 545px;
	margin: 0 0 3px;
	padding-left: 10px;
}
.rmore {
}
.featured h6 {
	height: 1px;
	width: 1px;
}
.featured h2 {
	font-size: 11px;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 8px;
	padding-left: 0;
}
.featured h3 {
	font-size: 16px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
}
.featured h3 a {
	color:#f90;
	text-decoration: none;
}
.featured h3 a:hover {
	color:#030;
	text-decoration: none;
}
.featured p {
	margin-bottom:8px;
}
.featured-img {
	margin: 1px 11px 0 0;
	width:350px;
	height:200px;
	float:left;
	display:inline;
}
#ribbon {
	width:138px;
	height:138px;
	float:right;
}
#featured-th {
	background: #FFF url(images/fbgt.gif);
	height: 70px;
	margin: 0px 0px 5px;
	width: 555px;
	padding-left: 8px;
}
#featured-th img {
	margin: 1px;
	border:none;
}
#featured-th .idTabs {
	list-style:none;
}
#featured-th .idTabs li {
	float:left;
	display:inline;
	margin-right:2px;
}
#featured-th .idTabs li.last {
	margin-right:0px !important;
}
/*========= FEATURED VIDEOS (FRONT-PAGE) =========*/

#video-frame {
	background: #ddd url(images/vbg.gif);
	float:left;
	width:565px;
	height:auto;
	margin-bottom:0px;
}
#video-frame p {
	color: #333;
}
.video-left {
	height:290px;
	overflow:hidden;
	width:350px;
	display:inline;
}
.video-left p {
	padding:1px 0px 5px 10px !important;
	margin:0px !important;
}
.video-left h2 {
	display:none;
}
.video-right {
	float:right;
	width:195px;
	display:inline;
	padding-top:7px;
	margin-right: 7px;
}
.video-right h2 {
	color: #f90;
	font-size:16px;
	line-height:12px;
	font-weight:bold;
	padding: 10px 0px 0px 10px !important;
	margin:0 !important;
}
.video-right p {
	color: #000;
	font-size:12px;
	line-height:12px;
	font-weight:bold;
	padding: 0 0 7px 10px !important;
	margin:0 !important;
}
.video-right .idTabs {
	border-top:1px solid #bbb;
	list-style:none;
	margin:5px 0px 0px 0px;
	padding:0px;
}
.video-right .idTabs li {
	margin:0px;
	border-bottom:1px solid #bbb;
	line-height:15px;
}
.video-right .idTabs li a {
	color: #000;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding: 5px;
}
.video-right .idTabs li a:hover {
 background:# !important;
	border-right:7px solid #BBB;
}
.video-right .selected {
	color:#FFF;
	font-size:14px;
 background:# !important;
}
/*========= BLOG POST STYLING =========*/

/*=== Small Box Post ===*/
.post {
	margin: 0;
}
.post h2 {
	font-size: 1em;
	padding: 0 0 5px;
}
.post h3 {
	font-size: 1.3em;
}
.post h3 a {
	color: #000;
}
.post p {
	padding: 0 0 15px;
}
.post p.posted {
	color: #c0c0c0;
}
/*- Box -*/
.box {
	clear: both;
	height: 1%;
	margin: 0px;
	background: url(images/bbg_m.gif);
	width: 550px;
	padding: 0px 0px 0px 15px;
}
.box .post {
	width: 260px;
}
.box .post h2 {
	font-size: .85em;
}
.box .post h3 {
	font-size: 1em;
}
.box .post p.posted {
	font-size: .85em;
}
/*=== taditional Blog 文章列表的格式 ===*/
.post-alt-out {
}
.post-alt-F {
}
.post-alt {
	margin: 0 0 15px 0;
	padding-bottom:15px;
	background: url(images/hl-dot.gif) repeat-x bottom;
}
.post-alt h2 {
	font-size: 9pt;
	padding: 0 0 5px;
}
.post-alt h3 {
	font-size: 1.4em;
}
.post-alt h3 a {
	color: #000000;
}
.post-alt p {
	padding: 0 0 15px;
}
.post-alt p.posted {
	color: #c0c0c0;
}
/*=== Buttons ===*/
.continue {
	background: url(images/ico-arrow.gif) no-repeat left;
	padding: 0 0 0 13px;
	font-weight:bold;
}
.comments {
	padding-bottom:0px !important;
	margin-top: -13px;
	margin-right: 10px;
}
.comments a {
	background: url(images/ico-comm.gif) no-repeat left;
	color: #f90;
	padding: 0 0 0 20px;
	font-weight:bold;
}
.comments a:hover {
	color: #666;
}
a.more {
	background: url(images/ico-arrow2.gif) no-repeat right;
	color: #c0c0c0;
	font-size: 12px;
	font-weight: bold;
	padding: 0 20px 0 0;
}
/*=== Traditional Blog Post ===*/
.navigation {
}
.navigation a {
	color: #c0c0c0;
	font-size: 13px;
	font-weight: bold;
}
.alignleft {
	display:inline;
	float:left;
	margin: 10px 10px 10px 0px;
}
.alignright {
	display:inline;
	float:right;
	margin: 10px 0px 10px 10px;
}
/*========= ARCHIVE SPECIFIC =========*/

#archivebox {
	-moz-border-radius-bottomleft:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-topright:4px;
	background:#F7F7F7 none repeat scroll 0 0;
	border:1px solid #E6E6E6;
	font-size:85%;
	font-weight:bold;
	height:auto;
	margin:0 0 10px;
	padding:2px 0 5px 10px;
	vertical-align:middle;
}
#archivebox h2 {
	color: #666;
}
#archivebox h2 em {
	color:#fff !important;
	font-style:normal;
}
.archivefeed {
	float: right;
	font-size: 12px;
	margin: -15px 100px 0px 0px;
}
.archivefeed a {
	padding-left:20px;
	color:#CCCCCC;
	font-weight:bold;
	background-image: url(images/ico-arcfeed.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.archivefeed a:hover {
	color:#f90;
	text-decoration: underline;
}
.arclist {
	border-top: 3px solid #c0c0c0;
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 10px 0 10px;
	width: 260px;
}
.arclist h2 {
	color: #000;
	font-size: 10px;
	padding: 0 0 10px 0 !important;
}
.arclist ul li {
	padding:0 0 7px 10px;
	color:#c0c0c0;
	font-size:14px;
	font-weight:bold;
}
/*========= SINGLE POST SPECIFIC =========*/

.singletags {
	margin-top:15px;
	font-weight:bold;
	color:#C0C0C0;
}
.entry p {
	font-size:13px;
	line-height:20px;
}
.entry blockquote {
	padding: 3px 15px 3px 40px;
	margin: 5px auto 15px;
	color:#333;
	background: url(http://piano.org.tw/wp/images/title_img.png) no-repeat;
	width: 80%;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
}
.entry blockquote p {
	padding: 5px 0px;
	margin: 5px 0px;
	line-height: 20px;
}
.entry img {
	padding: 2px;
	background:#DDD;
	border: solid 1px #C0C0C0;
}
.wp-caption p.wp-caption-text {
	font-size: 13px;
	line-height: 18px;
	color: #333333;
	background:#DDD;
	border: solid 1px #C0C0C0;
	padding: 0px 8px 5px;
	margin-right: 4px;
}
.entry .img_o {
	padding: 0px 0px 0px 0px;
	background:none;
	border: solid 0px;
}
.entry ul, .entry ol {
	margin-bottom:15px;
	line-height:20px;
	font-size: 13px;
	color: #333;
}
.entry ul li ul, .entry ol li ol {
	margin-bottom:0px;
	margin-left:15px;
	padding-top:3px;
	font-size: 13px;
}
.entry ul li {
	list-style:circle inside !important;
	margin-left:15px;
	font-size: 13px;
	padding:3px 0px;
}
.entry ul li ul li {
	list-style:disc inside !important;
	font-size: 13px;
}
.entry ol li {
	list-style:decimal inside !important;
	padding:3px 0px;
	font-size: 13px;
}
.entry ol li ol li {
	list-style:decimal-leading-zero inside !important;
	font-size: 13px;
}
/*========= COMMENTS =========*/

h2.commh2 {
	font-size: 14px;
	padding: 0 0 5px;
	font-weight:bold !important;
	color: #000;
	height: 30px;
}
ol.commentlist {
	margin: 10px 0 20px;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist p {
	margin-bottom:10px;
	font-size: 12px;
	line-height: 20px;
}
ol.commentlist a {
	font-size: 12px;
}
ol.commentlist .comment-reply-link {
	font-size: 12px;
	font-weight: bold;
	float: right;
	margin-top: -20px;
}
ol.commentlist cite {
	font-style: normal;
	font-weight: bold;
}
ol.commentlist li {
	background:#fff;
	padding: 20px 10px 10px 10px;
	border:1px solid #C0C0C0;
	margin: 5px;
}
ol.commentlist li.alt {
	padding: 10px 10px 0 !important;
	background:#DDD;
	border:1px solid #C0C0C0;
	margin: 5px;
}
/*========= SIDEBAR =========*/

/*- Sidebar Tabs - Popular, Comments, Featured, Tag Cloud -*/
.sideTabs {
	border-bottom:1px solid #C0C0C0;
	height:31px;
	width:350px;
	float:left;
	display:block;
}
.sideTabs .idTabs {
	font-size: 10pt;
	height: 30px;
	letter-spacing: -1px;
}
.sideTabs .idTabs li {
	float: left;
	font-size: 10pt;
	line-height: 30px;
}
.sideTabs .idTabs li a {
	font-size: 10pt;
	background: #CCC;
	border-bottom: 0 solid #CCC;
	color: #999;
	display: block;
	margin: 0 2px 0 0;
	padding: 0 10px;
	font-weight:bold;
	border-top: 8px solid #f7f7f7;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}
.sideTabs .idTabs li a:hover, .sideTabs .idTabs .selected {
	background: #FFF;
	border-bottom:1px solid #FFF;
	color: #373737;
	text-decoration: none;
	border-top: 3px solid #F90;
	border-right: 1px solid #F90;
	border-left: 1px solid #F90;
}
.navbox {
	background: #FFF;
	border-top: 0 solid #F90;
	margin: -2px 0 25px;
	padding: 10px 10px 0;
	position: relative;
	border-right: 1px solid #F90;
	border-bottom: 1px solid #F90;
	border-left: 1px solid #F90;
}
.list1, list3, list4 {
	padding-bottom:12px;
}
.list1 li, .list3 li, .list4 li {
	background: url(images/ico-star.gif) no-repeat left center;
	padding: 6px 0 6px 25px;
	border-bottom:1px dashed #C0C0C0;
}
.list1 li a, .list3 li a, .list4 li a {
	color: #333333;
	font-size: 13px;
}
.list3 li {
	background: url(images/ico-mostcomm.gif) no-repeat left center !important;
}
.list4 li {
	background: url(images/ico-feat.gif) no-repeat left center !important;
}
/*- Ads -*/
.ads {
	border: 1px solid #eeeeee;
	height: 125px;
	padding: 10px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.ads img {
	float: left;
	margin: 0 14px 0 0;
}
.ads img.last {
	margin: 0 !important;
}
/*- Flickr -*/
.flickr {
	background: #fafafa;
	border: 1px solid #c0c0c0;
	margin: 0 0 25px;
	padding: 10px 0px;
}
.flickr .flickr_badge_image img {
	float:left;
	display:inline;
	padding-left:10px;
	padding-bottom:5px;
}
.flickr h2 {
	color: #f90;
	font-size: 14px;
	height: 21px;
	margin: 0 0 10px 0px;
	padding-left:10px;
}
.flickr h2 span {
	float: left;
}
.flickr h2 img {
	float: right;
	margin: 0 2px;
}
.flickr h2 em {
	color: #848382;
	float: right;
	font-style: normal;
}
.flickr-ar {
	margin:10px 10px 0px 0px !important;
	padding:0px !important;
	text-align:right;
}
/*=== DropDown Lists ===*/
.catlist {
	border-bottom: 3px solid #c0c0c0;
	margin: 0 0 15px;
	padding: 0 0 10px;
	width: 160px;
}
.catlist h2 {
	color: #f90;
	font-size: 13px;
	padding: 0 20px 0 0 !important;
	background:url(images/ico-catlist.gif) center right no-repeat;
}
.list-alt {
	padding-top:10px;
}
.list-alt li {
	margin: 0 0 7px;
}
.list-alt li a {
	color: #333333;
	font-size: 13px;
}
/*=== Styling Widget Lists ===*/
.box .widget h2 {
	font-size: 16px;
	text-transform:uppercase;
	padding: 10px 0px;
	line-height: 16px;
	color: #F90;
}
.box .widget {
	text-transform:uppercase;
	padding: 10px 0px;
}
.widget h2 {
	font-size: 13px;
	text-transform:uppercase;
}
.widget ul {
	background: url(images/hl-dot.gif) repeat-x bottom;
	margin: 0 0 15px;
	padding: 10px 0 7px;
}
.widget ul li {
	margin: 0 0 7px;
}
.widget ul li a {
	color: #333333;
	font-size: 13px;
}
/*========= FOOTER =========*/

#footer {
	clear: both;
	color: #b3b3b3;
	height: 75px;
	line-height: 20px;
	padding: 0 15px;
	background: #f1f1f1;
}
#footer a {
	color: #b3b3b3;
}
#footer img {
	vertical-align:text-bottom;
}
#addcomment {
	background-color: #FFF4FA;
	border: 1px dashed #999999;
	width: 450px;
	float: right;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	padding-right: 0px;
}
/*========= MISC =========*/

.fix {
	clear: both;
	height: 1px;
	margin: 0 0 -1px;
	overflow: hidden;
}
.fix_10 {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
.hl {
	background: url(images/hl-dot.gif) repeat-x bottom;
	width: 95%;
}
.hl-full {
	background: url(images/hl-dot-full.gif) repeat-x bottom;
	float:left;
	clear:both;
	height:2px;
	width:540px;
	margin:0px 0 20px !important;
	margin:0px 0 15px;
	padding:0 !important;
}
.hl2 {
	border-bottom: 3px solid #c0c0c0;
}
.hl3 {
	border-top: 3px solid #c0c0c0;
	padding: 10px 0 0;
}
.blog {
	width:100% !important;
	float:left;
}
.between {
	height:2px;
	margin-bottom:15px;
}
.fl {
	float: left;
}
.fr {
	float: right;
	margin-right: 15px !important;
	margin-right: 8px;
}
.ac {
	text-align: center;
}
.ar {
	text-align: right;
	margin-right: 15px !important;
	margin-right: 8px;
}
.th {
	border: 1px solid #c0c0c0;
	float: left;
	margin: 0 10px 0 0;
	padding: 3px;
}
.gravatar {
	float:left;
	border: 1px solid #000;
	margin-right: 10px;
}
.pagebar {
	margin-right: 1px;
	text-decoration: none;
	padding: 2px 5px;
	font-size: 13px;
}
.pagebar a, .pageList .this-page {
	text-decoration: none;
	padding: 2px 5px;
	font-size: 13px;
}
.pagebar a:visited {
	text-decoration: none;
	padding: 2px 5px;
	font-size: 13px;
}
.pagebar .break {
	padding: 2px 6px 2px 6px;
	border: none;
	background: #fff;
	text-decoration: none;
}
.pagebar .this-page {
	padding: 2px 5px;
	font-weight: bold;
	color: #fff;
	background-color: #000;
}
.pagebar a:hover {
	color: #FFF;
	background: #000;
}
.pagebar .inactive {
	color: #666;
	text-decoration: none;
	padding: 0.2em 0.5em;
}
.ymp-getthisplayer {
	display:none;
}
#ymp-player-overlay .ymp-minimize-class {
	left:528px;
}
div #ymp-player-overlay div.ymp-player-class-maximized div.ymp-upsellcont-class {
	background-position:-352px 0;
	width:8px;
}
div#ymp-player-overlay div.ymp-player-body-class {
	width:535px;
}
div #ymp-relevence {
	visibility: hidden;
	background: #F00;
}
.sp_left {
	float:left;
}
.sp_right {
	float:right;
}
.post-date-new {
	float: right;
	display: inline;
	margin: 0 10px 0 0;
	background: url(images/date_button_template.gif) no-repeat;
	height: 46px;
	width: 49px;
	text-align: center;
}
.month {
	height: 20px;
	color: #FFF;
	padding-top: 4px;
	font-size: 11px;
}
.day {
	color: #333;
	padding-top: 2px;
	font-size: 14px;
	font-weight: bold;
}
/*- login -*/
#alw_loginForm {
	height: 44px;
	background: url(images/in.gif);
	padding: 0px;
}
#alw_loginForm .input_text {
	color: #333;
	height: 16px;
	margin: 2px 0px 2px 40px;
	border: 1px solid #999;
	padding: 0px 3px;
	width: 95px;
}
#alw_loginForm .btn {
	width: 49px;
	margin: 0px;
	padding: 0px;
	height: 44px;
	float: right;
	border-style: none;
}
#alw_loginForm label {
	margin: 0px;
	border-style: none;
	padding-bottom: 5px;
}

.name_bar{
	background:url(http://piano.org.tw/wp/images/name_bar.jpg) no-repeat;
	height:25px;
	padding:3px 0 2px;
}