@import url(bodoni.css);

body {
	width: 100%;
	font-family: ajw-bodoni-book, serif;
	padding: 0px;
	margin: 0px;
	background: #dcd6cf;
}
div.container {
	margin-top: 0px;
	padding-top: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 1280px;
}
body.file-browser div.container {
	width: 100%;
}
div.footer {
	clear: both;
	height: 16px;	/* 40px - 2*padding */
	border-top: 5px solid rgba(130,141,126,1.0);
	background-color: #577593;
	color: #fff;
	padding: 12px;
}
div.alert {
	width: 100%;
	padding: 0.5em;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 0.5em;
}
div.alert-success {
	color: #0a0;
	background-color: #bfb;
	border-color: #0a0;
}
div.alert-danger {
	color: #a00;
	background-color: #fbb;
	border-color: #a00;
}
div.content {
	clear: both;
	background: #fff;
}
div.header {
	height: 195px;
	background-image: url(../img/header.jpg);
	background-position: top right;
	border-bottom: 5px solid rgba(130,141,126,1.0);
}
div.menu {
	display: none;
	position: absolute;
	right: 12px;
	top: 150px;
}
div.menu:before {
	content: '\2261';
	color: #fff;
	font-size: 30pt;
}
div.logo {
	width: 318px;
	height: 258px;
	background-image: url(../img/logo-white.png);
	background-size: 100%;
	position: absolute;
	top: -63px;
	left: calc(50% - 159px);
	z-index: 1;
}
div.nav-back
{
	background: rgba(130,141,126,0.6);
	position: absolute;
	top: 155px;
	height: 40px;
	width: 1280px;
}
ul.nav {
	padding:9px 25px 0px 60px;
	position: relative;
	top: 155px;
	height: 31px; /* 40px - padding-top */
	margin:0px;
	color: #fff;
	font-size: 18pt;
	font-variant: small-caps;
	font-family: ajw-bodoni-book;
	z-index: 2;
}
ul.nav li {
	display: inline;
	margin-left: 0px;
	margin-right: 35px;
	padding-left: 0px;
	padding-bottom: 8px;
	z-index: 3;
}
ul.nav li a, ul.nav li a:hover, ul.nav li a:visited, ul.nav li a:active, ul.nav-mobile li a, ul.nav-mobile li a:hover, ul.nav-mobile li a:visited, ul.nav-mobie li a:active {
	color: #fff !important;
	text-decoration: none !important;
}
ul.nav li.selected, ul.nav li.nav-hl:hover {
	background-image: url(../img/position-marker.png);
	background-repeat: no-repeat;
	background-position: 50% 24px;
}
ul.nav li.pinterest, ul.nav li.twitter, ul.nav li.facebook, ul.nav li.instagram /*, ul.nav-mobile li.pinterest, ul.nav-mobile li.twitter, ul.nav-mobile li.facebook*/ {
	background-repeat: no-repeat;
	display: block;
	width: 40px;
	height: 40px;
	margin-top: -9px;
	padding: 0px;
	margin-right: 5px;
	float: right;
}
ul.nav li.pinterest a, ul.nav li.twitter a, ul.nav li.facebook a, ul.nav li.instagram a {
	display: block;
	width: 100%;
	height: 100%;
}
ul.nav li.media {
	margin-right: 15px;
	float: right;
}
ul.nav li.instagram, ul.nav-mobile li.instagram  {
	background-image: url(../img/instagram.png);
}
ul.nav li.pinterest, ul.nav-mobile li.pinterest  {
	background-image: url(../img/pinterest.png);
}
ul.nav li.twitter, ul.nav-mobile li.twitter {
	background-image: url(../img/twitter.png);
}
ul.nav li.facebook, ul.nav-mobile li.facebook {
	background-image: url(../img/facebook.png);
}
a, a:focus, a:hover, a:visited {
	color: #577593;
	font-variant: small-caps;
}
.pull-right {
	float: right;
}
p.with-leader {
}
div.home-text:first-letter {
	font-size: 4.4em;
	float:left;
	position: relative;
	line-height: 0.8em;
	color:rgba(130,141,126,1.0);
}
div.row {
	clear: left;
	padding: 12px;
}
div.row:after {
	clear: left;
}
div.home {
	font-size: 24pt;
	padding: 60px 100px 60px 100px;
}
div.home img {
	width: 100%;
}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12 {
	float: left;
	padding: 0px 12px;
	box-sizing: border-box;
}
.col-1 { width:8.33333% }
.col-2 { width:16.66666% }
.col-3 { width:25% }
.col-4 { width:33.33333% }
.col-5 { width:41.66666% }
.col-6 { width:50% }
.col-7 { width:58.33333% }
.col-8 { width:66.66666% }
.col-9 { width:75% }
.col-10 { width:83.33333% }
.col-11 { width:91.66666% }
.col-12 { width:100% }
div.clear-fix { clear: both }

.text-left { text-align:left }
.text-center { text-align:center }
.text-right { text-align:right }

.bg-pink {
	background-color: #b98e98;
}
.bg-sage {
	background-color: #c9c17a;
}
.bg-brown {
	background-color: #735d54;
}
.bg-stone {
	background-color: #afa6a5;
}
.bg-mushroom {
	background-color: #dcd6cf;
}

.text-pink {
	color: #b98e98;
}
.text-sage {
	color: #c9c17a;
}
.text-brown {
	color: #735d54;
}
.text-stone {
	color: #afa6a5;
}
.text-mushroom {
	color: #dcd6cf;
}

table.table {
	width: 100%; 
	border-collapse: collapse;
}
table.table thead tr th
{
	text-align: left;
}
table.table tbody tr td, table.table thead tr th
{
	padding: 2px 3px;
}
blockquote
{
	font-style: italic;
	border-left: 5px solid #dcd6cf;
	padding: 0.05em 0 0.05em 1.5em;
}
table.table tbody tr:nth-of-type(2n+0)
{
	background-color: #f0f0f0;
}

h1,h2,h3,h4,h5,h6 {
	font-variant: small-caps;
	font-weight: normal;
}
h1 {
	font-size: 28pt;
	margin-bottom: 0.7em;
}
h2 {
	font-size: 23pt;
	margin-bottom: 0.4em;
}
div.page-width-padding {
	padding-left: 100px;
	padding-right: 100px;
}
body.file-browser div.page-width-padding {
	padding-left: 40px;
	padding-right: 40px;
}
div.about {
	padding: 20px 36px 20px 36px;
}
div.about-text {
	font-size: 16pt;
}
div.about-collage {
	position:relative;
	left: 0px;
	height: 495px;
	width: 1208px;
}
div.work-box, div.about-box {
	position:absolute;
	background-size:100%;
	background-repeat: no-repeat;
}
div.about-box-1 {
	width:264px;height:495px;top:0px;left:0px;
	background-image: url(../img/about1.jpg);
}
div.about-box-2 {
	width:370px;height:194px;top:0px;left:274px;
	background-image: url(../img/about2.jpg);
}
div.about-box-3 {
	width:254px;height:140px;top:204px;left:274px;
	background-image: url(../img/about3.jpg);
}
div.about-box-4 {
	width:254px;height:141px;top:354px;left:274px;
	background-image: url(../img/about4.jpg);
}
div.about-box-5 {
	width:138px;height:194px;top:0px;left:654px;
	background-image: url(../img/about5.jpg);
}
div.about-box-6 {
	width:254px;height:291px;top:204px;left:538px;
	background-image: url(../img/about6.jpg);
}
div.about-box-7 {
	width:406px;height:337px;top:0px;left:802px;
	background-image: url(../img/about7.jpg);
}
div.about-box-8 {
	width:254px;height:148px;top:347px;left:802px;
	background-image: url(../img/about8.jpg);
}
div.about-box-9 {
	width:142px;height:148px;top:347px;left:1066px;
	background-image: url(../img/about9.jpg);
}
div.work {
	background-color: #B98E98;
	padding: 20px 100px 20px 100px;
}
div.work h1 {
	color: #fff;
}
div.work-collage {
	position:relative;
	left: 18px;
	height:684px;
	width:1043px;
}
div.work-box-1, div.work-box-2, div.work-box-3, div.work-box-4, div.work-box-5, div.work-box-6, div.work-box-7, div.work-box-8, div.work-box-9, div.work-box-10 {
	position:absolute;
	background-size:100%;
	background-repeat: no-repeat;
}
div.work-box-1 {
	width:240px;height:375px;top:0px;left:0px;
	background-image: url(../img/home-mywork-01.jpg);
}
div.work-box-2 {
	width:240px;height:131px;top:399px;left:0px;
	background-image: url(../img/home-mywork-02.jpg);
}
div.work-box-3 {
	width:240px;height:110px;top:554px;left:0px;
	background-image: url(../img/home-mywork-03.jpg);
}
div.work-box-4 {
	width:243px;height:217px;top:0px;left:265px;
	background-image: url(../img/home-mywork-04.jpg);
}
div.work-box-5 {
	width:217px;height:217px;top:0px;left:533px;
	background-image: url(../img/home-mywork-05.jpg);
}
div.work-box-6 {
	width:268px;height:217px;top:0px;left:775px;
	background-image: url(../img/home-mywork-06.jpg);
}
div.work-box-7 {
	width:392px;height:422px;top:242px;left:265px;
	background-image: url(../img/home-mywork-07.jpg);
}
div.work-box-8 {
	width:361px;height:132px;top:242px;left:682px;
	background-image: url(../img/home-mywork-08.jpg);
}
div.work-box-9 {
	width:168px;height:265px;top:399px;left:682px;
	background-image: url(../img/home-mywork-09.jpg);
}
div.work-box-10 {
	width:168px;height:265px;top:399px;left:875px;
	background-image: url(../img/home-mywork-10.jpg);
}
form.contact-form {
	padding: none;
	margin: none;
	font-size: 16pt;
}

input {
	border: 1px solid #b98e98;
	font-size: 10pt;
}

textarea {
	border: 1px solid #b98e98;
}

input.form-control
{
	padding: 3px;
}

input[readonly=readonly] {
	background: #ddd;
}

form.contact-form input[type=text], form.contact-form textarea {
	width: calc(100% - 20px);
	font-size: 16pt;
	padding: 10px;
	font: inherit;
}

form.contact-form textarea {
	min-height: 114px;
}

form.contact-form label {
	margin: 0.4em 0px;
	display: block;
}

form.contact-form input[type=submit], form.contact-form button {
	font-size: inherit;
	font: inherit;
	background: inherit;
	border: 1px solid #b98e98;
	margin-top: 10px;
	padding: 8px;
}

div.blog-entry-image {
	float: left;
	margin-right: 40px;
}

div.blog-entry-image img {
	width: 150px;
	height: 150px;
	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;
}

div.blog-entry-row {
	padding-top: 25px;
	margin-left: 30px;
	margin-right: 30px;
}

div.blog-entry-row h2 {
	margin: 0px;
	font-size: 21pt;
}

div.blog-post h2 {
	margin-bottom: 0px;
}

div.blog-entry-time {
	margin-bottom: 1.0em;
	font-size: 11pt;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	text-decoration: none !important;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: underline !important;
}

div.blog-pagination {
	font-size: 21pt;
	margin-left: 30px;
}

div.blog-post {
	padding-bottom: 30px;
}

div.pf-nav {
	background-image: url(../img/portfolio-marker-top.png);
	background-position: center 12px;
	background-repeat: no-repeat;
	height: 45px;
	width: 100%;
	position: relative;
}
div.pf-nav-left, div.pf-nav-right {
	background-position: top center;
	background-repeat: no-repeat;
	height: 20px;
	width: 11px;
	position: absolute;
	top: 7px;
	cursor: pointer;
}

div.pf-nav-left {
	background-image: url(../img/portfolio-left.png);
	left: calc(50% - 45px);
}
div.pf-nav-right {
	background-image: url(../img/portfolio-right.png);
	left: calc(50% + 34px);
}
div.pf-array {
	margin: 0px;
	height: 96px;
	overflow: hidden;
}
div.pf-array-outer {
	position: relative;
}
div.pf-array-inner {
	position: absolute;
	left: calc(50% - 42px - 6px);
	top: 6px;
	width: 99999px;
	height: 84px;
}
div.pf-array-item {
	margin: 0px 6px;
	padding: 0px;
	display: inline;
}
div.pf-array-item img {
	width: 84px;
	height: 84px;
	-webkit-border-radius: 42px;
	-moz-border-radius: 42px;
	border-radius: 42px;
	margin: 0px;
	padding: 0px;
}
div.pf-marker-bottom {
	background-image: url(../img/portfolio-marker-bottom.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 100px;
	width: 100%;
	float: left;
}
div.pf-title {
	text-align: center;
	color: #577593;
	background-color: #dcd6cf;
	margin-top: 50px;
}
div.pf-title h1 {
	position: relative;
	top: -20px;
	margin-bottom: 0px;
}
div.pf-image {
	width: 100%;
}
div.pf-image img {
	width: 100%;
	height: auto;
}
div.pf-content {
	font-size: 14pt;
	padding-top: 30px;
	padding-bottom: 30px;
}
div.no-padding {
	padding: 0px;
}
div.panel {
	border: 1px solid;
	border-color: #cfc6c5 #afa6a5 #afa6a5 #cfc6c5;
	background-color: #dcd6cf;
	padding: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	margin-bottom: 1em;
}
div.panel > h1, div.panel > h2, div.panel > h3, div.panel > h4, div.panel > h5, div.panel > h6, div.panel
{
	margin-top: 0px;
}
span.fileinput-button, input[type=submit]
{
	padding:3px 10px;
    border:1px solid #b98e98;
	margin-bottom:0px;
	vertical-align:middle;
	text-align:center;
	background-color: #dcd6cf;
	font-family: "Arial", sans-serif;
	font-size: 13.333px;
}
/*****************************************************************************/

@media (max-width: 1280px) {
	.hide-med {
		display: none !important;
	}
	div.container {
		width: 900px;
	}
	div.nav-back {
		width: 900px;
	}
	ul.nav {
		padding:11px 10px 0px 10px;
		font-size: 16pt;
	}
	ul.nav li {
		display: inline;
		margin-right: 15px;
	}
	ul.nav li.selected, ul.nav li.nav-hl:hover {
		background-position: 50% 22px;
	}
	div.home {
		font-size: 18pt;
		padding: 30px 50px 30px 50px;
	}
	div.work {
		padding: 10px 50px 10px 50px;
	}
	div.work-box-1 {
		width:calc(240px*0.73);height:calc(373px*0.73);top:calc(0px*0.73);left:calc(0px*0.73);
	}
	div.work-box-2 {
		width:calc(240px*0.73);height:calc(131px*0.73);top:calc(399px*0.73);left:calc(0px*0.73);
	}
	div.work-box-3 {
		width:calc(240px*0.73);height:calc(110px*0.73);top:calc(554px*0.73);left:calc(0px*0.73);
	}
	div.work-box-4 {
		width:calc(243px*0.73);height:calc(217px*0.73);top:calc(0px*0.73);left:calc(265px*0.73);
	}
	div.work-box-5 {
		width:calc(217px*0.73);height:calc(217px*0.73);top:calc(0px*0.73);left:calc(533px*0.73);
	}
	div.work-box-6 {
		width:calc(268px*0.73);height:calc(217px*0.73);top:calc(0px*0.73);left:calc(773px*0.73);
	}
	div.work-box-7 {
		width:calc(392px*0.73);height:calc(422px*0.73);top:calc(242px*0.73);left:calc(265px*0.73);
	}
	div.work-box-8 {
		width:calc(361px*0.73);height:calc(132px*0.73);top:calc(242px*0.73);left:calc(682px*0.73);
	}
	div.work-box-9 {
		width:calc(168px*0.73);height:calc(265px*0.73);top:calc(399px*0.73);left:calc(682px*0.73);
	}
	div.work-box-10 {
		width:calc(168px*0.73);height:calc(265px*0.73);top:calc(399px*0.73);left:calc(873px*0.73);
	}
	div.about {
		padding-left: 22px;
		padding-right: 22px;
	}
	div.about-collage {
		height: 353px;
		width: 860px;
	}
	div.about-box-1 {
		width:calc(264px*0.71);height:calc(495px*0.71);top:calc(0px*0.71);left:calc(0px*0.71);
	}
	div.about-box-2 {
		width:calc(370px*0.71);height:calc(194px*0.71);top:calc(0px*0.71);left:calc(274px*0.71);
	}
	div.about-box-3 {
		width:calc(254px*0.71);height:calc(140px*0.71);top:calc(204px*0.71);left:calc(274px*0.71);
	}
	div.about-box-4 {
		width:calc(254px*0.71);height:calc(141px*0.71);top:calc(354px*0.71);left:calc(274px*0.71);
	}
	div.about-box-5 {
		width:calc(138px*0.71);height:calc(194px*0.71);top:calc(0px*0.71);left:calc(654px*0.71);
	}
	div.about-box-6 {
		width:calc(254px*0.71);height:calc(291px*0.71);top:calc(204px*0.71);left:calc(538px*0.71);
	}
	div.about-box-7 {
		width:calc(406px*0.71);height:calc(337px*0.71);top:calc(0px*0.71);left:calc(802px*0.71);
	}
	div.about-box-8 {
		width:calc(254px*0.71);height:calc(148px*0.71);top:calc(347px*0.71);left:calc(802px*0.71);
	}
	div.about-box-9 {
		width:calc(142px*0.71);height:calc(148px*0.71);top:calc(347px*0.71);left:calc(1066px*0.71);
	}
	div.page-width-padding {
		padding-left:50px;
		padding-right:50px;
	}
}

@media (max-width: 900px) {
	.hide-small {
		display: none !important;
	}
	body {
		min-width: 320px;
	}
	div.container {
		width: 100%;
		min-width: 320px;
	}
	ul.nav {
		display: none;
		padding:0px;
		z-index: 2;
		position:relative;
		top:200px;
		left:0px;
		background: rgba(130,141,126,0.925);
		height: 283px;
		border-bottom: 5px solid rgba(130,141,126,1.0);
	}
	ul.nav li {
		display: block;
		margin-left: 0px;
		padding: 7px 0px 0px 10px;
		height:25px;
	}
	ul.nav li.pinterest, ul.nav li.twitter, ul.nav li.facebook, ul.nav li.instagram {
		display: block;
		float: none;
	}
	ul.nav li.instagram {
		margin-top:-3px;
	}
	ul.nav li.pinterest a:after {
		content: "Pinterest";
		position: relative;
		top: 11px;
		left: 38px; 
	}
	ul.nav li.twitter a:after {
		content: "Twitter";
		position: relative;
		top: 11px;
		left: 38px; 
	}
	ul.nav li.facebook a:after {
		content: "Facebook";
		position: relative;
		top: 11px;
		left: 38px; 
	}
	ul.nav li.instagram a:after {
		content: "Instagram";
		position: relative;
		top: 11px;
		left: 38px; 
	}
	div.menu {
		display: block
	}
	div.nav-back {
		display: none;
		width: 0px;
	}
	ul.nav li.selected, ul.nav li.nav-hl:hover {
		background-image: none;
	}
	div.col-1,div.col-2,div.col-3,div.col-4,div.col-5,div.col-6,div.col-7,div.col-8,div.col-9,div.col-10,div.col-11,div.col-12 {
		width: 100%;
	}
	div.home {
		padding: 15px 25px 15px 25px;
	}
	div.work-box-7, div.work-box-8, div.work-box-9, div.work-box-10, div.about-box-5, div.about-box-6, div.about-box-8, div.about-box-9 {
		display: none;
	}
	div.work-box-1, div.work-box-2, div.work-box-3, div.work-box-4, div.work-box-5, div.work-box-6, div.about-box-1, div.about-box-2, div.about-box-3, div.about-box-4, div.about-box-7 {
		position: relative;
		left: 0px;
		top: 0px;
		margin-bottom: 10px;
		margin-left: auto;
		margin-right: auto;
		float: initial;
	}
	div.work-collage, div.about-collage {
		position:relative;
		left: 0px;
		height:auto;
		width:100%;
	}
	div.work-box-1 {
		width:240px;height:375px;
	}
	div.work-box-2 {
		width:240px;height:131px;
	}
	div.work-box-3 {
		width:240px;height:110px;
	}
	div.work-box-4 {
		width:243px;height:217px;
	}
	div.work-box-5 {
		width:217px;height:217px;
	}
	div.work-box-6 {
		width:268px;height:217px;
	}
	div.page-width-padding {
		padding-left: 12px;
		padding-right: 12px;
	}
	div.blog-entry-row {
		padding-top: 25px;
		margin-left: 10px;
		margin-right: 10px;
	}
	div.blog-entry-image {
		float: left;
		margin-right: 10px;
	}
	div.blog-entry-image img {
		width: 50px;
		height: 50px;
		-webkit-border-radius: 25px;
		-moz-border-radius: 25px;
		border-radius: 25px;
	}
	h2.blog-title {
		margin-top: 0.1em;
	}
}
