/*
Theme Name: AKA
Author: Devona LLC.
Author URI: http://www.devona.com/
Description: A custom theme for the Allen-Killcoyne Architects.
Version: 14.1106

COLORS
	bg gray = #434952
	lt gray = #cccccc
	blue = #7ebdea
*/

* {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box; /* Firefox, other Gecko */
	box-sizing: border-box; /* Opera/IE 8+ */
}
body, html {
	font-size: 10px;
    margin: 0px;
    padding: 0px;
	height: 100%;
	width: 100%; 
	min-width: 320px; 
}

body {
	height: 100%;
	width: 100%; 
	min-width: 320px; 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px; 								font-size: 1rem; 
	font-weight: 100;
	line-height: 1.2em;
    color: #FFFFFF;
    background: #434952;
}
h1 {
	font-size: 16px;
	color: #434952;
	max-width: 640px;
	font-weight: 700;
}
h2 {
	font-size: 12px;
	color: #434952;
	max-width: 640px;
	font-weight: 700;
}
a { 
}
p {
	font-size: 11px;
	color: #434952;
	line-height: 1.6em;
	max-width: 640px;
	text-align: justify;
}
ul {
	font-size: 11px;
	color: #434952;
	line-height: 1.6em;
	padding-left: 15px;
}
label {
}
textarea,
input[type="text"],
input[type="number"],
input[type="email"] {
	width: 270px;
}
.blue {
	color: #7EBDEA;
}

/*----------------- HEADER -----------------*/
#image-load-container {
	width: 0px; 
	height:0px; 
	overflow: hidden; 
	position: fixed; 
	top:0px; 
	left:0px; 
	background: #ff0000; 
	z-index: 100;
}
header {
	position: fixed;
	top: 10px;
	left: 0px;
}
#nav-button {
	width: 26px;
	height: 26px;
	margin: 12px;
	fill: #ffffff;
	position: absolute;
}
#masthead-logo {
	fill: #7ebdea;
	position: relative;
	top: 9px;
	left: 50px;
	width: 72px;
	height: 32px;
}
#nav-name {
	position: absolute;
	bottom: -6px;
	left: 130px;
	width: 180px;
	font-size: 14px;
	font-weight: 100;
}
nav {
	width: 150px;
	height: 100%;
	background: #ffffff;
	position: fixed;
	top: 0px;
	left: -150px;
	box-shadow: -3px 0px 3px rgba(0,0,0,.25) inset;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
#main-nav-controls {
	display: none;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 8px;
	height: 16px;
	cursor: pointer;
}
.nav-arrow {
	position: absolute;
	top: 0px;
	height: 16px;
	fill: #dbdbdb;
}
#arrow-left {
	left: 0px;
	width: 8px;
}
#arrow-right {
	left: 8px;
	width: 0px;
}
nav ul {
	margin: 0px;
	padding: 15px;
	list-style: none;
	line-height: 1.2em;
}
nav ul.social-links {
	position: relative;
}
nav ul a {
	text-decoration: none;
	color: #84898f;
}
nav li { 
	font-size: 11px;
	color: #84898f;
	font-family: helvetica, arial, sans-serif;
	margin: 0px 0px 10px 0px;
}
.social-icon {
	width: 13px;
	height: 13px;
	margin: 0px 3px -2px 0px;
	fill: #a8adb3;
}
.nav-section a,
.nav-section { 
	font-weight: 700;
	color: #434952;
	margin: 20px 0px 10px 0px;
}
.nav-subsection { 
	cursor: pointer;
}
.nav-sub-subsection { 
	margin: 10px 0px 10px 10px;
}
.section-closed { 
	display: none;
}
nav ul a:hover,
.nav-subsection:hover,
.current-page {
	color: #7ebdea;
}

/*----------------- FOOTER -----------------*/
footer {
	display: none;
	position: fixed;
	bottom: 0px;
	height: 60px;
	left: 0px;
	text-align: right;
	padding: 0px 70px;
	width: 100%;
	min-width: 640px;
	font-size: 10px;
	color: #CCCCCC;
}
/*----------------- CONTAINERS -----------------*/
.content-container {
	position: fixed;
	top: 0px;
	left: 0px;
	border-top: 70px solid #434952;
	width: 100%;
	height: 100%;
	background: #cccccc;
	min-width: 320px; 
}

.dynamic-container {
	position: relative;
	width: 100%;
	height: 100%;
}

/*----------------- LANDING -----------------*/

/*----------------- PAGES -----------------*/
#page-container {
	padding: 35px 25px 35px 25px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

/*----------------- CATEGORIES -----------------*/
#category-container {
	padding: 35px 5px 35px 25px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.project-thumbs-container {
	width: 100%;
	padding: 0px;
	overflow: hidden;
}
.project-thumb {
	position: relative;
	float: left;
	width: 230px;
	height: 150px;
	margin: 0px 20px 20px 0px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.project-thumb-title {
	width: 100%;
	padding: 5px;
	text-align: left;
	background: rgba(255,255,255,.9);
	font-size: 11px;
	color: #434952;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

/*----------------- PROJECTS -----------------*/
#project-info-container {
	position: absolute;
	top: 20px;
	right: 20px;
	min-width: 280px;
	max-width: 280px;
	background: rgba(0,0,0,.8);
	padding: 10px 20px 10px 20px;
	opacity: .6;
}
#project-info-container h1 {
	float: left;
	color: #FFFFFF;
}
#project-info-content {
	display:none;
	width: 100%;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.caption-container {
	font-style: italic;
}
#project-info-container p {
	color: #FFFFFF;
	clear: both;
}
.awards-info-container {
	margin: 0px 0px 20px 0px;
}
#project-info-container h2 {
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
}
#project-info-container ul {
	list-style: none;
	padding: 0px 0px 0px 0px;
	color: #ffffff;
}
#project-info-container li {
	margin: 0px 0px 5px 0px;
}
#project-gallery-container {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
#project-info-controls-container {position: relative;
	float: right;
	top: 15px;
	margin: 0px 0px 0px 10px;
	height: 8px;
	width: 16px;
}
.project-info-arrow {
	position: absolute;
	top: 0px;
	width: 16px;
	fill: #FFFFFF;
	margin: 0px;
	cursor: pointer;
}
#arrow-up{
	top: 0px;
	height: 0px;
}
#arrow-down {
	top: 0px;
	height: 8px;
}
#gallery-controls-container {
	position: absolute;
	bottom: 15px;
	left: 20px;
	height: 20px;	
}
.jump-button,
.gallery-arrow {
	width: 10px;
	height: 20px;
	fill: #000000;
	float: left;
	margin: 0px 5px 0px 0px;
	opacity: .5;
	cursor: pointer;
}
.jump-button {
	display: inline;
	width: 10px;
	height: 10px;
	margin: 5px 5px 0px 0px;
	stroke-width: 10px;
	stroke: #000000;
}
.jump-button-selected {
	fill: none;
}
#social-buttons-container {
	position: absolute;
	bottom: 15px;
	right: 20px;
	height: 20px;	
}
.social-button {
	width: 20px;	
	height: 20px;	
	fill: #000000;
	float: right;
	margin: 0px 0px 0px 5px;
	opacity: .5;
	cursor: pointer;
}
.jump-button:hover {
	opacity: 1;
	stroke: #7ebdea;
	fill: #7ebdea;
}
.gallery-arrow:hover,
.social-button:hover {
	opacity: 1;
	fill: #7ebdea;
}

	
/*----------------- PUBLICATIONS -----------------*/

.publication-container {
    background: rgba(255,255,255,.25);
    width: 360px;
    padding: 20px;
    height: 130px;
    position: relative;
    margin: 0px 20px 20px 0px;
    float: left;
}

.publication-thumb {
	float: left;
    width: 20%;
    height: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: contain;
}
.publication-info {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
}
.with-image .publication-info {
    width: 80%;
    padding: 0px 0px 0px 20px;
}
.publication-info h1 {
    font-size: 12px;
	line-height: 1.4em;
	margin: 0px;
}
.publication-info p {
	font-size: 11px;
	color: #434952;
	margin: 0px 0px 0px 0px;
	line-height: 1.4em;
}
.article-title {
	font-style: italic;
}
.publication-info a p {
	color: #434952;
	margin: 10px 0px 0px 0px;
}
.full-break {
	clear: both;
}

.float-images {
	float: left;
	width: 100px;
	margin: 0px 20px 10px 0px; 
}

.loader{
	background-size: 80px 80px !important;
}
/*////////////////////////////////////////////*/
/*////////////// 321PX MIN WIDTH /////////////*/
/*////////////////////////////////////////////*/

@media screen and (min-width: 641px) {

	body, html {
		min-width: 640px; 
	}

	/*----------------- HEADER -----------------*/
	#nav-button {
		display: none;
	}
	#masthead-logo {
		top: 6px;
		left: 220px;
		width: 82px;
		height: 38px;
	}
	#nav-name {
		display: none;
	}
	nav {
		position: absolute;
		left: 0px;
		box-shadow: 3px 0px 3px rgba(0,0,0,.25);
		z-index: 1;
	}
	nav ul.social-links {
		/* position: absolute;
		bottom: 0px; */
	}
	#main-nav-controls {
		display: inline;
	}
	#gray-bar {
		position: fixed;
		top: 0px;
		left: 0px;
		width: 70px;
		height: 100%;
		background: #434952;
		z-index: 200;
	}
	

	/*----------------- FOOTER -----------------*/
	footer {
		display: inline;
	}


	/*----------------- CONTAINERS -----------------*/
	.content-container {
		border: 70px solid #434952;
		min-width: 640px; 
		padding-left: 150px;
	}
	

	/*----------------- PROJECTS -----------------*/
	#project-info-container {
		position: absolute;
		top: 20px;
		right: 20px;
		min-width: 100px;
		max-width: 50%;
	}
}