@charset "utf-8";

/* Table Of Contents
----------------------------------------

# staff_archive
# staff_single

----------------------------------------*/


/* # staff_archive
---------------------------------------------------------------------------- */

div#main .staff_archive ul {
	font-size: 12px;
	list-style-type: none;
	margin: 0 -10px;
	padding: 0;
}
div#main .staff_archive li {
	border: 0;
	display: inline-block;
	line-height: 1.2;
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	width: 33.33%;
}
div#main .staff_archive span.inner {
	display: block;
	padding: 0 10px;
}
div#main .staff_archive li a {
	color: #333;
	display: block;
	text-decoration: none;
}
div#main .staff_archive li a:hover {
	opacity: 0.7;
}
div#main .staff_archive span.tagNew {
	left: 0;
	position: absolute;
	top: 0;
}
div#main .staff_archive span.photo {
	border-bottom: 0;
	display: block;
}
div#main .staff_archive span.photo img {
	display: block;
	height: auto;
	width: 100%;
}
div#main .staff_archive span.post_contents {
	display: block;
	padding: 10px 0;
	text-align: center;
}
div#main .staff_archive span.post_title {
	display: block;
}
@media only screen and (max-width:960px ){
	div#main .staff_archive li {
		width: 50%;
	}
}
@media only screen and (max-width:320px ){
	div#main .staff_archive li {
		display: block;
		width: 100%;
	}
	div#main .staff_archive span.photo img {
		width: 100%;
	}
}


/* # staff_single
---------------------------------------------------------------------------- */

	div#main .staff_single:before,
	div#main .staff_single:after {
		content: "";
		display: table;
	}
	div#main .staff_single:after {
		clear: both;
	}
	div#main .staff_single {
		zoom: 1;
	}
div#main .staff_single div.photo {
	margin-bottom:40px;
	text-align:center;
}
div#main .staff_single div.photo img {
	width: 70%;
}
@media only screen and (max-width:640px ){
div#main .staff_single div.photo img {
	width: 100%;
}
}
div#main .staff_single div.text {

}
div#main .staff_single div.text div.text_inner {
	padding-left: 20px;
}
div#main .staff_single p.post_title {
	border-bottom: 1px solid #72d5e3;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
div#main .staff_single p.post_title span {
	font-size: 14px;
	font-weight: normal;
}
div#main .staff_single div.post_meta {
	line-height: 1.5;
	margin-bottom: 20px;
}
div#main .staff_single div.post_meta dd {
	margin: -1.5em 0 0 6em;
}
div#main .staff_single p.copy {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
div#main .staff_single div.photo img {
	width: 60%;
}
@media only screen and (max-width:768px ){
	div#main .staff_single div.photo {
		float: none;
		margin-bottom: 20px;
		width: 100%;
	}
	div#main .staff_single div.text {
		float: none;
		width: 100%;
	}
	div#main .staff_single div.text div.text_inner {
		padding-left: 0;
	}
}
