﻿/* CSS Reset */

 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
body {
	line-height: 1.5em;
	font-size: 12px;
	background: url('/license/sync/img/left_bg_1.jpg') repeat-y;
}
body {
/*    background: url('/images/left_menu_bg_home.jpg') repeat-y; */
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration: none;
	color: #000000;
}


/***** Clearfix *****/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}


/***** Common Styles *****/
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.clear {
    clear: both;
}
.bold {
    font-weight: bold;
}
.red {
    color: #EE3338;
}
a:hover {
    /*color: #EE3338;*/
    /*color: #4496d3;*/
    color: #007199;
}

#wrapper {
	position: relative;
    width: 1100px;
    height: 100%;
    /*margin-right:20px;*/

}
#left-menu {
    position: relative;
    width: 245px;
    height: 100%;
    padding-left: 25px;
    padding-top: 25px;
    float: left;
/*	background-color: #ba9e8b; */
}


#main-container {
    position: relative;
	float: right;
    width: 830px;
    /*background-color: red;*/
}
body #main-content {
    padding-top: 0px;
    /*background: yellow;*/
}
#main-content {
    position: relative;
    width: 790px;
    padding-left: 40px;
    padding-top: 30px;
    /*background-color: red;*/
}
#main-content a {
    /*color: #EE3338;*/
    /*color: #5f6527;*/
    color: #007199;
    text-decoration: none;
}
#main-content a:hover {
    text-decoration: underline;
}
#footer {
	width: 100%;
	border-top: 2px solid #000000;
	position: relative;
	clear: both;
	margin-top: 40px;
	width: 800px;
	margin-left: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer table tr td {
	width: 125px;
    /*background-color: #ccc;*/
}
#footer table tr td.logo {
	width: 100px;
}
#footer table tr td.header {
	font-size: 13px;
	font-weight: bold;
	padding-bottom: 10px;
}
#footer table ul li {
	margin: 5px 0px;
}
#footer table ul li a:hover {
	color: #4496d3;
}
#footer p {
	line-height: 16px;
	margin-top: 10px;
}


/***** left-menu *****/
#left-menu h1.schott-sync-logo {
    background: url("/license/sync/img/logo_w200.png") no-repeat;
    text-indent: -9999px;
    height: 100px;
    width: 240px;
    margin-bottom: 50px;
    cursor: pointer;
}
body #left-menu h1.header {
    background: url('/images/logo_home.jpg') no-repeat;
}
ul#left-menu-nav {
    margin-bottom: 75px;
}
ul#left-menu-nav li {
    margin: 10px 0px;
    font-weight:bold;
    font-size: 18px;
}

ul.left-menu-sub {
    margin-left: 30px;
    margin-bottom: 30px;
}

ul.left-menu-sub li {
    font-weight: normal!important;
    margin: 10px 0 0px 0px!important;
    font-size: 12px!important;
    padding-right: 30px;
}

ul#left-menu-nav > li > ul {
    display:none;
}

#follow-us {
    width: 175px;
    border-top: 1px solid #333333;
    padding: 10px 0px;
    margin-top: 25px;
}
#follow-us h3 {
    margin-bottom: 5px;
}
#follow-us span {
    padding-left: 15px;
    margin-right: 15px;
    /*font-size: 12px;*/
    /*float: left;*/
    /*display: block;*/
    height: 15px;
    line-height: 20px;
}

/***** Home Page *****/
body #header {
    position: relative;
    top: 0;
    left: 0;
    width: 830px;
    height: 415px;
}
#news-list {
    width: 230px;
    padding: 15px; 
    height: 385px;
    background-color: #000;
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff;
    z-index: 999;
	opacity: .8;
}
#news-list a {
    color: #EE3338;
    text-decoration: none;
}
#news-list h2 {
    font-size: 18px;
    padding: 15px 0px;
    margin-top: 15px;
    border-top: 1px dotted #666666;
}
#main-occurrence {
    width: 490px;
    font-size: 12px;
    /*ine-height: 18px;*/
    /*background-color: gray;*/
}
#main-occurrence-mono {
    width: 770px;
    font-size: 12px;
    /*ine-height: 18px;*/
}
#main-occurrence h2 {
    font-size: 22px;
    margin: 20px 0px;
}

#right-sub-col {
    padding-top:40px;
}
#main-occurrence h3,
#right-sub-col h3 {
    font-size: 16px;
    margin: 20px 0px;
}

#main_title_header {
    /*background-color: skyblue;*/
    margin-top: 40px;
    margin-bottom: 0px;
}

#main_title_footer {
    /*background-color: skyblue;*/
    margin-top: 40px;
    margin-bottom: 0px;
    clear:both;
}


div#marginal_note_title {
    padding: 50px 0 0 0;
}

div#marginal_note_title h1 {
   font-size: 19px;
    margin: 20px 0px;
    /*background-color: #D8FA4D;*/
}

div#marginal_note_title h2 {
    font-size: 15px;
    margin: 20px 0px;
    /*background-color: #D8FA4D;*/
}

.marker {
    background-color: #D4FF00;
}
h2.marginal_note_issue {
    font-family: 'Rock Salt', cursive;
    font-size: 14px;
    font-weight: normal;
}

.rock_salt {
    font-family: 'Rock Salt', cursive;
    font-size: 14px;
    font-weight: normal;
}

#main_title_header h3,
#right-sub-col h3 {
    font-size: 16px;
    margin: 20px 0px;
}


/***** Content Pages *****/
#main-content p {
    /*width: 485px;*/
    font-size: 12px;
    margin-bottom: 20px;
    line-height: 1.5em;
}


/*#event-image-overlay {
    display: none;
    width: 290px;
    background: #c6c6c6;
    position: absolute;
    z-index: 9000;
    padding: 10px;
    cursor: pointer;
}
*/
/*#event-image-overlay div {
    background: #ffffff;
    padding: 10px;
    color: #999999;
    font-size: 11px;
    width: 270px;
}*/
/*#event-image-overlay img {
    display: block;
    padding-bottom: 10px;
    width:270px;
}*/
/*span#top-meta-links {
    margin-right: 1em;
		margin-top: 5px;
}
	span#top-meta-links a:hover {
			color: #000000;
	}
*/
#main-content a:hover {
    text-decoration: none;
}
#main-content span#time-anchors a.active {
    background-color: black;
}




#main-content .images {
  border-top: 1px dotted #bbb;
	margin-top: 10px;
	padding-top: 10px;
}
#main-content .images p {
	margin-bottom: 10px;
}

.red {
	color: #ff0000!important;
}



iframe#news_header {
	height: 150px;
}
div.cycle-slideshow,
div.header-image {
	margin: 0;
	padding: 0;
}

div.cycle-slideshow img,
div.header-image img {
	width: 830px;
	height: 415px;
}
.cycle-overlay { 
    position: absolute; 
    bottom: 0; 
    width: 100%; 
    z-index: 600;
    padding: 20px; 
	margin: 0;
}
div.cycle-overlay {
	font-weight:bold;
	font-size: 20px;
	line-height: 1.5em;
    color: #000; 
    background-color: #fff;
    opacity: .7;
}

.grayout {
	opacity: .2;
}
.gray {
    color: #999;
}
.white {
    color:#fff!important;
}
.brown {
    color:#baaa99!important;
}

.interview-q {
    /*color:#baaa99;*/
    color: #ccc;
    font-weight: bold;
}
.interview-a {
    /*color:#3AA8EF;*/
    color:#000;
    font-weight: bold;
}
img.icon_img {
    width: 16px;
    vertical-align: middle;
}


.border {
    border:1px solid #ccc;
}
span.tip {
    font-weight:inherit;
    border-bottom:1px dotted #000;
    /*background-color: #D8FA4D!important;*/
}
div.tip {
    border-top: 1px solid #000;
    padding-top:30px;
    margin-top:30px;
}
div.marginal_notes_main {
    /*margin:3em 0; */
    /*padding: 3em 0; */
    /*border-top: 1px solid #000; */
    /*border-bottom: 1px solid #000; */
    line-height: 1.7em; 
    /*background: tomato;*/
}
div.marginal_notes_main p,
div.marginal_notes_main blockquote {
    font-size: 14px!important;
    line-height: 1.8em !important;
    margin: 3.4em 0;    
}
#main-occurrence, #main-occurrence-mono, #right-col {
    /*padding-top: 30px;*/
    min-height: 450px;
    margin-top: 40px;
}
#right-col {
    width: 270px;
    font-size: 12px;
 }
div.sidecol {
    width: 260px;
    padding: 0 0 0 20px;
    margin: 30px 0;
    height: auto;
    background: #fff;
    clear: both;
    float: right;
    font-size: 12px;
}
#main-content div.sidecol p {
    width: 260px;
    font-size:12px;
}
div.sidecol h3 {
    font-size: 16px;
    margin-bottom: 15px;
}
body .sidecol {
    clear: none;
}
#mc_embed_signup {
    clear:left; 
    font:14px;  
    width:275px;
}
table#imprint tr td {
    vertical-align: top;
}
span.social img {
    width: 16px;
    vertical-align:middle;
}
div.social {
    padding: 30px 0;
}
img.logo-schott {
    width:90px;
    vertical-align: middle;
    margin-right: 10px;
}
img.logo-boosey {
    width:160px;
    vertical-align: middle;
    margin-right: 2em;
    margin-top: 15px;
}
div#logos {
    float:right;
}


li.current-menu-color,
li.current-menu-color a {
    color: #007199;
}
h3.playlist-header {
    margin: 0;
    padding: 10px;
    /*background-color: #000;*/
    color: #fff;
}
.center {
    text-align:center;
}

a.footnote,
a.footnote:link,
a.footnote:visited,
a.footnote:hover,
a.footnote:active {
    text-decoration: none;
    border-bottom: 1px dotted #000000;
    font-weight: inherit;
    color: #000000!important;
}

.video_caption {
    font-size: 12px!important;
    padding-top:1em;
    text-align:left;
}
.msnry_caption {
    background-color: #000000;
    color: #ffffff;
    padding: 5px;
    text-decoration: none;
}
.msnry_item:hover .msnry_caption {
    background-color: #BAAA9C;
    color: #000000;
    text-decoration: none;
}
a.msnry_item,
a.msnry_item:hover,
a.msnry_item:active,
a.msnry_item:link,
a.msnry_item:visited {
    text-decoration: none!important;
}

.header_img_credit {
    font-size: 80%;
    margin-top: 4px;
}
.source_sans_pro_300 {
    font-family: 'Source Sans Pro', sans-serif!important;
}
h2.komidashi {
    margin-top:8em;
    font-size: 17px;
    color: #000;
    font-weight: normal;
    border-left: 5px solid #000;
    padding: 10px 20px;
}
sup.ref,
sup.ref a {
    font-weight: normal;
}
div.ref {
    border-top: 1px dotted #000;
    margin:8em 0;
    padding-top:4em;

}
div.ref ol {
    list-style-type: decimal;
    margin-left:2em; 
    font-size:12px;
}