.hatch {
	clear:both;
	width:685px;
	margin:10px;
	}	
	
.hatch p {
	margin-bottom:10px;
	}
	
.hatch .ovrow {

		float:left;
}

.hatch .ovleft {
	float:left;
	width:325px;
	margin-top:5px;
	padding-left:5px;
	border-left:0px solid #000;
	}
	
.hatch .ovright {
	float:left;
	width:325px;
	margin-left:20px;
	margin-top:5px;
	padding-right:5px;
	border-left:0px solid #000;
	}

.hatch p.ovcontact {
	font-size:13px;
	padding-left:5px;
	border:2px solid #b50938;
	padding:5px;
	font-weight:bold;
	color:#b50938;
	
}

p.ovcontact a {
	color:#b50938;
}


.hatch .left {
	float:left;
	width:314px;
	margin-top:30px;
	margin-left:5px;
	}
	
.hatch .right {
	float:left;
	width:314px;
	margin-left:30px;
	margin-top:30px;
	}
	
.hatch .show {
	display:block;
	font-size:15px;
	font-weight:bold;
	font-style:italic;
	}	
	
.hatch .company {
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-bottom:10px;
	}	
	
.hatch .location {
	font-weight:bold;
	display:block;
	margin-bottom:10px;
	color:#666;
	}
	
.hatch .dates {
	font-weight:bold;
	display:block;
	color:#666;
	}
	
.hatch .links {
	margin-top:10px;
	display:block;
	color:#000;
	}
	
.hatch .description {
	display:block;
	}	
	
.hatch .pass {
	margin-top:20px;
	padding:5px;
	background-color:#f5f5f5;
}

.hatch .pass .show {
		display:block;
		font-style:normal;
		margin-bottom:10px;
}
.hatch .pass .description {
		font-weight:normal;
}
	
.clearboth {
	clear:both;
	}	
	
.hatch .images {
	margin-bottom:10px;
}
/* calSheet */

.calsheetsParent {
	margin-top:15px;
	height: 35px;
}

#calsheets {
	padding:0;
	margin: 0;
	height: 22px;
	list-style: none;
	display: inline;
	overflow: hidden;
	}

#calsheets li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	float: left;
	overflow: hidden;
	}
	
#calsheets a {
	float: left;
	overflow: hidden;
	text-decoration:none;
	}

span.calSheet {
    display: block;
    text-align: center;
	width: 25px;
	margin-right:10px;
}

span.calSheet span {
    display: block;
    float: left;
    width: 100%;
}

span.calSheet span.month {
    background: #4c4c4c;
    border: 1px solid #4c4c4c;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.1em;
    font-weight: bold;
    text-align: center;
	height:10px;
	font-size:9px;
}

span.calSheet span.day {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #4c4c4c;
    line-height: 1.4em;
    font-weight: bold;
    letter-spacing: -0.1em;
	font-size:14px;
}

#hatchmenu {
	width:665px;
	color:#999;
	margin-bottom:20px;
	font-weight:bold;
}

#hatchmenu a {
	color:#999;
	text-decoration:none;
	font-weight:bold;
}

#hatchmenu a:hover {
	color:#000;
	font-weight:bold;
}

#hatchmenu a.on {
	color:#000;
	border-bottom:2px solid #000;
	padding-bottom:3px;
	font-weight:bold;
}
