/* Base Theme ============================================================= */

/* Reset ------------------------------------------------------------------ */

:link,:visited {
    text-decoration: none;
}

*{
	font-family:sans-serif;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
    margin: 0;
    padding: 0;
	color:#333;
}
h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}
table {
    border-spacing: 0;
	border-collapse:collapse;
}
fieldset,img,abbr,acronym {
    border: 0;
} 


/* strict reset by uncommenting lines below */
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
    /* font-style: normal; */
    /* font-weight: normal; */
}

ol,ul,li{
    list-style: none;
}
caption,th {
    text-align: left;
}
q:before,q:after {
    content: '';
}
a {
    text-decoration: underline;
    outline: none;
}
hr {
    border: 0;
    height: 1px;
    background-color: #000;
    color: #000;
}
a img,:link img,:visited img {
    border: none;
}
address {
    font-style: normal;
    display: inline;
}

.pink{
	color:#FF0066;
	}

.red{
	color:#F00;
}

/* Utilities ----------------------------------------------------------------- */

.pkg:after, #content-inner:after {
    content: " ";
    display: block;
    visibility: hidden;
    clear: both;
    height: 0.1px;
    font-size: 0.1em;
    line-height: 0;
}
.pkg, #content-inner { display: block; }
/* no ie mac \*/
* html .pkg, * html #content-inner { height: 1%; }
.pkg, #content-inner { display: block; }
/* */

.inline { display: inline; }
.hidden { display: none; }

p{font-size:12.5px;line-height:18px;}

.fl{float:left; margin:0 10px 10px 0;}

.fr{float:right; margin:0 0 10px 10px;}

.clear{clear:both;}

a:link {color:#3382DB;}

a:visited {color: #60a7f9;}

a:hover {color: #ff8401;}

/* Layout ----------------------------------------------------------------- */

body {
    text-align: center;
    background: #fff;
}

#wrapper{
}

#h1Header{
	margin:3px 0 0 0;
}

#content{
}

#h2Blog{
	background:url(http://www.commonbeat.org/image/h2_blog.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}
#h2Contact{
	background:url(http://www.commonbeat.org/image/h2_contact.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}

#h2Schedule{
	background:url(http://www.commonbeat.org/image/h2_schedule.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}


#h2Column{
	background:url(http://www.commonbeat.org/image/h2_column.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}


#h2koji{
	background:url(http://www.commonbeat.org/image/h2_koji.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}


#h2musical{
	background:url(http://www.commonbeat.org/image/h2_musical.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}


#h2about{
	background:url(http://www.commonbeat.org/image/h2_about.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}

#h2Form{
	background:url(http://www.commonbeat.org/image/h2_form.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}

#h2News{
	background:url(http://www.commonbeat.org/image/h2_news.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}

#h2Event{
	background:url(http://www.commonbeat.org/image/h2_event.gif) no-repeat 0 0;
	text-indent:-9999px;
	height:30px;
	margin:2px 0 6px 0;
}



#container-inner {
    width: 800px;
    min-height: 100%;
    margin: 0 auto;
    text-align: left;
}

#header, #content, #alpha, #beta, #gamma, #footer {
    position: relative;
}

#alpha, #beta, #gamma {
    display: inline;
    float: left;
}

#header-inner, #content-inner, #footer-inner,
#alpha-inner, #beta-inner, #gamma-inner {
    position: static;
}

#header-inner, #footer-inner,
#gamma-inner {
    overflow: hidden;
    padding-right: 20px;
    padding-left: 20px;
}

/* Thin-Wide */

.layout-tw #alpha {
    left: 220px;
    width: 580px;
}

.layout-tw #beta {
    left: -580px;
    width: 200px;
}




/* Content ---------------------------------------------------------------- */

a:link, a:visited {
    text-decoration: underline;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, fieldset, ul, ol, dl {
    margin-bottom: .75em;
}

blockquote, ol, ul {
    margin-left: 30px;
    background-repeat: repeat-y;
}

ol { list-style: decimal outside; }
ul { list-style: disc outside; }
.item { list-style: none; }


/* Header */


h1{
	font-size:11px;
	border-bottom:#f7b400 3px solid;
}

#header{
	width:800px;
	text-align:left;
	margin:0 auto;
}

#headerNav{
	font-size:11px;
	float:right;
	text-align:right;
	margin:0 0 10px 0;
}

#headerNav ul{
}

#headerNav li{
	float:right;
	margin:0 0 5px 15px;
	padding:0 0 0 11px;
	list-style:none;
	background:url(../image/arrowGray.gif) no-repeat 0 2px ;
}

#headerNav a{
	color:#333;
	text-decoration:none;
}

#headerNav a:visited{
	color:#666;
}

#headerNav a:hover{
	color:#000;
	text-decoration:underline;
}

#searchNav{
	vertical-align:baseline;

}
input, select, textarea {
font-size: 100%;
}

#glovalNav{
	clear:both;
}

#glovalNav ul{
	height:33px;
	width:800px;
	background-color:#CCC;
	margin:0;
}

#glovalNav li{
	float:left;
	list-style:none;
}

#glovalNav a{
	background: url(../image/glovalNav.gif) no-repeat scroll 0 0;
	display:block;
	overflow:hidden;
	height:33px;
	width:200px;
	text-indent:-9999px;
}

#gnav01 a{
	background-position:0 0;
}

#gnav01 a:hover{
	background-position:0 -33px;
}

#gnav02 a{
	background-position:-200px 0;
}

#gnav02 a:hover{
	background-position:-200px -33px;
}

#gnav03 a{
	background-position:-400px  0;
}

#gnav03 a:hover{
	background-position:-400px -33px;
}

#gnav04 a{
	background-position:-600px  0;
}

#gnav04 a:hover{
	background-position:-600px -33px;
}

#footTrace{
	margin:3px 0 0 0;
	font-size:11px;
}

#footTrace a{
	text-decoration:none;
	color:#333;
}

#footTrace a:visited{
	color:#666;
}

#footTrace a:hover{
	color:#000;
	text-decoration:underline;
}
/*------------------------- Footer ----------------------------------*/

#footer{
	border-top:1px solid #ddd;
	text-align:center;
	height:180px;
	background:url(../image/footerBG.gif) ;
	margin:50px 0 0 0;
}

#footer-inner{
	margin:30px auto 50px;
}

#footerTitle{
	font-size:14px;
	font-weight:bold;
	margin:0 0 8px 0;
}

/* Assets */

.asset-body,
.asset-more,
.asset-more-link,
.asset-excerpt,
.comment-content,
.comment-footer,
.comments-open-content,
.comments-open-footer,
.comments-closed,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content {
    clear: both;
}


.asset-more-link{
	font-size:12px;
	background:url(../image/cursol_orange.gif) 0 2px no-repeat;
	padding:0 0 0 13px;
	float:right;
}

.asset,
.comments,
.trackbacks,
.archive {
    overflow: hidden;
    width: 100%;
}

.asset,
.asset-content,
.comments,
.trackbacks,
.archive {
    position: static;
    clear: both;
}

.asset,
.comments,
.comments-content,
.trackbacks,
.archive,
.search-form {
    margin-bottom: 1.5em;
}

.asset-content,
.asset-body,
.comments-header,
.comment-content,
.comment-footer,
.comments-open-header,
.comments-open-content,
#comments-open-footer,
.comments-closed,
#comment-form-external-auth,
#comment-greeting,
.comments-open-moderated,
#comment-form-name,
#comment-form-email,
#comment-form-url,
#comment-form-remember-me,
#comment-form-reply,
#comments-open-text,
.trackbacks-header,
.trackbacks-info,
.trackback-content,
.trackback-footer,
.archive-content,
.search-form-header,
.search-results-header {
    margin-bottom: .75em;
}

#comment-form-remember-me label,
#comment-form-reply label {
    display: inline;
}

.entry-categories,
.entry-tags {
    margin-bottom: .5em;
}

.asset-name {
    margin-bottom: .25em;
}


.asset-meta {
    font-size: 12px;
}

.asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

.content-nav {
    text-align: center;
	font-size:12.5px;
	margin:30px 0 20px 0;
}

.entry-tags h4,
.entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

.entry-tags ul,
.entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.entry-tags ul li,
.entry-categories ul li {
    display: inline;
}

.mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

.mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

.mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


.user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

.auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

.comments-open label {
    display: block;
}

#comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#comment-submit {
    font-weight: bold;
}

.comment,
.trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

.comment .asset-meta,
.trackback .asset-meta {
    border: 0;
}

.comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

.comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

.widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.widget-content {
    position: relative;
    margin: 5px 0 20px;
	font-size:12px;
}


.widget-content a{
	color:#333;
	text-decoration:none;
}

.archive-content{
}

.archive-content ul,
.widget-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.archive-content ul{
	margin:6px 0 6px 0;
}

.archive-content li{
	font-size:12.5px;
	margin:0 0 6px 12.5px;
	line-height:16px;
}

.widget-content ul ul {
    margin-left: 15px;
}

.widget-content li a{
    background:url(../image/sidebarLiBG.jpg) no-repeat 0 0;
	height:30px;
	margin:0 0 1px 0;
	padding:6px 5px 6px 15px;
	display:block;
}

.widget-content li a:hover{
    background:url(../image/sidebarLiBG.jpg) no-repeat -200px 0;
	color:#000;
	text-decoration:underline;
	margin:0 0 1px 0;
}

.widget-content li a:visited{
	color:#333;	
	text-decoration:none;
}


.widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

.widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.2;
    background: none;
}

.widget-tag-cloud .rank-1  { font-size: 1.75em; }
.widget-tag-cloud .rank-2  { font-size: 1.75em; }
.widget-tag-cloud .rank-3  { font-size: 1.625em; }
.widget-tag-cloud .rank-4  { font-size: 1.5em; }
.widget-tag-cloud .rank-5  { font-size: 1.375em; }
.widget-tag-cloud .rank-6  { font-size: 1.25em; }
.widget-tag-cloud .rank-7  { font-size: 1.125em; }
.widget-tag-cloud .rank-8  { font-size: 1em; }
.widget-tag-cloud .rank-9  { font-size: 0.95em; }
.widget-tag-cloud .rank-10 { font-size: 0.9em; }

#footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

.item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

.widget-search ul,
.widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

.widget-search li,
.widget-syndication li  {
    margin: 5px 0;
}

.widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
.widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
.widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
.widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
.widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

.input-default {
    background-color: #9AAEC2;
}

.status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
    * {
        position: static ! important;
        overflow: visible ! important;
    }
}

.blogH3,.circle{
	background:url(../image/h3_circle.gif) 0 0 no-repeat;
	margin:7px 0 5px 0;
	padding:2px 0 0 25px;
	height:21px;
	font-size:14px;
	font-weight:bold;
}


h3{
	font-size:14px;
	font-weight:bold;
	margin:0;
	color:#333;
}

h4{
	font-size:13px;
	font-weight:bold;
	margin:0;
}

.asset-meta-category{
	font-size:10px;
	color:#FFF;
	text-decoration:none;
	background:#888;
	padding:2px 2px 2px 4px;
	margin:0 3px 0 0;
}


.asset-meta-category a{

}

.asset-meta-category a:hover{
	background:#666;
}

.asset-header{
	margin:10px 0 0 0;
}

.wiget-title{
	background:url(../image/cursol_orange.gif) no-repeat 0 3px;
	border-bottom:3px solid #f7b400;
	font-size:13px;
	font-weight:bold;
	padding:0 0 0 12px;
	height:13px;
}

.wiget-title a{
	color:#343434;
	text-decoration:none;
}

.wiget-title a:hover{
	color:#000;
	text-decoration:underline;
}
.wiget-title a:visited{
	color:#343434;
	text-decoration:none;
}

.ar{
	text-align:right;
}

.ac{
	text-align:center;
}

.al{
	text-align:left;
}

#authorsName{
	text-align:right;
	margin:24px 0 0 0;
}

.tableSchedule{
	width:100%;
	font-size:12px;
	margin:0 0 0 0;
}


.tableSchedule h4 a:visited{
	text-decoration:underline;
}

.tableSchedule td{
	border:1px solid #CCC;
	padding:8px;
}

.tableScheduleDate{
	width:60px;
	background-color:#efefef;
}

.tableScheduleTitle{
	width:490px;
	font-weight:bold;
}

.tableSchedulePlace{
	width:auto;
}


.EasyTable{
	font-size:12px;
	margin:0 0 30px;
}

.EasyLeftTd{
	border:1px solid #CCC;
	background-color:#efefef;
	padding:8px;
}

.EasyRightTd{
	border:1px solid #CCC;
	background-color:#fff;
	padding:8px;
}

/*-widget-navi--------------------------------------------------------*/



#widget-navi{
	width:190px;
	font-size:12px;
	border: 1px solid #FEDCA6;
}


#widget-navi ul{
	margin:0;
	list-style:none;
}

#widget-navi li a{
	display:block;
	padding:3px 2px 3px 16px;
	border-bottom: 1px dotted #FEDCA6;
	text-decoration:none;
	background-image: url(http://www.commonbeat.org/image/common/cursol_off.gif);
	background-position:1px 6px;
	background-repeat: no-repeat;
}

*html #widget-navi li a{
	height:16px;
	background-position:1px 6px;
}

#widget-navi li a:hover{
	text-decoration:underline;
	background-image: url(http://www.commonbeat.org/image/common/cursol_on.gif);
	background-position:1px 6px;
	background-repeat: no-repeat;
}

.h3yellow{
	font-size:14px;
	font-weight: bold;
	margin:5px 0 5px 0;
	padding:6px 0 6px 7px;
	border-left: 6px solid #f90;
	background-color:#ffffcc;
}

.h3gray{
	font-size:14px;
	font-weight: bold;
	margin:5px 0 5px 0;
	padding:6px 0 6px 7px;
	border-left: 6px solid #dedede;
	background-color:#f3f3f3;
}



.basicTable{
	font-size:12px;
	width:80%;
	margin:10px auto 0;
}

.basicTable th, .basicTableShort th{
	background-color: #eee;
	border: 1px solid #ccc;
	padding:6px;
	width:20%;
}

.basicTable td, .basicTableShort td{
	border: 1px solid #ccc;	
	padding:6px;
}

.basicTableShort{
	font-size:12px;
	width:30%;
	margin:1em 0 2em;
}

.basicTableShort th{
	text-align:center;
	width:50%;
}

.basicTableShort td{
	text-align:right;
}


ul.ulCursolOrange{
	font-size:12px;
	margin:0 0 0 10px;
}

ul.ulCursolOrange li{
	background:url(../image/common/cursol_orange.gif) no-repeat 0 5px;
	margin:0 0 3px 0;
	padding : 0 0 0 13px;
}

.photoesFl{
	float: left;
	margin: 0 10px 3px 0;
}

.photoesFr{
	float: right;
	margin: 0 0 3px 10px;
}

.emVoice{
	font-size: 13px;
	font-weight: bold;
	color: #cc0000;
}

hr{
background-color: #fff;
color: #fff;
border: none;
height: 1px;
margin:30px 0 10px 0;
clear:both;
} 

/*-5th Musical contents-----------------*/

#underMenu{
	font-size: 12px;
	text-align: center;
	margin:50px 0 0 0;
}

.castSumb{
	width:415px;
	margin:0 0 0 50px;
}

.castSumbInner{
	float: left;
	width:200px;
	text-align:center;
	margin:3px;
	font-size: 12px;
	line-height:21px;
}

.nomargin{
	margin:0;
}

.topColumnText{
	line-height:15px;
}

.threeBox{
	width:170px;
	float:left;
	margin:0 20px 0 0;
}

.rireki{
	width:100%;
	font-size:12px;
}

.rireki th{
	width:50px;
	background-color:#efefef;
	border:1px solid #CCC;
	padding:8px;
}

.rireki td{
	border:1px solid #CCC;
	padding:8px;
}

dl{
	font-size:12px;
}

dt{
	margin:0 0 12px 12px;
}

IFRAME{
	margin:0 0 20px 0;
}

.toppageContentSub{
	clear:both;
	margin:0;
}