/* CSS Document */
/******* Created by Soyoung Date on May 13, 2013 *******/
	  
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, 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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	background-image: transparent;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {
	padding:0; 
	margin:0; 
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	height:100%;
}
body {
	color: black;
	background: white;
	font-family: arial; 
	font-size:1em; 
	line-height:1.2; 
	height:100%;
	position:relative;
}
ol, ul, li {
	list-style: none;
} 
img {
	border:none;
	max-width: 100%;
	height: auto;
}
@media \0screen {
  img { width: auto; }
}
a {
	color: black; 
	text-decoration:none;
}
a:hover { 
	text-decoration:underline;
}
:focus {
	outline: 0;
}
h1,h2,h3,h4,h5,h6 {
	font-size:1em; 
	font-weight:normal;
	font-family: 'Libre Baskerville', serif;
}
p {
	padding:5px 0; 
	margin:0;
}

/******* Common *******/
.cb{clear:both;}
.oh{overflow:hidden;}
.ml45{margin-left:45px;}
.disNon{display:none;}
.tar{text-align:right;}
.tac{text-align:center;}
.fl{float:left;}
.fr{float:right;}
.di{display:inline;}
.fw_b{font-weight:bold;}
.va_s{vertical-align:super;}

.mt30 {margin-top:30px;}


h3.section-title {
	color:#000;
	text-transform:uppercase;
	font-size:0.9em;
	font-weight:bold;
	margin:12px 0;
	font-family:Arial, Helvetica, sans-serif;
}
.picture {
	display:block;
	width: 100%;
	max-width:100%;	
    overflow: hidden;	
}
.picture a {
	display:block;
}
.picture img {
	display:block;
	height:auto;
	width:100%;
	max-width:100%;
}
.credit {
	display: block;
	font-size:0.7em;
	text-align: right;
	margin-bottom:5px;
	color: #333;
	font-family:Arial, Helvetica, sans-serif;
}
.full-article p.caption {
	font-size: 0.75em;
	line-height: 1.5em;
	color:#999;
	padding:0;
}
.text {
    display: block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color:#666;
}
.icon-chevron-down {
	font-size:0.7em;
	color:#999;
	vertical-align:middle;
}
.icon-chevron-right {
	font-size:0.6em;
	color:#999; 
	right:8px;
	top:13px;
	position:absolute;
}
#mobile-nav dt.social .icon-chevron-right {
	color:#fff; 
}
.wp-paginate {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	position: relative;
	margin-top: 40px;
}
.wp-paginate li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.wp-paginate .page {
	font-size: 0.875em;
	font-weight: bold;
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	background-color: #f3f4f6;
	border: solid 1px #e0e0e0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	color: #222;
}
.wp-paginate a.page:hover, .wp-paginate span.current {
	background-color: #2368b2;
	border-color: #2368b2;
	color: #fff;
	text-decoration: none;
}	