@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,400,300);

html { line-height: 1; }

html,body,h1,h2,p,a,img,strong,ul,li,footer,header,div {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

body {
	font: 300 14px/25px 'Open Sans', sans-serif;
	color: #555;
	padding: 80px 50px;
	background-color: #ffffff;
}

footer,header,div.entry,div.unit {
	width: 710px;
	padding: 0 80px 30px 50px;
	margin: 0 auto;
	display: block;
	border-left: 1px solid #96d0f9 ;
	position: relative;
	clear: both;
}

div.entry.sm { margin-bottom: -30px; }

ul { 
	list-style: none; 
	margin: 0 0 30px;
}

ul.dv {
	list-style-type: circle; 
	margin-left: 20px;
}

a {
	color: #0099D2;
	font-weight: 300;
	text-decoration: none;
}

a:hover { color: #036; }

p { margin: 0 0 30px; }

p.note {
	position: absolute;
	left: -25px;
	width: 50px;
	top: -10px;
	padding: 10px 0;
	background: #fffff9;
	text-align: center;
	line-height: 1.2;
	text-transform: uppercase;
}

p.note.year {
	top: -2px;
	font-size: 13px;
	line-height: 0.0;
	background-color: #fffff9;
}

strong {
	font-weight: 500;
	color: #111;
}

h1 {
	font-size: 38px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.1;
	color: #111;
	margin: 0 -250px 20px 0;
}

h1 a {
	color: #111;
	font-weight: 500;
}

h2 {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.1;
	margin: 0 -85px 10px 0;
	padding: 0 250px 0 0;
	color: #111;
}

h2 a {
	color: #111;
	font-weight: 500;
}

.unit h2 {
	line-height: 1.1;
	padding: 0 100px 12px 0;
	margin-bottom: 12px;
	border-bottom: 1px dotted #e5e5e5;
}

header {
	font-size: 16px;
	letter-spacing: 1px;
	padding-right: 0;
	width: 790px;
	padding-bottom: 100px;
}

header h1 {
	font-size: 100%;
	float: left;
	margin: 12px 20px 0 0;
}

header h1 a {
	font-weight: 300;
	color: #555;
}

header ul {
	float: left;
	text-transform: uppercase;
	margin: 0;
	list-style: none;
}

header ul li {
	float: left;
	margin: 12px 20px 0 0;
	line-height: 1.1;
}

header ul li a {
	display: block;
	font-weight: 300;
	color: #999;
}

header ul li a:hover { color: #333; }

.venue {
	width: 200px;
	position: absolute;
	right: 0;
	line-height: 1.6;
	font-size: 12px;
}

.unit .venue {
	width: 110px;
	margin-top: 0px;
	line-height: 20px;
	text-align: right;
}

footer {
	font-size: 13px;
	padding-bottom: 0;
}

footer p.note { top: -16px; }

.main {
    width: 800px;
    height: 600px;
    margin: 50px auto;
}

.panel {
    background-color: #444;
    height: 34px;
    padding: 10px;
}

.overlay {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    cursor: default;
    left: 0;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
}

.overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background-color: #fff;
    display: inline-block;
    left: 50%;
    opacity: 0;
    padding: 15px;
    position: fixed;
    text-align: justify;
    top: 40%;
    visibility: hidden;
    z-index: 10;

    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;

    -webkit-transition: opacity .5s, top .5s;
    -moz-transition: opacity .5s, top .5s;
    -ms-transition: opacity .5s, top .5s;
    -o-transition: opacity .5s, top .5s;
    transition: opacity .5s, top .5s;
}

.overlay:target+.popup {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.close {
    background-color: rgba(0, 0, 0, 0.8);
    height: 30px;
    line-height: 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-decoration: none;
    top: -15px;
    width: 30px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
}

.close:before {
    color: rgba(255, 255, 255, 0.9);
    content: "X";
    font-size: 24px;
    text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
}

.close:hover {
    background-color: rgba(64, 128, 128, 0.8);
}

.popup p, .popup div {
    margin-bottom: 10px;
}

.popup label {
    display: inline-block;
    text-align: left;
    width: 120px;
}