body {
	background: #ffffff;
	color: #777777;
	font-size:87.5%; /* 14px */
	line-height:1.5; /* 21px */
	font-family: 'PT Sans', sans-serif;
	text-align:center;
	text-rendering:optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

a, a:link, a:visited, a:hover, a:active {
	color:#333333;
	text-decoration:none;
	-webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}

a:hover {
	color:#111111;
}

h1,h2,h3,h4,h5,h6 {
	color:#111111;
	font-weight:normal;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color:inherit !important;
}

h1 {
	/* 18 */
	font-size:1.285em;
	line-height:1.166em;
	margin-bottom:1.166em;
}

h1 a, h1 a:link, h1 a:visited, h1 a:hover, h1 a:active {
	color:#111111 !important;
}

h2 {
	/* 16 */
	font-size:1.142em;
	line-height:1.313em;
	margin-bottom:1.313em;
}

h3, h4, h5, h6 {
	/* 14 */
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

p {
	font-size:1em;
	line-height:1.5em;
	margin-bottom:1.5em;
}

b, strong {
	font-style:bold;
}

em, i {
	font-style:italic;
}

/*
	PARENT
*/

div#container {
	width:920px;
	margin:0 auto;
}

/*
	HEADER
*/

header.top {
	margin:70px 0 25px;
}

header.top h1 {
	font-size:21px;
	font-weight:400;
	letter-spacing: 4px;
	line-height: 1.5;
	text-transform:uppercase;
}

header.top h2 {
	text-transform:uppercase;
	letter-spacing:2px;
	color:inherit;
	font-size:11px;
	margin-bottom:10px;
}

/*
	NAV
*/

nav {
	margin:0 0 50px;
}

nav ul {
	margin:0;
	padding:0;
}

nav li {
	display:inline-block;
	padding:0 8px 0 8px;
	line-height:2;
}

nav a:link, nav a:visited, nav a:active {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	color:#777777;
}

nav a:hover {
	color:#777777;
}

nav a.k-nav-current {
	color:#111111;
}

/*
	FOOTER
*/

footer {
	font-size:0.9em;
}

footer.bot {
	margin:50px 0;
	clear:both;
}

/*
	SLIDESHOW
*/

div#album-title {
	margin:0 auto 50px;
}

div#album-desc {
	margin:0 auto 50px;
}

div#slideshow-main {
	margin:0 auto 25px;
}

.pulseloading {
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(/koken/storage/themes/axis/css/white/spinner.gif);
}

ul#slideshow-nav {
	margin:0 0 15px;
}

ul#slideshow-nav li {
	display:inline-block;
	position:relative;
	width:70px;
	text-transform:uppercase;
	letter-spacing:1px;
	font-size:11px;
}

div#slideshow-text {
	width:80%;
	margin:0 auto;
}

#sldshw-play.waiting:before {
	content:url(/koken/storage/themes/axis/css/white/spinner.gif);
	position:absolute;
	top:-36px;
	left:50%;
	margin-left:-8px;
}

p#slideshow-caption {
	text-align:center;
}

/*
	SETS
*/

div#sets-layout {
	margin-bottom:60px;
	overflow:auto;
}
div#sets-layout div.item {
	width:30%;
	float:left;
	margin-right:5%;
}
div#sets-layout div.item:nth-child(3n) {
	margin-right:0;
}
div#sets-layout img {
	margin-bottom:25px;
}

/*
	ESSAYS
*/

article {
	text-align:left;
	font-size:14px;
	line-height:21px;
	margin-bottom:72px;
}

article header {
	text-align:center;
}

article header h1 {
	margin:0 0 18px;
}

article time {
	font-size:12px;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	display:block;
	margin: 0 0 18px;
}

article h1, article h2, article h3, article h4 {
	text-align:center;
}

article ul {
	list-style:disc;
	list-style-position: inside;
	margin:0 0 18px;
}

article ol {
	list-style:decimal;
	list-style-position: inside;
	margin:0 0 18px;
}

article blockquote {
	padding:0 50px;
	margin:0 0 18px;
	font-style:italic;
}

.k-content-embed {
	margin-bottom:18px;
}

.k-content {
	line-height:0;
}

.k-content-text {
	margin:1em 0;
	text-align:center;
}

.k-content-title {
	display:block;
	font-size:12px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:400;
}

.k-content-caption {
	font-style:italic;
	color:#777;
}

article div.meta {
	text-align:center;
	font-size:12px;
	width:60%;
	margin:0 auto;
}

article div.meta strong {
	display:block;
	font-size:0.9em;
	font-weight:400;
	color:#777777;
	letter-spacing:1px;
	text-transform:uppercase;
	text-align:center;
}

/*
	PAGINATION
*/

#pagination a {
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:1px;
}

/*
	ARCHIVE
*/

#archive-head {
	margin-bottom:54px;
	font-size:16px;
	font-style:italic;
}

/* SOCIAL
----------------------------------------------- */

div#social-bttns {
	margin:50px 0 0;
	width:100%;
	overflow:auto;
}
div#social-bttns div.cell {
	width:50%;
	float:left;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
div#social-bttns div.cell.left {
	padding-right:0px;
}
div#social-bttns div.cell.right {
	padding-left:0px;
}

/*
	RESPONSIVE STUFF
*/

/* #Tablet (Portrait)
================================================== */

@media only screen and (min-width: 768px) and (max-width: 959px) {

	div#container, div#slideshow-main {
		width:708px;
	}

	/*body::before{content: "TABLET PORTRAIT";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: fixed;top: 0;left: 0;right: 0;z-index: 9999;}*/
}

/* MOBILE (PORTRAIT/320PX)
----------------------------------------------- */
@media only screen and (max-width: 767px) {

	div#container, div#slideshow-main {
		width:300px;
	}

	img.custom_logo {
		-moz-transform: scale(0.5);
		-o-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		transform: scale(0.5);
	    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.5, M12=0, M21=0, M22=0.5, SizingMethod='auto expand')";
	}

	/*body::before{content: "MOBILE PORTRAIT";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: absolute;top: 0;left: 0;right: 0;z-index: 99;}*/

}

/* MOBILE (LANDSCAPE/480PX)
----------------------------------------------- */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	div#container, div#slideshow-main {
		width:460px;
	}

	/*body::before{content: "MOBILE LANDSCAPE";font-weight: bold;display: block;text-align: center;background: rgba(255,255,0, 0.9);position: fixed;top: 0;left: 0;right: 0;z-index: 9999;}*/

}