/*
Theme Name: ACA
Author: ACA
Description: Custom Theme.
Version: 2.0
*/

/* =Reset
----------------------------------------------- */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: normal;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* =Clearfix
----------------------------------------------- */

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

/* =Images Alignment
----------------------------------------------- */

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Images
========================================================================== */

img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

/* =Typography
----------------------------------------------- */

.entry-content p {
	margin: 0 0 1.2em;
}

a {
	color: #c39600;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: underline;
}

/* Lists */

.entry-content ol,
.entry-content ul {
	margin: 0 0 1.2em;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}

.entry-content ul {
	list-style: none;
}

.entry-content ol {
	list-style: decimal outside;
}

.entry-content ul li {
	padding-left: 8px;
	position: relative;
}

.entry-content ul li:before {
	content: "\2022";
	position: absolute;
	left: 0;
}

/* =Structure
----------------------------------------------- */

body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #573a3e;
	background: #d31145;
}

.home #wrapper {
	max-width: 700px;
	margin: 0 auto;
	padding: 0 20px;
}

.home {
	background: #d31145;
}

#content .one_half {
	width: 100%;
}

.right {
	margin: 2em 0 0;
}

/* =Header
----------------------------------------------- */

#aca {
	display: block;
	margin-top: 50px;
}

#header {
	padding-top: 29px;
	padding-left: 20px;
	padding-right: 20px;
	position: relative;
	margin-bottom: 2em;
}

.home #header {
	padding-top: 30px;
	padding-left: 0;
	padding-right: 0;
}

#logo {
	margin-top: 6px;
	max-width: 164px;
}

.home #logo {
	margin-top: 10px;
	max-width: 199px;
}

#logo img {
	display: block;
}

/* =Menu
----------------------------------------------- */

.main-navigation .main-nav {
	margin: 2em 0 0;
	border-top: 1px solid #c49700;
}

.main-navigation a {
	display: block;
	padding: 1em 0;
	font: 300 16px/1 'Roboto Condensed', sans-serif;
	color: #ecd8a9;
	text-transform: uppercase;
	text-decoration: none;
}

.main-navigation li {
	border-bottom: 1px solid #c49700;
}

.main-navigation a:hover {
	text-decoration: none;
	opacity: 0.4;
}

#navigation .current-menu-item > a,
#navigation .current-menu-ancestor > a,
#navigation .current_page_item > a,
#navigation .current-page-ancestor > a {
	opacity: 0.4;
}

/* =Menu Toggle
----------------------------------------------- */

.main-navigation .main-nav {
	display: none;
}

.main-navigation.toggled-on .main-nav {
	display: block;
}

.menu-toggle {
	display: block;
	padding: 0;
	font-size: 18px;
	line-height: 1;
	color: #ecd8a9;
	text-transform: uppercase;
	background-color: transparent;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	transition: none;
	background: none;
	position: absolute;
	top: 36px;
	right: 20px;
	cursor: pointer;
}

.home .menu-toggle {
	top: 40px;
	right: 0;
}

.menu-toggle:hover,
.menu-toggle:focus {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: none;
}

.menu-toggle:focus {
	outline: none;
}

.toggled-on .menu-toggle .fa-bars,
.menu-toggle .fa-close {
	display: none;
}

.toggled-on .menu-toggle .fa-close {
	display: inline-block;
}

/* =Secondary Menu
----------------------------------------------- */

#subnav li {
	float: left;
}

#subnav a {
	display: block;
	font: 300 15px/1 'Roboto Condensed', sans-serif;
	color: #573a3e;
	text-transform: uppercase;
	text-decoration: none;
}

#subnav a:after {
	content: '/';
	padding: 0 4px;
}

#subnav li:last-child a:after {
	content: '';
	padding: 0;
}

#subnav a:hover {
	color: #c49700;
}

#subnav .current-menu-item a,
#subnav .current-menu-ancestor a,
#subnav .current_page_item a,
#subnav .current_page_ancestor a {
	color: #c49700;
}

/* =Home
----------------------------------------------- */

.home-content {
	color: #c49700;
	font: 14px/1.3 'Roboto Condensed', sans-serif;
	padding-bottom: 76px;
}

.home-content h1 {
	font: 17px/1 'Roboto Condensed', sans-serif;
	text-transform: uppercase;
	margin-bottom: 13px;
}

.home-content p {
	margin-bottom: 5px;
}

/* =Internal Page
----------------------------------------------- */

.entry-content {
	margin: 23px 0 0;
	line-height: 1.3;
}

#content {
	padding: 30px 20px;
	margin: 0 0 30px;
	background: #fff;
}

.no-nav h1,
.met-title,
.met h2 {
	font: 300 15px/1 'Roboto Condensed', sans-serif;
	color: #c49700;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.entry-content.no-nav {
	margin-top: 0;
}

.entry-content em {
	font-style: italic;
}

.entry-content h2 {
	margin-top: 2.5em;
}

.highlight {
	color: #c49700;
}

/* =Footer
----------------------------------------------- */

#footer {
	color: #dd6365;
	font: 700 10px/1 Arial, Helvetica, sans-serif;
	padding: 4px 20px 36px;
}

.home #footer {
	border-top: 1px solid #d22855;
	padding-left: 0;
	padding-right: 0;
}

/* =Contact
----------------------------------------------- */

.page-template-aca-contact-php .left a {
	color: #573a3e;
}

/* =MET
----------------------------------------------- */

.met figure {
	display: inline-block;
	margin-bottom: 1.3em;
	margin-right: 10px;
}

.met figure:last-child {
	margin-right: 0;
}

.met figure img {
	display: block;
}

.met figcaption {
	display: block;
	margin-top: 0.3em;
	font-style: italic;
}

/* Media Queries
========================================================================== */

@media screen and (min-width: 48em) {

	#wrapper {
		max-width: 700px;
		margin: 0 auto;
		padding: 0 20px;
	}

	#header {
		padding-left: 0;
		padding-right: 0;
	}

	#footer {
		padding-left: 0;
		padding-right: 0;
	}

	body {
		background: #d31145 url(images/pencil.jpg) repeat-x 0 280px;
	}

	#logo {
		float: left;
	}

	#navigation {
		float: right;
	}

	.home #header {
		height: 130px;
	}

	#header {
		height: 251px;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation .main-nav {
		display: block;
	}

	#navigation .main-menu {
		display: inline-block;
		text-align: left;
	}

	#navigation li a,
	#navigation li {
		display: inline-block;
		text-decoration: none;
	}

	#navigation li {
		position: relative;
	}

	#navigation .main-nav > li > a  {
		background: url(images/menu-sep.png) no-repeat 100% 0;
		height: 60px;
		max-width: 110px;
		padding: 43px 45px 0 0;
	}

	#navigation .main-nav > li:hover > a {
		opacity: 0.4;
	}

	#navigation .main-nav > li:last-child > a {
		background: none;
		padding-right: 0;
	}

	#navigation .main-nav > li {
		display: block;
		float: left;
	}

	#navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
	}

	#navigation li ul ul {
		top: 0;
		left: 100%;
	}

	#navigation ul li:hover > ul {
		display: block;
	}

	#navigation li ul li a {
		background: #efefef;
		display: block;
		font-size: 12px;
		line-height: 2;
		padding: 8px 10px;
		max-width: 180px;
	}

	#navigation li ul li a:hover {
		background: #e3e3e3;
		color: #444;
	}

	.main-navigation .main-nav {
		border: 0;
		margin: 0;
	}

	.main-navigation li {
		border: 0;
	}

	.main-navigation a {
		font-size: 17px;
	}

	#header {
		margin-bottom: 0;
	}

	#content .one_half {
		width: 290px;
	}

	#content .one_half.last_column {
		float: right;
		width: 292px;
	}

	.left {
		width: 320px;
		float: left;
	}

	.right {
		width: 313px;
		float: right;
		margin: 0;
	}

	#content.has-image {
		height: 362px;
		padding: 7px 6px 0 34px;
	}

	.entry-content.has-scroll {
		height: 270px;
		overflow-y: scroll;
		padding: 0 20px 0 0;
	}

	.has-image #subnav {
		margin-top: 29px;
	}

	#navigation {
		margin-top: 65px;
	}

	.home #navigation {
		margin-top: 0;
	}

	/* =Conservation
	----------------------------------------------- */

	.page-template-aca-conservation-php {
		background-image: url(images/bottles.jpg);
	}

	.page-template-aca-conservation-php #content {
		padding-right: 34px;
	}

	.page-template-aca-conservation-php #content .one_half {
		width: 300px;
	}

	.page-template-aca-conservation-php #content .one_half.last_column {
		width: 285px;
		float: right;
	}

	.page-template-aca-conservation-php .entry-content p {
		margin-bottom: 6px;
	}

	/* =Bio
	----------------------------------------------- */

	.page-template-aca-bio-php,
	.page-template-aca-met {
		background-image: url(images/wall.jpg);
	}

	.page-template-aca-bio-php .entry-content p {
		margin-bottom: 0;
	}

	.page-template-aca-bio-php #content .left {
		width: 330px;
	}

	#content {
		min-height: 333px;
		margin: 66px 0 71px;
		padding: 36px 23px 0 34px;
		-webkit-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.5);
		-moz-box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.5);
		box-shadow: 5px 5px 7px 0px rgba(0, 0, 0, 0.5);
	}

	.fill-text {
		-webkit-hyphens: auto;
		-moz-hyphens:    auto;
		-ms-hyphens:     auto;
		hyphens:         auto;
		word-wrap: break-word;
		text-align: justify;
	}

	.has-image .entry-content p {
		margin-bottom: 8px;
	}

	/* =Museum Experience
	----------------------------------------------- */

	.page-template-aca-museum-php {
		background-image: url(images/wall.jpg);
	}

	.page-template-aca-museum-php #content {
		padding-right: 10px;
	}

	.page-template-aca-museum-php .entry-content.has-scroll {
		padding-right: 10px;
	}

	.page-template-aca-museum-php #content .one_half {
		height: 270px;
	}

	.page-template-aca-museum-php #content .one_half.last_column {
		width: 295px;
	}

	.page-template-aca-museum-php .entry-content p {
		margin: 0 0 8px 8px;
	}

	/* =Private Practice
	----------------------------------------------- */

	.page-template-aca-practice-php {
		background-image: url(images/wall.jpg);
	}

	.page-template-aca-practice-php .entry-content {
		width: 330px;
	}

	/* =Contact
	----------------------------------------------- */

	.page-template-aca-contact-php {
		background-image: url(images/paint.jpg);
	}

	.page-template-aca-contact-php .entry-content {
		margin-top: 0;
	}

	.page-template-aca-contact-php .left {
		width: 250px;
	}

	.page-template-aca-contact-php .right {
		background: url(images/links.png) no-repeat 0 0;
		margin-top: 110px;
		width: 325px;
	}

	#links {
		margin-left: 100px;
		line-height: 1.6;
	}

	/* =MET
	----------------------------------------------- */

	#content.met {
		padding-left: 10px;
		padding-right: 10px;
	}

	.met-container {
		position: relative;
	}

	.met-text {
		margin: 0 120px;
	}

	.met-images-left {
		position: absolute;
		top: 0;
		left: 0;
	}

	.met-images-right {
		position: absolute;
		top: 0;
		right: 0;
	}

	.met figure {
		display: block;
		margin-right: 0;
	}
}
